01KJY36NTKKZ49SWJKR4M44KY7: 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: 01KJY37T5JZBN5CAQPBQ6NX8FW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-05T04:23:29.785Zjob dependencies complete; ready to run (waiting for 9 m 25 s)
22026-03-05T04:24:07.932Zjob assigned to worker 01KJY3S3B103QB1MTKBVAHJHWP [factory gimlet-EVT22200007-propolis, EVT22200007/60306] (queued for 38 s)
32026-03-05T04:24:21.139Zdownloading input: /input/xde/work/debug/xde.dbg
42026-03-05T04:24:25.341Zdownloaded input: /input/xde/work/debug/xde.dbg
52026-03-05T04:24:25.342Zdownloading input: /input/xde/work/debug/xde.dbg.sha256
62026-03-05T04:24:25.397Zdownloaded input: /input/xde/work/debug/xde.dbg.sha256
72026-03-05T04:24:25.397Zdownloading input: /input/xde/work/debug/xde_link.dbg.so
82026-03-05T04:24:25.938Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so
92026-03-05T04:24:25.938Zdownloading input: /input/xde/work/debug/xde_link.dbg.so.sha256
102026-03-05T04:24:25.989Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256
112026-03-05T04:24:26.015Zdownloading input: /input/xde/work/release/xde
122026-03-05T04:24:28.666Zdownloaded input: /input/xde/work/release/xde
132026-03-05T04:24:28.666Zdownloading input: /input/xde/work/release/xde.sha256
142026-03-05T04:24:28.714Zdownloaded input: /input/xde/work/release/xde.sha256
152026-03-05T04:24:28.714Zdownloading input: /input/xde/work/release/xde_link.so
162026-03-05T04:24:28.763Zdownloaded input: /input/xde/work/release/xde_link.so
172026-03-05T04:24:28.763Zdownloading input: /input/xde/work/release/xde_link.so.sha256
182026-03-05T04:24:28.813Zdownloaded input: /input/xde/work/release/xde_link.so.sha256
192026-03-05T04:24:28.837Zdownloading input: /input/xde/work/test/loopback
202026-03-05T04:24:31.129Zdownloaded input: /input/xde/work/test/loopback
212026-03-05T04:24:31.129Zdownloading input: /input/xde/work/test/multicast_rx
222026-03-05T04:24:33.457Zdownloaded input: /input/xde/work/test/multicast_rx
232026-03-05T04:24:33.457Zdownloading input: /input/xde/work/test/multicast_multi_sub
242026-03-05T04:24:35.912Zdownloaded input: /input/xde/work/test/multicast_multi_sub
252026-03-05T04:24:35.912Zdownloading input: /input/xde/work/test/multicast_validation
262026-03-05T04:24:38.293Zdownloaded input: /input/xde/work/test/multicast_validation
272026-03-05T04:24:38.293Zdownloading input: /input/xde/work/xde.conf
282026-03-05T04:24:38.349Zdownloaded input: /input/xde/work/xde.conf
 
292026-03-05T04:24:38.349Zstarting task 0: "setup"
302026-03-05T04:24:38.374Z++ uname -s
312026-03-05T04:24:38.374Z+ kern=SunOS
322026-03-05T04:24:38.374Z+ build_user=build
332026-03-05T04:24:38.374Z+ build_uid=12345
342026-03-05T04:24:38.374Z+ work_dir=/work
352026-03-05T04:24:38.374Z+ input_dir=/input
362026-03-05T04:24:38.374Z+ [[ 0 == 12345 ]]
372026-03-05T04:24:38.374Z+ case "$kern" in
382026-03-05T04:24:38.374Z+ groupadd -g 12345 build
392026-03-05T04:24:38.374Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
402026-03-05T04:24:40.385Z+ zfs create -o mountpoint=/work rpool/work
412026-03-05T04:24:40.430Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
422026-03-05T04:24:40.455Z+ home_fs=zfs
432026-03-05T04:24:40.455Z+ [[ zfs == autofs ]]
442026-03-05T04:24:40.455Z+ mkdir -p /home/build
452026-03-05T04:24:40.455Z+ chown build:build /home/build /work
462026-03-05T04:24:41.443Z+ chmod 0700 /home/build /work
472026-03-05T04:24:41.468Zprocess exited: duration 3098 ms, exit code 0
 
482026-03-05T04:24:41.519Zstarting task 1: "rust-toolchain"
492026-03-05T04:24:41.544Z * rust toolchain channel = "1.93.1"
502026-03-05T04:24:41.544Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
512026-03-05T04:24:41.544Z * rust toolchain profile = "default"
522026-03-05T04:24:41.544Z+ printf ' * rust toolchain profile = "%s"\n' default
532026-03-05T04:24:41.544Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
542026-03-05T04:24:41.544Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
552026-03-05T04:24:41.544Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
562026-03-05T04:24:41.544Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
572026-03-05T04:24:41.712Zinfo: downloading installer
582026-03-05T04:24:42.340Zwarn: It looks like you have an existing installation of Rust at:
592026-03-05T04:24:42.341Zwarn: /opt/ooce/bin
602026-03-05T04:24:42.341Zwarn: It is recommended that rustup be the primary Rust installation.
612026-03-05T04:24:42.341Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
622026-03-05T04:24:42.341Zwarn: If you are sure that you want both rustup and your already installed Rust
632026-03-05T04:24:42.341Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
642026-03-05T04:24:42.341Zwarn: or pass `-y' to ignore all ignorable checks.
652026-03-05T04:24:42.341Zerror: cannot install while Rust is installed
662026-03-05T04:24:42.341Zwarn: continuing (because the -y flag is set and the error is ignorable)
672026-03-05T04:24:42.381Zinfo: profile set to 'default'
682026-03-05T04:24:42.381Zinfo: default host triple is x86_64-unknown-illumos
692026-03-05T04:24:42.406Zinfo: syncing channel updates for '1.93.1-x86_64-unknown-illumos'
702026-03-05T04:24:42.522Zinfo: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11)
712026-03-05T04:24:42.522Zinfo: downloading component 'cargo'
722026-03-05T04:24:42.835Zinfo: downloading component 'clippy'
732026-03-05T04:24:43.071Zinfo: downloading component 'rust-docs'
742026-03-05T04:24:43.471Zinfo: downloading component 'rust-std'
752026-03-05T04:24:43.875Zinfo: downloading component 'rustc'
762026-03-05T04:24:45.421Zinfo: downloading component 'rustfmt'
772026-03-05T04:24:45.508Zinfo: installing component 'cargo'
782026-03-05T04:24:46.899Zinfo: installing component 'clippy'
792026-03-05T04:24:47.389Zinfo: installing component 'rust-docs'
802026-03-05T04:24:51.526Zinfo: installing component 'rust-std'
812026-03-05T04:24:54.066Zinfo: installing component 'rustc'
822026-03-05T04:25:03.730Zinfo: installing component 'rustfmt'
832026-03-05T04:25:04.148Zinfo: default toolchain set to '1.93.1-x86_64-unknown-illumos'
842026-03-05T04:25:04.148Z
852026-03-05T04:25:04.378Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
862026-03-05T04:25:04.378Z
872026-03-05T04:25:04.404Z
882026-03-05T04:25:04.404ZRust is installed now. Great!
892026-03-05T04:25:04.404Z
902026-03-05T04:25:04.404ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
912026-03-05T04:25:04.404Zenvironment variable. This has not been done automatically.
922026-03-05T04:25:04.404Z
932026-03-05T04:25:04.404ZTo configure your current shell, you need to source
942026-03-05T04:25:04.404Zthe corresponding env file under $HOME/.cargo.
952026-03-05T04:25:04.404Z
962026-03-05T04:25:04.404ZThis is usually done by running one of the following (note the leading DOT):
972026-03-05T04:25:04.404Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
982026-03-05T04:25:04.404Zsource "$HOME/.cargo/env.fish" # For fish
992026-03-05T04:25:04.405Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
1002026-03-05T04:25:04.545Z+ rustup --version
1012026-03-05T04:25:04.570Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
1022026-03-05T04:25:04.570Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
1032026-03-05T04:25:04.705Zinfo: The currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
1042026-03-05T04:25:04.731Z+ cargo --version
1052026-03-05T04:25:04.820Zcargo 1.93.1 (083ac5135 2025-12-15)
1062026-03-05T04:25:04.853Z+ rustc --version
1072026-03-05T04:25:04.942Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1082026-03-05T04:25:04.973Zprocess exited: duration 23429 ms, exit code 0
 
1092026-03-05T04:25:05.043Zstarting task 2: "authentication"
1102026-03-05T04:25:05.109Zprocess exited: duration 72 ms, exit code 0
 
1112026-03-05T04:25:05.190Zstarting task 3: "clone repository"
1122026-03-05T04:25:05.238Z+ mkdir -p /work/oxidecomputer/opte
1132026-03-05T04:25:05.238Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
1142026-03-05T04:25:05.275ZCloning into '/work/oxidecomputer/opte'...
1152026-03-05T04:25:06.960Z+ cd /work/oxidecomputer/opte
1162026-03-05T04:25:06.960Z+ git fetch origin bbf6c585ebaaddf54a1df3f257b3273c284a7899
1172026-03-05T04:25:07.466ZFrom https://github.com/oxidecomputer/opte
1182026-03-05T04:25:07.466Z * branch bbf6c585ebaaddf54a1df3f257b3273c284a7899 -> FETCH_HEAD
1192026-03-05T04:25:07.491Z+ [[ -n renovate/toml-1.x-lockfile ]]
1202026-03-05T04:25:07.491Z++ git branch --show-current
1212026-03-05T04:25:07.527Z+ current=master
1222026-03-05T04:25:07.527Z+ [[ master != renovate/toml-1.x-lockfile ]]
1232026-03-05T04:25:07.527Z+ git branch -f renovate/toml-1.x-lockfile bbf6c585ebaaddf54a1df3f257b3273c284a7899
1242026-03-05T04:25:07.527Z+ git checkout -f renovate/toml-1.x-lockfile
1252026-03-05T04:25:07.553ZSwitched to branch 'renovate/toml-1.x-lockfile'
1262026-03-05T04:25:07.553Z+ git reset --hard bbf6c585ebaaddf54a1df3f257b3273c284a7899
1272026-03-05T04:25:07.581ZHEAD is now at bbf6c58 Update Rust crate toml to v1.0.4
1282026-03-05T04:25:07.581Zprocess exited: duration 2378 ms, exit code 0
 
1292026-03-05T04:25:07.633Zstarting task 4: "build"
1302026-03-05T04:25:07.659Z+ source .github/buildomat/common.sh
1312026-03-05T04:25:07.659Z++ rustup show active-toolchain
1322026-03-05T04:25:07.734Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1332026-03-05T04:25:07.762Z++ pushd xde
1342026-03-05T04:25:07.762Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1352026-03-05T04:25:07.762Z++ rustup show active-toolchain
1362026-03-05T04:25:07.762Zinfo: syncing channel updates for 'nightly-2026-02-24-x86_64-unknown-illumos'
1372026-03-05T04:25:07.949Zinfo: latest update on 2026-02-24, rust version 1.95.0-nightly (b3869b94c 2026-02-23)
1382026-03-05T04:25:07.949Zinfo: downloading component 'cargo'
1392026-03-05T04:25:08.457Zinfo: downloading component 'clippy'
1402026-03-05T04:25:08.839Zinfo: downloading component 'rust-src'
1412026-03-05T04:25:08.911Zinfo: downloading component 'rust-std'
1422026-03-05T04:25:09.753Zinfo: downloading component 'rustc'
1432026-03-05T04:25:12.990Zinfo: downloading component 'rustfmt'
1442026-03-05T04:25:13.217Zinfo: installing component 'cargo'
1452026-03-05T04:25:14.519Zinfo: installing component 'clippy'
1462026-03-05T04:25:15.137Zinfo: installing component 'rust-src'
1472026-03-05T04:25:15.818Zinfo: installing component 'rust-std'
1482026-03-05T04:25:18.286Zinfo: installing component 'rustc'
1492026-03-05T04:25:28.343Zinfo: installing component 'rustfmt'
1502026-03-05T04:25:28.806Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1512026-03-05T04:25:28.943Z+++ rustup show active-toolchain -v
1522026-03-05T04:25:28.969Z+++ head -n 1
1532026-03-05T04:25:28.969Z+++ cut '-d ' -f1
1542026-03-05T04:25:29.160Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1552026-03-05T04:25:29.160Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1562026-03-05T04:25:29.160Z++ popd
1572026-03-05T04:25:29.185Z/work/oxidecomputer/opte
1582026-03-05T04:25:29.185Z+ pfexec pkg install brand/omicron1 brand/omicron1/tools opte iperf demangle flamegraph
1592026-03-05T04:25:50.846Z Startup: Refreshing catalog 'helios-dev' ... Done
1602026-03-05T04:26:10.642Z Startup: Caching catalogs ... Done
1612026-03-05T04:26:51.133ZPlanning: Solver setup ... Done
1622026-03-05T04:26:51.450ZPlanning: Running solver ... Done
1632026-03-05T04:26:51.638ZPlanning: Finding local manifests ... Done
1642026-03-05T04:26:51.827ZPlanning: Fetching manifests: 0/6 0% complete
1652026-03-05T04:26:51.951ZPlanning: Fetching manifests: 6/6 100% complete
1662026-03-05T04:26:51.981ZPlanning: Package planning ... Done
1672026-03-05T04:26:52.006ZPlanning: Merging actions ... Done
1682026-03-05T04:26:52.440ZPlanning: Checking for conflicting actions ... Done
1692026-03-05T04:26:52.465ZPlanning: Consolidating action changes ... Done
1702026-03-05T04:26:53.202ZPlanning: Evaluating mediators ... Done
1712026-03-05T04:26:53.226ZPlanning: Planning completed in 42.42 seconds
1722026-03-05T04:26:53.251Z Packages to install: 6
1732026-03-05T04:26:53.251Z Services to change: 2
1742026-03-05T04:26:53.251Z Create boot environment: No
1752026-03-05T04:26:53.251ZCreate backup boot environment: No
1762026-03-05T04:26:53.306Z
1772026-03-05T04:26:53.306ZDownload: 0/22 items 0.0/14.7MB 0% complete
1782026-03-05T04:26:54.708ZDownload: Completed 14.67 MB in 1.40 seconds (10.5M/s)
1792026-03-05T04:26:54.796Z Actions: 1/110 actions (Installing new actions)
1802026-03-05T04:26:55.370Z Actions: Completed 110 actions in 0.57 seconds.
1812026-03-05T04:26:56.042Z Done
1822026-03-05T04:26:56.042Z Done
1832026-03-05T04:26:57.593Z Done
1842026-03-05T04:27:03.964Z Done
1852026-03-05T04:27:04.080Z Done
1862026-03-05T04:27:04.105Z Done
1872026-03-05T04:27:11.723Z Done
1882026-03-05T04:27:12.441Z+ [[ -z 01KJY37T5JZBN5CAQPBQ6NX8FW ]]
1892026-03-05T04:27:12.441Z+ pfexec /usr/lib/brand/omicron1/baseline -w /var/run/brand/omicron1/baseline
1902026-03-05T04:27:14.316Zincorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23457:20250626T230506Z
1912026-03-05T04:27:14.316Zentire = pkg://helios-dev/entire@2-2.0:20230621T192557Z
1922026-03-05T04:27:14.316Zinstall = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
1932026-03-05T04:27:14.316Zinstall = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
1942026-03-05T04:27:14.316Ztempdir @ "/tmp/.tmpyXwFEQ/tmp"
1952026-03-05T04:27:14.316Zimage root @ "/tmp/.tmpyXwFEQ/tmp/root"
1962026-03-05T04:27:14.316Zcreating image...
1972026-03-05T04:27:14.833Zcopying publishers...
1982026-03-05T04:27:52.729Zadding properties...
1992026-03-05T04:27:54.287Zinstalling packages...
2002026-03-05T04:30:33.085Zseeding SMF database...
2012026-03-05T04:30:41.597Zconfiguring SMF profile...
2022026-03-05T04:30:41.622Zmodifying shadow(5)...
2032026-03-05T04:30:41.622Zloading user and group database...
2042026-03-05T04:30:41.622Zloading facet selections...
2052026-03-05T04:30:42.176Z devel -> true
2062026-03-05T04:30:42.176Z doc.man -> true
2072026-03-05T04:30:42.176Z entire.service/hal -> true
2082026-03-05T04:30:42.176Z entire.service/network/smtp/dma -> true
2092026-03-05T04:30:42.176Z locale.ar -> true
2102026-03-05T04:30:42.176Z locale.ca -> true
2112026-03-05T04:30:42.176Z locale.cs -> true
2122026-03-05T04:30:42.176Z locale.de -> true
2132026-03-05T04:30:42.176Z locale.es -> true
2142026-03-05T04:30:42.176Z locale.fr -> true
2152026-03-05T04:30:42.176Z locale.he -> true
2162026-03-05T04:30:42.176Z locale.hu -> true
2172026-03-05T04:30:42.176Z locale.id -> true
2182026-03-05T04:30:42.176Z locale.it -> true
2192026-03-05T04:30:42.176Z locale.ja -> true
2202026-03-05T04:30:42.176Z locale.ko -> true
2212026-03-05T04:30:42.176Z locale.nl -> true
2222026-03-05T04:30:42.176Z locale.pl -> true
2232026-03-05T04:30:42.176Z locale.pt_BR -> true
2242026-03-05T04:30:42.176Z locale.ru -> true
2252026-03-05T04:30:42.176Z locale.sk -> true
2262026-03-05T04:30:42.176Z locale.sv -> true
2272026-03-05T04:30:42.176Z locale.zh_CN -> true
2282026-03-05T04:30:42.176Z locale.zh_HK -> true
2292026-03-05T04:30:42.176Z locale.zh_TW -> true
2302026-03-05T04:30:42.176Z onu.ooceonly -> true
2312026-03-05T04:30:42.176Z version-lock.shell/ksh93 -> true
2322026-03-05T04:30:42.176Z version-lock.system/data/hardware-registry -> true
2332026-03-05T04:30:42.176Z version-lock.system/data/zoneinfo -> true
2342026-03-05T04:30:42.176Z version-lock.system/microcode/amd -> true
2352026-03-05T04:30:42.176Z version-lock.system/microcode/intel -> true
2362026-03-05T04:30:42.176Z version-lock.system/microcode/oxide -> true
2372026-03-05T04:30:42.176Zassessing packaged files...
2382026-03-05T04:30:45.493Zcreating archive...
2392026-03-05T04:30:45.536Zmissing from packaging:
2402026-03-05T04:30:45.536Z "etc/.pwd.lock"
2412026-03-05T04:30:45.560Z "etc/svc/profile/generic.xml"
2422026-03-05T04:30:45.561Z "etc/svc/profile/inetd_services.xml"
2432026-03-05T04:30:45.561Z "etc/svc/profile/name_service.xml"
2442026-03-05T04:30:45.561Z "etc/svc/profile/platform.xml"
2452026-03-05T04:30:45.561Z "etc/svc/profile/platform_omicron1.xml"
2462026-03-05T04:30:45.561Z "etc/svc/repository.db"
2472026-03-05T04:30:45.561Z
2482026-03-05T04:30:45.561Z
2492026-03-05T04:30:45.561Zfinishing archive...
2502026-03-05T04:30:46.656Zcreating gzonly manifest...
2512026-03-05T04:30:46.682Zok
2522026-03-05T04:30:46.816Z+ trap cleanup EXIT
2532026-03-05T04:30:46.842Z+ OUT_DIR=/work/bench-results
2542026-03-05T04:30:46.842Z+ mkdir -p /work/bench-results
2552026-03-05T04:30:46.842Z+ mkdir -p target/criterion
2562026-03-05T04:30:46.843Z+ mkdir -p target/xde-bench
2572026-03-05T04:30:46.843Z+ banner collect
2582026-03-05T04:30:46.843Z
2592026-03-05T04:30:46.843Z #### #### # # ###### #### #####
2602026-03-05T04:30:46.843Z # # # # # # # # # #
2612026-03-05T04:30:46.843Z # # # # # ##### # #
2622026-03-05T04:30:46.843Z # # # # # # # #
2632026-03-05T04:30:46.843Z # # # # # # # # # #
2642026-03-05T04:30:46.843Z #### #### ###### ###### ###### #### #
2652026-03-05T04:30:46.843Z
2662026-03-05T04:30:46.843Z++ cat .git/refs/heads/master
2672026-03-05T04:30:46.843Z+ BASELINE_COMMIT=5d0c81948b6160eb53939532761fa3a8036e0e24
2682026-03-05T04:30:46.843Z+ [[ renovate/toml-1.x-lockfile == \m\a\s\t\e\r ]]
2692026-03-05T04:30:46.843Z+ get_artifact opte benchmark 5d0c81948b6160eb53939532761fa3a8036e0e24 bench-results.tgz
2702026-03-05T04:30:46.843Z+ local curl_res
2712026-03-05T04:30:46.843Z+ repo=opte
2722026-03-05T04:30:46.843Z+ series=benchmark
2732026-03-05T04:30:46.844Z+ commit=5d0c81948b6160eb53939532761fa3a8036e0e24
2742026-03-05T04:30:46.844Z+ name=bench-results.tgz
2752026-03-05T04:30:46.844Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2762026-03-05T04:30:46.844Z+ mkdir -p download
2772026-03-05T04:30:46.844Z+ pushd download
2782026-03-05T04:30:46.844Z+ [[ ! -f bench-results.tgz ]]
2792026-03-05T04:30:46.844Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
2802026-03-05T04:30:46.844Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/benchmark/5d0c81948b6160eb53939532761fa3a8036e0e24/bench-results.tgz
2812026-03-05T04:30:46.868Z % Total % Received % Xferd Average Speed Time Time Time Current
2822026-03-05T04:30:46.868Z Dload Upload Total Spent Left Speed
2832026-03-05T04:30:47.593Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 5986k 0 12093 0 0 30975 0 0:03:17 --:--:-- 0:03:17 31007 100 5986k 100 5986k 0 0 8009k 0 --:--:-- --:--:-- --:--:-- 8003k
2842026-03-05T04:30:47.618Z+ curl_res=0
2852026-03-05T04:30:47.618Z+ popd
2862026-03-05T04:30:47.618Z+ return 0
2872026-03-05T04:30:47.618Z/work/oxidecomputer/opte
2882026-03-05T04:30:47.618Z+ tar -xf download/bench-results.tgz -C target
2892026-03-05T04:30:48.425Z+ mv target/bench-results/criterion target/bench-results/xde-bench target/
2902026-03-05T04:30:48.450Z+ rm -r target/bench-results
2912026-03-05T04:30:48.450Z+ [[ '' -eq 1 ]]
2922026-03-05T04:30:48.450Z+ uname -a
2932026-03-05T04:30:48.450ZSunOS bmat-EVT22200007-0000eb92 5.11 helios-2.0.23457 i86pc i386 i86pc
2942026-03-05T04:30:48.450Z+ cat /etc/versions/build
2952026-03-05T04:30:48.450Zheads/stlouis-0-g882bec99c4
2962026-03-05T04:30:48.450Z+ dladm
2972026-03-05T04:30:48.450ZLINK CLASS MTU STATE BRIDGE OVER
2982026-03-05T04:30:48.450Zvioif0 phys 1500 up -- --
2992026-03-05T04:30:48.450Z+ ipadm
3002026-03-05T04:30:48.450ZADDROBJ TYPE STATE ADDR
3012026-03-05T04:30:48.450Zlo0/v4 static ok 127.0.0.1/8
3022026-03-05T04:30:48.450Zvioif0/v4 static ok 10.151.4.107/24
3032026-03-05T04:30:48.450Zlo0/v6 static ok ::1/128
3042026-03-05T04:30:48.450Z+ pfexec rem_drv xde
3052026-03-05T04:30:48.475Z+ set -o errexit
3062026-03-05T04:30:48.475Z+ set -o pipefail
3072026-03-05T04:30:48.475Z+ banner prepare
3082026-03-05T04:30:48.475Z
3092026-03-05T04:30:48.475Z ##### ##### ###### ##### ## ##### ######
3102026-03-05T04:30:48.475Z # # # # # # # # # # # #
3112026-03-05T04:30:48.475Z # # # # ##### # # # # # # #####
3122026-03-05T04:30:48.476Z ##### ##### # ##### ###### ##### #
3132026-03-05T04:30:48.476Z # # # # # # # # # #
3142026-03-05T04:30:48.476Z # # # ###### # # # # # ######
3152026-03-05T04:30:48.476Z
3162026-03-05T04:30:48.476Z+ pfexec cp /input/xde/work/xde.conf /kernel/drv/
3172026-03-05T04:30:48.476Z+ pfexec cp /input/xde/work/release/xde /kernel/drv/amd64
3182026-03-05T04:30:48.570Z+ pfexec add_drv xde
3192026-03-05T04:30:48.831Z+ banner bench
3202026-03-05T04:30:48.856Z
3212026-03-05T04:30:48.856Z ##### ###### # # #### # #
3222026-03-05T04:30:48.856Z # # # ## # # # # #
3232026-03-05T04:30:48.856Z ##### ##### # # # # ######
3242026-03-05T04:30:48.856Z # # # # # # # # #
3252026-03-05T04:30:48.856Z # # # # ## # # # #
3262026-03-05T04:30:48.856Z ##### ###### # # #### # #
3272026-03-05T04:30:48.856Z
3282026-03-05T04:30:48.856Z+ cargo kbench local
3292026-03-05T04:30:49.125Z Updating crates.io index
3302026-03-05T04:30:49.149Z Updating git repository `https://github.com/oxidecomputer/falcon`
3312026-03-05T04:30:50.892Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3322026-03-05T04:30:51.588Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3332026-03-05T04:30:52.472Z Updating git repository `https://github.com/oxidecomputer/zone`
3342026-03-05T04:30:53.115Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3352026-03-05T04:30:53.785Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3362026-03-05T04:30:54.440Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3372026-03-05T04:30:55.960Z Downloading crates ...
3382026-03-05T04:30:56.029Z Downloaded anstream v0.6.21
3392026-03-05T04:30:56.054Z Downloaded deranged v0.5.5
3402026-03-05T04:30:56.054Z Downloaded criterion-plot v0.8.2
3412026-03-05T04:30:56.054Z Downloaded heck v0.5.0
3422026-03-05T04:30:56.054Z Downloaded once_cell v1.21.3
3432026-03-05T04:30:56.054Z Downloaded proc-macro-error-attr v1.0.4
3442026-03-05T04:30:56.105Z Downloaded rusticata-macros v5.0.0
3452026-03-05T04:30:56.105Z Downloaded criterion v0.8.2
3462026-03-05T04:30:56.105Z Downloaded uuid v1.20.0
3472026-03-05T04:30:56.105Z Downloaded slog v2.8.2
3482026-03-05T04:30:56.132Z Downloaded toml_datetime v0.7.5+spec-1.1.0
3492026-03-05T04:30:56.132Z Downloaded zerocopy v0.8.39
3502026-03-05T04:30:56.132Z Downloaded serde_derive v1.0.228
3512026-03-05T04:30:56.133Z Downloaded tinytemplate v1.2.1
3522026-03-05T04:30:56.133Z Downloaded tabwriter v1.4.1
3532026-03-05T04:30:56.133Z Downloaded futures-executor v0.3.31
3542026-03-05T04:30:56.133Z Downloaded unicode-ident v1.0.23
3552026-03-05T04:30:56.157Z Downloaded version_check v0.9.5
3562026-03-05T04:30:56.157Z Downloaded utf8parse v0.2.2
3572026-03-05T04:30:56.157Z Downloaded thiserror v2.0.18
3582026-03-05T04:30:56.157Z Downloaded zmij v1.0.20
3592026-03-05T04:30:56.157Z Downloaded walkdir v2.5.0
3602026-03-05T04:30:56.157Z Downloaded thiserror-impl v1.0.69
3612026-03-05T04:30:56.157Z Downloaded serde v1.0.228
3622026-03-05T04:30:56.182Z Downloaded thiserror v1.0.69
3632026-03-05T04:30:56.182Z Downloaded tracing-core v0.1.36
3642026-03-05T04:30:56.182Z Downloaded zerocopy-derive v0.8.39
3652026-03-05T04:30:56.182Z Downloaded toml_parser v1.0.9+spec-1.1.0
3662026-03-05T04:30:56.206Z Downloaded plotters v0.3.7
3672026-03-05T04:30:56.206Z Downloaded nom v8.0.0
3682026-03-05T04:30:56.206Z Downloaded cc v1.2.55
3692026-03-05T04:30:56.206Z Downloaded serde_json v1.0.149
3702026-03-05T04:30:56.230Z Downloaded regex v1.12.3
3712026-03-05T04:30:56.230Z Downloaded winnow v0.7.14
3722026-03-05T04:30:56.255Z Downloaded itertools v0.14.0
3732026-03-05T04:30:56.255Z Downloaded toml_edit v0.23.10+spec-1.0.0
3742026-03-05T04:30:56.255Z Downloaded time v0.3.47
3752026-03-05T04:30:56.280Z Downloaded syn v2.0.114
3762026-03-05T04:30:56.280Z Downloaded unicode-width v0.2.2
3772026-03-05T04:30:56.280Z Downloaded smoltcp v0.11.0
3782026-03-05T04:30:56.304Z Downloaded regex-syntax v0.8.9
3792026-03-05T04:30:56.304Z Downloaded libc v0.2.180
3802026-03-05T04:30:56.338Z Downloaded term v1.2.1
3812026-03-05T04:30:56.362Z Downloaded rustix v1.1.3
3822026-03-05T04:30:56.387Z Downloaded postcard v1.1.3
3832026-03-05T04:30:56.387Z Downloaded slog-async v2.8.0
3842026-03-05T04:30:56.387Z Downloaded tracing v0.1.44
3852026-03-05T04:30:56.411Z Downloaded proc-macro-error v1.0.4
3862026-03-05T04:30:56.411Z Downloaded chrono v0.4.43
3872026-03-05T04:30:56.411Z Downloaded time-core v0.1.8
3882026-03-05T04:30:56.436Z Downloaded hashbrown v0.16.1
3892026-03-05T04:30:56.436Z Downloaded time-macros v0.2.27
3902026-03-05T04:30:56.436Z Downloaded rayon-core v1.13.0
3912026-03-05T04:30:56.437Z Downloaded log v0.4.29
3922026-03-05T04:30:56.437Z Downloaded regex-automata v0.4.14
3932026-03-05T04:30:56.461Z Downloaded indexmap v2.13.0
3942026-03-05T04:30:56.462Z Downloaded ciborium v0.2.2
3952026-03-05T04:30:56.462Z Downloaded num_enum_derive v0.7.5
3962026-03-05T04:30:56.462Z Downloaded memchr v2.8.0
3972026-03-05T04:30:56.462Z Downloaded heapless v0.8.0
3982026-03-05T04:30:56.486Z Downloaded either v1.15.0
3992026-03-05T04:30:56.486Z Downloaded darling_core v0.21.3
4002026-03-05T04:30:56.486Z Downloaded bitflags v2.10.0
4012026-03-05T04:30:56.486Z Downloaded strsim v0.11.1
4022026-03-05T04:30:56.486Z Downloaded slog-envlogger v2.2.0
4032026-03-05T04:30:56.486Z Downloaded slab v0.4.12
4042026-03-05T04:30:56.486Z Downloaded oorandom v11.1.5
4052026-03-05T04:30:56.486Z Downloaded cfg_aliases v0.2.1
4062026-03-05T04:30:56.486Z Downloaded ingot-macros v0.1.1
4072026-03-05T04:30:56.486Z Downloaded getrandom v0.3.4
4082026-03-05T04:30:56.486Z Downloaded cfg-if v1.0.4
4092026-03-05T04:30:56.511Z Downloaded find-msvc-tools v0.1.9
4102026-03-05T04:30:56.511Z Downloaded cast v0.3.0
4112026-03-05T04:30:56.511Z Downloaded slog-stdlog v4.1.1
4122026-03-05T04:30:56.511Z Downloaded slog-scope v4.4.1
4132026-03-05T04:30:56.511Z Downloaded proc-macro-error-attr2 v2.0.0
4142026-03-05T04:30:56.511Z Downloaded pretty-hex v0.4.1
4152026-03-05T04:30:56.511Z Downloaded num_enum v0.7.5
4162026-03-05T04:30:56.511Z Downloaded macaddr v1.0.1
4172026-03-05T04:30:56.511Z Downloaded hash32 v0.3.1
4182026-03-05T04:30:56.511Z Downloaded futures-macro v0.3.31
4192026-03-05T04:30:56.511Z Downloaded futures-core v0.3.31
4202026-03-05T04:30:56.511Z Downloaded foreign-types v0.5.0
4212026-03-05T04:30:56.511Z Downloaded equivalent v1.0.2
4222026-03-05T04:30:56.511Z Downloaded thiserror-impl v2.0.18
4232026-03-05T04:30:56.512Z Downloaded take_mut v0.2.2
4242026-03-05T04:30:56.512Z Downloaded stable_deref_trait v1.2.1
4252026-03-05T04:30:56.512Z Downloaded socket2 v0.6.2
4262026-03-05T04:30:56.536Z Downloaded shlex v1.3.0
4272026-03-05T04:30:56.536Z Downloaded serde_core v1.0.228
4282026-03-05T04:30:56.536Z Downloaded ref-cast v1.0.25
4292026-03-05T04:30:56.536Z Downloaded rayon v1.11.0
4302026-03-05T04:30:56.536Z Downloaded rand_chacha v0.9.0
4312026-03-05T04:30:56.536Z Downloaded proc-macro2 v1.0.106
4322026-03-05T04:30:56.536Z Downloaded proc-macro-error2 v2.0.1
4332026-03-05T04:30:56.536Z Downloaded proc-macro-crate v3.4.0
4342026-03-05T04:30:56.561Z Downloaded ppv-lite86 v0.2.21
4352026-03-05T04:30:56.561Z Downloaded plotters-svg v0.3.7
4362026-03-05T04:30:56.561Z Downloaded pin-project-lite v0.2.16
4372026-03-05T04:30:56.561Z Downloaded pcap-parser v0.17.0
4382026-03-05T04:30:56.561Z Downloaded oxnet v0.1.4
4392026-03-05T04:30:56.561Z Downloaded num-conv v0.2.0
4402026-03-05T04:30:56.561Z Downloaded is_terminal_polyfill v1.70.2
4412026-03-05T04:30:56.561Z Downloaded ipnetwork v0.21.1
4422026-03-05T04:30:56.561Z Downloaded ingot-types v0.1.2
4432026-03-05T04:30:56.561Z Downloaded futures-sink v0.3.31
4442026-03-05T04:30:56.586Z Downloaded futures-io v0.3.31
4452026-03-05T04:30:56.586Z Downloaded foreign-types-shared v0.3.1
4462026-03-05T04:30:56.586Z Downloaded erased-serde v0.3.31
4472026-03-05T04:30:56.586Z Downloaded embedded-io v0.6.1
4482026-03-05T04:30:56.586Z Downloaded dyn-clone v1.0.20
4492026-03-05T04:30:56.586Z Downloaded dtor-proc-macro v0.0.6
4502026-03-05T04:30:56.586Z Downloaded defmt-parser v1.0.0
4512026-03-05T04:30:56.586Z Downloaded darling v0.21.3
4522026-03-05T04:30:56.586Z Downloaded ctor-proc-macro v0.0.7
4532026-03-05T04:30:56.586Z Downloaded crossbeam-utils v0.8.21
4542026-03-05T04:30:56.586Z Downloaded cobs v0.3.0
4552026-03-05T04:30:56.586Z Downloaded anes v0.1.6
4562026-03-05T04:30:56.611Z Downloaded same-file v1.0.6
4572026-03-05T04:30:56.611Z Downloaded rand_core v0.9.5
4582026-03-05T04:30:56.611Z Downloaded quote v1.0.44
4592026-03-05T04:30:56.611Z Downloaded managed v0.8.0
4602026-03-05T04:30:56.611Z Downloaded lazy_static v1.5.0
4612026-03-05T04:30:56.611Z Downloaded itoa v1.0.17
4622026-03-05T04:30:56.611Z Downloaded itertools v0.13.0
4632026-03-05T04:30:56.611Z Downloaded ingot v0.1.1
4642026-03-05T04:30:56.611Z Downloaded heck v0.4.1
4652026-03-05T04:30:56.611Z Downloaded half v2.7.1
4662026-03-05T04:30:56.636Z Downloaded futures-channel v0.3.31
4672026-03-05T04:30:56.636Z Downloaded foreign-types-macros v0.2.3
4682026-03-05T04:30:56.636Z Downloaded fnv v1.0.7
4692026-03-05T04:30:56.636Z Downloaded errno v0.3.14
4702026-03-05T04:30:56.636Z Downloaded cstr-argument v0.1.2
4712026-03-05T04:30:56.636Z Downloaded crossbeam-epoch v0.9.18
4722026-03-05T04:30:56.636Z Downloaded circular v0.3.0
4732026-03-05T04:30:56.636Z Downloaded syn v1.0.109
4742026-03-05T04:30:56.636Z Downloaded futures-util v0.3.31
4752026-03-05T04:30:56.662Z Downloaded embedded-io v0.4.0
4762026-03-05T04:30:56.662Z Downloaded ciborium-io v0.2.2
4772026-03-05T04:30:56.662Z Downloaded byteorder v1.5.0
4782026-03-05T04:30:56.662Z Downloaded aho-corasick v1.1.4
4792026-03-05T04:30:56.662Z Downloaded num-traits v0.2.19
4802026-03-05T04:30:56.686Z Downloaded is-terminal v0.4.17
4812026-03-05T04:30:56.686Z Downloaded ident_case v1.0.1
4822026-03-05T04:30:56.686Z Downloaded iana-time-zone v0.1.65
4832026-03-05T04:30:56.686Z Downloaded futures-task v0.3.31
4842026-03-05T04:30:56.686Z Downloaded dtor v0.1.1
4852026-03-05T04:30:56.686Z Downloaded clap_builder v4.5.57
4862026-03-05T04:30:56.686Z Downloaded ciborium-ll v0.2.2
4872026-03-05T04:30:56.686Z Downloaded bitflags v1.3.2
4882026-03-05T04:30:56.686Z Downloaded rustversion v1.0.22
4892026-03-05T04:30:56.686Z Downloaded ref-cast-impl v1.0.25
4902026-03-05T04:30:56.686Z Downloaded rand v0.9.2
4912026-03-05T04:30:56.711Z Downloaded plotters-backend v0.3.7
4922026-03-05T04:30:56.711Z Downloaded pin-utils v0.1.0
4932026-03-05T04:30:56.711Z Downloaded page_size v0.6.0
4942026-03-05T04:30:56.711Z Downloaded defmt-macros v1.0.1
4952026-03-05T04:30:56.711Z Downloaded ctor v0.6.3
4962026-03-05T04:30:56.711Z Downloaded crossbeam-channel v0.5.15
4972026-03-05T04:30:56.711Z Downloaded crc32fast v1.5.0
4982026-03-05T04:30:56.711Z Downloaded anstyle-parse v0.2.7
4992026-03-05T04:30:56.711Z Downloaded anstyle v1.0.13
5002026-03-05T04:30:56.711Z Downloaded tracing-attributes v0.1.31
5012026-03-05T04:30:56.711Z Downloaded thread_local v1.1.9
5022026-03-05T04:30:56.711Z Downloaded terminal_size v0.4.3
5032026-03-05T04:30:56.711Z Downloaded slog-term v2.9.2
5042026-03-05T04:30:56.736Z Downloaded defmt v0.3.100
5052026-03-05T04:30:56.736Z Downloaded anstyle-query v1.1.5
5062026-03-05T04:30:56.736Z Downloaded alloca v0.4.0
5072026-03-05T04:30:56.736Z Downloaded defmt v1.0.1
5082026-03-05T04:30:56.736Z Downloaded powerfmt v0.2.0
5092026-03-05T04:30:56.736Z Downloaded nix v0.31.1
5102026-03-05T04:30:56.761Z Downloaded itertools v0.12.1
5112026-03-05T04:30:56.761Z Downloaded crossbeam-deque v0.8.6
5122026-03-05T04:30:56.761Z Downloaded clap_lex v0.7.7
5132026-03-05T04:30:56.761Z Downloaded darling_macro v0.21.3
5142026-03-05T04:30:56.761Z Downloaded clap v4.5.57
5152026-03-05T04:30:56.761Z Downloaded arc-swap v1.8.1
5162026-03-05T04:30:56.786Z Downloaded anyhow v1.0.101
5172026-03-05T04:30:56.786Z Downloaded futures v0.3.31
5182026-03-05T04:30:56.786Z Downloaded cookie-factory v0.3.3
5192026-03-05T04:30:56.786Z Downloaded colored v3.1.1
5202026-03-05T04:30:56.786Z Downloaded clap_derive v4.5.55
5212026-03-05T04:30:56.786Z Downloaded autocfg v1.5.0
5222026-03-05T04:30:56.786Z Downloaded colorchoice v1.0.4
5232026-03-05T04:30:56.921Z Compiling proc-macro2 v1.0.106
5242026-03-05T04:30:56.921Z Compiling quote v1.0.44
5252026-03-05T04:30:56.921Z Compiling unicode-ident v1.0.23
5262026-03-05T04:30:56.921Z Compiling serde_core v1.0.228
5272026-03-05T04:30:56.945Z Compiling cfg-if v1.0.4
5282026-03-05T04:30:56.945Z Compiling libc v0.2.180
5292026-03-05T04:30:56.945Z Compiling memchr v2.8.0
5302026-03-05T04:30:56.945Z Compiling serde v1.0.228
5312026-03-05T04:30:57.113Z Compiling zerocopy v0.8.39
5322026-03-05T04:30:57.220Z Compiling rustversion v1.0.22
5332026-03-05T04:30:57.609Z Compiling version_check v0.9.5
5342026-03-05T04:30:57.633Z Compiling either v1.15.0
5352026-03-05T04:30:57.873Z Compiling fnv v1.0.7
5362026-03-05T04:30:58.087Z Compiling thiserror v2.0.18
5372026-03-05T04:30:58.150Z Compiling ident_case v1.0.1
5382026-03-05T04:30:58.217Z Compiling strsim v0.11.1
5392026-03-05T04:30:59.101Z Compiling crossbeam-utils v0.8.21
5402026-03-05T04:30:59.224Z Compiling syn v1.0.109
5412026-03-05T04:30:59.316Z Compiling pin-project-lite v0.2.16
5422026-03-05T04:30:59.402Z Compiling regex-syntax v0.8.9
5432026-03-05T04:30:59.444Z Compiling hashbrown v0.16.1
5442026-03-05T04:30:59.469Z Compiling equivalent v1.0.2
5452026-03-05T04:30:59.573Z Compiling aho-corasick v1.1.4
5462026-03-05T04:30:59.802Z Compiling winnow v0.7.14
5472026-03-05T04:31:00.041Z Compiling syn v2.0.114
5482026-03-05T04:31:00.149Z Compiling itertools v0.14.0
5492026-03-05T04:31:00.517Z Compiling indexmap v2.13.0
5502026-03-05T04:31:02.025Z Compiling autocfg v1.5.0
5512026-03-05T04:31:02.737Z Compiling bitflags v2.10.0
5522026-03-05T04:31:02.787Z Compiling regex-automata v0.4.14
5532026-03-05T04:31:02.881Z Compiling toml_parser v1.0.9+spec-1.1.0
5542026-03-05T04:31:02.951Z Compiling byteorder v1.5.0
5552026-03-05T04:31:03.129Z Compiling toml_datetime v0.7.5+spec-1.1.0
5562026-03-05T04:31:03.289Z Compiling getrandom v0.3.4
5572026-03-05T04:31:03.385Z Compiling heapless v0.8.0
5582026-03-05T04:31:03.536Z Compiling hash32 v0.3.1
5592026-03-05T04:31:03.836Z Compiling toml_edit v0.23.10+spec-1.0.0
5602026-03-05T04:31:03.900Z Compiling num-traits v0.2.19
5612026-03-05T04:31:04.093Z Compiling slog v2.8.2
5622026-03-05T04:31:04.209Z Compiling futures-core v0.3.31
5632026-03-05T04:31:04.234Z Compiling futures-sink v0.3.31
5642026-03-05T04:31:04.294Z Compiling stable_deref_trait v1.2.1
5652026-03-05T04:31:04.377Z Compiling smoltcp v0.11.0
5662026-03-05T04:31:04.402Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5672026-03-05T04:31:04.437Z Compiling macaddr v1.0.1
5682026-03-05T04:31:04.485Z Compiling futures-channel v0.3.31
5692026-03-05T04:31:04.960Z Compiling proc-macro-error-attr v1.0.4
5702026-03-05T04:31:05.072Z Compiling proc-macro-crate v3.4.0
5712026-03-05T04:31:05.215Z Compiling anyhow v1.0.101
5722026-03-05T04:31:05.300Z Compiling bitflags v1.3.2
5732026-03-05T04:31:05.400Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
5742026-03-05T04:31:05.721Z Compiling futures-io v0.3.31
5752026-03-05T04:31:05.757Z Compiling futures-task v0.3.31
5762026-03-05T04:31:05.811Z Compiling itoa v1.0.17
5772026-03-05T04:31:05.923Z Compiling ref-cast v1.0.25
5782026-03-05T04:31:05.948Z Compiling managed v0.8.0
5792026-03-05T04:31:06.055Z Compiling darling_core v0.21.3
5802026-03-05T04:31:06.080Z Compiling slab v0.4.12
5812026-03-05T04:31:06.180Z Compiling pin-utils v0.1.0
5822026-03-05T04:31:06.286Z Compiling crc32fast v1.5.0
5832026-03-05T04:31:06.575Z Compiling rand_core v0.9.5
5842026-03-05T04:31:06.728Z Compiling regex v1.12.3
5852026-03-05T04:31:07.060Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5862026-03-05T04:31:07.567Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5872026-03-05T04:31:07.778Z Compiling proc-macro-error v1.0.4
5882026-03-05T04:31:07.895Z Compiling ipnetwork v0.21.1
5892026-03-05T04:31:08.121Z Compiling unicode-width v0.2.2
5902026-03-05T04:31:08.576Z Compiling rustix v1.1.3
5912026-03-05T04:31:08.601Z Compiling foreign-types-shared v0.3.1
5922026-03-05T04:31:08.658Z Compiling once_cell v1.21.3
5932026-03-05T04:31:08.745Z Compiling tabwriter v1.4.1
5942026-03-05T04:31:09.038Z Compiling tracing-core v0.1.36
5952026-03-05T04:31:09.238Z Compiling serde_derive v1.0.228
5962026-03-05T04:31:09.422Z Compiling zerocopy-derive v0.8.39
5972026-03-05T04:31:09.455Z Compiling thiserror-impl v2.0.18
5982026-03-05T04:31:09.556Z Compiling futures-macro v0.3.31
5992026-03-05T04:31:09.803Z Compiling ref-cast-impl v1.0.25
6002026-03-05T04:31:10.839Z Compiling num_enum_derive v0.7.5
6012026-03-05T04:31:10.865Z Compiling foreign-types-macros v0.2.3
6022026-03-05T04:31:10.934Z Compiling darling_macro v0.21.3
6032026-03-05T04:31:11.131Z Compiling futures-util v0.3.31
6042026-03-05T04:31:11.809Z Compiling darling v0.21.3
6052026-03-05T04:31:11.938Z Compiling ingot-macros v0.1.1
6062026-03-05T04:31:12.033Z Compiling foreign-types v0.5.0
6072026-03-05T04:31:12.151Z Compiling cobs v0.3.0
6082026-03-05T04:31:12.176Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6092026-03-05T04:31:12.351Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6102026-03-05T04:31:12.576Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6112026-03-05T04:31:12.848Z Compiling num_enum v0.7.5
6122026-03-05T04:31:13.039Z Compiling tracing-attributes v0.1.31
6132026-03-05T04:31:13.708Z Compiling errno v0.3.14
6142026-03-05T04:31:14.026Z Compiling cstr-argument v0.1.2
6152026-03-05T04:31:14.292Z Compiling num-conv v0.2.0
6162026-03-05T04:31:14.513Z Compiling dyn-clone v1.0.20
6172026-03-05T04:31:15.562Z Compiling time-core v0.1.8
6182026-03-05T04:31:15.812Z Compiling find-msvc-tools v0.1.9
6192026-03-05T04:31:16.243Z Compiling erased-serde v0.3.31
6202026-03-05T04:31:16.463Z Compiling postcard v1.1.3
6212026-03-05T04:31:17.090Z Compiling futures-executor v0.3.31
6222026-03-05T04:31:17.166Z Compiling shlex v1.3.0
6232026-03-05T04:31:17.191Z Compiling powerfmt v0.2.0
6242026-03-05T04:31:17.515Z Compiling pretty-hex v0.4.1
6252026-03-05T04:31:17.586Z Compiling zmij v1.0.20
6262026-03-05T04:31:17.629Z Compiling utf8parse v0.2.2
6272026-03-05T04:31:17.765Z Compiling thiserror v1.0.69
6282026-03-05T04:31:17.837Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
6292026-03-05T04:31:17.927Z Compiling anstyle-parse v0.2.7
6302026-03-05T04:31:18.116Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
6312026-03-05T04:31:18.216Z Compiling deranged v0.5.5
6322026-03-05T04:31:18.359Z Compiling cc v1.2.55
6332026-03-05T04:31:18.389Z Compiling futures v0.3.31
6342026-03-05T04:31:18.480Z Compiling time-macros v0.2.27
6352026-03-05T04:31:18.526Z Compiling tracing v0.1.44
6362026-03-05T04:31:19.246Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6372026-03-05T04:31:20.869Z Compiling ingot-types v0.1.2
6382026-03-05T04:31:20.894Z Compiling ppv-lite86 v0.2.21
6392026-03-05T04:31:21.356Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6402026-03-05T04:31:21.566Z Compiling thiserror-impl v1.0.69
6412026-03-05T04:31:21.711Z Compiling uuid v1.20.0
6422026-03-05T04:31:21.814Z Compiling ingot v0.1.1
6432026-03-05T04:31:21.839Z Compiling rand_chacha v0.9.0
6442026-03-05T04:31:21.902Z Compiling crossbeam-epoch v0.9.18
6452026-03-05T04:31:22.165Z Compiling socket2 v0.6.2
6462026-03-05T04:31:22.666Z Compiling rand v0.9.2
6472026-03-05T04:31:22.838Z Compiling arc-swap v1.8.1
6482026-03-05T04:31:23.024Z Compiling nom v8.0.0
6492026-03-05T04:31:23.399Z Compiling thread_local v1.1.9
6502026-03-05T04:31:24.086Z Compiling iana-time-zone v0.1.65
6512026-03-05T04:31:24.317Z Compiling serde_json v1.0.149
6522026-03-05T04:31:24.343Z Compiling heck v0.4.1
6532026-03-05T04:31:24.634Z Compiling slog-async v2.8.0
6542026-03-05T04:31:24.666Z Compiling oxnet v0.1.4
6552026-03-05T04:31:24.762Z Compiling anstyle-query v1.1.5
6562026-03-05T04:31:24.922Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6572026-03-05T04:31:25.252Z Compiling rayon-core v1.13.0
6582026-03-05T04:31:25.277Z Compiling lazy_static v1.5.0
6592026-03-05T04:31:25.363Z Compiling colorchoice v1.0.4
6602026-03-05T04:31:25.388Z Compiling is_terminal_polyfill v1.70.2
6612026-03-05T04:31:25.443Z Compiling anstyle v1.0.13
6622026-03-05T04:31:25.530Z Compiling colored v3.1.1
6632026-03-05T04:31:25.560Z Compiling slog-scope v4.4.1
6642026-03-05T04:31:25.613Z Compiling time v0.3.47
6652026-03-05T04:31:25.909Z Compiling anstream v0.6.21
6662026-03-05T04:31:26.327Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6672026-03-05T04:31:26.664Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6682026-03-05T04:31:26.808Z Compiling chrono v0.4.43
6692026-03-05T04:31:27.791Z Compiling crossbeam-deque v0.8.6
6702026-03-05T04:31:28.188Z Compiling alloca v0.4.0
6712026-03-05T04:31:29.125Z Compiling rusticata-macros v5.0.0
6722026-03-05T04:31:29.442Z Compiling terminal_size v0.4.3
6732026-03-05T04:31:29.530Z Compiling half v2.7.1
6742026-03-05T04:31:29.592Z Compiling cookie-factory v0.3.3
6752026-03-05T04:31:29.696Z Compiling crossbeam-channel v0.5.15
6762026-03-05T04:31:30.210Z Compiling is-terminal v0.4.17
6772026-03-05T04:31:30.267Z Compiling itertools v0.12.1
6782026-03-05T04:31:30.328Z Compiling cfg_aliases v0.2.1
6792026-03-05T04:31:30.362Z Compiling circular v0.3.0
6802026-03-05T04:31:30.756Z Compiling ciborium-io v0.2.2
6812026-03-05T04:31:30.949Z Compiling clap_lex v0.7.7
6822026-03-05T04:31:31.071Z Compiling take_mut v0.2.2
6832026-03-05T04:31:31.257Z Compiling heck v0.5.0
6842026-03-05T04:31:31.593Z Compiling log v0.4.29
6852026-03-05T04:31:31.673Z Compiling term v1.2.1
6862026-03-05T04:31:31.828Z Compiling plotters-backend v0.3.7
6872026-03-05T04:31:31.998Z Compiling slog-stdlog v4.1.1
6882026-03-05T04:31:32.459Z Compiling slog-term v2.9.2
6892026-03-05T04:31:32.638Z Compiling plotters-svg v0.3.7
6902026-03-05T04:31:32.682Z Compiling clap_derive v4.5.55
6912026-03-05T04:31:33.098Z Compiling clap_builder v4.5.57
6922026-03-05T04:31:33.640Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6932026-03-05T04:31:34.442Z Compiling ciborium-ll v0.2.2
6942026-03-05T04:31:34.598Z Compiling pcap-parser v0.17.0
6952026-03-05T04:31:34.878Z Compiling nix v0.31.1
6962026-03-05T04:31:35.649Z Compiling itertools v0.13.0
6972026-03-05T04:31:36.101Z Compiling cast v0.3.0
6982026-03-05T04:31:36.352Z Compiling same-file v1.0.6
6992026-03-05T04:31:36.633Z Compiling walkdir v2.5.0
7002026-03-05T04:31:36.669Z Compiling rayon v1.11.0
7012026-03-05T04:31:37.759Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7022026-03-05T04:31:38.340Z Compiling clap v4.5.57
7032026-03-05T04:31:38.467Z Compiling tinytemplate v1.2.1
7042026-03-05T04:31:38.680Z Compiling ciborium v0.2.2
7052026-03-05T04:31:39.322Z Compiling criterion-plot v0.8.2
7062026-03-05T04:31:39.384Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52)
7072026-03-05T04:31:40.448Z Compiling slog-envlogger v2.2.0
7082026-03-05T04:31:40.598Z Compiling plotters v0.3.7
7092026-03-05T04:31:40.880Z Compiling page_size v0.6.0
7102026-03-05T04:31:41.049Z Compiling dtor-proc-macro v0.0.6
7112026-03-05T04:31:41.200Z Compiling anes v0.1.6
7122026-03-05T04:31:41.622Z Compiling oorandom v11.1.5
7132026-03-05T04:31:41.700Z Compiling dtor v0.1.1
7142026-03-05T04:31:41.826Z Compiling ctor-proc-macro v0.0.7
7152026-03-05T04:31:42.479Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7162026-03-05T04:31:42.867Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7172026-03-05T04:31:43.082Z Compiling criterion v0.8.2
7182026-03-05T04:31:43.835Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7192026-03-05T04:31:45.750Z Compiling ctor v0.6.3
7202026-03-05T04:31:48.095Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
7212026-03-05T04:32:19.235Z Finished `bench` profile [optimized + debuginfo] target(s) in 1m 30s
7222026-03-05T04:32:19.353Z Running benches/xde.rs (target/release/deps/xde-27df914db1b53eab)
7232026-03-05T04:32:19.378Z###--------------------------------###
7242026-03-05T04:32:19.378Z:::Building test topology... (120s):::
7252026-03-05T04:32:19.378Z###--------------------------------###
7262026-03-05T04:32:19.402Zadding underlay route 0
7272026-03-05T04:32:19.402Zadding underlay route 1
7282026-03-05T04:32:19.473Zstart zone a
7292026-03-05T04:32:29.497Zconfigure zone
7302026-03-05T04:32:29.524Zinstall zone
7312026-03-05T04:32:33.663Zboot zone
7322026-03-05T04:32:33.861Zstart zone b
7332026-03-05T04:32:43.931Zconfigure zone
7342026-03-05T04:32:43.956Zinstall zone
7352026-03-05T04:32:46.775Zboot zone
7362026-03-05T04:32:46.975Zsetup zone a
7372026-03-05T04:32:46.975Z[a] svcs -a
7382026-03-05T04:32:47.189ZSTATE STIME FMRI
7392026-03-05T04:32:47.189Zlegacy_run 4:32:40 lrc:/etc/rc2_d/S20sysetup
7402026-03-05T04:32:47.189Zlegacy_run 4:32:40 lrc:/etc/rc2_d/S89PRESERVE
7412026-03-05T04:32:47.189Zdisabled 4:32:34 svc:/system/device/mpxio-upgrade:default
7422026-03-05T04:32:47.189Zdisabled 4:32:34 svc:/network/physical:nwam
7432026-03-05T04:32:47.190Zdisabled 4:32:34 svc:/network/ipmp:default
7442026-03-05T04:32:47.190Zdisabled 4:32:34 svc:/network/install:default
7452026-03-05T04:32:47.190Zdisabled 4:32:34 svc:/network/ipsec/manual-key:default
7462026-03-05T04:32:47.190Zdisabled 4:32:34 svc:/network/ipsec/ike:default
7472026-03-05T04:32:47.190Zdisabled 4:32:34 svc:/network/location:default
7482026-03-05T04:32:47.190Zdisabled 4:32:34 svc:/network/tcpkey:default
7492026-03-05T04:32:47.190Zdisabled 4:32:34 svc:/network/dns/install:default
7502026-03-05T04:32:47.190Zdisabled 4:32:34 svc:/network/nis/client:default
7512026-03-05T04:32:47.190Zdisabled 4:32:34 svc:/network/ldap/client:default
7522026-03-05T04:32:47.190Zdisabled 4:32:34 svc:/network/nfs/status:default
7532026-03-05T04:32:47.190Zdisabled 4:32:34 svc:/network/nfs/nlockmgr:default
7542026-03-05T04:32:47.190Zdisabled 4:32:34 svc:/network/nfs/cbd:default
7552026-03-05T04:32:47.190Zdisabled 4:32:34 svc:/system/idmap:default
7562026-03-05T04:32:47.190Zdisabled 4:32:34 svc:/network/nfs/mapid:default
7572026-03-05T04:32:47.190Zdisabled 4:32:34 svc:/network/rpc/keyserv:default
7582026-03-05T04:32:47.190Zdisabled 4:32:34 svc:/network/inetd:default
7592026-03-05T04:32:47.190Zdisabled 4:32:34 svc:/network/nfs/client:default
7602026-03-05T04:32:47.190Zdisabled 4:32:34 svc:/network/smb/client:default
7612026-03-05T04:32:47.190Zdisabled 4:32:34 svc:/system/auditd:default
7622026-03-05T04:32:47.190Zdisabled 4:32:34 svc:/application/management/net-snmp:default
7632026-03-05T04:32:47.190Zdisabled 4:32:35 svc:/network/dns/multicast:default
7642026-03-05T04:32:47.190Zdisabled 4:32:35 svc:/application/pkg/dynamic-mirror:default
7652026-03-05T04:32:47.190Zdisabled 4:32:35 svc:/application/pkg/mirror:default
7662026-03-05T04:32:47.190Zdisabled 4:32:35 svc:/application/pkg/repositories-setup:default
7672026-03-05T04:32:47.190Zdisabled 4:32:35 svc:/application/pkg/server:default
7682026-03-05T04:32:47.190Zdisabled 4:32:35 svc:/application/security/tcsd:default
7692026-03-05T04:32:47.190Zdisabled 4:32:35 svc:/network/smb/server:default
7702026-03-05T04:32:47.190Zdisabled 4:32:35 svc:/system/filesystem/reparse:default
7712026-03-05T04:32:47.190Zdisabled 4:32:35 svc:/network/nfs/server:default
7722026-03-05T04:32:47.190Zdisabled 4:32:35 svc:/network/nfs/log:default
7732026-03-05T04:32:47.190Zdisabled 4:32:35 svc:/network/routing/legacy-routing:ipv4
7742026-03-05T04:32:47.190Zdisabled 4:32:35 svc:/network/routing/legacy-routing:ipv6
7752026-03-05T04:32:47.190Zdisabled 4:32:35 svc:/network/routing/rdisc:default
7762026-03-05T04:32:47.190Zdisabled 4:32:35 svc:/network/ipv6-forwarding:default
7772026-03-05T04:32:47.190Zdisabled 4:32:35 svc:/network/routing/ripng:default
7782026-03-05T04:32:47.190Zdisabled 4:32:35 svc:/network/routing/route:default
7792026-03-05T04:32:47.190Zdisabled 4:32:35 svc:/network/security/kadmin:default
7802026-03-05T04:32:47.190Zdisabled 4:32:35 svc:/network/security/krb5kdc:default
7812026-03-05T04:32:47.191Zdisabled 4:32:35 svc:/network/ipv4-forwarding:default
7822026-03-05T04:32:47.191Zdisabled 4:32:35 svc:/network/ipqos:default
7832026-03-05T04:32:47.191Zdisabled 4:32:35 svc:/network/chrony:default
7842026-03-05T04:32:47.191Zdisabled 4:32:35 svc:/system/device/allocate:default
7852026-03-05T04:32:47.191Zdisabled 4:32:35 svc:/system/fm/notify-params:default
7862026-03-05T04:32:47.191Zdisabled 4:32:35 svc:/system/svc/global:default
7872026-03-05T04:32:47.191Zdisabled 4:32:35 svc:/system/consadm:default
7882026-03-05T04:32:47.191Zdisabled 4:32:35 svc:/system/vtdaemon:default
7892026-03-05T04:32:47.191Zdisabled 4:32:35 svc:/system/console-login:vt2
7902026-03-05T04:32:47.191Zdisabled 4:32:35 svc:/system/console-login:vt3
7912026-03-05T04:32:47.191Zdisabled 4:32:35 svc:/system/console-login:vt4
7922026-03-05T04:32:47.191Zdisabled 4:32:35 svc:/system/console-login:vt5
7932026-03-05T04:32:47.191Zdisabled 4:32:35 svc:/system/console-login:vt6
7942026-03-05T04:32:47.191Zdisabled 4:32:36 svc:/system/extended-accounting:flow
7952026-03-05T04:32:47.191Zdisabled 4:32:36 svc:/system/extended-accounting:net
7962026-03-05T04:32:47.191Zdisabled 4:32:36 svc:/system/extended-accounting:process
7972026-03-05T04:32:47.191Zdisabled 4:32:36 svc:/system/extended-accounting:task
7982026-03-05T04:32:47.191Zdisabled 4:32:36 svc:/system/process-security:default
7992026-03-05T04:32:47.191Zdisabled 4:32:36 svc:/system/hotplug:default
8002026-03-05T04:32:47.191Zdisabled 4:32:36 svc:/system/sar:default
8012026-03-05T04:32:47.191Zdisabled 4:32:39 svc:/network/dns/client:default
8022026-03-05T04:32:47.191Zdisabled 4:32:39 svc:/network/rpc/bind:default
8032026-03-05T04:32:47.191Zdisabled 4:32:40 svc:/system/sac:default
8042026-03-05T04:32:47.191Zdisabled 4:32:40 svc:/network/inetd-upgrade:default
8052026-03-05T04:32:47.191Zonline 4:32:33 svc:/system/svc/restarter:default
8062026-03-05T04:32:47.191Zonline 4:32:34 svc:/system/early-manifest-import:default
8072026-03-05T04:32:47.191Zonline 4:32:35 svc:/network/ip-interface-management:default
8082026-03-05T04:32:47.191Zonline 4:32:35 svc:/network/datalink-management:default
8092026-03-05T04:32:47.191Zonline 4:32:35 svc:/system/filesystem/root:default
8102026-03-05T04:32:47.191Zonline 4:32:35 svc:/network/netcfg:default
8112026-03-05T04:32:47.191Zonline 4:32:35 svc:/network/loopback:default
8122026-03-05T04:32:47.191Zonline 4:32:35 svc:/system/boot-archive:default
8132026-03-05T04:32:47.191Zonline 4:32:35 svc:/network/physical:default
8142026-03-05T04:32:47.191Zonline 4:32:35 svc:/system/filesystem/usr:default
8152026-03-05T04:32:47.191Zonline 4:32:35 svc:/system/identity:node
8162026-03-05T04:32:47.191Zonline 4:32:35 svc:/system/device/local:default
8172026-03-05T04:32:47.191Zonline 4:32:35 svc:/milestone/devices:default
8182026-03-05T04:32:47.191Zonline 4:32:35 svc:/network/ipsec/ipsecalgs:default
8192026-03-05T04:32:47.192Zonline 4:32:35 svc:/system/filesystem/minimal:default
8202026-03-05T04:32:47.192Zonline 4:32:35 svc:/system/device/audio:default
8212026-03-05T04:32:47.192Zonline 4:32:35 svc:/network/ipsec/policy:default
8222026-03-05T04:32:47.192Zonline 4:32:35 svc:/system/rmtmpfiles:default
8232026-03-05T04:32:47.192Zonline 4:32:35 svc:/milestone/network:default
8242026-03-05T04:32:47.192Zonline 4:32:35 svc:/network/initial:default
8252026-03-05T04:32:47.192Zonline 4:32:35 svc:/network/netmask:default
8262026-03-05T04:32:47.192Zonline 4:32:35 svc:/network/iptun:default
8272026-03-05T04:32:47.192Zonline 4:32:35 svc:/system/fmd:default
8282026-03-05T04:32:47.192Zonline 4:32:36 svc:/system/auditset:default
8292026-03-05T04:32:47.192Zonline 4:32:36 svc:/system/pkgserv:default
8302026-03-05T04:32:47.192Zonline 4:32:36 svc:/system/pfexec:default
8312026-03-05T04:32:47.192Zonline 4:32:36 svc:/system/hostid:default
8322026-03-05T04:32:47.192Zonline 4:32:36 svc:/system/logadm-upgrade:default
8332026-03-05T04:32:47.192Zonline 4:32:39 svc:/system/rbac:default
8342026-03-05T04:32:47.192Zonline 4:32:39 svc:/network/service:default
8352026-03-05T04:32:47.192Zonline 4:32:39 svc:/system/cryptosvc:default
8362026-03-05T04:32:47.192Zonline 4:32:39 svc:/system/identity:domain
8372026-03-05T04:32:47.192Zonline 4:32:39 svc:/system/keymap:default
8382026-03-05T04:32:47.217Zonline 4:32:39 svc:/system/name-service-cache:default
8392026-03-05T04:32:47.217Zonline 4:32:39 svc:/system/manifest-import:default
8402026-03-05T04:32:47.217Zonline 4:32:39 svc:/milestone/single-user:default
8412026-03-05T04:32:47.217Zonline 4:32:39 svc:/system/coreadm:default
8422026-03-05T04:32:47.217Zonline 4:32:39 svc:/milestone/sysconfig:default
8432026-03-05T04:32:47.217Zonline 4:32:39 svc:/milestone/name-services:default
8442026-03-05T04:32:47.217Zonline 4:32:39 svc:/system/filesystem/local:default
8452026-03-05T04:32:47.217Zonline 4:32:39 svc:/system/utmp:default
8462026-03-05T04:32:47.217Zonline 4:32:39 svc:/system/console-login:default
8472026-03-05T04:32:47.217Zonline 4:32:40 svc:/system/system-log:default
8482026-03-05T04:32:47.217Zonline 4:32:40 svc:/network/shares/group:default
8492026-03-05T04:32:47.217Zonline 4:32:40 svc:/system/cron:default
8502026-03-05T04:32:47.217Zonline 4:32:40 svc:/system/boot-archive-update:default
8512026-03-05T04:32:47.217Zonline 4:32:40 svc:/milestone/multi-user:default
8522026-03-05T04:32:47.217Zonline 4:32:40 svc:/system/boot-config:default
8532026-03-05T04:32:47.217Zonline 4:32:40 svc:/network/routing-setup:default
8542026-03-05T04:32:47.217Zonline 4:32:40 svc:/network/shares/group:zfs
8552026-03-05T04:32:47.217Zonline 4:32:40 svc:/network/routing/ndp:default
8562026-03-05T04:32:47.217Zonline 4:32:40 svc:/system/update-man-index:default
8572026-03-05T04:32:47.217Zonline 4:32:40 svc:/network/ssh:default
8582026-03-05T04:32:47.217Zonline 4:32:40 svc:/milestone/multi-user-server:default
8592026-03-05T04:32:47.217Zuninitialized 4:32:34 svc:/network/rpc/gss:default
8602026-03-05T04:32:47.217Zuninitialized 4:32:35 svc:/network/nfs/rquota:default
8612026-03-05T04:32:47.217Zuninitialized 4:32:35 svc:/network/security/ktkt_warn:default
8622026-03-05T04:32:47.218Z[a] svcs milestone/network
8632026-03-05T04:32:47.218ZSTATE STIME FMRI
8642026-03-05T04:32:47.218Zonline 4:32:35 svc:/milestone/network:default
8652026-03-05T04:32:47.218Z[a] ipadm create-addr -t -T dhcp opte0/test
8662026-03-05T04:32:52.089Z
8672026-03-05T04:32:52.089Z[a] route add -iface 10.0.0.254 10.0.0.1
8682026-03-05T04:32:52.120Zadd host 10.0.0.254: gateway 10.0.0.1
8692026-03-05T04:32:52.120Z[a] route add 10.0.0.0/24 10.0.0.254
8702026-03-05T04:32:52.151Zadd net 10.0.0.0/24: gateway 10.0.0.254
8712026-03-05T04:32:52.151Z[a] route add 224.0.0.0/4 10.0.0.254
8722026-03-05T04:32:52.180Zadd net 224.0.0.0/4: gateway 10.0.0.254
8732026-03-05T04:32:52.180Zsetup zone b
8742026-03-05T04:32:52.180Z[b] svcs -a
8752026-03-05T04:32:52.356ZSTATE STIME FMRI
8762026-03-05T04:32:52.356Zdisabled 4:32:47 svc:/system/device/mpxio-upgrade:default
8772026-03-05T04:32:52.356Zdisabled 4:32:47 svc:/network/physical:nwam
8782026-03-05T04:32:52.356Zdisabled 4:32:47 svc:/network/ipmp:default
8792026-03-05T04:32:52.356Zdisabled 4:32:47 svc:/network/install:default
8802026-03-05T04:32:52.356Zdisabled 4:32:47 svc:/network/ipsec/manual-key:default
8812026-03-05T04:32:52.356Zdisabled 4:32:47 svc:/network/location:default
8822026-03-05T04:32:52.356Zdisabled 4:32:47 svc:/network/ipsec/ike:default
8832026-03-05T04:32:52.356Zdisabled 4:32:47 svc:/network/tcpkey:default
8842026-03-05T04:32:52.356Zdisabled 4:32:47 svc:/network/dns/install:default
8852026-03-05T04:32:52.356Zdisabled 4:32:47 svc:/network/rpc/bind:default
8862026-03-05T04:32:52.356Zdisabled 4:32:47 svc:/network/nis/client:default
8872026-03-05T04:32:52.357Zdisabled 4:32:47 svc:/network/dns/client:default
8882026-03-05T04:32:52.357Zdisabled 4:32:47 svc:/network/ldap/client:default
8892026-03-05T04:32:52.357Zdisabled 4:32:47 svc:/network/nfs/status:default
8902026-03-05T04:32:52.357Zdisabled 4:32:47 svc:/network/nfs/nlockmgr:default
8912026-03-05T04:32:52.357Zdisabled 4:32:47 svc:/network/nfs/cbd:default
8922026-03-05T04:32:52.357Zdisabled 4:32:47 svc:/system/idmap:default
8932026-03-05T04:32:52.357Zdisabled 4:32:47 svc:/network/nfs/mapid:default
8942026-03-05T04:32:52.357Zdisabled 4:32:47 svc:/network/rpc/keyserv:default
8952026-03-05T04:32:52.357Zdisabled 4:32:47 svc:/network/inetd:default
8962026-03-05T04:32:52.357Zdisabled 4:32:47 svc:/network/nfs/client:default
8972026-03-05T04:32:52.357Zdisabled 4:32:47 svc:/network/smb/client:default
8982026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/system/auditd:default
8992026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/application/management/net-snmp:default
9002026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/network/dns/multicast:default
9012026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/application/pkg/dynamic-mirror:default
9022026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/application/pkg/mirror:default
9032026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/application/pkg/repositories-setup:default
9042026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/application/pkg/server:default
9052026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/application/security/tcsd:default
9062026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/network/smb/server:default
9072026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/system/filesystem/reparse:default
9082026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/network/nfs/server:default
9092026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/network/nfs/log:default
9102026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/network/routing/legacy-routing:ipv4
9112026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/network/routing/legacy-routing:ipv6
9122026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/network/routing/rdisc:default
9132026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/network/routing/ndp:default
9142026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/network/ipv6-forwarding:default
9152026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/network/routing/ripng:default
9162026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/network/routing/route:default
9172026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/network/security/kadmin:default
9182026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/network/security/krb5kdc:default
9192026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/network/ipv4-forwarding:default
9202026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/network/ipqos:default
9212026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/network/chrony:default
9222026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/system/device/allocate:default
9232026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/system/fm/notify-params:default
9242026-03-05T04:32:52.357Zdisabled 4:32:48 svc:/system/svc/global:default
9252026-03-05T04:32:52.358Zdisabled 4:32:48 svc:/system/consadm:default
9262026-03-05T04:32:52.358Zdisabled 4:32:49 svc:/system/vtdaemon:default
9272026-03-05T04:32:52.358Zdisabled 4:32:49 svc:/system/console-login:vt2
9282026-03-05T04:32:52.358Zdisabled 4:32:49 svc:/system/console-login:vt3
9292026-03-05T04:32:52.358Zdisabled 4:32:49 svc:/system/console-login:vt4
9302026-03-05T04:32:52.358Zdisabled 4:32:49 svc:/system/console-login:vt5
9312026-03-05T04:32:52.358Zdisabled 4:32:49 svc:/system/console-login:vt6
9322026-03-05T04:32:52.358Zdisabled 4:32:49 svc:/system/extended-accounting:flow
9332026-03-05T04:32:52.358Zdisabled 4:32:49 svc:/system/extended-accounting:net
9342026-03-05T04:32:52.358Zdisabled 4:32:49 svc:/system/extended-accounting:process
9352026-03-05T04:32:52.358Zdisabled 4:32:49 svc:/system/extended-accounting:task
9362026-03-05T04:32:52.358Zdisabled 4:32:49 svc:/system/sac:default
9372026-03-05T04:32:52.358Zdisabled 4:32:49 svc:/system/process-security:default
9382026-03-05T04:32:52.358Zdisabled 4:32:49 svc:/system/hotplug:default
9392026-03-05T04:32:52.358Zdisabled 4:32:49 svc:/system/sar:default
9402026-03-05T04:32:52.358Zonline 4:32:46 svc:/system/svc/restarter:default
9412026-03-05T04:32:52.358Zonline 4:32:47 svc:/system/early-manifest-import:default
9422026-03-05T04:32:52.358Zonline 4:32:48 svc:/network/netcfg:default
9432026-03-05T04:32:52.358Zonline 4:32:48 svc:/network/ip-interface-management:default
9442026-03-05T04:32:52.358Zonline 4:32:48 svc:/network/datalink-management:default
9452026-03-05T04:32:52.358Zonline 4:32:48 svc:/system/filesystem/root:default
9462026-03-05T04:32:52.358Zonline 4:32:48 svc:/milestone/name-services:default
9472026-03-05T04:32:52.358Zonline 4:32:48 svc:/system/cryptosvc:default
9482026-03-05T04:32:52.358Zonline 4:32:48 svc:/system/boot-archive:default
9492026-03-05T04:32:52.358Zonline 4:32:48 svc:/network/loopback:default
9502026-03-05T04:32:52.358Zonline 4:32:48 svc:/system/filesystem/usr:default
9512026-03-05T04:32:52.358Zonline 4:32:48 svc:/system/device/local:default
9522026-03-05T04:32:52.358Zonline 4:32:48 svc:/network/physical:default
9532026-03-05T04:32:52.358Zonline 4:32:48 svc:/system/keymap:default
9542026-03-05T04:32:52.358Zonline 4:32:48 svc:/milestone/devices:default
9552026-03-05T04:32:52.358Zonline 4:32:48 svc:/network/ipsec/ipsecalgs:default
9562026-03-05T04:32:52.358Zonline 4:32:48 svc:/system/identity:node
9572026-03-05T04:32:52.358Zonline 4:32:48 svc:/system/filesystem/minimal:default
9582026-03-05T04:32:52.358Zonline 4:32:48 svc:/system/device/audio:default
9592026-03-05T04:32:52.358Zonline 4:32:48 svc:/network/ipsec/policy:default
9602026-03-05T04:32:52.358Zonline 4:32:48 svc:/system/identity:domain
9612026-03-05T04:32:52.358Zonline 4:32:48 svc:/system/rmtmpfiles:default
9622026-03-05T04:32:52.358Zonline 4:32:48 svc:/milestone/network:default
9632026-03-05T04:32:52.358Zonline 4:32:48 svc:/network/initial:default
9642026-03-05T04:32:52.359Zonline 4:32:48 svc:/network/netmask:default
9652026-03-05T04:32:52.359Zonline 4:32:48 svc:/network/service:default
9662026-03-05T04:32:52.359Zonline 4:32:48 svc:/network/iptun:default
9672026-03-05T04:32:52.359Zonline 4:32:49 svc:/system/fmd:default
9682026-03-05T04:32:52.359Zonline 4:32:49 svc:/system/auditset:default
9692026-03-05T04:32:52.359Zonline 4:32:49 svc:/system/pkgserv:default
9702026-03-05T04:32:52.359Zonline 4:32:49 svc:/system/pfexec:default
9712026-03-05T04:32:52.359Zonline 4:32:49 svc:/system/hostid:default
9722026-03-05T04:32:52.359Zonline 4:32:49 svc:/system/logadm-upgrade:default
9732026-03-05T04:32:52.359Zoffline 4:32:47 svc:/system/manifest-import:default
9742026-03-05T04:32:52.359Zoffline 4:32:47 svc:/milestone/single-user:default
9752026-03-05T04:32:52.384Zoffline 4:32:47 svc:/milestone/sysconfig:default
9762026-03-05T04:32:52.384Zoffline 4:32:47 svc:/network/routing-setup:default
9772026-03-05T04:32:52.384Zoffline 4:32:47 svc:/system/filesystem/local:default
9782026-03-05T04:32:52.384Zoffline 4:32:47 svc:/system/system-log:default
9792026-03-05T04:32:52.384Zoffline 4:32:47 svc:/network/inetd-upgrade:default
9802026-03-05T04:32:52.385Zoffline 4:32:47 svc:/system/cron:default
9812026-03-05T04:32:52.385Zoffline 4:32:47 svc:/system/name-service-cache:default
9822026-03-05T04:32:52.385Zoffline 4:32:48 svc:/system/utmp:default
9832026-03-05T04:32:52.385Zoffline 4:32:48 svc:/milestone/multi-user:default
9842026-03-05T04:32:52.385Zoffline 4:32:48 svc:/network/shares/group:default
9852026-03-05T04:32:52.385Zoffline 4:32:48 svc:/network/ssh:default
9862026-03-05T04:32:52.385Zoffline 4:32:48 svc:/milestone/multi-user-server:default
9872026-03-05T04:32:52.385Zoffline* 4:32:48 svc:/system/rbac:default
9882026-03-05T04:32:52.385Zoffline 4:32:48 svc:/system/console-login:default
9892026-03-05T04:32:52.385Zoffline 4:32:49 svc:/system/boot-archive-update:default
9902026-03-05T04:32:52.385Zoffline 4:32:49 svc:/system/coreadm:default
9912026-03-05T04:32:52.385Zoffline 4:32:49 svc:/system/boot-config:default
9922026-03-05T04:32:52.385Zoffline 4:32:49 svc:/system/update-man-index:default
9932026-03-05T04:32:52.385Zuninitialized 4:32:47 svc:/network/rpc/gss:default
9942026-03-05T04:32:52.385Zuninitialized 4:32:48 svc:/network/nfs/rquota:default
9952026-03-05T04:32:52.385Zuninitialized 4:32:48 svc:/network/security/ktkt_warn:default
9962026-03-05T04:32:52.385Z[b] svcs milestone/network
9972026-03-05T04:32:52.385ZSTATE STIME FMRI
9982026-03-05T04:32:52.385Zonline 4:32:48 svc:/milestone/network:default
9992026-03-05T04:32:52.385Z[b] ipadm create-addr -t -T dhcp opte1/test
10002026-03-05T04:32:58.851Z
10012026-03-05T04:32:58.851Z[b] route add -iface 10.0.0.254 10.0.0.2
10022026-03-05T04:32:58.882Zadd host 10.0.0.254: gateway 10.0.0.2
10032026-03-05T04:32:58.882Z[b] route add 10.0.0.0/24 10.0.0.254
10042026-03-05T04:32:58.913Zadd net 10.0.0.0/24: gateway 10.0.0.254
10052026-03-05T04:32:58.913Z[b] route add 224.0.0.0/4 10.0.0.254
10062026-03-05T04:32:58.940Zadd net 224.0.0.0/4: gateway 10.0.0.254
10072026-03-05T04:32:58.940Z###---------------###
10082026-03-05T04:32:58.940Z:::Topology built!:::
10092026-03-05T04:32:58.940Z###---------------###
10102026-03-05T04:32:58.964Z###----------------###
10112026-03-05T04:32:58.964Z::: iPerf spawned! :::
10122026-03-05T04:32:58.964Z:::Waiting... (10s):::
10132026-03-05T04:32:58.964Z###----------------###
10142026-03-05T04:33:08.940Z###---###
10152026-03-05T04:33:08.940Z:::Go!:::
10162026-03-05T04:33:08.940Z###---###
10172026-03-05T04:33:08.940Z[a] ping 10.0.0.2
10182026-03-05T04:33:08.977Z10.0.0.2 is alive
10192026-03-05T04:33:08.977Z###-------------------###
10202026-03-05T04:33:08.977Z:::Running experiment :::
10212026-03-05T04:33:08.977Z:::iperf-tcp/local/c2s:::
10222026-03-05T04:33:08.977Z###-------------------###
10232026-03-05T04:33:16.042Z-----------------------------------------------------------
10242026-03-05T04:33:16.042ZServer listening on 5201
10252026-03-05T04:33:16.042Z-----------------------------------------------------------
10262026-03-05T04:33:16.042ZAccepted connection from 10.0.0.1, port 47145
10272026-03-05T04:33:16.042Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38037
10282026-03-05T04:33:16.042Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64008
10292026-03-05T04:33:16.042Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63974
10302026-03-05T04:33:16.042Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58519
10312026-03-05T04:33:16.042Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33546
10322026-03-05T04:33:16.042Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58714
10332026-03-05T04:33:16.043Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52248
10342026-03-05T04:33:16.043Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54869
10352026-03-05T04:33:16.043Z[ ID] Interval Transfer Bandwidth
10362026-03-05T04:33:16.043Z[ 5] 0.00-1.00 sec 39.4 MBytes 330 Mbits/sec
10372026-03-05T04:33:16.043Z[ 7] 0.00-1.00 sec 38.9 MBytes 326 Mbits/sec
10382026-03-05T04:33:16.043Z[ 9] 0.00-1.00 sec 39.1 MBytes 328 Mbits/sec
10392026-03-05T04:33:16.043Z[ 11] 0.00-1.00 sec 38.8 MBytes 325 Mbits/sec
10402026-03-05T04:33:16.043Z[ 13] 0.00-1.00 sec 39.0 MBytes 328 Mbits/sec
10412026-03-05T04:33:16.043Z[ 15] 0.00-1.00 sec 38.9 MBytes 326 Mbits/sec
10422026-03-05T04:33:16.043Z[ 17] 0.00-1.00 sec 38.7 MBytes 325 Mbits/sec
10432026-03-05T04:33:16.043Z[ 19] 0.00-1.00 sec 38.7 MBytes 324 Mbits/sec
10442026-03-05T04:33:16.043Z[SUM] 0.00-1.00 sec 311 MBytes 2.61 Gbits/sec
10452026-03-05T04:33:16.043Z- - - - - - - - - - - - - - - - - - - - - - - - -
10462026-03-05T04:33:16.043Z[ 5] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
10472026-03-05T04:33:16.043Z[ 7] 1.00-2.00 sec 54.9 MBytes 461 Mbits/sec
10482026-03-05T04:33:16.043Z[ 9] 1.00-2.00 sec 54.9 MBytes 461 Mbits/sec
10492026-03-05T04:33:16.043Z[ 11] 1.00-2.00 sec 54.9 MBytes 461 Mbits/sec
10502026-03-05T04:33:16.043Z[ 13] 1.00-2.00 sec 54.9 MBytes 460 Mbits/sec
10512026-03-05T04:33:16.043Z[ 15] 1.00-2.00 sec 54.9 MBytes 461 Mbits/sec
10522026-03-05T04:33:16.043Z[ 17] 1.00-2.00 sec 54.9 MBytes 461 Mbits/sec
10532026-03-05T04:33:16.043Z[ 19] 1.00-2.00 sec 54.9 MBytes 461 Mbits/sec
10542026-03-05T04:33:16.043Z[SUM] 1.00-2.00 sec 439 MBytes 3.69 Gbits/sec
10552026-03-05T04:33:16.043Z- - - - - - - - - - - - - - - - - - - - - - - - -
10562026-03-05T04:33:16.043Z[ 5] 2.00-3.00 sec 54.7 MBytes 459 Mbits/sec
10572026-03-05T04:33:16.043Z[ 7] 2.00-3.00 sec 54.9 MBytes 460 Mbits/sec
10582026-03-05T04:33:16.043Z[ 9] 2.00-3.00 sec 54.9 MBytes 460 Mbits/sec
10592026-03-05T04:33:16.043Z[ 11] 2.00-3.00 sec 54.5 MBytes 458 Mbits/sec
10602026-03-05T04:33:16.043Z[ 13] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
10612026-03-05T04:33:16.043Z[ 15] 2.00-3.00 sec 53.8 MBytes 452 Mbits/sec
10622026-03-05T04:33:16.043Z[ 17] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
10632026-03-05T04:33:16.043Z[ 19] 2.00-3.00 sec 53.6 MBytes 449 Mbits/sec
10642026-03-05T04:33:16.043Z[SUM] 2.00-3.00 sec 434 MBytes 3.64 Gbits/sec
10652026-03-05T04:33:16.043Z- - - - - - - - - - - - - - - - - - - - - - - - -
10662026-03-05T04:33:16.043Z[ 5] 3.00-4.00 sec 47.0 MBytes 394 Mbits/sec
10672026-03-05T04:33:16.043Z[ 7] 3.00-4.00 sec 46.9 MBytes 394 Mbits/sec
10682026-03-05T04:33:16.044Z[ 9] 3.00-4.00 sec 46.9 MBytes 393 Mbits/sec
10692026-03-05T04:33:16.044Z[ 11] 3.00-4.00 sec 47.0 MBytes 394 Mbits/sec
10702026-03-05T04:33:16.044Z[ 13] 3.00-4.00 sec 46.9 MBytes 394 Mbits/sec
10712026-03-05T04:33:16.044Z[ 15] 3.00-4.00 sec 46.9 MBytes 393 Mbits/sec
10722026-03-05T04:33:16.044Z[ 17] 3.00-4.00 sec 46.9 MBytes 394 Mbits/sec
10732026-03-05T04:33:16.044Z[ 19] 3.00-4.00 sec 46.9 MBytes 394 Mbits/sec
10742026-03-05T04:33:16.044Z[SUM] 3.00-4.00 sec 375 MBytes 3.15 Gbits/sec
10752026-03-05T04:33:16.044Z- - - - - - - - - - - - - - - - - - - - - - - - -
10762026-03-05T04:33:16.044Z[ 5] 4.00-5.00 sec 52.0 MBytes 436 Mbits/sec
10772026-03-05T04:33:16.044Z[ 7] 4.00-5.00 sec 52.0 MBytes 437 Mbits/sec
10782026-03-05T04:33:16.044Z[ 9] 4.00-5.00 sec 52.0 MBytes 437 Mbits/sec
10792026-03-05T04:33:16.044Z[ 11] 4.00-5.00 sec 51.9 MBytes 436 Mbits/sec
10802026-03-05T04:33:16.044Z[ 13] 4.00-5.00 sec 52.0 MBytes 436 Mbits/sec
10812026-03-05T04:33:16.044Z[ 15] 4.00-5.00 sec 52.1 MBytes 437 Mbits/sec
10822026-03-05T04:33:16.044Z[ 17] 4.00-5.00 sec 51.9 MBytes 435 Mbits/sec
10832026-03-05T04:33:16.044Z[ 19] 4.00-5.00 sec 52.0 MBytes 436 Mbits/sec
10842026-03-05T04:33:16.044Z[SUM] 4.00-5.00 sec 416 MBytes 3.49 Gbits/sec
10852026-03-05T04:33:16.070Z- - - - - - - - - - - - - - - - - - - - - - - - -
10862026-03-05T04:33:16.070Z[ 5] 5.00-6.00 sec 46.9 MBytes 393 Mbits/sec
10872026-03-05T04:33:16.070Z[ 7] 5.00-6.00 sec 46.8 MBytes 393 Mbits/sec
10882026-03-05T04:33:16.070Z[ 9] 5.00-6.00 sec 46.8 MBytes 393 Mbits/sec
10892026-03-05T04:33:16.070Z[ 11] 5.00-6.00 sec 46.8 MBytes 392 Mbits/sec
10902026-03-05T04:33:16.070Z[ 13] 5.00-6.00 sec 46.8 MBytes 393 Mbits/sec
10912026-03-05T04:33:16.070Z[ 15] 5.00-6.00 sec 46.8 MBytes 393 Mbits/sec
10922026-03-05T04:33:16.070Z[ 17] 5.00-6.00 sec 46.7 MBytes 392 Mbits/sec
10932026-03-05T04:33:16.071Z[ 19] 5.00-6.00 sec 46.8 MBytes 392 Mbits/sec
10942026-03-05T04:33:16.071Z[SUM] 5.00-6.00 sec 374 MBytes 3.14 Gbits/sec
10952026-03-05T04:33:16.071Z- - - - - - - - - - - - - - - - - - - - - - - - -
10962026-03-05T04:33:16.071Z[ 5] 6.00-7.00 sec 50.2 MBytes 421 Mbits/sec
10972026-03-05T04:33:16.071Z[ 7] 6.00-7.00 sec 50.2 MBytes 421 Mbits/sec
10982026-03-05T04:33:16.071Z[ 9] 6.00-7.00 sec 50.1 MBytes 420 Mbits/sec
10992026-03-05T04:33:19.264Z[ 11] 6.00-7.00 sec 50.1 MBytes 421 Mbits/sec
11002026-03-05T04:33:19.264Z[ 13] 6.00-7.00 sec 50.2 MBytes 421 Mbits/sec
11012026-03-05T04:33:19.264Z[ 15] 6.00-7.00 sec 50.2 MBytes 421 Mbits/sec
11022026-03-05T04:33:19.264Z[ 17] 6.00-7.00 sec 50.1 MBytes 420 Mbits/sec
11032026-03-05T04:33:19.264Z[ 19] 6.00-7.00 sec 50.1 MBytes 420 Mbits/sec
11042026-03-05T04:33:19.264Z[SUM] 6.00-7.00 sec 401 MBytes 3.36 Gbits/sec
11052026-03-05T04:33:19.264Z- - - - - - - - - - - - - - - - - - - - - - - - -
11062026-03-05T04:33:19.264Z[ 5] 7.00-8.00 sec 46.0 MBytes 386 Mbits/sec
11072026-03-05T04:33:19.264Z[ 7] 7.00-8.00 sec 46.1 MBytes 387 Mbits/sec
11082026-03-05T04:33:19.264Z[ 9] 7.00-8.00 sec 46.0 MBytes 386 Mbits/sec
11092026-03-05T04:33:19.264Z[ 11] 7.00-8.00 sec 45.9 MBytes 385 Mbits/sec
11102026-03-05T04:33:19.264Z[ 13] 7.00-8.00 sec 46.0 MBytes 386 Mbits/sec
11112026-03-05T04:33:19.265Z[ 15] 7.00-8.00 sec 46.0 MBytes 386 Mbits/sec
11122026-03-05T04:33:19.265Z[ 17] 7.00-8.00 sec 45.9 MBytes 385 Mbits/sec
11132026-03-05T04:33:19.265Z[ 19] 7.00-8.00 sec 46.1 MBytes 387 Mbits/sec
11142026-03-05T04:33:19.265Z[SUM] 7.00-8.00 sec 368 MBytes 3.09 Gbits/sec
11152026-03-05T04:33:19.265Z- - - - - - - - - - - - - - - - - - - - - - - - -
11162026-03-05T04:33:19.265Z[ 5] 8.00-9.00 sec 49.1 MBytes 412 Mbits/sec
11172026-03-05T04:33:19.265Z[ 7] 8.00-9.00 sec 49.0 MBytes 411 Mbits/sec
11182026-03-05T04:33:19.265Z[ 9] 8.00-9.00 sec 49.1 MBytes 412 Mbits/sec
11192026-03-05T04:33:19.265Z[ 11] 8.00-9.00 sec 49.0 MBytes 411 Mbits/sec
11202026-03-05T04:33:19.265Z[ 13] 8.00-9.00 sec 49.1 MBytes 412 Mbits/sec
11212026-03-05T04:33:19.265Z[ 15] 8.00-9.00 sec 49.1 MBytes 412 Mbits/sec
11222026-03-05T04:33:19.265Z[ 17] 8.00-9.00 sec 49.0 MBytes 411 Mbits/sec
11232026-03-05T04:33:19.265Z[ 19] 8.00-9.00 sec 49.0 MBytes 411 Mbits/sec
11242026-03-05T04:33:19.265Z[SUM] 8.00-9.00 sec 392 MBytes 3.29 Gbits/sec
11252026-03-05T04:33:19.265Z- - - - - - - - - - - - - - - - - - - - - - - - -
11262026-03-05T04:33:19.265Z[ 5] 9.00-10.00 sec 50.2 MBytes 421 Mbits/sec
11272026-03-05T04:33:19.265Z[ 7] 9.00-10.00 sec 50.1 MBytes 420 Mbits/sec
11282026-03-05T04:33:19.265Z[ 9] 9.00-10.00 sec 50.2 MBytes 421 Mbits/sec
11292026-03-05T04:33:19.265Z[ 11] 9.00-10.00 sec 50.2 MBytes 421 Mbits/sec
11302026-03-05T04:33:19.265Z[ 13] 9.00-10.00 sec 50.2 MBytes 421 Mbits/sec
11312026-03-05T04:33:19.265Z[ 15] 9.00-10.00 sec 50.2 MBytes 421 Mbits/sec
11322026-03-05T04:33:19.265Z[ 17] 9.00-10.00 sec 50.2 MBytes 421 Mbits/sec
11332026-03-05T04:33:19.265Z[ 19] 9.00-10.00 sec 50.2 MBytes 421 Mbits/sec
11342026-03-05T04:33:19.265Z[SUM] 9.00-10.00 sec 402 MBytes 3.37 Gbits/sec
11352026-03-05T04:33:19.265Z- - - - - - - - - - - - - - - - - - - - - - - - -
11362026-03-05T04:33:19.265Z[ 5] 10.00-10.00 sec 96.9 KBytes 840 Mbits/sec
11372026-03-05T04:33:19.265Z[ 7] 10.00-10.00 sec 126 KBytes 1.09 Gbits/sec
11382026-03-05T04:33:19.265Z[ 9] 10.00-10.00 sec 74.6 KBytes 648 Mbits/sec
11392026-03-05T04:33:19.265Z[ 11] 10.00-10.00 sec 104 KBytes 907 Mbits/sec
11402026-03-05T04:33:19.266Z[ 13] 10.00-10.00 sec 74.6 KBytes 649 Mbits/sec
11412026-03-05T04:33:19.266Z[ 15] 10.00-10.00 sec 72.8 KBytes 650 Mbits/sec
11422026-03-05T04:33:19.266Z[ 17] 10.00-10.00 sec 53.6 KBytes 478 Mbits/sec
11432026-03-05T04:33:19.266Z[ 19] 10.00-10.00 sec 66.5 KBytes 593 Mbits/sec
11442026-03-05T04:33:19.266Z[SUM] 10.00-10.00 sec 669 KBytes 5.80 Gbits/sec
11452026-03-05T04:33:19.266Z- - - - - - - - - - - - - - - - - - - - - - - - -
11462026-03-05T04:33:19.266Z[ ID] Interval Transfer Bandwidth
11472026-03-05T04:33:19.266Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11482026-03-05T04:33:19.266Z[ 5] 0.00-10.00 sec 490 MBytes 411 Mbits/sec receiver
11492026-03-05T04:33:19.266Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11502026-03-05T04:33:19.266Z[ 7] 0.00-10.00 sec 490 MBytes 411 Mbits/sec receiver
11512026-03-05T04:33:19.266Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11522026-03-05T04:33:19.266Z[ 9] 0.00-10.00 sec 490 MBytes 411 Mbits/sec receiver
11532026-03-05T04:33:19.266Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11542026-03-05T04:33:19.266Z[ 11] 0.00-10.00 sec 489 MBytes 410 Mbits/sec receiver
11552026-03-05T04:33:19.266Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11562026-03-05T04:33:19.266Z[ 13] 0.00-10.00 sec 489 MBytes 410 Mbits/sec receiver
11572026-03-05T04:33:19.266Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11582026-03-05T04:33:19.266Z[ 15] 0.00-10.00 sec 489 MBytes 410 Mbits/sec receiver
11592026-03-05T04:33:19.266Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11602026-03-05T04:33:19.266Z[ 17] 0.00-10.00 sec 488 MBytes 409 Mbits/sec receiver
11612026-03-05T04:33:19.266Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11622026-03-05T04:33:19.266Z[ 19] 0.00-10.00 sec 488 MBytes 410 Mbits/sec receiver
11632026-03-05T04:33:19.266Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11642026-03-05T04:33:19.266Z[SUM] 0.00-10.00 sec 3.82 GBytes 3.28 Gbits/sec receiver
11652026-03-05T04:33:19.291ZRun 1/5...3283.81Mbps
11662026-03-05T04:33:26.322Z-----------------------------------------------------------
11672026-03-05T04:33:26.322ZServer listening on 5201
11682026-03-05T04:33:26.322Z-----------------------------------------------------------
11692026-03-05T04:33:26.322ZAccepted connection from 10.0.0.1, port 40741
11702026-03-05T04:33:26.323Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45362
11712026-03-05T04:33:26.323Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47205
11722026-03-05T04:33:26.323Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54631
11732026-03-05T04:33:26.323Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42082
11742026-03-05T04:33:26.323Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58219
11752026-03-05T04:33:26.323Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54368
11762026-03-05T04:33:26.323Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63173
11772026-03-05T04:33:26.323Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63745
11782026-03-05T04:33:26.323Z[ ID] Interval Transfer Bandwidth
11792026-03-05T04:33:26.323Z[ 5] 0.00-1.00 sec 33.5 MBytes 281 Mbits/sec
11802026-03-05T04:33:26.323Z[ 7] 0.00-1.00 sec 33.5 MBytes 281 Mbits/sec
11812026-03-05T04:33:26.323Z[ 9] 0.00-1.00 sec 33.3 MBytes 280 Mbits/sec
11822026-03-05T04:33:26.323Z[ 11] 0.00-1.00 sec 33.3 MBytes 279 Mbits/sec
11832026-03-05T04:33:26.323Z[ 13] 0.00-1.00 sec 33.3 MBytes 279 Mbits/sec
11842026-03-05T04:33:26.323Z[ 15] 0.00-1.00 sec 33.3 MBytes 279 Mbits/sec
11852026-03-05T04:33:26.323Z[ 17] 0.00-1.00 sec 33.2 MBytes 279 Mbits/sec
11862026-03-05T04:33:26.323Z[ 19] 0.00-1.00 sec 33.2 MBytes 278 Mbits/sec
11872026-03-05T04:33:26.323Z[SUM] 0.00-1.00 sec 266 MBytes 2.24 Gbits/sec
11882026-03-05T04:33:26.323Z- - - - - - - - - - - - - - - - - - - - - - - - -
11892026-03-05T04:33:26.323Z[ 5] 1.00-2.00 sec 52.0 MBytes 436 Mbits/sec
11902026-03-05T04:33:26.323Z[ 7] 1.00-2.00 sec 52.1 MBytes 437 Mbits/sec
11912026-03-05T04:33:26.323Z[ 9] 1.00-2.00 sec 52.0 MBytes 436 Mbits/sec
11922026-03-05T04:33:26.323Z[ 11] 1.00-2.00 sec 52.0 MBytes 436 Mbits/sec
11932026-03-05T04:33:26.323Z[ 13] 1.00-2.00 sec 51.9 MBytes 436 Mbits/sec
11942026-03-05T04:33:26.323Z[ 15] 1.00-2.00 sec 51.9 MBytes 435 Mbits/sec
11952026-03-05T04:33:26.323Z[ 17] 1.00-2.00 sec 51.9 MBytes 435 Mbits/sec
11962026-03-05T04:33:26.323Z[ 19] 1.00-2.00 sec 51.9 MBytes 436 Mbits/sec
11972026-03-05T04:33:26.323Z[SUM] 1.00-2.00 sec 416 MBytes 3.49 Gbits/sec
11982026-03-05T04:33:26.323Z- - - - - - - - - - - - - - - - - - - - - - - - -
11992026-03-05T04:33:26.323Z[ 5] 2.00-3.00 sec 53.3 MBytes 447 Mbits/sec
12002026-03-05T04:33:26.323Z[ 7] 2.00-3.00 sec 53.3 MBytes 447 Mbits/sec
12012026-03-05T04:33:26.323Z[ 9] 2.00-3.00 sec 53.3 MBytes 447 Mbits/sec
12022026-03-05T04:33:26.323Z[ 11] 2.00-3.00 sec 53.3 MBytes 448 Mbits/sec
12032026-03-05T04:33:26.323Z[ 13] 2.00-3.00 sec 53.3 MBytes 447 Mbits/sec
12042026-03-05T04:33:26.323Z[ 15] 2.00-3.00 sec 53.3 MBytes 447 Mbits/sec
12052026-03-05T04:33:26.323Z[ 17] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
12062026-03-05T04:33:26.323Z[ 19] 2.00-3.00 sec 53.3 MBytes 447 Mbits/sec
12072026-03-05T04:33:26.323Z[SUM] 2.00-3.00 sec 427 MBytes 3.58 Gbits/sec
12082026-03-05T04:33:26.324Z- - - - - - - - - - - - - - - - - - - - - - - - -
12092026-03-05T04:33:26.324Z[ 5] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
12102026-03-05T04:33:26.324Z[ 7] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
12112026-03-05T04:33:26.324Z[ 9] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
12122026-03-05T04:33:26.324Z[ 11] 3.00-4.00 sec 53.3 MBytes 447 Mbits/sec
12132026-03-05T04:33:26.324Z[ 13] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
12142026-03-05T04:33:26.324Z[ 15] 3.00-4.00 sec 53.3 MBytes 447 Mbits/sec
12152026-03-05T04:33:26.324Z[ 17] 3.00-4.00 sec 53.3 MBytes 447 Mbits/sec
12162026-03-05T04:33:26.324Z[ 19] 3.00-4.00 sec 53.3 MBytes 447 Mbits/sec
12172026-03-05T04:33:26.324Z[SUM] 3.00-4.00 sec 427 MBytes 3.58 Gbits/sec
12182026-03-05T04:33:26.324Z- - - - - - - - - - - - - - - - - - - - - - - - -
12192026-03-05T04:33:26.324Z[ 5] 4.00-5.00 sec 56.0 MBytes 470 Mbits/sec
12202026-03-05T04:33:26.324Z[ 7] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
12212026-03-05T04:33:26.324Z[ 9] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
12222026-03-05T04:33:26.324Z[ 11] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
12232026-03-05T04:33:26.324Z[ 13] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
12242026-03-05T04:33:26.324Z[ 15] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
12252026-03-05T04:33:26.349Z[ 17] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
12262026-03-05T04:33:26.349Z[ 19] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
12272026-03-05T04:33:26.349Z[SUM] 4.00-5.00 sec 447 MBytes 3.75 Gbits/sec
12282026-03-05T04:33:26.349Z- - - - - - - - - - - - - - - - - - - - - - - - -
12292026-03-05T04:33:26.349Z[ 5] 5.00-6.00 sec 49.9 MBytes 418 Mbits/sec
12302026-03-05T04:33:26.349Z[ 7] 5.00-6.00 sec 50.0 MBytes 419 Mbits/sec
12312026-03-05T04:33:26.349Z[ 9] 5.00-6.00 sec 49.9 MBytes 419 Mbits/sec
12322026-03-05T04:33:26.350Z[ 11] 5.00-6.00 sec 49.9 MBytes 419 Mbits/sec
12332026-03-05T04:33:26.350Z[ 13] 5.00-6.00 sec 49.9 MBytes 419 Mbits/sec
12342026-03-05T04:33:26.350Z[ 15] 5.00-6.00 sec 49.9 MBytes 419 Mbits/sec
12352026-03-05T04:33:26.350Z[ 17] 5.00-6.00 sec 50.0 MBytes 419 Mbits/sec
12362026-03-05T04:33:26.350Z[ 19] 5.00-6.00 sec 49.9 MBytes 419 Mbits/sec
12372026-03-05T04:33:26.350Z[SUM] 5.00-6.00 sec 399 MBytes 3.35 Gbits/sec
12382026-03-05T04:33:26.350Z- - - - - - - - - - - - - - - - - - - - - - - - -
12392026-03-05T04:33:26.350Z[ 5] 6.00-7.00 sec 46.7 MBytes 392 Mbits/sec
12402026-03-05T04:33:26.350Z[ 7] 6.00-7.00 sec 46.8 MBytes 392 Mbits/sec
12412026-03-05T04:33:26.350Z[ 9] 6.00-7.00 sec 46.8 MBytes 393 Mbits/sec
12422026-03-05T04:33:29.544Z[ 11] 6.00-7.00 sec 46.8 MBytes 392 Mbits/sec
12432026-03-05T04:33:29.544Z[ 13] 6.00-7.00 sec 46.7 MBytes 392 Mbits/sec
12442026-03-05T04:33:29.544Z[ 15] 6.00-7.00 sec 46.7 MBytes 392 Mbits/sec
12452026-03-05T04:33:29.544Z[ 17] 6.00-7.00 sec 46.8 MBytes 392 Mbits/sec
12462026-03-05T04:33:29.544Z[ 19] 6.00-7.00 sec 46.8 MBytes 393 Mbits/sec
12472026-03-05T04:33:29.544Z[SUM] 6.00-7.00 sec 374 MBytes 3.14 Gbits/sec
12482026-03-05T04:33:29.544Z- - - - - - - - - - - - - - - - - - - - - - - - -
12492026-03-05T04:33:29.544Z[ 5] 7.00-8.00 sec 47.4 MBytes 398 Mbits/sec
12502026-03-05T04:33:29.544Z[ 7] 7.00-8.00 sec 47.4 MBytes 398 Mbits/sec
12512026-03-05T04:33:29.544Z[ 9] 7.00-8.00 sec 47.4 MBytes 398 Mbits/sec
12522026-03-05T04:33:29.545Z[ 11] 7.00-8.00 sec 47.4 MBytes 398 Mbits/sec
12532026-03-05T04:33:29.545Z[ 13] 7.00-8.00 sec 47.4 MBytes 398 Mbits/sec
12542026-03-05T04:33:29.545Z[ 15] 7.00-8.00 sec 47.3 MBytes 397 Mbits/sec
12552026-03-05T04:33:29.545Z[ 17] 7.00-8.00 sec 47.4 MBytes 398 Mbits/sec
12562026-03-05T04:33:29.545Z[ 19] 7.00-8.00 sec 47.3 MBytes 396 Mbits/sec
12572026-03-05T04:33:29.545Z[SUM] 7.00-8.00 sec 379 MBytes 3.18 Gbits/sec
12582026-03-05T04:33:29.545Z- - - - - - - - - - - - - - - - - - - - - - - - -
12592026-03-05T04:33:29.545Z[ 5] 8.00-9.00 sec 44.0 MBytes 369 Mbits/sec
12602026-03-05T04:33:29.545Z[ 7] 8.00-9.00 sec 43.9 MBytes 368 Mbits/sec
12612026-03-05T04:33:29.545Z[ 9] 8.00-9.00 sec 44.0 MBytes 369 Mbits/sec
12622026-03-05T04:33:29.545Z[ 11] 8.00-9.00 sec 43.9 MBytes 368 Mbits/sec
12632026-03-05T04:33:29.545Z[ 13] 8.00-9.00 sec 44.0 MBytes 369 Mbits/sec
12642026-03-05T04:33:29.545Z[ 15] 8.00-9.00 sec 44.0 MBytes 369 Mbits/sec
12652026-03-05T04:33:29.545Z[ 17] 8.00-9.00 sec 44.0 MBytes 369 Mbits/sec
12662026-03-05T04:33:29.545Z[ 19] 8.00-9.00 sec 44.0 MBytes 369 Mbits/sec
12672026-03-05T04:33:29.545Z[SUM] 8.00-9.00 sec 352 MBytes 2.95 Gbits/sec
12682026-03-05T04:33:29.545Z- - - - - - - - - - - - - - - - - - - - - - - - -
12692026-03-05T04:33:29.545Z[ 5] 9.00-10.00 sec 48.8 MBytes 409 Mbits/sec
12702026-03-05T04:33:29.545Z[ 7] 9.00-10.00 sec 48.8 MBytes 409 Mbits/sec
12712026-03-05T04:33:29.545Z[ 9] 9.00-10.00 sec 48.8 MBytes 409 Mbits/sec
12722026-03-05T04:33:29.545Z[ 11] 9.00-10.00 sec 48.8 MBytes 409 Mbits/sec
12732026-03-05T04:33:29.545Z[ 13] 9.00-10.00 sec 48.8 MBytes 409 Mbits/sec
12742026-03-05T04:33:29.545Z[ 15] 9.00-10.00 sec 48.8 MBytes 409 Mbits/sec
12752026-03-05T04:33:29.545Z[ 17] 9.00-10.00 sec 48.7 MBytes 409 Mbits/sec
12762026-03-05T04:33:29.545Z[ 19] 9.00-10.00 sec 48.6 MBytes 408 Mbits/sec
12772026-03-05T04:33:29.545Z[SUM] 9.00-10.00 sec 390 MBytes 3.27 Gbits/sec
12782026-03-05T04:33:29.545Z- - - - - - - - - - - - - - - - - - - - - - - - -
12792026-03-05T04:33:29.545Z[ 5] 10.00-10.00 sec 124 KBytes 556 Mbits/sec
12802026-03-05T04:33:29.545Z[ 7] 10.00-10.00 sec 126 KBytes 564 Mbits/sec
12812026-03-05T04:33:29.545Z[ 9] 10.00-10.00 sec 126 KBytes 564 Mbits/sec
12822026-03-05T04:33:29.545Z[ 11] 10.00-10.00 sec 147 KBytes 659 Mbits/sec
12832026-03-05T04:33:29.545Z[ 13] 10.00-10.00 sec 135 KBytes 603 Mbits/sec
12842026-03-05T04:33:29.545Z[ 15] 10.00-10.00 sec 127 KBytes 571 Mbits/sec
12852026-03-05T04:33:29.545Z[ 17] 10.00-10.00 sec 141 KBytes 632 Mbits/sec
12862026-03-05T04:33:29.545Z[ 19] 10.00-10.00 sec 161 KBytes 722 Mbits/sec
12872026-03-05T04:33:29.545Z[SUM] 10.00-10.00 sec 1.06 MBytes 4.86 Gbits/sec
12882026-03-05T04:33:29.546Z- - - - - - - - - - - - - - - - - - - - - - - - -
12892026-03-05T04:33:29.546Z[ ID] Interval Transfer Bandwidth
12902026-03-05T04:33:29.546Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12912026-03-05T04:33:29.546Z[ 5] 0.00-10.00 sec 485 MBytes 407 Mbits/sec receiver
12922026-03-05T04:33:29.546Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12932026-03-05T04:33:29.546Z[ 7] 0.00-10.00 sec 485 MBytes 407 Mbits/sec receiver
12942026-03-05T04:33:29.546Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12952026-03-05T04:33:29.546Z[ 9] 0.00-10.00 sec 485 MBytes 407 Mbits/sec receiver
12962026-03-05T04:33:29.546Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12972026-03-05T04:33:29.546Z[ 11] 0.00-10.00 sec 485 MBytes 407 Mbits/sec receiver
12982026-03-05T04:33:29.546Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12992026-03-05T04:33:29.546Z[ 13] 0.00-10.00 sec 485 MBytes 407 Mbits/sec receiver
13002026-03-05T04:33:29.546Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13012026-03-05T04:33:29.546Z[ 15] 0.00-10.00 sec 485 MBytes 406 Mbits/sec receiver
13022026-03-05T04:33:29.546Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13032026-03-05T04:33:29.546Z[ 17] 0.00-10.00 sec 485 MBytes 407 Mbits/sec receiver
13042026-03-05T04:33:29.546Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13052026-03-05T04:33:29.546Z[ 19] 0.00-10.00 sec 484 MBytes 406 Mbits/sec receiver
13062026-03-05T04:33:29.546Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13072026-03-05T04:33:29.546Z[SUM] 0.00-10.00 sec 3.79 GBytes 3.25 Gbits/sec receiver
13082026-03-05T04:33:29.571ZRun 2/5...3253.488Mbps
13092026-03-05T04:33:36.624Z-----------------------------------------------------------
13102026-03-05T04:33:36.624ZServer listening on 5201
13112026-03-05T04:33:36.624Z-----------------------------------------------------------
13122026-03-05T04:33:36.624ZAccepted connection from 10.0.0.1, port 37364
13132026-03-05T04:33:36.624Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53436
13142026-03-05T04:33:36.624Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45155
13152026-03-05T04:33:36.624Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38602
13162026-03-05T04:33:36.624Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37774
13172026-03-05T04:33:36.624Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51942
13182026-03-05T04:33:36.624Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62895
13192026-03-05T04:33:36.624Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45849
13202026-03-05T04:33:36.624Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41640
13212026-03-05T04:33:36.624Z[ ID] Interval Transfer Bandwidth
13222026-03-05T04:33:36.624Z[ 5] 0.00-1.00 sec 32.5 MBytes 272 Mbits/sec
13232026-03-05T04:33:36.625Z[ 7] 0.00-1.00 sec 32.4 MBytes 272 Mbits/sec
13242026-03-05T04:33:36.625Z[ 9] 0.00-1.00 sec 32.3 MBytes 271 Mbits/sec
13252026-03-05T04:33:36.625Z[ 11] 0.00-1.00 sec 32.2 MBytes 270 Mbits/sec
13262026-03-05T04:33:36.625Z[ 13] 0.00-1.00 sec 32.2 MBytes 270 Mbits/sec
13272026-03-05T04:33:36.625Z[ 15] 0.00-1.00 sec 32.1 MBytes 270 Mbits/sec
13282026-03-05T04:33:36.625Z[ 17] 0.00-1.00 sec 32.1 MBytes 269 Mbits/sec
13292026-03-05T04:33:36.625Z[ 19] 0.00-1.00 sec 31.9 MBytes 268 Mbits/sec
13302026-03-05T04:33:36.625Z[SUM] 0.00-1.00 sec 258 MBytes 2.16 Gbits/sec
13312026-03-05T04:33:36.625Z- - - - - - - - - - - - - - - - - - - - - - - - -
13322026-03-05T04:33:36.625Z[ 5] 1.00-2.00 sec 50.4 MBytes 423 Mbits/sec
13332026-03-05T04:33:36.625Z[ 7] 1.00-2.00 sec 50.4 MBytes 423 Mbits/sec
13342026-03-05T04:33:36.625Z[ 9] 1.00-2.00 sec 50.4 MBytes 423 Mbits/sec
13352026-03-05T04:33:36.625Z[ 11] 1.00-2.00 sec 50.3 MBytes 422 Mbits/sec
13362026-03-05T04:33:36.625Z[ 13] 1.00-2.00 sec 50.4 MBytes 423 Mbits/sec
13372026-03-05T04:33:36.625Z[ 15] 1.00-2.00 sec 50.4 MBytes 423 Mbits/sec
13382026-03-05T04:33:36.625Z[ 17] 1.00-2.00 sec 50.4 MBytes 423 Mbits/sec
13392026-03-05T04:33:36.625Z[ 19] 1.00-2.00 sec 50.4 MBytes 423 Mbits/sec
13402026-03-05T04:33:36.625Z[SUM] 1.00-2.00 sec 403 MBytes 3.38 Gbits/sec
13412026-03-05T04:33:36.625Z- - - - - - - - - - - - - - - - - - - - - - - - -
13422026-03-05T04:33:36.625Z[ 5] 2.00-3.00 sec 52.3 MBytes 439 Mbits/sec
13432026-03-05T04:33:36.625Z[ 7] 2.00-3.00 sec 52.2 MBytes 438 Mbits/sec
13442026-03-05T04:33:36.625Z[ 9] 2.00-3.00 sec 52.3 MBytes 439 Mbits/sec
13452026-03-05T04:33:36.625Z[ 11] 2.00-3.00 sec 52.2 MBytes 438 Mbits/sec
13462026-03-05T04:33:36.625Z[ 13] 2.00-3.00 sec 52.3 MBytes 439 Mbits/sec
13472026-03-05T04:33:36.625Z[ 15] 2.00-3.00 sec 52.1 MBytes 437 Mbits/sec
13482026-03-05T04:33:36.625Z[ 17] 2.00-3.00 sec 52.2 MBytes 438 Mbits/sec
13492026-03-05T04:33:36.625Z[ 19] 2.00-3.00 sec 52.2 MBytes 438 Mbits/sec
13502026-03-05T04:33:36.625Z[SUM] 2.00-3.00 sec 418 MBytes 3.51 Gbits/sec
13512026-03-05T04:33:36.625Z- - - - - - - - - - - - - - - - - - - - - - - - -
13522026-03-05T04:33:36.625Z[ 5] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
13532026-03-05T04:33:36.625Z[ 7] 3.00-4.00 sec 53.9 MBytes 453 Mbits/sec
13542026-03-05T04:33:36.625Z[ 9] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
13552026-03-05T04:33:36.625Z[ 11] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
13562026-03-05T04:33:36.625Z[ 13] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
13572026-03-05T04:33:36.625Z[ 15] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
13582026-03-05T04:33:36.625Z[ 17] 3.00-4.00 sec 53.8 MBytes 452 Mbits/sec
13592026-03-05T04:33:36.625Z[ 19] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
13602026-03-05T04:33:36.625Z[SUM] 3.00-4.00 sec 432 MBytes 3.62 Gbits/sec
13612026-03-05T04:33:36.625Z- - - - - - - - - - - - - - - - - - - - - - - - -
13622026-03-05T04:33:36.626Z[ 5] 4.00-5.00 sec 52.0 MBytes 436 Mbits/sec
13632026-03-05T04:33:36.626Z[ 7] 4.00-5.00 sec 51.9 MBytes 436 Mbits/sec
13642026-03-05T04:33:36.626Z[ 9] 4.00-5.00 sec 51.9 MBytes 436 Mbits/sec
13652026-03-05T04:33:36.626Z[ 11] 4.00-5.00 sec 51.9 MBytes 436 Mbits/sec
13662026-03-05T04:33:36.626Z[ 13] 4.00-5.00 sec 51.9 MBytes 436 Mbits/sec
13672026-03-05T04:33:36.626Z[ 15] 4.00-5.00 sec 51.9 MBytes 435 Mbits/sec
13682026-03-05T04:33:36.626Z[ 17] 4.00-5.00 sec 51.9 MBytes 436 Mbits/sec
13692026-03-05T04:33:36.626Z[ 19] 4.00-5.00 sec 51.9 MBytes 436 Mbits/sec
13702026-03-05T04:33:36.626Z[SUM] 4.00-5.00 sec 415 MBytes 3.48 Gbits/sec
13712026-03-05T04:33:36.626Z- - - - - - - - - - - - - - - - - - - - - - - - -
13722026-03-05T04:33:36.626Z[ 5] 5.00-6.00 sec 52.3 MBytes 439 Mbits/sec
13732026-03-05T04:33:36.626Z[ 7] 5.00-6.00 sec 52.3 MBytes 439 Mbits/sec
13742026-03-05T04:33:36.626Z[ 9] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
13752026-03-05T04:33:36.626Z[ 11] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
13762026-03-05T04:33:36.626Z[ 13] 5.00-6.00 sec 52.1 MBytes 437 Mbits/sec
13772026-03-05T04:33:36.626Z[ 15] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
13782026-03-05T04:33:36.626Z[ 17] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
13792026-03-05T04:33:36.626Z[ 19] 5.00-6.00 sec 52.3 MBytes 438 Mbits/sec
13802026-03-05T04:33:36.626Z[SUM] 5.00-6.00 sec 418 MBytes 3.50 Gbits/sec
13812026-03-05T04:33:36.626Z- - - - - - - - - - - - - - - - - - - - - - - - -
13822026-03-05T04:33:36.626Z[ 5] 6.00-7.00 sec 51.3 MBytes 430 Mbits/sec
13832026-03-05T04:33:36.626Z[ 7] 6.00-7.00 sec 51.3 MBytes 430 Mbits/sec
13842026-03-05T04:33:36.626Z[ 9] 6.00-7.00 sec 51.3 MBytes 431 Mbits/sec
13852026-03-05T04:33:39.824Z[ 11] 6.00-7.00 sec 51.3 MBytes 430 Mbits/sec
13862026-03-05T04:33:39.824Z[ 13] 6.00-7.00 sec 51.2 MBytes 430 Mbits/sec
13872026-03-05T04:33:39.824Z[ 15] 6.00-7.00 sec 51.3 MBytes 430 Mbits/sec
13882026-03-05T04:33:39.824Z[ 17] 6.00-7.00 sec 51.2 MBytes 429 Mbits/sec
13892026-03-05T04:33:39.824Z[ 19] 6.00-7.00 sec 51.2 MBytes 429 Mbits/sec
13902026-03-05T04:33:39.824Z[SUM] 6.00-7.00 sec 410 MBytes 3.44 Gbits/sec
13912026-03-05T04:33:39.824Z- - - - - - - - - - - - - - - - - - - - - - - - -
13922026-03-05T04:33:39.824Z[ 5] 7.00-8.00 sec 56.1 MBytes 470 Mbits/sec
13932026-03-05T04:33:39.824Z[ 7] 7.00-8.00 sec 56.1 MBytes 471 Mbits/sec
13942026-03-05T04:33:39.824Z[ 9] 7.00-8.00 sec 56.1 MBytes 471 Mbits/sec
13952026-03-05T04:33:39.824Z[ 11] 7.00-8.00 sec 56.1 MBytes 470 Mbits/sec
13962026-03-05T04:33:39.824Z[ 13] 7.00-8.00 sec 56.0 MBytes 470 Mbits/sec
13972026-03-05T04:33:39.824Z[ 15] 7.00-8.00 sec 56.1 MBytes 471 Mbits/sec
13982026-03-05T04:33:39.824Z[ 17] 7.00-8.00 sec 56.0 MBytes 470 Mbits/sec
13992026-03-05T04:33:39.824Z[ 19] 7.00-8.00 sec 56.1 MBytes 471 Mbits/sec
14002026-03-05T04:33:39.824Z[SUM] 7.00-8.00 sec 449 MBytes 3.76 Gbits/sec
14012026-03-05T04:33:39.824Z- - - - - - - - - - - - - - - - - - - - - - - - -
14022026-03-05T04:33:39.824Z[ 5] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
14032026-03-05T04:33:39.824Z[ 7] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
14042026-03-05T04:33:39.825Z[ 9] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
14052026-03-05T04:33:39.825Z[ 11] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
14062026-03-05T04:33:39.825Z[ 13] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
14072026-03-05T04:33:39.825Z[ 15] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
14082026-03-05T04:33:39.825Z[ 17] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
14092026-03-05T04:33:39.825Z[ 19] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
14102026-03-05T04:33:39.825Z[SUM] 8.00-9.00 sec 417 MBytes 3.50 Gbits/sec
14112026-03-05T04:33:39.825Z- - - - - - - - - - - - - - - - - - - - - - - - -
14122026-03-05T04:33:39.825Z[ 5] 9.00-10.00 sec 51.8 MBytes 434 Mbits/sec
14132026-03-05T04:33:39.825Z[ 7] 9.00-10.00 sec 51.8 MBytes 434 Mbits/sec
14142026-03-05T04:33:39.825Z[ 9] 9.00-10.00 sec 51.8 MBytes 435 Mbits/sec
14152026-03-05T04:33:39.825Z[ 11] 9.00-10.00 sec 51.7 MBytes 434 Mbits/sec
14162026-03-05T04:33:39.825Z[ 13] 9.00-10.00 sec 51.7 MBytes 434 Mbits/sec
14172026-03-05T04:33:39.825Z[ 15] 9.00-10.00 sec 51.8 MBytes 434 Mbits/sec
14182026-03-05T04:33:39.825Z[ 17] 9.00-10.00 sec 51.7 MBytes 434 Mbits/sec
14192026-03-05T04:33:39.825Z[ 19] 9.00-10.00 sec 51.8 MBytes 434 Mbits/sec
14202026-03-05T04:33:39.825Z[SUM] 9.00-10.00 sec 414 MBytes 3.47 Gbits/sec
14212026-03-05T04:33:39.825Z- - - - - - - - - - - - - - - - - - - - - - - - -
14222026-03-05T04:33:39.825Z[ 5] 10.00-10.00 sec 94.6 KBytes 854 Mbits/sec
14232026-03-05T04:33:39.825Z[ 7] 10.00-10.00 sec 83.3 KBytes 754 Mbits/sec
14242026-03-05T04:33:39.825Z[ 9] 10.00-10.00 sec 95.5 KBytes 866 Mbits/sec
14252026-03-05T04:33:39.825Z[ 11] 10.00-10.00 sec 10.3 KBytes 92.9 Mbits/sec
14262026-03-05T04:33:39.825Z[ 13] 10.00-10.00 sec 73.5 KBytes 666 Mbits/sec
14272026-03-05T04:33:39.825Z[ 15] 10.00-10.00 sec 61.9 KBytes 560 Mbits/sec
14282026-03-05T04:33:39.825Z[ 17] 10.00-10.00 sec 58.9 KBytes 534 Mbits/sec
14292026-03-05T04:33:39.825Z[ 19] 10.00-10.00 sec 85.9 KBytes 779 Mbits/sec
14302026-03-05T04:33:39.825Z[SUM] 10.00-10.00 sec 564 KBytes 5.09 Gbits/sec
14312026-03-05T04:33:39.825Z- - - - - - - - - - - - - - - - - - - - - - - - -
14322026-03-05T04:33:39.825Z[ ID] Interval Transfer Bandwidth
14332026-03-05T04:33:39.825Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14342026-03-05T04:33:39.825Z[ 5] 0.00-10.00 sec 505 MBytes 423 Mbits/sec receiver
14352026-03-05T04:33:39.825Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14362026-03-05T04:33:39.825Z[ 7] 0.00-10.00 sec 505 MBytes 423 Mbits/sec receiver
14372026-03-05T04:33:39.825Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14382026-03-05T04:33:39.825Z[ 9] 0.00-10.00 sec 505 MBytes 423 Mbits/sec receiver
14392026-03-05T04:33:39.825Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14402026-03-05T04:33:39.825Z[ 11] 0.00-10.00 sec 504 MBytes 423 Mbits/sec receiver
14412026-03-05T04:33:39.825Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14422026-03-05T04:33:39.825Z[ 13] 0.00-10.00 sec 504 MBytes 423 Mbits/sec receiver
14432026-03-05T04:33:39.826Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14442026-03-05T04:33:39.826Z[ 15] 0.00-10.00 sec 504 MBytes 423 Mbits/sec receiver
14452026-03-05T04:33:39.826Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14462026-03-05T04:33:39.826Z[ 17] 0.00-10.00 sec 504 MBytes 422 Mbits/sec receiver
14472026-03-05T04:33:39.826Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14482026-03-05T04:33:39.826Z[ 19] 0.00-10.00 sec 504 MBytes 423 Mbits/sec receiver
14492026-03-05T04:33:39.826Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14502026-03-05T04:33:39.826Z[SUM] 0.00-10.00 sec 3.94 GBytes 3.38 Gbits/sec receiver
14512026-03-05T04:33:39.851ZRun 3/5...3383.986Mbps
14522026-03-05T04:33:46.904Z-----------------------------------------------------------
14532026-03-05T04:33:46.904ZServer listening on 5201
14542026-03-05T04:33:46.904Z-----------------------------------------------------------
14552026-03-05T04:33:46.904ZAccepted connection from 10.0.0.1, port 47016
14562026-03-05T04:33:46.904Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39136
14572026-03-05T04:33:46.904Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62803
14582026-03-05T04:33:46.905Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41445
14592026-03-05T04:33:46.905Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50777
14602026-03-05T04:33:46.905Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44585
14612026-03-05T04:33:46.905Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40178
14622026-03-05T04:33:46.905Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40019
14632026-03-05T04:33:46.905Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36901
14642026-03-05T04:33:46.905Z[ ID] Interval Transfer Bandwidth
14652026-03-05T04:33:46.905Z[ 5] 0.00-1.00 sec 34.3 MBytes 288 Mbits/sec
14662026-03-05T04:33:46.905Z[ 7] 0.00-1.00 sec 34.3 MBytes 288 Mbits/sec
14672026-03-05T04:33:46.905Z[ 9] 0.00-1.00 sec 34.3 MBytes 288 Mbits/sec
14682026-03-05T04:33:46.905Z[ 11] 0.00-1.00 sec 34.2 MBytes 287 Mbits/sec
14692026-03-05T04:33:46.906Z[ 13] 0.00-1.00 sec 34.3 MBytes 287 Mbits/sec
14702026-03-05T04:33:46.906Z[ 15] 0.00-1.00 sec 34.1 MBytes 286 Mbits/sec
14712026-03-05T04:33:46.906Z[ 17] 0.00-1.00 sec 34.2 MBytes 287 Mbits/sec
14722026-03-05T04:33:46.906Z[ 19] 0.00-1.00 sec 34.1 MBytes 286 Mbits/sec
14732026-03-05T04:33:46.906Z[SUM] 0.00-1.00 sec 274 MBytes 2.30 Gbits/sec
14742026-03-05T04:33:46.906Z- - - - - - - - - - - - - - - - - - - - - - - - -
14752026-03-05T04:33:46.906Z[ 5] 1.00-2.00 sec 49.9 MBytes 419 Mbits/sec
14762026-03-05T04:33:46.906Z[ 7] 1.00-2.00 sec 49.9 MBytes 419 Mbits/sec
14772026-03-05T04:33:46.906Z[ 9] 1.00-2.00 sec 49.8 MBytes 418 Mbits/sec
14782026-03-05T04:33:46.906Z[ 11] 1.00-2.00 sec 49.9 MBytes 419 Mbits/sec
14792026-03-05T04:33:46.906Z[ 13] 1.00-2.00 sec 49.9 MBytes 419 Mbits/sec
14802026-03-05T04:33:46.906Z[ 15] 1.00-2.00 sec 49.9 MBytes 419 Mbits/sec
14812026-03-05T04:33:46.907Z[ 17] 1.00-2.00 sec 49.9 MBytes 418 Mbits/sec
14822026-03-05T04:33:46.907Z[ 19] 1.00-2.00 sec 49.9 MBytes 418 Mbits/sec
14832026-03-05T04:33:46.907Z[SUM] 1.00-2.00 sec 399 MBytes 3.35 Gbits/sec
14842026-03-05T04:33:46.907Z- - - - - - - - - - - - - - - - - - - - - - - - -
14852026-03-05T04:33:46.907Z[ 5] 2.00-3.00 sec 49.2 MBytes 413 Mbits/sec
14862026-03-05T04:33:46.907Z[ 7] 2.00-3.00 sec 49.3 MBytes 413 Mbits/sec
14872026-03-05T04:33:46.908Z[ 9] 2.00-3.00 sec 49.2 MBytes 413 Mbits/sec
14882026-03-05T04:33:46.908Z[ 11] 2.00-3.00 sec 49.1 MBytes 412 Mbits/sec
14892026-03-05T04:33:46.908Z[ 13] 2.00-3.00 sec 49.2 MBytes 412 Mbits/sec
14902026-03-05T04:33:46.908Z[ 15] 2.00-3.00 sec 49.2 MBytes 413 Mbits/sec
14912026-03-05T04:33:46.908Z[ 17] 2.00-3.00 sec 49.1 MBytes 412 Mbits/sec
14922026-03-05T04:33:46.909Z[ 19] 2.00-3.00 sec 49.2 MBytes 413 Mbits/sec
14932026-03-05T04:33:46.909Z[SUM] 2.00-3.00 sec 393 MBytes 3.30 Gbits/sec
14942026-03-05T04:33:46.909Z- - - - - - - - - - - - - - - - - - - - - - - - -
14952026-03-05T04:33:46.909Z[ 5] 3.00-4.00 sec 49.9 MBytes 419 Mbits/sec
14962026-03-05T04:33:46.909Z[ 7] 3.00-4.00 sec 49.9 MBytes 418 Mbits/sec
14972026-03-05T04:33:46.909Z[ 9] 3.00-4.00 sec 49.9 MBytes 418 Mbits/sec
14982026-03-05T04:33:46.909Z[ 11] 3.00-4.00 sec 49.9 MBytes 419 Mbits/sec
14992026-03-05T04:33:46.909Z[ 13] 3.00-4.00 sec 49.9 MBytes 419 Mbits/sec
15002026-03-05T04:33:46.909Z[ 15] 3.00-4.00 sec 49.8 MBytes 418 Mbits/sec
15012026-03-05T04:33:46.909Z[ 17] 3.00-4.00 sec 49.9 MBytes 419 Mbits/sec
15022026-03-05T04:33:46.909Z[ 19] 3.00-4.00 sec 49.9 MBytes 419 Mbits/sec
15032026-03-05T04:33:46.909Z[SUM] 3.00-4.00 sec 399 MBytes 3.35 Gbits/sec
15042026-03-05T04:33:46.909Z- - - - - - - - - - - - - - - - - - - - - - - - -
15052026-03-05T04:33:46.909Z[ 5] 4.00-5.00 sec 45.4 MBytes 381 Mbits/sec
15062026-03-05T04:33:46.910Z[ 7] 4.00-5.00 sec 45.3 MBytes 380 Mbits/sec
15072026-03-05T04:33:46.910Z[ 9] 4.00-5.00 sec 45.3 MBytes 380 Mbits/sec
15082026-03-05T04:33:46.910Z[ 11] 4.00-5.00 sec 45.4 MBytes 381 Mbits/sec
15092026-03-05T04:33:46.910Z[ 13] 4.00-5.00 sec 45.4 MBytes 381 Mbits/sec
15102026-03-05T04:33:46.910Z[ 15] 4.00-5.00 sec 45.3 MBytes 380 Mbits/sec
15112026-03-05T04:33:46.910Z[ 17] 4.00-5.00 sec 45.4 MBytes 381 Mbits/sec
15122026-03-05T04:33:46.910Z[ 19] 4.00-5.00 sec 45.3 MBytes 380 Mbits/sec
15132026-03-05T04:33:46.910Z[SUM] 4.00-5.00 sec 363 MBytes 3.04 Gbits/sec
15142026-03-05T04:33:46.910Z- - - - - - - - - - - - - - - - - - - - - - - - -
15152026-03-05T04:33:46.910Z[ 5] 5.00-6.00 sec 49.8 MBytes 418 Mbits/sec
15162026-03-05T04:33:46.910Z[ 7] 5.00-6.00 sec 49.8 MBytes 418 Mbits/sec
15172026-03-05T04:33:46.910Z[ 9] 5.00-6.00 sec 49.7 MBytes 417 Mbits/sec
15182026-03-05T04:33:46.911Z[ 11] 5.00-6.00 sec 49.7 MBytes 417 Mbits/sec
15192026-03-05T04:33:46.911Z[ 13] 5.00-6.00 sec 49.7 MBytes 417 Mbits/sec
15202026-03-05T04:33:46.911Z[ 15] 5.00-6.00 sec 49.7 MBytes 417 Mbits/sec
15212026-03-05T04:33:46.911Z[ 17] 5.00-6.00 sec 49.7 MBytes 416 Mbits/sec
15222026-03-05T04:33:46.911Z[ 19] 5.00-6.00 sec 49.7 MBytes 417 Mbits/sec
15232026-03-05T04:33:46.911Z[SUM] 5.00-6.00 sec 398 MBytes 3.34 Gbits/sec
15242026-03-05T04:33:46.911Z- - - - - - - - - - - - - - - - - - - - - - - - -
15252026-03-05T04:33:46.911Z[ 5] 6.00-7.00 sec 47.4 MBytes 398 Mbits/sec
15262026-03-05T04:33:46.911Z[ 7] 6.00-7.00 sec 47.4 MBytes 398 Mbits/sec
15272026-03-05T04:33:46.911Z[ 9] 6.00-7.00 sec 47.5 MBytes 398 Mbits/sec
15282026-03-05T04:33:50.094Z[ 11] 6.00-7.00 sec 47.5 MBytes 398 Mbits/sec
15292026-03-05T04:33:50.094Z[ 13] 6.00-7.00 sec 47.4 MBytes 398 Mbits/sec
15302026-03-05T04:33:50.094Z[ 15] 6.00-7.00 sec 47.5 MBytes 398 Mbits/sec
15312026-03-05T04:33:50.094Z[ 17] 6.00-7.00 sec 47.4 MBytes 398 Mbits/sec
15322026-03-05T04:33:50.094Z[ 19] 6.00-7.00 sec 47.5 MBytes 398 Mbits/sec
15332026-03-05T04:33:50.094Z[SUM] 6.00-7.00 sec 380 MBytes 3.18 Gbits/sec
15342026-03-05T04:33:50.094Z- - - - - - - - - - - - - - - - - - - - - - - - -
15352026-03-05T04:33:50.094Z[ 5] 7.00-8.00 sec 48.4 MBytes 406 Mbits/sec
15362026-03-05T04:33:50.094Z[ 7] 7.00-8.00 sec 48.5 MBytes 407 Mbits/sec
15372026-03-05T04:33:50.094Z[ 9] 7.00-8.00 sec 48.5 MBytes 407 Mbits/sec
15382026-03-05T04:33:50.094Z[ 11] 7.00-8.00 sec 48.4 MBytes 406 Mbits/sec
15392026-03-05T04:33:50.094Z[ 13] 7.00-8.00 sec 48.4 MBytes 406 Mbits/sec
15402026-03-05T04:33:50.094Z[ 15] 7.00-8.00 sec 48.4 MBytes 406 Mbits/sec
15412026-03-05T04:33:50.094Z[ 17] 7.00-8.00 sec 48.4 MBytes 406 Mbits/sec
15422026-03-05T04:33:50.094Z[ 19] 7.00-8.00 sec 48.4 MBytes 406 Mbits/sec
15432026-03-05T04:33:50.094Z[SUM] 7.00-8.00 sec 387 MBytes 3.25 Gbits/sec
15442026-03-05T04:33:50.094Z- - - - - - - - - - - - - - - - - - - - - - - - -
15452026-03-05T04:33:50.094Z[ 5] 8.00-9.00 sec 49.9 MBytes 419 Mbits/sec
15462026-03-05T04:33:50.094Z[ 7] 8.00-9.00 sec 50.0 MBytes 420 Mbits/sec
15472026-03-05T04:33:50.094Z[ 9] 8.00-9.00 sec 50.0 MBytes 419 Mbits/sec
15482026-03-05T04:33:50.094Z[ 11] 8.00-9.00 sec 49.9 MBytes 418 Mbits/sec
15492026-03-05T04:33:50.094Z[ 13] 8.00-9.00 sec 49.9 MBytes 419 Mbits/sec
15502026-03-05T04:33:50.094Z[ 15] 8.00-9.00 sec 50.0 MBytes 419 Mbits/sec
15512026-03-05T04:33:50.094Z[ 17] 8.00-9.00 sec 49.9 MBytes 418 Mbits/sec
15522026-03-05T04:33:50.094Z[ 19] 8.00-9.00 sec 49.8 MBytes 418 Mbits/sec
15532026-03-05T04:33:50.094Z[SUM] 8.00-9.00 sec 399 MBytes 3.35 Gbits/sec
15542026-03-05T04:33:50.094Z- - - - - - - - - - - - - - - - - - - - - - - - -
15552026-03-05T04:33:50.094Z[ 5] 9.00-10.00 sec 50.5 MBytes 424 Mbits/sec
15562026-03-05T04:33:50.094Z[ 7] 9.00-10.00 sec 50.5 MBytes 424 Mbits/sec
15572026-03-05T04:33:50.094Z[ 9] 9.00-10.00 sec 50.5 MBytes 424 Mbits/sec
15582026-03-05T04:33:50.095Z[ 11] 9.00-10.00 sec 50.4 MBytes 423 Mbits/sec
15592026-03-05T04:33:50.095Z[ 13] 9.00-10.00 sec 50.5 MBytes 424 Mbits/sec
15602026-03-05T04:33:50.095Z[ 15] 9.00-10.00 sec 50.4 MBytes 423 Mbits/sec
15612026-03-05T04:33:50.095Z[ 17] 9.00-10.00 sec 50.4 MBytes 423 Mbits/sec
15622026-03-05T04:33:50.095Z[ 19] 9.00-10.00 sec 50.4 MBytes 423 Mbits/sec
15632026-03-05T04:33:50.095Z[SUM] 9.00-10.00 sec 404 MBytes 3.39 Gbits/sec
15642026-03-05T04:33:50.095Z- - - - - - - - - - - - - - - - - - - - - - - - -
15652026-03-05T04:33:50.095Z[ 5] 10.00-10.00 sec 36.8 KBytes 201 Mbits/sec
15662026-03-05T04:33:50.095Z[ 7] 10.00-10.00 sec 66.5 KBytes 364 Mbits/sec
15672026-03-05T04:33:50.095Z[ 9] 10.00-10.00 sec 59.4 KBytes 326 Mbits/sec
15682026-03-05T04:33:50.095Z[ 11] 10.00-10.00 sec 117 KBytes 641 Mbits/sec
15692026-03-05T04:33:50.095Z[ 13] 10.00-10.00 sec 84.8 KBytes 466 Mbits/sec
15702026-03-05T04:33:50.095Z[ 15] 10.00-10.00 sec 95.1 KBytes 522 Mbits/sec
15712026-03-05T04:33:50.095Z[ 17] 10.00-10.00 sec 123 KBytes 673 Mbits/sec
15722026-03-05T04:33:50.095Z[ 19] 10.00-10.00 sec 124 KBytes 682 Mbits/sec
15732026-03-05T04:33:50.095Z[SUM] 10.00-10.00 sec 706 KBytes 3.87 Gbits/sec
15742026-03-05T04:33:50.095Z- - - - - - - - - - - - - - - - - - - - - - - - -
15752026-03-05T04:33:50.095Z[ ID] Interval Transfer Bandwidth
15762026-03-05T04:33:50.095Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15772026-03-05T04:33:50.095Z[ 5] 0.00-10.00 sec 475 MBytes 398 Mbits/sec receiver
15782026-03-05T04:33:50.095Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15792026-03-05T04:33:50.095Z[ 7] 0.00-10.00 sec 475 MBytes 398 Mbits/sec receiver
15802026-03-05T04:33:50.095Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15812026-03-05T04:33:50.095Z[ 9] 0.00-10.00 sec 475 MBytes 398 Mbits/sec receiver
15822026-03-05T04:33:50.095Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15832026-03-05T04:33:50.095Z[ 11] 0.00-10.00 sec 475 MBytes 398 Mbits/sec receiver
15842026-03-05T04:33:50.095Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15852026-03-05T04:33:50.095Z[ 13] 0.00-10.00 sec 475 MBytes 398 Mbits/sec receiver
15862026-03-05T04:33:50.095Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15872026-03-05T04:33:50.095Z[ 15] 0.00-10.00 sec 474 MBytes 398 Mbits/sec receiver
15882026-03-05T04:33:50.095Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15892026-03-05T04:33:50.095Z[ 17] 0.00-10.00 sec 474 MBytes 398 Mbits/sec receiver
15902026-03-05T04:33:50.095Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15912026-03-05T04:33:50.095Z[ 19] 0.00-10.00 sec 474 MBytes 398 Mbits/sec receiver
15922026-03-05T04:33:50.095Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15932026-03-05T04:33:50.095Z[SUM] 0.00-10.00 sec 3.71 GBytes 3.18 Gbits/sec receiver
15942026-03-05T04:33:50.120ZRun 4/5...3185.208Mbps
15952026-03-05T04:33:57.176Z-----------------------------------------------------------
15962026-03-05T04:33:57.176ZServer listening on 5201
15972026-03-05T04:33:57.176Z-----------------------------------------------------------
15982026-03-05T04:33:57.176ZAccepted connection from 10.0.0.1, port 59302
15992026-03-05T04:33:57.176Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42816
16002026-03-05T04:33:57.176Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54285
16012026-03-05T04:33:57.176Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58159
16022026-03-05T04:33:57.176Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53529
16032026-03-05T04:33:57.176Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33773
16042026-03-05T04:33:57.176Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37823
16052026-03-05T04:33:57.176Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42991
16062026-03-05T04:33:57.176Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57866
16072026-03-05T04:33:57.176Z[ ID] Interval Transfer Bandwidth
16082026-03-05T04:33:57.176Z[ 5] 0.00-1.00 sec 34.4 MBytes 288 Mbits/sec
16092026-03-05T04:33:57.176Z[ 7] 0.00-1.00 sec 34.4 MBytes 288 Mbits/sec
16102026-03-05T04:33:57.176Z[ 9] 0.00-1.00 sec 34.3 MBytes 287 Mbits/sec
16112026-03-05T04:33:57.176Z[ 11] 0.00-1.00 sec 34.2 MBytes 287 Mbits/sec
16122026-03-05T04:33:57.176Z[ 13] 0.00-1.00 sec 34.1 MBytes 286 Mbits/sec
16132026-03-05T04:33:57.176Z[ 15] 0.00-1.00 sec 34.0 MBytes 285 Mbits/sec
16142026-03-05T04:33:57.176Z[ 17] 0.00-1.00 sec 34.0 MBytes 285 Mbits/sec
16152026-03-05T04:33:57.176Z[ 19] 0.00-1.00 sec 33.9 MBytes 284 Mbits/sec
16162026-03-05T04:33:57.176Z[SUM] 0.00-1.00 sec 273 MBytes 2.29 Gbits/sec
16172026-03-05T04:33:57.176Z- - - - - - - - - - - - - - - - - - - - - - - - -
16182026-03-05T04:33:57.176Z[ 5] 1.00-2.00 sec 50.5 MBytes 424 Mbits/sec
16192026-03-05T04:33:57.176Z[ 7] 1.00-2.00 sec 50.4 MBytes 423 Mbits/sec
16202026-03-05T04:33:57.176Z[ 9] 1.00-2.00 sec 50.5 MBytes 424 Mbits/sec
16212026-03-05T04:33:57.176Z[ 11] 1.00-2.00 sec 50.5 MBytes 423 Mbits/sec
16222026-03-05T04:33:57.176Z[ 13] 1.00-2.00 sec 50.5 MBytes 424 Mbits/sec
16232026-03-05T04:33:57.176Z[ 15] 1.00-2.00 sec 50.4 MBytes 423 Mbits/sec
16242026-03-05T04:33:57.176Z[ 17] 1.00-2.00 sec 50.5 MBytes 423 Mbits/sec
16252026-03-05T04:33:57.177Z[ 19] 1.00-2.00 sec 50.4 MBytes 423 Mbits/sec
16262026-03-05T04:33:57.177Z[SUM] 1.00-2.00 sec 404 MBytes 3.39 Gbits/sec
16272026-03-05T04:33:57.177Z- - - - - - - - - - - - - - - - - - - - - - - - -
16282026-03-05T04:33:57.177Z[ 5] 2.00-3.00 sec 46.4 MBytes 390 Mbits/sec
16292026-03-05T04:33:57.177Z[ 7] 2.00-3.00 sec 46.5 MBytes 390 Mbits/sec
16302026-03-05T04:33:57.177Z[ 9] 2.00-3.00 sec 46.5 MBytes 390 Mbits/sec
16312026-03-05T04:33:57.177Z[ 11] 2.00-3.00 sec 46.4 MBytes 389 Mbits/sec
16322026-03-05T04:33:57.177Z[ 13] 2.00-3.00 sec 46.4 MBytes 389 Mbits/sec
16332026-03-05T04:33:57.177Z[ 15] 2.00-3.00 sec 46.5 MBytes 390 Mbits/sec
16342026-03-05T04:33:57.177Z[ 17] 2.00-3.00 sec 46.4 MBytes 389 Mbits/sec
16352026-03-05T04:33:57.177Z[ 19] 2.00-3.00 sec 46.5 MBytes 390 Mbits/sec
16362026-03-05T04:33:57.177Z[SUM] 2.00-3.00 sec 372 MBytes 3.12 Gbits/sec
16372026-03-05T04:33:57.177Z- - - - - - - - - - - - - - - - - - - - - - - - -
16382026-03-05T04:33:57.177Z[ 5] 3.00-4.00 sec 46.9 MBytes 393 Mbits/sec
16392026-03-05T04:33:57.177Z[ 7] 3.00-4.00 sec 47.0 MBytes 394 Mbits/sec
16402026-03-05T04:33:57.177Z[ 9] 3.00-4.00 sec 46.9 MBytes 394 Mbits/sec
16412026-03-05T04:33:57.177Z[ 11] 3.00-4.00 sec 47.0 MBytes 394 Mbits/sec
16422026-03-05T04:33:57.177Z[ 13] 3.00-4.00 sec 46.9 MBytes 394 Mbits/sec
16432026-03-05T04:33:57.177Z[ 15] 3.00-4.00 sec 47.0 MBytes 394 Mbits/sec
16442026-03-05T04:33:57.177Z[ 17] 3.00-4.00 sec 46.9 MBytes 393 Mbits/sec
16452026-03-05T04:33:57.177Z[ 19] 3.00-4.00 sec 47.0 MBytes 394 Mbits/sec
16462026-03-05T04:33:57.177Z[SUM] 3.00-4.00 sec 375 MBytes 3.15 Gbits/sec
16472026-03-05T04:33:57.177Z- - - - - - - - - - - - - - - - - - - - - - - - -
16482026-03-05T04:33:57.177Z[ 5] 4.00-5.00 sec 47.1 MBytes 395 Mbits/sec
16492026-03-05T04:33:57.178Z[ 7] 4.00-5.00 sec 47.1 MBytes 395 Mbits/sec
16502026-03-05T04:33:57.178Z[ 9] 4.00-5.00 sec 47.1 MBytes 395 Mbits/sec
16512026-03-05T04:33:57.178Z[ 11] 4.00-5.00 sec 47.0 MBytes 394 Mbits/sec
16522026-03-05T04:33:57.178Z[ 13] 4.00-5.00 sec 47.1 MBytes 395 Mbits/sec
16532026-03-05T04:33:57.178Z[ 15] 4.00-5.00 sec 47.1 MBytes 395 Mbits/sec
16542026-03-05T04:33:57.178Z[ 17] 4.00-5.00 sec 47.0 MBytes 395 Mbits/sec
16552026-03-05T04:33:57.178Z[ 19] 4.00-5.00 sec 47.1 MBytes 395 Mbits/sec
16562026-03-05T04:33:57.178Z[SUM] 4.00-5.00 sec 377 MBytes 3.16 Gbits/sec
16572026-03-05T04:33:57.178Z- - - - - - - - - - - - - - - - - - - - - - - - -
16582026-03-05T04:33:57.178Z[ 5] 5.00-6.00 sec 50.0 MBytes 419 Mbits/sec
16592026-03-05T04:33:57.178Z[ 7] 5.00-6.00 sec 50.0 MBytes 420 Mbits/sec
16602026-03-05T04:33:57.178Z[ 9] 5.00-6.00 sec 50.1 MBytes 420 Mbits/sec
16612026-03-05T04:33:57.178Z[ 11] 5.00-6.00 sec 50.0 MBytes 419 Mbits/sec
16622026-03-05T04:33:57.178Z[ 13] 5.00-6.00 sec 50.0 MBytes 419 Mbits/sec
16632026-03-05T04:33:57.178Z[ 15] 5.00-6.00 sec 49.9 MBytes 419 Mbits/sec
16642026-03-05T04:33:57.178Z[ 17] 5.00-6.00 sec 49.9 MBytes 419 Mbits/sec
16652026-03-05T04:33:57.178Z[ 19] 5.00-6.00 sec 50.0 MBytes 419 Mbits/sec
16662026-03-05T04:33:57.178Z[SUM] 5.00-6.00 sec 400 MBytes 3.35 Gbits/sec
16672026-03-05T04:33:57.178Z- - - - - - - - - - - - - - - - - - - - - - - - -
16682026-03-05T04:33:57.178Z[ 5] 6.00-7.00 sec 49.3 MBytes 414 Mbits/sec
16692026-03-05T04:33:57.178Z[ 7] 6.00-7.00 sec 49.2 MBytes 413 Mbits/sec
16702026-03-05T04:33:57.178Z[ 9] 6.00-7.00 sec 49.3 MBytes 414 Mbits/sec
16712026-03-05T04:34:00.375Z[ 11] 6.00-7.00 sec 49.3 MBytes 414 Mbits/sec
16722026-03-05T04:34:00.375Z[ 13] 6.00-7.00 sec 49.3 MBytes 414 Mbits/sec
16732026-03-05T04:34:00.375Z[ 15] 6.00-7.00 sec 49.3 MBytes 414 Mbits/sec
16742026-03-05T04:34:00.375Z[ 17] 6.00-7.00 sec 49.3 MBytes 413 Mbits/sec
16752026-03-05T04:34:00.375Z[ 19] 6.00-7.00 sec 49.3 MBytes 413 Mbits/sec
16762026-03-05T04:34:00.375Z[SUM] 6.00-7.00 sec 394 MBytes 3.31 Gbits/sec
16772026-03-05T04:34:00.375Z- - - - - - - - - - - - - - - - - - - - - - - - -
16782026-03-05T04:34:00.375Z[ 5] 7.00-8.00 sec 52.2 MBytes 438 Mbits/sec
16792026-03-05T04:34:00.376Z[ 7] 7.00-8.00 sec 52.3 MBytes 439 Mbits/sec
16802026-03-05T04:34:00.376Z[ 9] 7.00-8.00 sec 52.3 MBytes 439 Mbits/sec
16812026-03-05T04:34:00.376Z[ 11] 7.00-8.00 sec 52.3 MBytes 439 Mbits/sec
16822026-03-05T04:34:00.376Z[ 13] 7.00-8.00 sec 52.3 MBytes 438 Mbits/sec
16832026-03-05T04:34:00.376Z[ 15] 7.00-8.00 sec 52.3 MBytes 438 Mbits/sec
16842026-03-05T04:34:00.376Z[ 17] 7.00-8.00 sec 52.2 MBytes 438 Mbits/sec
16852026-03-05T04:34:00.376Z[ 19] 7.00-8.00 sec 52.2 MBytes 438 Mbits/sec
16862026-03-05T04:34:00.376Z[SUM] 7.00-8.00 sec 418 MBytes 3.51 Gbits/sec
16872026-03-05T04:34:00.376Z- - - - - - - - - - - - - - - - - - - - - - - - -
16882026-03-05T04:34:00.376Z[ 5] 8.00-9.00 sec 48.5 MBytes 407 Mbits/sec
16892026-03-05T04:34:00.376Z[ 7] 8.00-9.00 sec 48.5 MBytes 406 Mbits/sec
16902026-03-05T04:34:00.376Z[ 9] 8.00-9.00 sec 48.5 MBytes 407 Mbits/sec
16912026-03-05T04:34:00.376Z[ 11] 8.00-9.00 sec 48.5 MBytes 407 Mbits/sec
16922026-03-05T04:34:00.376Z[ 13] 8.00-9.00 sec 48.5 MBytes 407 Mbits/sec
16932026-03-05T04:34:00.376Z[ 15] 8.00-9.00 sec 48.5 MBytes 407 Mbits/sec
16942026-03-05T04:34:00.376Z[ 17] 8.00-9.00 sec 48.5 MBytes 407 Mbits/sec
16952026-03-05T04:34:00.376Z[ 19] 8.00-9.00 sec 48.4 MBytes 406 Mbits/sec
16962026-03-05T04:34:00.376Z[SUM] 8.00-9.00 sec 388 MBytes 3.25 Gbits/sec
16972026-03-05T04:34:00.376Z- - - - - - - - - - - - - - - - - - - - - - - - -
16982026-03-05T04:34:00.376Z[ 5] 9.00-10.00 sec 44.6 MBytes 374 Mbits/sec
16992026-03-05T04:34:00.376Z[ 7] 9.00-10.00 sec 44.5 MBytes 373 Mbits/sec
17002026-03-05T04:34:00.376Z[ 9] 9.00-10.00 sec 44.5 MBytes 374 Mbits/sec
17012026-03-05T04:34:00.376Z[ 11] 9.00-10.00 sec 44.5 MBytes 374 Mbits/sec
17022026-03-05T04:34:00.376Z[ 13] 9.00-10.00 sec 44.5 MBytes 373 Mbits/sec
17032026-03-05T04:34:00.376Z[ 15] 9.00-10.00 sec 44.5 MBytes 373 Mbits/sec
17042026-03-05T04:34:00.376Z[ 17] 9.00-10.00 sec 44.5 MBytes 373 Mbits/sec
17052026-03-05T04:34:00.376Z[ 19] 9.00-10.00 sec 44.5 MBytes 373 Mbits/sec
17062026-03-05T04:34:00.376Z[SUM] 9.00-10.00 sec 356 MBytes 2.99 Gbits/sec
17072026-03-05T04:34:00.376Z- - - - - - - - - - - - - - - - - - - - - - - - -
17082026-03-05T04:34:00.376Z[ 5] 10.00-10.00 sec 64.3 KBytes 438 Mbits/sec
17092026-03-05T04:34:00.376Z[ 7] 10.00-10.00 sec 76.2 KBytes 520 Mbits/sec
17102026-03-05T04:34:00.376Z[ 9] 10.00-10.00 sec 88.2 KBytes 602 Mbits/sec
17112026-03-05T04:34:00.376Z[ 11] 10.00-10.00 sec 77.8 KBytes 531 Mbits/sec
17122026-03-05T04:34:00.376Z[ 13] 10.00-10.00 sec 115 KBytes 783 Mbits/sec
17132026-03-05T04:34:00.376Z[ 15] 10.00-10.00 sec 117 KBytes 797 Mbits/sec
17142026-03-05T04:34:00.376Z[ 17] 10.00-10.00 sec 125 KBytes 854 Mbits/sec
17152026-03-05T04:34:00.376Z[ 19] 10.00-10.00 sec 126 KBytes 861 Mbits/sec
17162026-03-05T04:34:00.376Z[SUM] 10.00-10.00 sec 789 KBytes 5.36 Gbits/sec
17172026-03-05T04:34:00.377Z- - - - - - - - - - - - - - - - - - - - - - - - -
17182026-03-05T04:34:00.377Z[ ID] Interval Transfer Bandwidth
17192026-03-05T04:34:00.377Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17202026-03-05T04:34:00.377Z[ 5] 0.00-10.00 sec 470 MBytes 394 Mbits/sec receiver
17212026-03-05T04:34:00.377Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17222026-03-05T04:34:00.377Z[ 7] 0.00-10.00 sec 470 MBytes 394 Mbits/sec receiver
17232026-03-05T04:34:00.377Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17242026-03-05T04:34:00.377Z[ 9] 0.00-10.00 sec 470 MBytes 394 Mbits/sec receiver
17252026-03-05T04:34:00.377Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17262026-03-05T04:34:00.377Z[ 11] 0.00-10.00 sec 470 MBytes 394 Mbits/sec receiver
17272026-03-05T04:34:00.377Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17282026-03-05T04:34:00.377Z[ 13] 0.00-10.00 sec 470 MBytes 394 Mbits/sec receiver
17292026-03-05T04:34:00.377Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17302026-03-05T04:34:00.377Z[ 15] 0.00-10.00 sec 470 MBytes 394 Mbits/sec receiver
17312026-03-05T04:34:00.377Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17322026-03-05T04:34:00.377Z[ 17] 0.00-10.00 sec 469 MBytes 394 Mbits/sec receiver
17332026-03-05T04:34:00.377Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17342026-03-05T04:34:00.377Z[ 19] 0.00-10.00 sec 469 MBytes 394 Mbits/sec receiver
17352026-03-05T04:34:00.377Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17362026-03-05T04:34:00.377Z[SUM] 0.00-10.00 sec 3.67 GBytes 3.15 Gbits/sec receiver
17372026-03-05T04:34:00.405ZRun 5/5...3152.35Mbps
17382026-03-05T04:34:00.405Z###---------------------###
17392026-03-05T04:34:00.405Z::: iPerf done... :::
17402026-03-05T04:34:00.405Z:::Awaiting out files...:::
17412026-03-05T04:34:00.405Z###---------------------###
17422026-03-05T04:34:00.405Z###-----###
17432026-03-05T04:34:00.405Z:::done!:::
17442026-03-05T04:34:00.405Z###-----###
17452026-03-05T04:34:00.405Z###-------------------###
17462026-03-05T04:34:00.405Z:::Running experiment :::
17472026-03-05T04:34:00.405Z:::iperf-tcp/local/s2c:::
17482026-03-05T04:34:00.405Z###-------------------###
17492026-03-05T04:34:07.442Z-----------------------------------------------------------
17502026-03-05T04:34:07.442ZServer listening on 5201
17512026-03-05T04:34:07.442Z-----------------------------------------------------------
17522026-03-05T04:34:07.442ZAccepted connection from 10.0.0.1, port 37132
17532026-03-05T04:34:07.443Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49103
17542026-03-05T04:34:07.443Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56297
17552026-03-05T04:34:07.443Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62129
17562026-03-05T04:34:07.443Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65383
17572026-03-05T04:34:07.443Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54367
17582026-03-05T04:34:07.443Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64370
17592026-03-05T04:34:07.443Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50403
17602026-03-05T04:34:07.443Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52092
17612026-03-05T04:34:07.443Z[ ID] Interval Transfer Bandwidth
17622026-03-05T04:34:07.443Z[ 5] 0.00-1.00 sec 59.1 MBytes 495 Mbits/sec
17632026-03-05T04:34:07.443Z[ 7] 0.00-1.00 sec 58.3 MBytes 489 Mbits/sec
17642026-03-05T04:34:07.443Z[ 9] 0.00-1.00 sec 58.0 MBytes 486 Mbits/sec
17652026-03-05T04:34:07.443Z[ 11] 0.00-1.00 sec 58.5 MBytes 491 Mbits/sec
17662026-03-05T04:34:07.443Z[ 13] 0.00-1.00 sec 58.2 MBytes 488 Mbits/sec
17672026-03-05T04:34:07.443Z[ 15] 0.00-1.00 sec 57.9 MBytes 485 Mbits/sec
17682026-03-05T04:34:07.443Z[ 17] 0.00-1.00 sec 57.9 MBytes 486 Mbits/sec
17692026-03-05T04:34:07.443Z[ 19] 0.00-1.00 sec 57.7 MBytes 483 Mbits/sec
17702026-03-05T04:34:07.443Z[SUM] 0.00-1.00 sec 466 MBytes 3.90 Gbits/sec
17712026-03-05T04:34:07.443Z- - - - - - - - - - - - - - - - - - - - - - - - -
17722026-03-05T04:34:07.443Z[ 5] 1.00-2.00 sec 70.7 MBytes 594 Mbits/sec
17732026-03-05T04:34:07.443Z[ 7] 1.00-2.00 sec 70.7 MBytes 594 Mbits/sec
17742026-03-05T04:34:07.443Z[ 9] 1.00-2.00 sec 70.8 MBytes 595 Mbits/sec
17752026-03-05T04:34:07.443Z[ 11] 1.00-2.00 sec 70.6 MBytes 593 Mbits/sec
17762026-03-05T04:34:07.443Z[ 13] 1.00-2.00 sec 70.6 MBytes 592 Mbits/sec
17772026-03-05T04:34:07.443Z[ 15] 1.00-2.00 sec 71.0 MBytes 596 Mbits/sec
17782026-03-05T04:34:07.443Z[ 17] 1.00-2.00 sec 70.8 MBytes 594 Mbits/sec
17792026-03-05T04:34:07.443Z[ 19] 1.00-2.00 sec 70.3 MBytes 590 Mbits/sec
17802026-03-05T04:34:07.443Z[SUM] 1.00-2.00 sec 566 MBytes 4.75 Gbits/sec
17812026-03-05T04:34:07.443Z- - - - - - - - - - - - - - - - - - - - - - - - -
17822026-03-05T04:34:07.443Z[ 5] 2.00-3.00 sec 71.7 MBytes 601 Mbits/sec
17832026-03-05T04:34:07.443Z[ 7] 2.00-3.00 sec 71.5 MBytes 600 Mbits/sec
17842026-03-05T04:34:07.443Z[ 9] 2.00-3.00 sec 72.1 MBytes 605 Mbits/sec
17852026-03-05T04:34:07.443Z[ 11] 2.00-3.00 sec 72.3 MBytes 606 Mbits/sec
17862026-03-05T04:34:07.443Z[ 13] 2.00-3.00 sec 71.9 MBytes 603 Mbits/sec
17872026-03-05T04:34:07.443Z[ 15] 2.00-3.00 sec 71.8 MBytes 602 Mbits/sec
17882026-03-05T04:34:07.443Z[ 17] 2.00-3.00 sec 71.4 MBytes 599 Mbits/sec
17892026-03-05T04:34:07.443Z[ 19] 2.00-3.00 sec 71.3 MBytes 598 Mbits/sec
17902026-03-05T04:34:07.443Z[SUM] 2.00-3.00 sec 574 MBytes 4.81 Gbits/sec
17912026-03-05T04:34:07.443Z- - - - - - - - - - - - - - - - - - - - - - - - -
17922026-03-05T04:34:07.444Z[ 5] 3.00-4.00 sec 73.6 MBytes 617 Mbits/sec
17932026-03-05T04:34:07.444Z[ 7] 3.00-4.00 sec 74.1 MBytes 622 Mbits/sec
17942026-03-05T04:34:07.444Z[ 9] 3.00-4.00 sec 73.6 MBytes 617 Mbits/sec
17952026-03-05T04:34:07.444Z[ 11] 3.00-4.00 sec 74.2 MBytes 623 Mbits/sec
17962026-03-05T04:34:07.444Z[ 13] 3.00-4.00 sec 73.9 MBytes 620 Mbits/sec
17972026-03-05T04:34:07.444Z[ 15] 3.00-4.00 sec 73.6 MBytes 617 Mbits/sec
17982026-03-05T04:34:07.444Z[ 17] 3.00-4.00 sec 73.2 MBytes 615 Mbits/sec
17992026-03-05T04:34:07.444Z[ 19] 3.00-4.00 sec 73.3 MBytes 615 Mbits/sec
18002026-03-05T04:34:07.444Z[SUM] 3.00-4.00 sec 589 MBytes 4.95 Gbits/sec
18012026-03-05T04:34:07.444Z- - - - - - - - - - - - - - - - - - - - - - - - -
18022026-03-05T04:34:07.444Z[ 5] 4.00-5.00 sec 72.5 MBytes 608 Mbits/sec
18032026-03-05T04:34:07.444Z[ 7] 4.00-5.00 sec 73.2 MBytes 614 Mbits/sec
18042026-03-05T04:34:07.444Z[ 9] 4.00-5.00 sec 73.7 MBytes 619 Mbits/sec
18052026-03-05T04:34:07.444Z[ 11] 4.00-5.00 sec 74.2 MBytes 622 Mbits/sec
18062026-03-05T04:34:07.444Z[ 13] 4.00-5.00 sec 73.9 MBytes 620 Mbits/sec
18072026-03-05T04:34:07.444Z[ 15] 4.00-5.00 sec 73.4 MBytes 615 Mbits/sec
18082026-03-05T04:34:07.444Z[ 17] 4.00-5.00 sec 73.1 MBytes 613 Mbits/sec
18092026-03-05T04:34:07.444Z[ 19] 4.00-5.00 sec 72.4 MBytes 607 Mbits/sec
18102026-03-05T04:34:07.445Z[SUM] 4.00-5.00 sec 586 MBytes 4.92 Gbits/sec
18112026-03-05T04:34:07.445Z- - - - - - - - - - - - - - - - - - - - - - - - -
18122026-03-05T04:34:07.445Z[ 5] 5.00-6.00 sec 64.4 MBytes 540 Mbits/sec
18132026-03-05T04:34:07.445Z[ 7] 5.00-6.00 sec 64.0 MBytes 537 Mbits/sec
18142026-03-05T04:34:07.445Z[ 9] 5.00-6.00 sec 64.3 MBytes 540 Mbits/sec
18152026-03-05T04:34:07.445Z[ 11] 5.00-6.00 sec 64.3 MBytes 539 Mbits/sec
18162026-03-05T04:34:07.445Z[ 13] 5.00-6.00 sec 64.3 MBytes 539 Mbits/sec
18172026-03-05T04:34:07.445Z[ 15] 5.00-6.00 sec 64.1 MBytes 538 Mbits/sec
18182026-03-05T04:34:07.445Z[ 17] 5.00-6.00 sec 64.1 MBytes 538 Mbits/sec
18192026-03-05T04:34:07.445Z[ 19] 5.00-6.00 sec 64.3 MBytes 540 Mbits/sec
18202026-03-05T04:34:07.445Z[SUM] 5.00-6.00 sec 514 MBytes 4.31 Gbits/sec
18212026-03-05T04:34:07.445Z- - - - - - - - - - - - - - - - - - - - - - - - -
18222026-03-05T04:34:07.445Z[ 5] 6.00-7.00 sec 71.2 MBytes 597 Mbits/sec
18232026-03-05T04:34:07.445Z[ 7] 6.00-7.00 sec 71.0 MBytes 596 Mbits/sec
18242026-03-05T04:34:07.445Z[ 9] 6.00-7.00 sec 71.7 MBytes 601 Mbits/sec
18252026-03-05T04:34:10.533Z[ 11] 6.00-7.00 sec 71.3 MBytes 598 Mbits/sec
18262026-03-05T04:34:10.533Z[ 13] 6.00-7.00 sec 71.5 MBytes 600 Mbits/sec
18272026-03-05T04:34:10.533Z[ 15] 6.00-7.00 sec 71.6 MBytes 601 Mbits/sec
18282026-03-05T04:34:10.534Z[ 17] 6.00-7.00 sec 71.4 MBytes 599 Mbits/sec
18292026-03-05T04:34:10.534Z[ 19] 6.00-7.00 sec 70.9 MBytes 595 Mbits/sec
18302026-03-05T04:34:10.534Z[SUM] 6.00-7.00 sec 571 MBytes 4.79 Gbits/sec
18312026-03-05T04:34:10.534Z- - - - - - - - - - - - - - - - - - - - - - - - -
18322026-03-05T04:34:10.534Z[ 5] 7.00-8.00 sec 69.6 MBytes 584 Mbits/sec
18332026-03-05T04:34:10.534Z[ 7] 7.00-8.00 sec 69.8 MBytes 585 Mbits/sec
18342026-03-05T04:34:10.534Z[ 9] 7.00-8.00 sec 69.5 MBytes 583 Mbits/sec
18352026-03-05T04:34:10.534Z[ 11] 7.00-8.00 sec 70.0 MBytes 587 Mbits/sec
18362026-03-05T04:34:10.534Z[ 13] 7.00-8.00 sec 69.8 MBytes 585 Mbits/sec
18372026-03-05T04:34:10.534Z[ 15] 7.00-8.00 sec 69.9 MBytes 586 Mbits/sec
18382026-03-05T04:34:10.534Z[ 17] 7.00-8.00 sec 69.4 MBytes 582 Mbits/sec
18392026-03-05T04:34:10.534Z[ 19] 7.00-8.00 sec 69.2 MBytes 580 Mbits/sec
18402026-03-05T04:34:10.534Z[SUM] 7.00-8.00 sec 557 MBytes 4.67 Gbits/sec
18412026-03-05T04:34:10.534Z- - - - - - - - - - - - - - - - - - - - - - - - -
18422026-03-05T04:34:10.534Z[ 5] 8.00-9.00 sec 68.7 MBytes 577 Mbits/sec
18432026-03-05T04:34:10.534Z[ 7] 8.00-9.00 sec 68.9 MBytes 578 Mbits/sec
18442026-03-05T04:34:10.534Z[ 9] 8.00-9.00 sec 68.5 MBytes 575 Mbits/sec
18452026-03-05T04:34:10.534Z[ 11] 8.00-9.00 sec 69.1 MBytes 580 Mbits/sec
18462026-03-05T04:34:10.534Z[ 13] 8.00-9.00 sec 69.0 MBytes 579 Mbits/sec
18472026-03-05T04:34:10.534Z[ 15] 8.00-9.00 sec 68.8 MBytes 577 Mbits/sec
18482026-03-05T04:34:10.534Z[ 17] 8.00-9.00 sec 68.5 MBytes 575 Mbits/sec
18492026-03-05T04:34:10.534Z[ 19] 8.00-9.00 sec 68.4 MBytes 574 Mbits/sec
18502026-03-05T04:34:10.534Z[SUM] 8.00-9.00 sec 550 MBytes 4.62 Gbits/sec
18512026-03-05T04:34:10.534Z- - - - - - - - - - - - - - - - - - - - - - - - -
18522026-03-05T04:34:10.534Z[ 5] 9.00-10.00 sec 58.7 MBytes 493 Mbits/sec
18532026-03-05T04:34:10.534Z[ 7] 9.00-10.00 sec 59.0 MBytes 495 Mbits/sec
18542026-03-05T04:34:10.534Z[ 9] 9.00-10.00 sec 59.1 MBytes 496 Mbits/sec
18552026-03-05T04:34:10.534Z[ 11] 9.00-10.00 sec 58.9 MBytes 494 Mbits/sec
18562026-03-05T04:34:10.534Z[ 13] 9.00-10.00 sec 58.6 MBytes 492 Mbits/sec
18572026-03-05T04:34:10.534Z[ 15] 9.00-10.00 sec 58.8 MBytes 493 Mbits/sec
18582026-03-05T04:34:10.534Z[ 17] 9.00-10.00 sec 59.0 MBytes 495 Mbits/sec
18592026-03-05T04:34:10.534Z[ 19] 9.00-10.00 sec 58.8 MBytes 493 Mbits/sec
18602026-03-05T04:34:10.534Z[SUM] 9.00-10.00 sec 471 MBytes 3.95 Gbits/sec
18612026-03-05T04:34:10.534Z- - - - - - - - - - - - - - - - - - - - - - - - -
18622026-03-05T04:34:10.534Z[ 5] 10.00-10.00 sec 96.2 KBytes 574 Mbits/sec
18632026-03-05T04:34:10.534Z[ 7] 10.00-10.00 sec 96.2 KBytes 575 Mbits/sec
18642026-03-05T04:34:10.534Z[ 9] 10.00-10.00 sec 96.2 KBytes 575 Mbits/sec
18652026-03-05T04:34:10.534Z[ 11] 10.00-10.00 sec 144 KBytes 863 Mbits/sec
18662026-03-05T04:34:10.535Z[ 13] 10.00-10.00 sec 144 KBytes 863 Mbits/sec
18672026-03-05T04:34:10.535Z[ 15] 10.00-10.00 sec 144 KBytes 864 Mbits/sec
18682026-03-05T04:34:10.535Z[ 17] 10.00-10.00 sec 96.2 KBytes 576 Mbits/sec
18692026-03-05T04:34:10.535Z[ 19] 10.00-10.00 sec 96.2 KBytes 576 Mbits/sec
18702026-03-05T04:34:10.535Z[SUM] 10.00-10.00 sec 913 KBytes 5.46 Gbits/sec
18712026-03-05T04:34:10.535Z- - - - - - - - - - - - - - - - - - - - - - - - -
18722026-03-05T04:34:10.535Z[ ID] Interval Transfer Bandwidth
18732026-03-05T04:34:10.535Z[ 5] 0.00-10.00 sec 680 MBytes 571 Mbits/sec sender
18742026-03-05T04:34:10.535Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18752026-03-05T04:34:10.560Z[ 7] 0.00-10.00 sec 681 MBytes 571 Mbits/sec sender
18762026-03-05T04:34:10.560Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18772026-03-05T04:34:10.560Z[ 9] 0.00-10.00 sec 682 MBytes 572 Mbits/sec sender
18782026-03-05T04:34:10.560Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18792026-03-05T04:34:10.560Z[ 11] 0.00-10.00 sec 684 MBytes 573 Mbits/sec sender
18802026-03-05T04:34:10.560Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18812026-03-05T04:34:10.560Z[ 13] 0.00-10.00 sec 682 MBytes 572 Mbits/sec sender
18822026-03-05T04:34:10.560Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18832026-03-05T04:34:10.560Z[ 15] 0.00-10.00 sec 681 MBytes 571 Mbits/sec sender
18842026-03-05T04:34:10.560Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18852026-03-05T04:34:10.561Z[ 17] 0.00-10.00 sec 679 MBytes 570 Mbits/sec sender
18862026-03-05T04:34:10.561Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18872026-03-05T04:34:10.561Z[ 19] 0.00-10.00 sec 677 MBytes 567 Mbits/sec sender
18882026-03-05T04:34:10.561Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18892026-03-05T04:34:10.561Z[SUM] 0.00-10.00 sec 5.32 GBytes 4.57 Gbits/sec sender
18902026-03-05T04:34:10.561Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18912026-03-05T04:34:10.561ZRun 1/5...4567.078Mbps
18922026-03-05T04:34:17.581Z-----------------------------------------------------------
18932026-03-05T04:34:17.581ZServer listening on 5201
18942026-03-05T04:34:17.581Z-----------------------------------------------------------
18952026-03-05T04:34:17.581ZAccepted connection from 10.0.0.1, port 33869
18962026-03-05T04:34:17.581Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40300
18972026-03-05T04:34:17.581Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64251
18982026-03-05T04:34:17.581Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46212
18992026-03-05T04:34:17.581Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46178
19002026-03-05T04:34:17.581Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42063
19012026-03-05T04:34:17.581Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47061
19022026-03-05T04:34:17.581Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50715
19032026-03-05T04:34:17.581Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50668
19042026-03-05T04:34:17.581Z[ ID] Interval Transfer Bandwidth
19052026-03-05T04:34:17.581Z[ 5] 0.00-1.00 sec 49.2 MBytes 413 Mbits/sec
19062026-03-05T04:34:17.581Z[ 7] 0.00-1.00 sec 49.6 MBytes 416 Mbits/sec
19072026-03-05T04:34:17.582Z[ 9] 0.00-1.00 sec 49.6 MBytes 416 Mbits/sec
19082026-03-05T04:34:17.582Z[ 11] 0.00-1.00 sec 49.3 MBytes 414 Mbits/sec
19092026-03-05T04:34:17.582Z[ 13] 0.00-1.00 sec 49.4 MBytes 414 Mbits/sec
19102026-03-05T04:34:17.582Z[ 15] 0.00-1.00 sec 49.4 MBytes 414 Mbits/sec
19112026-03-05T04:34:17.582Z[ 17] 0.00-1.00 sec 49.4 MBytes 414 Mbits/sec
19122026-03-05T04:34:17.582Z[ 19] 0.00-1.00 sec 49.1 MBytes 412 Mbits/sec
19132026-03-05T04:34:17.582Z[SUM] 0.00-1.00 sec 395 MBytes 3.31 Gbits/sec
19142026-03-05T04:34:17.582Z- - - - - - - - - - - - - - - - - - - - - - - - -
19152026-03-05T04:34:17.582Z[ 5] 1.00-2.00 sec 65.0 MBytes 545 Mbits/sec
19162026-03-05T04:34:17.582Z[ 7] 1.00-2.00 sec 65.0 MBytes 545 Mbits/sec
19172026-03-05T04:34:17.582Z[ 9] 1.00-2.00 sec 65.2 MBytes 547 Mbits/sec
19182026-03-05T04:34:17.582Z[ 11] 1.00-2.00 sec 66.0 MBytes 553 Mbits/sec
19192026-03-05T04:34:17.582Z[ 13] 1.00-2.00 sec 66.2 MBytes 555 Mbits/sec
19202026-03-05T04:34:17.583Z[ 15] 1.00-2.00 sec 65.9 MBytes 553 Mbits/sec
19212026-03-05T04:34:17.583Z[ 17] 1.00-2.00 sec 65.3 MBytes 548 Mbits/sec
19222026-03-05T04:34:17.583Z[ 19] 1.00-2.00 sec 65.1 MBytes 546 Mbits/sec
19232026-03-05T04:34:17.583Z[SUM] 1.00-2.00 sec 524 MBytes 4.39 Gbits/sec
19242026-03-05T04:34:17.583Z- - - - - - - - - - - - - - - - - - - - - - - - -
19252026-03-05T04:34:17.583Z[ 5] 2.00-3.00 sec 68.8 MBytes 577 Mbits/sec
19262026-03-05T04:34:17.583Z[ 7] 2.00-3.00 sec 69.1 MBytes 580 Mbits/sec
19272026-03-05T04:34:17.583Z[ 9] 2.00-3.00 sec 69.1 MBytes 580 Mbits/sec
19282026-03-05T04:34:17.583Z[ 11] 2.00-3.00 sec 69.0 MBytes 579 Mbits/sec
19292026-03-05T04:34:17.583Z[ 13] 2.00-3.00 sec 69.1 MBytes 580 Mbits/sec
19302026-03-05T04:34:17.583Z[ 15] 2.00-3.00 sec 69.1 MBytes 580 Mbits/sec
19312026-03-05T04:34:17.583Z[ 17] 2.00-3.00 sec 68.7 MBytes 577 Mbits/sec
19322026-03-05T04:34:17.583Z[ 19] 2.00-3.00 sec 68.3 MBytes 573 Mbits/sec
19332026-03-05T04:34:17.583Z[SUM] 2.00-3.00 sec 551 MBytes 4.63 Gbits/sec
19342026-03-05T04:34:17.583Z- - - - - - - - - - - - - - - - - - - - - - - - -
19352026-03-05T04:34:17.583Z[ 5] 3.00-4.00 sec 71.2 MBytes 597 Mbits/sec
19362026-03-05T04:34:17.583Z[ 7] 3.00-4.00 sec 71.1 MBytes 596 Mbits/sec
19372026-03-05T04:34:17.583Z[ 9] 3.00-4.00 sec 71.1 MBytes 597 Mbits/sec
19382026-03-05T04:34:17.583Z[ 11] 3.00-4.00 sec 70.9 MBytes 594 Mbits/sec
19392026-03-05T04:34:17.583Z[ 13] 3.00-4.00 sec 70.9 MBytes 595 Mbits/sec
19402026-03-05T04:34:17.583Z[ 15] 3.00-4.00 sec 70.9 MBytes 595 Mbits/sec
19412026-03-05T04:34:17.583Z[ 17] 3.00-4.00 sec 70.9 MBytes 595 Mbits/sec
19422026-03-05T04:34:17.583Z[ 19] 3.00-4.00 sec 70.6 MBytes 592 Mbits/sec
19432026-03-05T04:34:17.583Z[SUM] 3.00-4.00 sec 568 MBytes 4.76 Gbits/sec
19442026-03-05T04:34:17.583Z- - - - - - - - - - - - - - - - - - - - - - - - -
19452026-03-05T04:34:17.583Z[ 5] 4.00-5.00 sec 71.4 MBytes 599 Mbits/sec
19462026-03-05T04:34:17.583Z[ 7] 4.00-5.00 sec 71.8 MBytes 602 Mbits/sec
19472026-03-05T04:34:17.583Z[ 9] 4.00-5.00 sec 71.7 MBytes 602 Mbits/sec
19482026-03-05T04:34:17.583Z[ 11] 4.00-5.00 sec 71.5 MBytes 600 Mbits/sec
19492026-03-05T04:34:17.583Z[ 13] 4.00-5.00 sec 71.1 MBytes 596 Mbits/sec
19502026-03-05T04:34:17.583Z[ 15] 4.00-5.00 sec 71.0 MBytes 596 Mbits/sec
19512026-03-05T04:34:17.583Z[ 17] 4.00-5.00 sec 71.2 MBytes 597 Mbits/sec
19522026-03-05T04:34:17.583Z[ 19] 4.00-5.00 sec 71.0 MBytes 595 Mbits/sec
19532026-03-05T04:34:17.583Z[SUM] 4.00-5.00 sec 571 MBytes 4.79 Gbits/sec
19542026-03-05T04:34:17.583Z- - - - - - - - - - - - - - - - - - - - - - - - -
19552026-03-05T04:34:17.583Z[ 5] 5.00-6.00 sec 70.8 MBytes 593 Mbits/sec
19562026-03-05T04:34:17.609Z[ 7] 5.00-6.00 sec 70.7 MBytes 593 Mbits/sec
19572026-03-05T04:34:17.609Z[ 9] 5.00-6.00 sec 70.7 MBytes 592 Mbits/sec
19582026-03-05T04:34:17.609Z[ 11] 5.00-6.00 sec 70.5 MBytes 591 Mbits/sec
19592026-03-05T04:34:17.609Z[ 13] 5.00-6.00 sec 70.4 MBytes 590 Mbits/sec
19602026-03-05T04:34:17.609Z[ 15] 5.00-6.00 sec 70.2 MBytes 589 Mbits/sec
19612026-03-05T04:34:17.609Z[ 17] 5.00-6.00 sec 70.3 MBytes 589 Mbits/sec
19622026-03-05T04:34:17.609Z[ 19] 5.00-6.00 sec 70.1 MBytes 588 Mbits/sec
19632026-03-05T04:34:17.609Z[SUM] 5.00-6.00 sec 564 MBytes 4.73 Gbits/sec
19642026-03-05T04:34:17.609Z- - - - - - - - - - - - - - - - - - - - - - - - -
19652026-03-05T04:34:17.609Z[ 5] 6.00-7.00 sec 68.6 MBytes 576 Mbits/sec
19662026-03-05T04:34:17.609Z[ 7] 6.00-7.00 sec 68.3 MBytes 573 Mbits/sec
19672026-03-05T04:34:17.609Z[ 9] 6.00-7.00 sec 68.5 MBytes 575 Mbits/sec
19682026-03-05T04:34:20.794Z[ 11] 6.00-7.00 sec 68.5 MBytes 575 Mbits/sec
19692026-03-05T04:34:20.794Z[ 13] 6.00-7.00 sec 69.0 MBytes 579 Mbits/sec
19702026-03-05T04:34:20.794Z[ 15] 6.00-7.00 sec 69.2 MBytes 581 Mbits/sec
19712026-03-05T04:34:20.794Z[ 17] 6.00-7.00 sec 69.2 MBytes 581 Mbits/sec
19722026-03-05T04:34:20.794Z[ 19] 6.00-7.00 sec 68.0 MBytes 571 Mbits/sec
19732026-03-05T04:34:20.795Z[SUM] 6.00-7.00 sec 549 MBytes 4.61 Gbits/sec
19742026-03-05T04:34:20.795Z- - - - - - - - - - - - - - - - - - - - - - - - -
19752026-03-05T04:34:20.795Z[ 5] 7.00-8.00 sec 72.2 MBytes 605 Mbits/sec
19762026-03-05T04:34:20.795Z[ 7] 7.00-8.00 sec 71.9 MBytes 604 Mbits/sec
19772026-03-05T04:34:20.795Z[ 9] 7.00-8.00 sec 71.9 MBytes 603 Mbits/sec
19782026-03-05T04:34:20.795Z[ 11] 7.00-8.00 sec 72.1 MBytes 604 Mbits/sec
19792026-03-05T04:34:20.795Z[ 13] 7.00-8.00 sec 72.2 MBytes 606 Mbits/sec
19802026-03-05T04:34:20.795Z[ 15] 7.00-8.00 sec 72.0 MBytes 604 Mbits/sec
19812026-03-05T04:34:20.795Z[ 17] 7.00-8.00 sec 71.9 MBytes 603 Mbits/sec
19822026-03-05T04:34:20.795Z[ 19] 7.00-8.00 sec 71.2 MBytes 597 Mbits/sec
19832026-03-05T04:34:20.795Z[SUM] 7.00-8.00 sec 575 MBytes 4.83 Gbits/sec
19842026-03-05T04:34:20.795Z- - - - - - - - - - - - - - - - - - - - - - - - -
19852026-03-05T04:34:20.795Z[ 5] 8.00-9.00 sec 63.9 MBytes 536 Mbits/sec
19862026-03-05T04:34:20.795Z[ 7] 8.00-9.00 sec 63.5 MBytes 533 Mbits/sec
19872026-03-05T04:34:20.796Z[ 9] 8.00-9.00 sec 63.3 MBytes 531 Mbits/sec
19882026-03-05T04:34:20.796Z[ 11] 8.00-9.00 sec 63.0 MBytes 528 Mbits/sec
19892026-03-05T04:34:20.796Z[ 13] 8.00-9.00 sec 62.8 MBytes 527 Mbits/sec
19902026-03-05T04:34:20.796Z[ 15] 8.00-9.00 sec 62.8 MBytes 527 Mbits/sec
19912026-03-05T04:34:20.796Z[ 17] 8.00-9.00 sec 63.1 MBytes 529 Mbits/sec
19922026-03-05T04:34:20.796Z[ 19] 8.00-9.00 sec 63.1 MBytes 530 Mbits/sec
19932026-03-05T04:34:20.796Z[SUM] 8.00-9.00 sec 506 MBytes 4.24 Gbits/sec
19942026-03-05T04:34:20.796Z- - - - - - - - - - - - - - - - - - - - - - - - -
19952026-03-05T04:34:20.796Z[ 5] 9.00-10.00 sec 75.2 MBytes 631 Mbits/sec
19962026-03-05T04:34:20.796Z[ 7] 9.00-10.00 sec 75.4 MBytes 632 Mbits/sec
19972026-03-05T04:34:20.796Z[ 9] 9.00-10.00 sec 75.6 MBytes 634 Mbits/sec
19982026-03-05T04:34:20.796Z[ 11] 9.00-10.00 sec 75.3 MBytes 631 Mbits/sec
19992026-03-05T04:34:20.796Z[ 13] 9.00-10.00 sec 74.8 MBytes 627 Mbits/sec
20002026-03-05T04:34:20.796Z[ 15] 9.00-10.00 sec 75.0 MBytes 629 Mbits/sec
20012026-03-05T04:34:20.796Z[ 17] 9.00-10.00 sec 74.8 MBytes 627 Mbits/sec
20022026-03-05T04:34:20.796Z[ 19] 9.00-10.00 sec 75.0 MBytes 629 Mbits/sec
20032026-03-05T04:34:20.797Z[SUM] 9.00-10.00 sec 601 MBytes 5.04 Gbits/sec
20042026-03-05T04:34:20.797Z- - - - - - - - - - - - - - - - - - - - - - - - -
20052026-03-05T04:34:20.797Z[ 5] 10.00-10.00 sec 96.2 KBytes 777 Mbits/sec
20062026-03-05T04:34:20.797Z[ 7] 10.00-10.00 sec 48.1 KBytes 389 Mbits/sec
20072026-03-05T04:34:20.797Z[ 9] 10.00-10.00 sec 48.1 KBytes 389 Mbits/sec
20082026-03-05T04:34:20.797Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
20092026-03-05T04:34:20.797Z[ 13] 10.00-10.00 sec 48.1 KBytes 389 Mbits/sec
20102026-03-05T04:34:20.797Z[ 15] 10.00-10.00 sec 96.2 KBytes 778 Mbits/sec
20112026-03-05T04:34:20.797Z[ 17] 10.00-10.00 sec 48.1 KBytes 389 Mbits/sec
20122026-03-05T04:34:20.797Z[ 19] 10.00-10.00 sec 48.1 KBytes 389 Mbits/sec
20132026-03-05T04:34:20.797Z[SUM] 10.00-10.00 sec 433 KBytes 3.50 Gbits/sec
20142026-03-05T04:34:20.797Z- - - - - - - - - - - - - - - - - - - - - - - - -
20152026-03-05T04:34:20.797Z[ ID] Interval Transfer Bandwidth
20162026-03-05T04:34:20.797Z[ 5] 0.00-10.00 sec 676 MBytes 567 Mbits/sec sender
20172026-03-05T04:34:20.798Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20182026-03-05T04:34:20.798Z[ 7] 0.00-10.00 sec 677 MBytes 567 Mbits/sec sender
20192026-03-05T04:34:20.798Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20202026-03-05T04:34:20.798Z[ 9] 0.00-10.00 sec 677 MBytes 568 Mbits/sec sender
20212026-03-05T04:34:20.798Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20222026-03-05T04:34:20.798Z[ 11] 0.00-10.00 sec 676 MBytes 567 Mbits/sec sender
20232026-03-05T04:34:20.798Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20242026-03-05T04:34:20.798Z[ 13] 0.00-10.00 sec 676 MBytes 567 Mbits/sec sender
20252026-03-05T04:34:20.798Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20262026-03-05T04:34:20.798Z[ 15] 0.00-10.00 sec 676 MBytes 567 Mbits/sec sender
20272026-03-05T04:34:20.798Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20282026-03-05T04:34:20.798Z[ 17] 0.00-10.00 sec 675 MBytes 566 Mbits/sec sender
20292026-03-05T04:34:20.798Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20302026-03-05T04:34:20.798Z[ 19] 0.00-10.00 sec 671 MBytes 563 Mbits/sec sender
20312026-03-05T04:34:20.798Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20322026-03-05T04:34:20.798Z[SUM] 0.00-10.00 sec 5.28 GBytes 4.53 Gbits/sec sender
20332026-03-05T04:34:20.798Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20342026-03-05T04:34:20.828ZRun 2/5...4532.987Mbps
20352026-03-05T04:34:27.868Z-----------------------------------------------------------
20362026-03-05T04:34:27.868ZServer listening on 5201
20372026-03-05T04:34:27.868Z-----------------------------------------------------------
20382026-03-05T04:34:27.868ZAccepted connection from 10.0.0.1, port 35111
20392026-03-05T04:34:27.869Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55860
20402026-03-05T04:34:27.869Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44417
20412026-03-05T04:34:27.869Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48095
20422026-03-05T04:34:27.869Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59164
20432026-03-05T04:34:27.869Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37624
20442026-03-05T04:34:27.869Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35857
20452026-03-05T04:34:27.869Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41516
20462026-03-05T04:34:27.869Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43868
20472026-03-05T04:34:27.869Z[ ID] Interval Transfer Bandwidth
20482026-03-05T04:34:27.869Z[ 5] 0.00-1.00 sec 56.1 MBytes 470 Mbits/sec
20492026-03-05T04:34:27.869Z[ 7] 0.00-1.00 sec 55.5 MBytes 466 Mbits/sec
20502026-03-05T04:34:27.869Z[ 9] 0.00-1.00 sec 55.4 MBytes 465 Mbits/sec
20512026-03-05T04:34:27.869Z[ 11] 0.00-1.00 sec 55.7 MBytes 467 Mbits/sec
20522026-03-05T04:34:27.869Z[ 13] 0.00-1.00 sec 55.7 MBytes 468 Mbits/sec
20532026-03-05T04:34:27.869Z[ 15] 0.00-1.00 sec 55.8 MBytes 468 Mbits/sec
20542026-03-05T04:34:27.869Z[ 17] 0.00-1.00 sec 55.7 MBytes 467 Mbits/sec
20552026-03-05T04:34:27.869Z[ 19] 0.00-1.00 sec 55.5 MBytes 466 Mbits/sec
20562026-03-05T04:34:27.869Z[SUM] 0.00-1.00 sec 445 MBytes 3.74 Gbits/sec
20572026-03-05T04:34:27.869Z- - - - - - - - - - - - - - - - - - - - - - - - -
20582026-03-05T04:34:27.869Z[ 5] 1.00-2.00 sec 77.8 MBytes 653 Mbits/sec
20592026-03-05T04:34:27.869Z[ 7] 1.00-2.00 sec 77.7 MBytes 652 Mbits/sec
20602026-03-05T04:34:27.869Z[ 9] 1.00-2.00 sec 77.6 MBytes 651 Mbits/sec
20612026-03-05T04:34:27.869Z[ 11] 1.00-2.00 sec 77.5 MBytes 650 Mbits/sec
20622026-03-05T04:34:27.869Z[ 13] 1.00-2.00 sec 77.2 MBytes 647 Mbits/sec
20632026-03-05T04:34:27.869Z[ 15] 1.00-2.00 sec 77.0 MBytes 646 Mbits/sec
20642026-03-05T04:34:27.869Z[ 17] 1.00-2.00 sec 77.5 MBytes 650 Mbits/sec
20652026-03-05T04:34:27.869Z[ 19] 1.00-2.00 sec 77.5 MBytes 650 Mbits/sec
20662026-03-05T04:34:27.869Z[SUM] 1.00-2.00 sec 620 MBytes 5.20 Gbits/sec
20672026-03-05T04:34:27.869Z- - - - - - - - - - - - - - - - - - - - - - - - -
20682026-03-05T04:34:27.869Z[ 5] 2.00-3.00 sec 77.6 MBytes 651 Mbits/sec
20692026-03-05T04:34:27.869Z[ 7] 2.00-3.00 sec 77.7 MBytes 652 Mbits/sec
20702026-03-05T04:34:27.869Z[ 9] 2.00-3.00 sec 77.9 MBytes 654 Mbits/sec
20712026-03-05T04:34:27.869Z[ 11] 2.00-3.00 sec 78.1 MBytes 655 Mbits/sec
20722026-03-05T04:34:27.869Z[ 13] 2.00-3.00 sec 78.0 MBytes 654 Mbits/sec
20732026-03-05T04:34:27.869Z[ 15] 2.00-3.00 sec 78.5 MBytes 658 Mbits/sec
20742026-03-05T04:34:27.869Z[ 17] 2.00-3.00 sec 78.3 MBytes 657 Mbits/sec
20752026-03-05T04:34:27.869Z[ 19] 2.00-3.00 sec 77.8 MBytes 652 Mbits/sec
20762026-03-05T04:34:27.869Z[SUM] 2.00-3.00 sec 624 MBytes 5.23 Gbits/sec
20772026-03-05T04:34:27.870Z- - - - - - - - - - - - - - - - - - - - - - - - -
20782026-03-05T04:34:27.870Z[ 5] 3.00-4.00 sec 81.6 MBytes 685 Mbits/sec
20792026-03-05T04:34:27.870Z[ 7] 3.00-4.00 sec 81.1 MBytes 681 Mbits/sec
20802026-03-05T04:34:27.870Z[ 9] 3.00-4.00 sec 80.4 MBytes 675 Mbits/sec
20812026-03-05T04:34:27.870Z[ 11] 3.00-4.00 sec 80.6 MBytes 676 Mbits/sec
20822026-03-05T04:34:27.870Z[ 13] 3.00-4.00 sec 80.3 MBytes 674 Mbits/sec
20832026-03-05T04:34:27.870Z[ 15] 3.00-4.00 sec 80.6 MBytes 676 Mbits/sec
20842026-03-05T04:34:27.870Z[ 17] 3.00-4.00 sec 81.2 MBytes 681 Mbits/sec
20852026-03-05T04:34:27.870Z[ 19] 3.00-4.00 sec 81.6 MBytes 685 Mbits/sec
20862026-03-05T04:34:27.870Z[SUM] 3.00-4.00 sec 647 MBytes 5.43 Gbits/sec
20872026-03-05T04:34:27.870Z- - - - - - - - - - - - - - - - - - - - - - - - -
20882026-03-05T04:34:27.870Z[ 5] 4.00-5.00 sec 73.6 MBytes 617 Mbits/sec
20892026-03-05T04:34:27.870Z[ 7] 4.00-5.00 sec 73.8 MBytes 619 Mbits/sec
20902026-03-05T04:34:27.870Z[ 9] 4.00-5.00 sec 73.7 MBytes 618 Mbits/sec
20912026-03-05T04:34:27.870Z[ 11] 4.00-5.00 sec 73.6 MBytes 618 Mbits/sec
20922026-03-05T04:34:27.870Z[ 13] 4.00-5.00 sec 73.7 MBytes 618 Mbits/sec
20932026-03-05T04:34:27.870Z[ 15] 4.00-5.00 sec 73.8 MBytes 619 Mbits/sec
20942026-03-05T04:34:27.870Z[ 17] 4.00-5.00 sec 73.4 MBytes 616 Mbits/sec
20952026-03-05T04:34:27.870Z[ 19] 4.00-5.00 sec 73.1 MBytes 614 Mbits/sec
20962026-03-05T04:34:27.870Z[SUM] 4.00-5.00 sec 589 MBytes 4.94 Gbits/sec
20972026-03-05T04:34:27.870Z- - - - - - - - - - - - - - - - - - - - - - - - -
20982026-03-05T04:34:27.870Z[ 5] 5.00-6.00 sec 72.8 MBytes 610 Mbits/sec
20992026-03-05T04:34:27.870Z[ 7] 5.00-6.00 sec 72.6 MBytes 609 Mbits/sec
21002026-03-05T04:34:27.870Z[ 9] 5.00-6.00 sec 72.5 MBytes 608 Mbits/sec
21012026-03-05T04:34:27.870Z[ 11] 5.00-6.00 sec 73.1 MBytes 613 Mbits/sec
21022026-03-05T04:34:27.870Z[ 13] 5.00-6.00 sec 72.9 MBytes 612 Mbits/sec
21032026-03-05T04:34:27.870Z[ 15] 5.00-6.00 sec 72.9 MBytes 611 Mbits/sec
21042026-03-05T04:34:27.870Z[ 17] 5.00-6.00 sec 73.1 MBytes 613 Mbits/sec
21052026-03-05T04:34:27.870Z[ 19] 5.00-6.00 sec 72.3 MBytes 606 Mbits/sec
21062026-03-05T04:34:27.870Z[SUM] 5.00-6.00 sec 582 MBytes 4.88 Gbits/sec
21072026-03-05T04:34:27.870Z- - - - - - - - - - - - - - - - - - - - - - - - -
21082026-03-05T04:34:27.870Z[ 5] 6.00-7.00 sec 65.2 MBytes 547 Mbits/sec
21092026-03-05T04:34:27.870Z[ 7] 6.00-7.00 sec 65.3 MBytes 548 Mbits/sec
21102026-03-05T04:34:27.870Z[ 9] 6.00-7.00 sec 65.2 MBytes 547 Mbits/sec
21112026-03-05T04:34:31.076Z[ 11] 6.00-7.00 sec 65.3 MBytes 548 Mbits/sec
21122026-03-05T04:34:31.076Z[ 13] 6.00-7.00 sec 65.2 MBytes 547 Mbits/sec
21132026-03-05T04:34:31.076Z[ 15] 6.00-7.00 sec 65.6 MBytes 550 Mbits/sec
21142026-03-05T04:34:31.077Z[ 17] 6.00-7.00 sec 65.6 MBytes 550 Mbits/sec
21152026-03-05T04:34:31.077Z[ 19] 6.00-7.00 sec 65.5 MBytes 550 Mbits/sec
21162026-03-05T04:34:31.077Z[SUM] 6.00-7.00 sec 523 MBytes 4.39 Gbits/sec
21172026-03-05T04:34:31.077Z- - - - - - - - - - - - - - - - - - - - - - - - -
21182026-03-05T04:34:31.077Z[ 5] 7.00-8.00 sec 65.2 MBytes 547 Mbits/sec
21192026-03-05T04:34:31.077Z[ 7] 7.00-8.00 sec 64.9 MBytes 544 Mbits/sec
21202026-03-05T04:34:31.077Z[ 9] 7.00-8.00 sec 65.2 MBytes 547 Mbits/sec
21212026-03-05T04:34:31.077Z[ 11] 7.00-8.00 sec 65.5 MBytes 550 Mbits/sec
21222026-03-05T04:34:31.077Z[ 13] 7.00-8.00 sec 65.4 MBytes 548 Mbits/sec
21232026-03-05T04:34:31.077Z[ 15] 7.00-8.00 sec 65.5 MBytes 549 Mbits/sec
21242026-03-05T04:34:31.077Z[ 17] 7.00-8.00 sec 65.4 MBytes 549 Mbits/sec
21252026-03-05T04:34:31.077Z[ 19] 7.00-8.00 sec 65.6 MBytes 550 Mbits/sec
21262026-03-05T04:34:31.077Z[SUM] 7.00-8.00 sec 523 MBytes 4.38 Gbits/sec
21272026-03-05T04:34:31.077Z- - - - - - - - - - - - - - - - - - - - - - - - -
21282026-03-05T04:34:31.077Z[ 5] 8.00-9.00 sec 74.7 MBytes 627 Mbits/sec
21292026-03-05T04:34:31.077Z[ 7] 8.00-9.00 sec 74.8 MBytes 627 Mbits/sec
21302026-03-05T04:34:31.077Z[ 9] 8.00-9.00 sec 75.1 MBytes 630 Mbits/sec
21312026-03-05T04:34:31.077Z[ 11] 8.00-9.00 sec 75.2 MBytes 631 Mbits/sec
21322026-03-05T04:34:31.077Z[ 13] 8.00-9.00 sec 74.8 MBytes 627 Mbits/sec
21332026-03-05T04:34:31.077Z[ 15] 8.00-9.00 sec 75.3 MBytes 631 Mbits/sec
21342026-03-05T04:34:31.077Z[ 17] 8.00-9.00 sec 74.4 MBytes 624 Mbits/sec
21352026-03-05T04:34:31.077Z[ 19] 8.00-9.00 sec 74.3 MBytes 623 Mbits/sec
21362026-03-05T04:34:31.077Z[SUM] 8.00-9.00 sec 599 MBytes 5.02 Gbits/sec
21372026-03-05T04:34:31.078Z- - - - - - - - - - - - - - - - - - - - - - - - -
21382026-03-05T04:34:31.078Z[ 5] 9.00-10.00 sec 76.7 MBytes 643 Mbits/sec
21392026-03-05T04:34:31.078Z[ 7] 9.00-10.00 sec 77.4 MBytes 649 Mbits/sec
21402026-03-05T04:34:31.078Z[ 9] 9.00-10.00 sec 77.7 MBytes 652 Mbits/sec
21412026-03-05T04:34:31.078Z[ 11] 9.00-10.00 sec 77.9 MBytes 653 Mbits/sec
21422026-03-05T04:34:31.078Z[ 13] 9.00-10.00 sec 77.4 MBytes 648 Mbits/sec
21432026-03-05T04:34:31.078Z[ 15] 9.00-10.00 sec 77.1 MBytes 647 Mbits/sec
21442026-03-05T04:34:31.078Z[ 17] 9.00-10.00 sec 77.1 MBytes 646 Mbits/sec
21452026-03-05T04:34:31.078Z[ 19] 9.00-10.00 sec 76.6 MBytes 642 Mbits/sec
21462026-03-05T04:34:31.078Z[SUM] 9.00-10.00 sec 618 MBytes 5.18 Gbits/sec
21472026-03-05T04:34:31.078Z- - - - - - - - - - - - - - - - - - - - - - - - -
21482026-03-05T04:34:31.078Z[ ID] Interval Transfer Bandwidth
21492026-03-05T04:34:31.078Z[ 5] 0.00-10.00 sec 721 MBytes 605 Mbits/sec sender
21502026-03-05T04:34:31.078Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21512026-03-05T04:34:31.078Z[ 7] 0.00-10.00 sec 721 MBytes 605 Mbits/sec sender
21522026-03-05T04:34:31.078Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21532026-03-05T04:34:31.078Z[ 9] 0.00-10.00 sec 721 MBytes 605 Mbits/sec sender
21542026-03-05T04:34:31.078Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21552026-03-05T04:34:31.078Z[ 11] 0.00-10.00 sec 723 MBytes 606 Mbits/sec sender
21562026-03-05T04:34:31.078Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21572026-03-05T04:34:31.078Z[ 13] 0.00-10.00 sec 721 MBytes 604 Mbits/sec sender
21582026-03-05T04:34:31.078Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21592026-03-05T04:34:31.078Z[ 15] 0.00-10.00 sec 722 MBytes 606 Mbits/sec sender
21602026-03-05T04:34:31.078Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21612026-03-05T04:34:31.078Z[ 17] 0.00-10.00 sec 722 MBytes 605 Mbits/sec sender
21622026-03-05T04:34:31.078Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21632026-03-05T04:34:31.078Z[ 19] 0.00-10.00 sec 720 MBytes 604 Mbits/sec sender
21642026-03-05T04:34:31.078Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21652026-03-05T04:34:31.078Z[SUM] 0.00-10.00 sec 5.63 GBytes 4.84 Gbits/sec sender
21662026-03-05T04:34:31.078Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21672026-03-05T04:34:31.109ZRun 3/5...4839.893Mbps
21682026-03-05T04:34:38.135Z-----------------------------------------------------------
21692026-03-05T04:34:38.135ZServer listening on 5201
21702026-03-05T04:34:38.135Z-----------------------------------------------------------
21712026-03-05T04:34:38.135ZAccepted connection from 10.0.0.1, port 47773
21722026-03-05T04:34:38.135Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61321
21732026-03-05T04:34:38.135Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47435
21742026-03-05T04:34:38.135Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64891
21752026-03-05T04:34:38.135Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46210
21762026-03-05T04:34:38.135Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56381
21772026-03-05T04:34:38.135Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39227
21782026-03-05T04:34:38.135Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49181
21792026-03-05T04:34:38.135Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36448
21802026-03-05T04:34:38.135Z[ ID] Interval Transfer Bandwidth
21812026-03-05T04:34:38.136Z[ 5] 0.00-1.00 sec 52.5 MBytes 440 Mbits/sec
21822026-03-05T04:34:38.136Z[ 7] 0.00-1.00 sec 52.5 MBytes 440 Mbits/sec
21832026-03-05T04:34:38.136Z[ 9] 0.00-1.00 sec 52.8 MBytes 443 Mbits/sec
21842026-03-05T04:34:38.136Z[ 11] 0.00-1.00 sec 52.9 MBytes 443 Mbits/sec
21852026-03-05T04:34:38.136Z[ 13] 0.00-1.00 sec 52.7 MBytes 442 Mbits/sec
21862026-03-05T04:34:38.136Z[ 15] 0.00-1.00 sec 53.1 MBytes 445 Mbits/sec
21872026-03-05T04:34:38.136Z[ 17] 0.00-1.00 sec 52.8 MBytes 442 Mbits/sec
21882026-03-05T04:34:38.136Z[ 19] 0.00-1.00 sec 52.6 MBytes 441 Mbits/sec
21892026-03-05T04:34:38.136Z[SUM] 0.00-1.00 sec 422 MBytes 3.54 Gbits/sec
21902026-03-05T04:34:38.136Z- - - - - - - - - - - - - - - - - - - - - - - - -
21912026-03-05T04:34:38.136Z[ 5] 1.00-2.00 sec 73.3 MBytes 615 Mbits/sec
21922026-03-05T04:34:38.136Z[ 7] 1.00-2.00 sec 73.7 MBytes 618 Mbits/sec
21932026-03-05T04:34:38.136Z[ 9] 1.00-2.00 sec 73.5 MBytes 617 Mbits/sec
21942026-03-05T04:34:38.136Z[ 11] 1.00-2.00 sec 73.5 MBytes 616 Mbits/sec
21952026-03-05T04:34:38.136Z[ 13] 1.00-2.00 sec 73.2 MBytes 614 Mbits/sec
21962026-03-05T04:34:38.136Z[ 15] 1.00-2.00 sec 73.2 MBytes 614 Mbits/sec
21972026-03-05T04:34:38.136Z[ 17] 1.00-2.00 sec 73.3 MBytes 615 Mbits/sec
21982026-03-05T04:34:38.136Z[ 19] 1.00-2.00 sec 72.7 MBytes 610 Mbits/sec
21992026-03-05T04:34:38.136Z[SUM] 1.00-2.00 sec 586 MBytes 4.92 Gbits/sec
22002026-03-05T04:34:38.136Z- - - - - - - - - - - - - - - - - - - - - - - - -
22012026-03-05T04:34:38.136Z[ 5] 2.00-3.00 sec 74.4 MBytes 624 Mbits/sec
22022026-03-05T04:34:38.136Z[ 7] 2.00-3.00 sec 74.2 MBytes 622 Mbits/sec
22032026-03-05T04:34:38.136Z[ 9] 2.00-3.00 sec 73.9 MBytes 620 Mbits/sec
22042026-03-05T04:34:38.136Z[ 11] 2.00-3.00 sec 74.1 MBytes 621 Mbits/sec
22052026-03-05T04:34:38.136Z[ 13] 2.00-3.00 sec 74.2 MBytes 622 Mbits/sec
22062026-03-05T04:34:38.136Z[ 15] 2.00-3.00 sec 74.2 MBytes 622 Mbits/sec
22072026-03-05T04:34:38.136Z[ 17] 2.00-3.00 sec 74.2 MBytes 623 Mbits/sec
22082026-03-05T04:34:38.136Z[ 19] 2.00-3.00 sec 73.9 MBytes 620 Mbits/sec
22092026-03-05T04:34:38.136Z[SUM] 2.00-3.00 sec 593 MBytes 4.97 Gbits/sec
22102026-03-05T04:34:38.136Z- - - - - - - - - - - - - - - - - - - - - - - - -
22112026-03-05T04:34:38.136Z[ 5] 3.00-4.00 sec 71.6 MBytes 601 Mbits/sec
22122026-03-05T04:34:38.136Z[ 7] 3.00-4.00 sec 71.3 MBytes 598 Mbits/sec
22132026-03-05T04:34:38.136Z[ 9] 3.00-4.00 sec 71.1 MBytes 596 Mbits/sec
22142026-03-05T04:34:38.136Z[ 11] 3.00-4.00 sec 71.2 MBytes 598 Mbits/sec
22152026-03-05T04:34:38.136Z[ 13] 3.00-4.00 sec 71.1 MBytes 596 Mbits/sec
22162026-03-05T04:34:38.136Z[ 15] 3.00-4.00 sec 71.3 MBytes 598 Mbits/sec
22172026-03-05T04:34:38.136Z[ 17] 3.00-4.00 sec 71.6 MBytes 600 Mbits/sec
22182026-03-05T04:34:38.137Z[ 19] 3.00-4.00 sec 71.3 MBytes 598 Mbits/sec
22192026-03-05T04:34:38.137Z[SUM] 3.00-4.00 sec 570 MBytes 4.78 Gbits/sec
22202026-03-05T04:34:38.137Z- - - - - - - - - - - - - - - - - - - - - - - - -
22212026-03-05T04:34:38.137Z[ 5] 4.00-5.00 sec 72.2 MBytes 606 Mbits/sec
22222026-03-05T04:34:38.137Z[ 7] 4.00-5.00 sec 72.2 MBytes 606 Mbits/sec
22232026-03-05T04:34:38.137Z[ 9] 4.00-5.00 sec 72.1 MBytes 605 Mbits/sec
22242026-03-05T04:34:38.137Z[ 11] 4.00-5.00 sec 72.3 MBytes 606 Mbits/sec
22252026-03-05T04:34:38.137Z[ 13] 4.00-5.00 sec 72.7 MBytes 609 Mbits/sec
22262026-03-05T04:34:38.137Z[ 15] 4.00-5.00 sec 72.7 MBytes 610 Mbits/sec
22272026-03-05T04:34:38.137Z[ 17] 4.00-5.00 sec 72.1 MBytes 605 Mbits/sec
22282026-03-05T04:34:38.137Z[ 19] 4.00-5.00 sec 71.9 MBytes 603 Mbits/sec
22292026-03-05T04:34:38.137Z[SUM] 4.00-5.00 sec 578 MBytes 4.85 Gbits/sec
22302026-03-05T04:34:38.137Z- - - - - - - - - - - - - - - - - - - - - - - - -
22312026-03-05T04:34:38.137Z[ 5] 5.00-6.00 sec 72.6 MBytes 609 Mbits/sec
22322026-03-05T04:34:38.137Z[ 7] 5.00-6.00 sec 72.7 MBytes 610 Mbits/sec
22332026-03-05T04:34:38.137Z[ 9] 5.00-6.00 sec 73.0 MBytes 612 Mbits/sec
22342026-03-05T04:34:38.137Z[ 11] 5.00-6.00 sec 72.7 MBytes 610 Mbits/sec
22352026-03-05T04:34:38.137Z[ 13] 5.00-6.00 sec 72.8 MBytes 611 Mbits/sec
22362026-03-05T04:34:38.137Z[ 15] 5.00-6.00 sec 72.5 MBytes 608 Mbits/sec
22372026-03-05T04:34:38.137Z[ 17] 5.00-6.00 sec 72.7 MBytes 610 Mbits/sec
22382026-03-05T04:34:38.137Z[ 19] 5.00-6.00 sec 72.6 MBytes 609 Mbits/sec
22392026-03-05T04:34:38.137Z[SUM] 5.00-6.00 sec 582 MBytes 4.88 Gbits/sec
22402026-03-05T04:34:38.137Z- - - - - - - - - - - - - - - - - - - - - - - - -
22412026-03-05T04:34:38.137Z[ 5] 6.00-7.00 sec 74.7 MBytes 626 Mbits/sec
22422026-03-05T04:34:38.137Z[ 7] 6.00-7.00 sec 74.8 MBytes 627 Mbits/sec
22432026-03-05T04:34:38.137Z[ 9] 6.00-7.00 sec 74.7 MBytes 626 Mbits/sec
22442026-03-05T04:34:41.333Z[ 11] 6.00-7.00 sec 74.2 MBytes 622 Mbits/sec
22452026-03-05T04:34:41.333Z[ 13] 6.00-7.00 sec 74.1 MBytes 621 Mbits/sec
22462026-03-05T04:34:41.333Z[ 15] 6.00-7.00 sec 74.4 MBytes 623 Mbits/sec
22472026-03-05T04:34:41.333Z[ 17] 6.00-7.00 sec 74.2 MBytes 622 Mbits/sec
22482026-03-05T04:34:41.333Z[ 19] 6.00-7.00 sec 73.8 MBytes 619 Mbits/sec
22492026-03-05T04:34:41.333Z[SUM] 6.00-7.00 sec 595 MBytes 4.99 Gbits/sec
22502026-03-05T04:34:41.333Z- - - - - - - - - - - - - - - - - - - - - - - - -
22512026-03-05T04:34:41.333Z[ 5] 7.00-8.00 sec 69.1 MBytes 580 Mbits/sec
22522026-03-05T04:34:41.333Z[ 7] 7.00-8.00 sec 69.1 MBytes 580 Mbits/sec
22532026-03-05T04:34:41.333Z[ 9] 7.00-8.00 sec 68.8 MBytes 578 Mbits/sec
22542026-03-05T04:34:41.333Z[ 11] 7.00-8.00 sec 68.9 MBytes 578 Mbits/sec
22552026-03-05T04:34:41.333Z[ 13] 7.00-8.00 sec 68.9 MBytes 579 Mbits/sec
22562026-03-05T04:34:41.333Z[ 15] 7.00-8.00 sec 69.0 MBytes 580 Mbits/sec
22572026-03-05T04:34:41.333Z[ 17] 7.00-8.00 sec 69.4 MBytes 583 Mbits/sec
22582026-03-05T04:34:41.333Z[ 19] 7.00-8.00 sec 69.3 MBytes 582 Mbits/sec
22592026-03-05T04:34:41.333Z[SUM] 7.00-8.00 sec 553 MBytes 4.64 Gbits/sec
22602026-03-05T04:34:41.333Z- - - - - - - - - - - - - - - - - - - - - - - - -
22612026-03-05T04:34:41.333Z[ 5] 8.00-9.00 sec 72.5 MBytes 608 Mbits/sec
22622026-03-05T04:34:41.334Z[ 7] 8.00-9.00 sec 72.5 MBytes 608 Mbits/sec
22632026-03-05T04:34:41.334Z[ 9] 8.00-9.00 sec 72.3 MBytes 606 Mbits/sec
22642026-03-05T04:34:41.334Z[ 11] 8.00-9.00 sec 72.5 MBytes 608 Mbits/sec
22652026-03-05T04:34:41.334Z[ 13] 8.00-9.00 sec 72.8 MBytes 610 Mbits/sec
22662026-03-05T04:34:41.334Z[ 15] 8.00-9.00 sec 72.2 MBytes 605 Mbits/sec
22672026-03-05T04:34:41.334Z[ 17] 8.00-9.00 sec 72.3 MBytes 606 Mbits/sec
22682026-03-05T04:34:41.334Z[ 19] 8.00-9.00 sec 72.5 MBytes 608 Mbits/sec
22692026-03-05T04:34:41.334Z[SUM] 8.00-9.00 sec 579 MBytes 4.86 Gbits/sec
22702026-03-05T04:34:41.334Z- - - - - - - - - - - - - - - - - - - - - - - - -
22712026-03-05T04:34:41.334Z[ 5] 9.00-10.00 sec 80.8 MBytes 678 Mbits/sec
22722026-03-05T04:34:41.334Z[ 7] 9.00-10.00 sec 81.1 MBytes 680 Mbits/sec
22732026-03-05T04:34:41.334Z[ 9] 9.00-10.00 sec 81.6 MBytes 684 Mbits/sec
22742026-03-05T04:34:41.334Z[ 11] 9.00-10.00 sec 80.6 MBytes 676 Mbits/sec
22752026-03-05T04:34:41.334Z[ 13] 9.00-10.00 sec 79.7 MBytes 669 Mbits/sec
22762026-03-05T04:34:41.334Z[ 15] 9.00-10.00 sec 80.6 MBytes 676 Mbits/sec
22772026-03-05T04:34:41.334Z[ 17] 9.00-10.00 sec 81.3 MBytes 682 Mbits/sec
22782026-03-05T04:34:41.334Z[ 19] 9.00-10.00 sec 81.2 MBytes 681 Mbits/sec
22792026-03-05T04:34:41.334Z[SUM] 9.00-10.00 sec 647 MBytes 5.43 Gbits/sec
22802026-03-05T04:34:41.334Z- - - - - - - - - - - - - - - - - - - - - - - - -
22812026-03-05T04:34:41.334Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22822026-03-05T04:34:41.334Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22832026-03-05T04:34:41.334Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22842026-03-05T04:34:41.334Z[ 11] 10.00-10.00 sec 96.2 KBytes 605 Mbits/sec
22852026-03-05T04:34:41.334Z[ 13] 10.00-10.00 sec 96.2 KBytes 605 Mbits/sec
22862026-03-05T04:34:41.334Z[ 15] 10.00-10.00 sec 96.2 KBytes 605 Mbits/sec
22872026-03-05T04:34:41.334Z[ 17] 10.00-10.00 sec 96.2 KBytes 605 Mbits/sec
22882026-03-05T04:34:41.334Z[ 19] 10.00-10.00 sec 48.1 KBytes 302 Mbits/sec
22892026-03-05T04:34:41.334Z[SUM] 10.00-10.00 sec 433 KBytes 2.72 Gbits/sec
22902026-03-05T04:34:41.334Z- - - - - - - - - - - - - - - - - - - - - - - - -
22912026-03-05T04:34:41.334Z[ ID] Interval Transfer Bandwidth
22922026-03-05T04:34:41.334Z[ 5] 0.00-10.00 sec 714 MBytes 599 Mbits/sec sender
22932026-03-05T04:34:41.334Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
22942026-03-05T04:34:41.334Z[ 7] 0.00-10.00 sec 714 MBytes 599 Mbits/sec sender
22952026-03-05T04:34:41.334Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
22962026-03-05T04:34:41.334Z[ 9] 0.00-10.00 sec 714 MBytes 599 Mbits/sec sender
22972026-03-05T04:34:41.334Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
22982026-03-05T04:34:41.334Z[ 11] 0.00-10.00 sec 713 MBytes 598 Mbits/sec sender
22992026-03-05T04:34:41.334Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23002026-03-05T04:34:41.335Z[ 13] 0.00-10.00 sec 712 MBytes 597 Mbits/sec sender
23012026-03-05T04:34:41.335Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23022026-03-05T04:34:41.335Z[ 15] 0.00-10.00 sec 713 MBytes 598 Mbits/sec sender
23032026-03-05T04:34:41.335Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23042026-03-05T04:34:41.335Z[ 17] 0.00-10.00 sec 714 MBytes 599 Mbits/sec sender
23052026-03-05T04:34:41.335Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23062026-03-05T04:34:41.335Z[ 19] 0.00-10.00 sec 712 MBytes 597 Mbits/sec sender
23072026-03-05T04:34:41.335Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23082026-03-05T04:34:41.335Z[SUM] 0.00-10.00 sec 5.57 GBytes 4.79 Gbits/sec sender
23092026-03-05T04:34:41.335Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23102026-03-05T04:34:41.360ZRun 4/5...4785.969Mbps
23112026-03-05T04:34:48.403Z-----------------------------------------------------------
23122026-03-05T04:34:48.403ZServer listening on 5201
23132026-03-05T04:34:48.403Z-----------------------------------------------------------
23142026-03-05T04:34:48.403ZAccepted connection from 10.0.0.1, port 61754
23152026-03-05T04:34:48.403Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61143
23162026-03-05T04:34:48.403Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53177
23172026-03-05T04:34:48.403Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58784
23182026-03-05T04:34:48.403Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46938
23192026-03-05T04:34:48.403Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51945
23202026-03-05T04:34:48.403Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36508
23212026-03-05T04:34:48.403Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39750
23222026-03-05T04:34:48.403Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42873
23232026-03-05T04:34:48.403Z[ ID] Interval Transfer Bandwidth
23242026-03-05T04:34:48.403Z[ 5] 0.00-1.00 sec 59.2 MBytes 497 Mbits/sec
23252026-03-05T04:34:48.403Z[ 7] 0.00-1.00 sec 59.2 MBytes 497 Mbits/sec
23262026-03-05T04:34:48.403Z[ 9] 0.00-1.00 sec 59.0 MBytes 495 Mbits/sec
23272026-03-05T04:34:48.403Z[ 11] 0.00-1.00 sec 59.2 MBytes 497 Mbits/sec
23282026-03-05T04:34:48.403Z[ 13] 0.00-1.00 sec 59.1 MBytes 496 Mbits/sec
23292026-03-05T04:34:48.404Z[ 15] 0.00-1.00 sec 58.8 MBytes 493 Mbits/sec
23302026-03-05T04:34:48.404Z[ 17] 0.00-1.00 sec 59.1 MBytes 496 Mbits/sec
23312026-03-05T04:34:48.404Z[ 19] 0.00-1.00 sec 59.2 MBytes 496 Mbits/sec
23322026-03-05T04:34:48.404Z[SUM] 0.00-1.00 sec 473 MBytes 3.97 Gbits/sec
23332026-03-05T04:34:48.404Z- - - - - - - - - - - - - - - - - - - - - - - - -
23342026-03-05T04:34:48.404Z[ 5] 1.00-2.00 sec 74.6 MBytes 625 Mbits/sec
23352026-03-05T04:34:48.404Z[ 7] 1.00-2.00 sec 74.6 MBytes 625 Mbits/sec
23362026-03-05T04:34:48.404Z[ 9] 1.00-2.00 sec 74.6 MBytes 626 Mbits/sec
23372026-03-05T04:34:48.404Z[ 11] 1.00-2.00 sec 74.5 MBytes 625 Mbits/sec
23382026-03-05T04:34:48.404Z[ 13] 1.00-2.00 sec 74.7 MBytes 627 Mbits/sec
23392026-03-05T04:34:48.404Z[ 15] 1.00-2.00 sec 74.8 MBytes 628 Mbits/sec
23402026-03-05T04:34:48.404Z[ 17] 1.00-2.00 sec 74.7 MBytes 626 Mbits/sec
23412026-03-05T04:34:48.404Z[ 19] 1.00-2.00 sec 74.7 MBytes 626 Mbits/sec
23422026-03-05T04:34:48.404Z[SUM] 1.00-2.00 sec 597 MBytes 5.01 Gbits/sec
23432026-03-05T04:34:48.404Z- - - - - - - - - - - - - - - - - - - - - - - - -
23442026-03-05T04:34:48.404Z[ 5] 2.00-3.00 sec 74.9 MBytes 628 Mbits/sec
23452026-03-05T04:34:48.404Z[ 7] 2.00-3.00 sec 75.1 MBytes 629 Mbits/sec
23462026-03-05T04:34:48.404Z[ 9] 2.00-3.00 sec 75.3 MBytes 631 Mbits/sec
23472026-03-05T04:34:48.404Z[ 11] 2.00-3.00 sec 75.6 MBytes 633 Mbits/sec
23482026-03-05T04:34:48.404Z[ 13] 2.00-3.00 sec 75.3 MBytes 631 Mbits/sec
23492026-03-05T04:34:48.404Z[ 15] 2.00-3.00 sec 75.6 MBytes 634 Mbits/sec
23502026-03-05T04:34:48.404Z[ 17] 2.00-3.00 sec 75.2 MBytes 631 Mbits/sec
23512026-03-05T04:34:48.404Z[ 19] 2.00-3.00 sec 74.8 MBytes 627 Mbits/sec
23522026-03-05T04:34:48.404Z[SUM] 2.00-3.00 sec 602 MBytes 5.04 Gbits/sec
23532026-03-05T04:34:48.404Z- - - - - - - - - - - - - - - - - - - - - - - - -
23542026-03-05T04:34:48.404Z[ 5] 3.00-4.00 sec 80.2 MBytes 672 Mbits/sec
23552026-03-05T04:34:48.404Z[ 7] 3.00-4.00 sec 79.8 MBytes 669 Mbits/sec
23562026-03-05T04:34:48.404Z[ 9] 3.00-4.00 sec 79.9 MBytes 670 Mbits/sec
23572026-03-05T04:34:48.404Z[ 11] 3.00-4.00 sec 79.7 MBytes 669 Mbits/sec
23582026-03-05T04:34:48.404Z[ 13] 3.00-4.00 sec 79.6 MBytes 668 Mbits/sec
23592026-03-05T04:34:48.404Z[ 15] 3.00-4.00 sec 79.3 MBytes 665 Mbits/sec
23602026-03-05T04:34:48.404Z[ 17] 3.00-4.00 sec 79.9 MBytes 670 Mbits/sec
23612026-03-05T04:34:48.404Z[ 19] 3.00-4.00 sec 79.7 MBytes 668 Mbits/sec
23622026-03-05T04:34:48.404Z[SUM] 3.00-4.00 sec 638 MBytes 5.35 Gbits/sec
23632026-03-05T04:34:48.404Z- - - - - - - - - - - - - - - - - - - - - - - - -
23642026-03-05T04:34:48.404Z[ 5] 4.00-5.00 sec 76.3 MBytes 640 Mbits/sec
23652026-03-05T04:34:48.404Z[ 7] 4.00-5.00 sec 75.7 MBytes 635 Mbits/sec
23662026-03-05T04:34:48.404Z[ 9] 4.00-5.00 sec 75.5 MBytes 634 Mbits/sec
23672026-03-05T04:34:48.404Z[ 11] 4.00-5.00 sec 75.3 MBytes 632 Mbits/sec
23682026-03-05T04:34:48.405Z[ 13] 4.00-5.00 sec 75.4 MBytes 633 Mbits/sec
23692026-03-05T04:34:48.405Z[ 15] 4.00-5.00 sec 75.8 MBytes 636 Mbits/sec
23702026-03-05T04:34:48.405Z[ 17] 4.00-5.00 sec 75.9 MBytes 637 Mbits/sec
23712026-03-05T04:34:48.405Z[ 19] 4.00-5.00 sec 75.3 MBytes 632 Mbits/sec
23722026-03-05T04:34:48.405Z[SUM] 4.00-5.00 sec 605 MBytes 5.08 Gbits/sec
23732026-03-05T04:34:48.405Z- - - - - - - - - - - - - - - - - - - - - - - - -
23742026-03-05T04:34:48.405Z[ 5] 5.00-6.00 sec 75.8 MBytes 636 Mbits/sec
23752026-03-05T04:34:48.405Z[ 7] 5.00-6.00 sec 75.8 MBytes 636 Mbits/sec
23762026-03-05T04:34:48.405Z[ 9] 5.00-6.00 sec 75.9 MBytes 637 Mbits/sec
23772026-03-05T04:34:48.405Z[ 11] 5.00-6.00 sec 76.3 MBytes 640 Mbits/sec
23782026-03-05T04:34:48.405Z[ 13] 5.00-6.00 sec 76.4 MBytes 640 Mbits/sec
23792026-03-05T04:34:48.405Z[ 15] 5.00-6.00 sec 76.1 MBytes 638 Mbits/sec
23802026-03-05T04:34:48.405Z[ 17] 5.00-6.00 sec 75.5 MBytes 634 Mbits/sec
23812026-03-05T04:34:48.405Z[ 19] 5.00-6.00 sec 75.4 MBytes 633 Mbits/sec
23822026-03-05T04:34:48.405Z[SUM] 5.00-6.00 sec 607 MBytes 5.09 Gbits/sec
23832026-03-05T04:34:48.405Z- - - - - - - - - - - - - - - - - - - - - - - - -
23842026-03-05T04:34:48.405Z[ 5] 6.00-7.00 sec 71.9 MBytes 603 Mbits/sec
23852026-03-05T04:34:48.405Z[ 7] 6.00-7.00 sec 71.7 MBytes 602 Mbits/sec
23862026-03-05T04:34:48.405Z[ 9] 6.00-7.00 sec 71.7 MBytes 602 Mbits/sec
23872026-03-05T04:34:51.596Z[ 11] 6.00-7.00 sec 71.8 MBytes 603 Mbits/sec
23882026-03-05T04:34:51.596Z[ 13] 6.00-7.00 sec 71.7 MBytes 602 Mbits/sec
23892026-03-05T04:34:51.596Z[ 15] 6.00-7.00 sec 71.8 MBytes 602 Mbits/sec
23902026-03-05T04:34:51.596Z[ 17] 6.00-7.00 sec 71.7 MBytes 602 Mbits/sec
23912026-03-05T04:34:51.596Z[ 19] 6.00-7.00 sec 71.7 MBytes 601 Mbits/sec
23922026-03-05T04:34:51.596Z[SUM] 6.00-7.00 sec 574 MBytes 4.82 Gbits/sec
23932026-03-05T04:34:51.596Z- - - - - - - - - - - - - - - - - - - - - - - - -
23942026-03-05T04:34:51.596Z[ 5] 7.00-8.00 sec 74.4 MBytes 624 Mbits/sec
23952026-03-05T04:34:51.596Z[ 7] 7.00-8.00 sec 74.5 MBytes 625 Mbits/sec
23962026-03-05T04:34:51.596Z[ 9] 7.00-8.00 sec 74.0 MBytes 620 Mbits/sec
23972026-03-05T04:34:51.596Z[ 11] 7.00-8.00 sec 73.8 MBytes 619 Mbits/sec
23982026-03-05T04:34:51.596Z[ 13] 7.00-8.00 sec 73.9 MBytes 620 Mbits/sec
23992026-03-05T04:34:51.597Z[ 15] 7.00-8.00 sec 73.8 MBytes 619 Mbits/sec
24002026-03-05T04:34:51.597Z[ 17] 7.00-8.00 sec 74.0 MBytes 621 Mbits/sec
24012026-03-05T04:34:51.597Z[ 19] 7.00-8.00 sec 74.4 MBytes 624 Mbits/sec
24022026-03-05T04:34:51.597Z[SUM] 7.00-8.00 sec 593 MBytes 4.97 Gbits/sec
24032026-03-05T04:34:51.597Z- - - - - - - - - - - - - - - - - - - - - - - - -
24042026-03-05T04:34:51.597Z[ 5] 8.00-9.00 sec 74.7 MBytes 626 Mbits/sec
24052026-03-05T04:34:51.597Z[ 7] 8.00-9.00 sec 74.3 MBytes 623 Mbits/sec
24062026-03-05T04:34:51.597Z[ 9] 8.00-9.00 sec 74.0 MBytes 621 Mbits/sec
24072026-03-05T04:34:51.597Z[ 11] 8.00-9.00 sec 74.0 MBytes 621 Mbits/sec
24082026-03-05T04:34:51.597Z[ 13] 8.00-9.00 sec 74.3 MBytes 623 Mbits/sec
24092026-03-05T04:34:51.597Z[ 15] 8.00-9.00 sec 74.5 MBytes 625 Mbits/sec
24102026-03-05T04:34:51.597Z[ 17] 8.00-9.00 sec 74.3 MBytes 623 Mbits/sec
24112026-03-05T04:34:51.597Z[ 19] 8.00-9.00 sec 74.1 MBytes 622 Mbits/sec
24122026-03-05T04:34:51.597Z[SUM] 8.00-9.00 sec 594 MBytes 4.98 Gbits/sec
24132026-03-05T04:34:51.597Z- - - - - - - - - - - - - - - - - - - - - - - - -
24142026-03-05T04:34:51.597Z[ 5] 9.00-10.00 sec 70.9 MBytes 595 Mbits/sec
24152026-03-05T04:34:51.597Z[ 7] 9.00-10.00 sec 71.2 MBytes 597 Mbits/sec
24162026-03-05T04:34:51.597Z[ 9] 9.00-10.00 sec 71.1 MBytes 597 Mbits/sec
24172026-03-05T04:34:51.597Z[ 11] 9.00-10.00 sec 71.3 MBytes 598 Mbits/sec
24182026-03-05T04:34:51.597Z[ 13] 9.00-10.00 sec 71.4 MBytes 599 Mbits/sec
24192026-03-05T04:34:51.597Z[ 15] 9.00-10.00 sec 71.4 MBytes 599 Mbits/sec
24202026-03-05T04:34:51.597Z[ 17] 9.00-10.00 sec 71.3 MBytes 598 Mbits/sec
24212026-03-05T04:34:51.597Z[ 19] 9.00-10.00 sec 71.1 MBytes 596 Mbits/sec
24222026-03-05T04:34:51.597Z[SUM] 9.00-10.00 sec 570 MBytes 4.78 Gbits/sec
24232026-03-05T04:34:51.598Z- - - - - - - - - - - - - - - - - - - - - - - - -
24242026-03-05T04:34:51.598Z[ 5] 10.00-10.00 sec 48.1 KBytes 631 Mbits/sec
24252026-03-05T04:34:51.598Z[ 7] 10.00-10.00 sec 48.1 KBytes 633 Mbits/sec
24262026-03-05T04:34:51.598Z[ 9] 10.00-10.00 sec 96.2 KBytes 1.27 Gbits/sec
24272026-03-05T04:34:51.598Z[ 11] 10.00-10.00 sec 96.2 KBytes 1.27 Gbits/sec
24282026-03-05T04:34:51.598Z[ 13] 10.00-10.00 sec 96.2 KBytes 1.27 Gbits/sec
24292026-03-05T04:34:51.598Z[ 15] 10.00-10.00 sec 96.2 KBytes 1.27 Gbits/sec
24302026-03-05T04:34:51.598Z[ 17] 10.00-10.00 sec 48.1 KBytes 635 Mbits/sec
24312026-03-05T04:34:51.598Z[ 19] 10.00-10.00 sec 48.1 KBytes 636 Mbits/sec
24322026-03-05T04:34:51.598Z[SUM] 10.00-10.00 sec 577 KBytes 7.57 Gbits/sec
24332026-03-05T04:34:51.598Z- - - - - - - - - - - - - - - - - - - - - - - - -
24342026-03-05T04:34:51.598Z[ ID] Interval Transfer Bandwidth
24352026-03-05T04:34:51.598Z[ 5] 0.00-10.00 sec 733 MBytes 615 Mbits/sec sender
24362026-03-05T04:34:51.598Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24372026-03-05T04:34:51.598Z[ 7] 0.00-10.00 sec 732 MBytes 614 Mbits/sec sender
24382026-03-05T04:34:51.598Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24392026-03-05T04:34:51.598Z[ 9] 0.00-10.00 sec 731 MBytes 613 Mbits/sec sender
24402026-03-05T04:34:51.598Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24412026-03-05T04:34:51.598Z[ 11] 0.00-10.00 sec 732 MBytes 614 Mbits/sec sender
24422026-03-05T04:34:51.598Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24432026-03-05T04:34:51.598Z[ 13] 0.00-10.00 sec 732 MBytes 614 Mbits/sec sender
24442026-03-05T04:34:51.598Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24452026-03-05T04:34:51.598Z[ 15] 0.00-10.00 sec 732 MBytes 614 Mbits/sec sender
24462026-03-05T04:34:51.598Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24472026-03-05T04:34:51.599Z[ 17] 0.00-10.00 sec 732 MBytes 614 Mbits/sec sender
24482026-03-05T04:34:51.599Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24492026-03-05T04:34:51.599Z[ 19] 0.00-10.00 sec 730 MBytes 613 Mbits/sec sender
24502026-03-05T04:34:51.599Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24512026-03-05T04:34:51.599Z[SUM] 0.00-10.00 sec 5.72 GBytes 4.91 Gbits/sec sender
24522026-03-05T04:34:51.599Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24532026-03-05T04:34:51.627ZRun 5/5...4910.587Mbps
24542026-03-05T04:34:51.627Z###---------------------###
24552026-03-05T04:34:51.627Z::: iPerf done... :::
24562026-03-05T04:34:51.627Z:::Awaiting out files...:::
24572026-03-05T04:34:51.627Z###---------------------###
24582026-03-05T04:34:51.627Z###-----###
24592026-03-05T04:34:51.627Z:::done!:::
24602026-03-05T04:34:51.627Z###-----###
24612026-03-05T04:34:51.627Z###-------------------###
24622026-03-05T04:34:51.627Z:::Running experiment :::
24632026-03-05T04:34:51.628Z:::iperf-tcp/local/c2s:::
24642026-03-05T04:34:51.628Z###-------------------###
24652026-03-05T04:34:52.070Zdtrace: description 'profile-201us ' matched 2 probes
24662026-03-05T04:34:58.668Z-----------------------------------------------------------
24672026-03-05T04:34:58.668ZServer listening on 5201
24682026-03-05T04:34:58.668Z-----------------------------------------------------------
24692026-03-05T04:34:58.668ZAccepted connection from 10.0.0.1, port 51519
24702026-03-05T04:34:58.669Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47253
24712026-03-05T04:34:58.669Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48473
24722026-03-05T04:34:58.669Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37382
24732026-03-05T04:34:58.669Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37496
24742026-03-05T04:34:58.669Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43619
24752026-03-05T04:34:58.669Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62510
24762026-03-05T04:34:58.669Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35174
24772026-03-05T04:34:58.669Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50552
24782026-03-05T04:34:58.669Z[ ID] Interval Transfer Bandwidth
24792026-03-05T04:34:58.669Z[ 5] 0.00-1.00 sec 24.9 MBytes 209 Mbits/sec
24802026-03-05T04:34:58.669Z[ 7] 0.00-1.00 sec 24.9 MBytes 208 Mbits/sec
24812026-03-05T04:34:58.669Z[ 9] 0.00-1.00 sec 24.8 MBytes 208 Mbits/sec
24822026-03-05T04:34:58.669Z[ 11] 0.00-1.00 sec 24.8 MBytes 208 Mbits/sec
24832026-03-05T04:34:58.669Z[ 13] 0.00-1.00 sec 24.8 MBytes 208 Mbits/sec
24842026-03-05T04:34:58.669Z[ 15] 0.00-1.00 sec 24.8 MBytes 208 Mbits/sec
24852026-03-05T04:34:58.669Z[ 17] 0.00-1.00 sec 24.7 MBytes 207 Mbits/sec
24862026-03-05T04:34:58.669Z[ 19] 0.00-1.00 sec 24.8 MBytes 208 Mbits/sec
24872026-03-05T04:34:58.669Z[SUM] 0.00-1.00 sec 198 MBytes 1.66 Gbits/sec
24882026-03-05T04:34:58.669Z- - - - - - - - - - - - - - - - - - - - - - - - -
24892026-03-05T04:34:58.669Z[ 5] 1.00-2.00 sec 30.7 MBytes 258 Mbits/sec
24902026-03-05T04:34:58.669Z[ 7] 1.00-2.00 sec 30.8 MBytes 258 Mbits/sec
24912026-03-05T04:34:58.669Z[ 9] 1.00-2.00 sec 30.8 MBytes 258 Mbits/sec
24922026-03-05T04:34:58.669Z[ 11] 1.00-2.00 sec 30.8 MBytes 258 Mbits/sec
24932026-03-05T04:34:58.669Z[ 13] 1.00-2.00 sec 30.7 MBytes 258 Mbits/sec
24942026-03-05T04:34:58.669Z[ 15] 1.00-2.00 sec 30.7 MBytes 258 Mbits/sec
24952026-03-05T04:34:58.669Z[ 17] 1.00-2.00 sec 30.8 MBytes 258 Mbits/sec
24962026-03-05T04:34:58.669Z[ 19] 1.00-2.00 sec 30.7 MBytes 258 Mbits/sec
24972026-03-05T04:34:58.669Z[SUM] 1.00-2.00 sec 246 MBytes 2.06 Gbits/sec
24982026-03-05T04:34:58.669Z- - - - - - - - - - - - - - - - - - - - - - - - -
24992026-03-05T04:34:58.669Z[ 5] 2.00-3.00 sec 32.6 MBytes 273 Mbits/sec
25002026-03-05T04:34:58.670Z[ 7] 2.00-3.00 sec 32.6 MBytes 273 Mbits/sec
25012026-03-05T04:34:58.670Z[ 9] 2.00-3.00 sec 32.6 MBytes 274 Mbits/sec
25022026-03-05T04:34:58.670Z[ 11] 2.00-3.00 sec 32.5 MBytes 273 Mbits/sec
25032026-03-05T04:34:58.670Z[ 13] 2.00-3.00 sec 32.6 MBytes 274 Mbits/sec
25042026-03-05T04:34:58.670Z[ 15] 2.00-3.00 sec 32.5 MBytes 273 Mbits/sec
25052026-03-05T04:34:58.670Z[ 17] 2.00-3.00 sec 32.6 MBytes 273 Mbits/sec
25062026-03-05T04:34:58.670Z[ 19] 2.00-3.00 sec 32.6 MBytes 273 Mbits/sec
25072026-03-05T04:34:58.670Z[SUM] 2.00-3.00 sec 261 MBytes 2.19 Gbits/sec
25082026-03-05T04:34:58.670Z- - - - - - - - - - - - - - - - - - - - - - - - -
25092026-03-05T04:34:58.670Z[ 5] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
25102026-03-05T04:34:58.670Z[ 7] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
25112026-03-05T04:34:58.670Z[ 9] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
25122026-03-05T04:34:58.670Z[ 11] 3.00-4.00 sec 32.5 MBytes 272 Mbits/sec
25132026-03-05T04:34:58.670Z[ 13] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
25142026-03-05T04:34:58.670Z[ 15] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
25152026-03-05T04:34:58.670Z[ 17] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
25162026-03-05T04:34:58.670Z[ 19] 3.00-4.00 sec 32.4 MBytes 271 Mbits/sec
25172026-03-05T04:34:58.670Z[SUM] 3.00-4.00 sec 259 MBytes 2.18 Gbits/sec
25182026-03-05T04:34:58.670Z- - - - - - - - - - - - - - - - - - - - - - - - -
25192026-03-05T04:34:58.670Z[ 5] 4.00-5.00 sec 29.9 MBytes 250 Mbits/sec
25202026-03-05T04:34:58.670Z[ 7] 4.00-5.00 sec 29.8 MBytes 250 Mbits/sec
25212026-03-05T04:34:58.670Z[ 9] 4.00-5.00 sec 29.8 MBytes 250 Mbits/sec
25222026-03-05T04:34:58.670Z[ 11] 4.00-5.00 sec 29.8 MBytes 250 Mbits/sec
25232026-03-05T04:34:58.670Z[ 13] 4.00-5.00 sec 29.8 MBytes 250 Mbits/sec
25242026-03-05T04:34:58.670Z[ 15] 4.00-5.00 sec 29.8 MBytes 250 Mbits/sec
25252026-03-05T04:34:58.670Z[ 17] 4.00-5.00 sec 29.8 MBytes 250 Mbits/sec
25262026-03-05T04:34:58.670Z[ 19] 4.00-5.00 sec 29.7 MBytes 250 Mbits/sec
25272026-03-05T04:34:58.670Z[SUM] 4.00-5.00 sec 238 MBytes 2.00 Gbits/sec
25282026-03-05T04:34:58.670Z- - - - - - - - - - - - - - - - - - - - - - - - -
25292026-03-05T04:34:58.670Z[ 5] 5.00-6.00 sec 32.3 MBytes 271 Mbits/sec
25302026-03-05T04:34:58.670Z[ 7] 5.00-6.00 sec 32.1 MBytes 269 Mbits/sec
25312026-03-05T04:34:58.670Z[ 9] 5.00-6.00 sec 32.2 MBytes 270 Mbits/sec
25322026-03-05T04:34:58.670Z[ 11] 5.00-6.00 sec 32.1 MBytes 269 Mbits/sec
25332026-03-05T04:34:58.670Z[ 13] 5.00-6.00 sec 32.1 MBytes 269 Mbits/sec
25342026-03-05T04:34:58.670Z[ 15] 5.00-6.00 sec 32.1 MBytes 269 Mbits/sec
25352026-03-05T04:34:58.670Z[ 17] 5.00-6.00 sec 32.1 MBytes 269 Mbits/sec
25362026-03-05T04:34:58.670Z[ 19] 5.00-6.00 sec 32.1 MBytes 269 Mbits/sec
25372026-03-05T04:34:58.670Z[SUM] 5.00-6.00 sec 257 MBytes 2.16 Gbits/sec
25382026-03-05T04:34:58.670Z- - - - - - - - - - - - - - - - - - - - - - - - -
25392026-03-05T04:34:58.670Z[ 5] 6.00-7.00 sec 33.9 MBytes 284 Mbits/sec
25402026-03-05T04:34:58.671Z[ 7] 6.00-7.00 sec 33.9 MBytes 285 Mbits/sec
25412026-03-05T04:34:58.671Z[ 9] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
25422026-03-05T04:35:01.863Z[ 11] 6.00-7.00 sec 33.9 MBytes 284 Mbits/sec
25432026-03-05T04:35:01.863Z[ 13] 6.00-7.00 sec 33.9 MBytes 284 Mbits/sec
25442026-03-05T04:35:01.863Z[ 15] 6.00-7.00 sec 33.9 MBytes 284 Mbits/sec
25452026-03-05T04:35:01.863Z[ 17] 6.00-7.00 sec 33.9 MBytes 285 Mbits/sec
25462026-03-05T04:35:01.863Z[ 19] 6.00-7.00 sec 33.8 MBytes 284 Mbits/sec
25472026-03-05T04:35:01.863Z[SUM] 6.00-7.00 sec 271 MBytes 2.27 Gbits/sec
25482026-03-05T04:35:01.863Z- - - - - - - - - - - - - - - - - - - - - - - - -
25492026-03-05T04:35:01.863Z[ 5] 7.00-8.00 sec 31.5 MBytes 264 Mbits/sec
25502026-03-05T04:35:01.863Z[ 7] 7.00-8.00 sec 31.6 MBytes 265 Mbits/sec
25512026-03-05T04:35:01.863Z[ 9] 7.00-8.00 sec 31.5 MBytes 264 Mbits/sec
25522026-03-05T04:35:01.863Z[ 11] 7.00-8.00 sec 31.6 MBytes 265 Mbits/sec
25532026-03-05T04:35:01.863Z[ 13] 7.00-8.00 sec 31.4 MBytes 264 Mbits/sec
25542026-03-05T04:35:01.863Z[ 15] 7.00-8.00 sec 31.5 MBytes 265 Mbits/sec
25552026-03-05T04:35:01.863Z[ 17] 7.00-8.00 sec 31.5 MBytes 264 Mbits/sec
25562026-03-05T04:35:01.863Z[ 19] 7.00-8.00 sec 31.5 MBytes 264 Mbits/sec
25572026-03-05T04:35:01.863Z[SUM] 7.00-8.00 sec 252 MBytes 2.12 Gbits/sec
25582026-03-05T04:35:01.863Z- - - - - - - - - - - - - - - - - - - - - - - - -
25592026-03-05T04:35:01.863Z[ 5] 8.00-9.00 sec 31.8 MBytes 267 Mbits/sec
25602026-03-05T04:35:01.863Z[ 7] 8.00-9.00 sec 31.7 MBytes 266 Mbits/sec
25612026-03-05T04:35:01.863Z[ 9] 8.00-9.00 sec 31.7 MBytes 266 Mbits/sec
25622026-03-05T04:35:01.863Z[ 11] 8.00-9.00 sec 31.7 MBytes 266 Mbits/sec
25632026-03-05T04:35:01.863Z[ 13] 8.00-9.00 sec 31.7 MBytes 266 Mbits/sec
25642026-03-05T04:35:01.863Z[ 15] 8.00-9.00 sec 31.8 MBytes 267 Mbits/sec
25652026-03-05T04:35:01.863Z[ 17] 8.00-9.00 sec 31.7 MBytes 266 Mbits/sec
25662026-03-05T04:35:01.863Z[ 19] 8.00-9.00 sec 31.7 MBytes 266 Mbits/sec
25672026-03-05T04:35:01.863Z[SUM] 8.00-9.00 sec 254 MBytes 2.13 Gbits/sec
25682026-03-05T04:35:01.863Z- - - - - - - - - - - - - - - - - - - - - - - - -
25692026-03-05T04:35:01.863Z[ 5] 9.00-10.00 sec 31.5 MBytes 265 Mbits/sec
25702026-03-05T04:35:01.863Z[ 7] 9.00-10.00 sec 31.5 MBytes 264 Mbits/sec
25712026-03-05T04:35:01.863Z[ 9] 9.00-10.00 sec 31.5 MBytes 264 Mbits/sec
25722026-03-05T04:35:01.864Z[ 11] 9.00-10.00 sec 31.5 MBytes 264 Mbits/sec
25732026-03-05T04:35:01.864Z[ 13] 9.00-10.00 sec 31.5 MBytes 264 Mbits/sec
25742026-03-05T04:35:01.864Z[ 15] 9.00-10.00 sec 31.5 MBytes 264 Mbits/sec
25752026-03-05T04:35:01.864Z[ 17] 9.00-10.00 sec 31.6 MBytes 265 Mbits/sec
25762026-03-05T04:35:01.864Z[ 19] 9.00-10.00 sec 31.5 MBytes 264 Mbits/sec
25772026-03-05T04:35:01.864Z[SUM] 9.00-10.00 sec 252 MBytes 2.11 Gbits/sec
25782026-03-05T04:35:01.864Z- - - - - - - - - - - - - - - - - - - - - - - - -
25792026-03-05T04:35:01.864Z[ 5] 10.00-10.00 sec 69.6 KBytes 335 Mbits/sec
25802026-03-05T04:35:01.864Z[ 7] 10.00-10.00 sec 88.7 KBytes 427 Mbits/sec
25812026-03-05T04:35:01.864Z[ 9] 10.00-10.00 sec 95.1 KBytes 458 Mbits/sec
25822026-03-05T04:35:01.864Z[ 11] 10.00-10.00 sec 98.3 KBytes 473 Mbits/sec
25832026-03-05T04:35:01.864Z[ 13] 10.00-10.00 sec 94.0 KBytes 453 Mbits/sec
25842026-03-05T04:35:01.864Z[ 15] 10.00-10.00 sec 77.8 KBytes 375 Mbits/sec
25852026-03-05T04:35:01.864Z[ 17] 10.00-10.00 sec 33.9 KBytes 164 Mbits/sec
25862026-03-05T04:35:01.864Z[ 19] 10.00-10.00 sec 85.9 KBytes 414 Mbits/sec
25872026-03-05T04:35:01.864Z[SUM] 10.00-10.00 sec 643 KBytes 3.09 Gbits/sec
25882026-03-05T04:35:01.864Z- - - - - - - - - - - - - - - - - - - - - - - - -
25892026-03-05T04:35:01.864Z[ ID] Interval Transfer Bandwidth
25902026-03-05T04:35:01.864Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
25912026-03-05T04:35:01.864Z[ 5] 0.00-10.00 sec 312 MBytes 261 Mbits/sec receiver
25922026-03-05T04:35:01.864Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
25932026-03-05T04:35:01.864Z[ 7] 0.00-10.00 sec 311 MBytes 261 Mbits/sec receiver
25942026-03-05T04:35:01.864Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
25952026-03-05T04:35:01.864Z[ 9] 0.00-10.00 sec 311 MBytes 261 Mbits/sec receiver
25962026-03-05T04:35:01.864Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
25972026-03-05T04:35:01.864Z[ 11] 0.00-10.00 sec 311 MBytes 261 Mbits/sec receiver
25982026-03-05T04:35:01.864Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
25992026-03-05T04:35:01.864Z[ 13] 0.00-10.00 sec 311 MBytes 261 Mbits/sec receiver
26002026-03-05T04:35:01.864Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26012026-03-05T04:35:01.864Z[ 15] 0.00-10.00 sec 311 MBytes 261 Mbits/sec receiver
26022026-03-05T04:35:01.864Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26032026-03-05T04:35:01.864Z[ 17] 0.00-10.00 sec 311 MBytes 261 Mbits/sec receiver
26042026-03-05T04:35:01.864Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26052026-03-05T04:35:01.864Z[ 19] 0.00-10.00 sec 311 MBytes 261 Mbits/sec receiver
26062026-03-05T04:35:01.864Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26072026-03-05T04:35:01.864Z[SUM] 0.00-10.00 sec 2.43 GBytes 2.09 Gbits/sec receiver
26082026-03-05T04:35:01.891ZRun 1/10...2088.49Mbps
26092026-03-05T04:35:08.949Z-----------------------------------------------------------
26102026-03-05T04:35:08.949ZServer listening on 5201
26112026-03-05T04:35:08.949Z-----------------------------------------------------------
26122026-03-05T04:35:08.949ZAccepted connection from 10.0.0.1, port 61223
26132026-03-05T04:35:08.949Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36135
26142026-03-05T04:35:08.949Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46880
26152026-03-05T04:35:08.949Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47420
26162026-03-05T04:35:08.949Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34490
26172026-03-05T04:35:08.949Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36001
26182026-03-05T04:35:08.949Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46190
26192026-03-05T04:35:08.950Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39723
26202026-03-05T04:35:08.950Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45687
26212026-03-05T04:35:08.950Z[ ID] Interval Transfer Bandwidth
26222026-03-05T04:35:08.950Z[ 5] 0.00-1.00 sec 24.3 MBytes 204 Mbits/sec
26232026-03-05T04:35:08.950Z[ 7] 0.00-1.00 sec 24.2 MBytes 203 Mbits/sec
26242026-03-05T04:35:08.950Z[ 9] 0.00-1.00 sec 24.1 MBytes 202 Mbits/sec
26252026-03-05T04:35:08.950Z[ 11] 0.00-1.00 sec 24.1 MBytes 202 Mbits/sec
26262026-03-05T04:35:08.950Z[ 13] 0.00-1.00 sec 24.1 MBytes 202 Mbits/sec
26272026-03-05T04:35:08.950Z[ 15] 0.00-1.00 sec 24.1 MBytes 202 Mbits/sec
26282026-03-05T04:35:08.950Z[ 17] 0.00-1.00 sec 24.1 MBytes 202 Mbits/sec
26292026-03-05T04:35:08.950Z[ 19] 0.00-1.00 sec 24.0 MBytes 202 Mbits/sec
26302026-03-05T04:35:08.950Z[SUM] 0.00-1.00 sec 193 MBytes 1.62 Gbits/sec
26312026-03-05T04:35:08.950Z- - - - - - - - - - - - - - - - - - - - - - - - -
26322026-03-05T04:35:08.950Z[ 5] 1.00-2.00 sec 30.2 MBytes 253 Mbits/sec
26332026-03-05T04:35:08.950Z[ 7] 1.00-2.00 sec 30.3 MBytes 254 Mbits/sec
26342026-03-05T04:35:08.950Z[ 9] 1.00-2.00 sec 30.2 MBytes 254 Mbits/sec
26352026-03-05T04:35:08.950Z[ 11] 1.00-2.00 sec 30.2 MBytes 254 Mbits/sec
26362026-03-05T04:35:08.950Z[ 13] 1.00-2.00 sec 30.2 MBytes 253 Mbits/sec
26372026-03-05T04:35:08.950Z[ 15] 1.00-2.00 sec 30.2 MBytes 254 Mbits/sec
26382026-03-05T04:35:08.950Z[ 17] 1.00-2.00 sec 30.3 MBytes 254 Mbits/sec
26392026-03-05T04:35:08.950Z[ 19] 1.00-2.00 sec 30.2 MBytes 254 Mbits/sec
26402026-03-05T04:35:08.950Z[SUM] 1.00-2.00 sec 242 MBytes 2.03 Gbits/sec
26412026-03-05T04:35:08.950Z- - - - - - - - - - - - - - - - - - - - - - - - -
26422026-03-05T04:35:08.950Z[ 5] 2.00-3.00 sec 29.8 MBytes 250 Mbits/sec
26432026-03-05T04:35:08.950Z[ 7] 2.00-3.00 sec 29.8 MBytes 250 Mbits/sec
26442026-03-05T04:35:08.950Z[ 9] 2.00-3.00 sec 29.8 MBytes 250 Mbits/sec
26452026-03-05T04:35:08.950Z[ 11] 2.00-3.00 sec 29.8 MBytes 250 Mbits/sec
26462026-03-05T04:35:08.950Z[ 13] 2.00-3.00 sec 29.8 MBytes 250 Mbits/sec
26472026-03-05T04:35:08.950Z[ 15] 2.00-3.00 sec 29.9 MBytes 251 Mbits/sec
26482026-03-05T04:35:08.950Z[ 17] 2.00-3.00 sec 29.8 MBytes 250 Mbits/sec
26492026-03-05T04:35:08.950Z[ 19] 2.00-3.00 sec 29.9 MBytes 250 Mbits/sec
26502026-03-05T04:35:08.950Z[SUM] 2.00-3.00 sec 239 MBytes 2.00 Gbits/sec
26512026-03-05T04:35:08.950Z- - - - - - - - - - - - - - - - - - - - - - - - -
26522026-03-05T04:35:08.950Z[ 5] 3.00-4.00 sec 28.8 MBytes 242 Mbits/sec
26532026-03-05T04:35:08.950Z[ 7] 3.00-4.00 sec 28.8 MBytes 241 Mbits/sec
26542026-03-05T04:35:08.950Z[ 9] 3.00-4.00 sec 28.9 MBytes 242 Mbits/sec
26552026-03-05T04:35:08.950Z[ 11] 3.00-4.00 sec 28.9 MBytes 242 Mbits/sec
26562026-03-05T04:35:08.950Z[ 13] 3.00-4.00 sec 28.8 MBytes 242 Mbits/sec
26572026-03-05T04:35:08.950Z[ 15] 3.00-4.00 sec 28.8 MBytes 241 Mbits/sec
26582026-03-05T04:35:08.951Z[ 17] 3.00-4.00 sec 28.9 MBytes 242 Mbits/sec
26592026-03-05T04:35:08.951Z[ 19] 3.00-4.00 sec 28.8 MBytes 242 Mbits/sec
26602026-03-05T04:35:08.951Z[SUM] 3.00-4.00 sec 231 MBytes 1.93 Gbits/sec
26612026-03-05T04:35:08.951Z- - - - - - - - - - - - - - - - - - - - - - - - -
26622026-03-05T04:35:08.951Z[ 5] 4.00-5.00 sec 27.0 MBytes 226 Mbits/sec
26632026-03-05T04:35:08.951Z[ 7] 4.00-5.00 sec 26.9 MBytes 226 Mbits/sec
26642026-03-05T04:35:08.951Z[ 9] 4.00-5.00 sec 26.8 MBytes 225 Mbits/sec
26652026-03-05T04:35:08.951Z[ 11] 4.00-5.00 sec 26.9 MBytes 225 Mbits/sec
26662026-03-05T04:35:08.951Z[ 13] 4.00-5.00 sec 26.9 MBytes 225 Mbits/sec
26672026-03-05T04:35:08.951Z[ 15] 4.00-5.00 sec 26.9 MBytes 225 Mbits/sec
26682026-03-05T04:35:08.951Z[ 17] 4.00-5.00 sec 26.9 MBytes 226 Mbits/sec
26692026-03-05T04:35:08.951Z[ 19] 4.00-5.00 sec 26.9 MBytes 226 Mbits/sec
26702026-03-05T04:35:08.951Z[SUM] 4.00-5.00 sec 215 MBytes 1.80 Gbits/sec
26712026-03-05T04:35:08.951Z- - - - - - - - - - - - - - - - - - - - - - - - -
26722026-03-05T04:35:08.951Z[ 5] 5.00-6.00 sec 33.0 MBytes 277 Mbits/sec
26732026-03-05T04:35:08.951Z[ 7] 5.00-6.00 sec 33.0 MBytes 277 Mbits/sec
26742026-03-05T04:35:08.951Z[ 9] 5.00-6.00 sec 33.0 MBytes 277 Mbits/sec
26752026-03-05T04:35:08.951Z[ 11] 5.00-6.00 sec 33.0 MBytes 277 Mbits/sec
26762026-03-05T04:35:08.951Z[ 13] 5.00-6.00 sec 33.0 MBytes 277 Mbits/sec
26772026-03-05T04:35:08.951Z[ 15] 5.00-6.00 sec 32.9 MBytes 276 Mbits/sec
26782026-03-05T04:35:08.951Z[ 17] 5.00-6.00 sec 33.0 MBytes 277 Mbits/sec
26792026-03-05T04:35:08.951Z[ 19] 5.00-6.00 sec 33.0 MBytes 277 Mbits/sec
26802026-03-05T04:35:08.951Z[SUM] 5.00-6.00 sec 264 MBytes 2.21 Gbits/sec
26812026-03-05T04:35:08.951Z- - - - - - - - - - - - - - - - - - - - - - - - -
26822026-03-05T04:35:08.951Z[ 5] 6.00-7.00 sec 30.6 MBytes 257 Mbits/sec
26832026-03-05T04:35:08.951Z[ 7] 6.00-7.00 sec 30.5 MBytes 256 Mbits/sec
26842026-03-05T04:35:08.951Z[ 9] 6.00-7.00 sec 30.5 MBytes 256 Mbits/sec
26852026-03-05T04:35:12.143Z[ 11] 6.00-7.00 sec 30.5 MBytes 256 Mbits/sec
26862026-03-05T04:35:12.143Z[ 13] 6.00-7.00 sec 30.4 MBytes 255 Mbits/sec
26872026-03-05T04:35:12.143Z[ 15] 6.00-7.00 sec 30.5 MBytes 256 Mbits/sec
26882026-03-05T04:35:12.143Z[ 17] 6.00-7.00 sec 30.5 MBytes 255 Mbits/sec
26892026-03-05T04:35:12.143Z[ 19] 6.00-7.00 sec 30.5 MBytes 255 Mbits/sec
26902026-03-05T04:35:12.143Z[SUM] 6.00-7.00 sec 244 MBytes 2.05 Gbits/sec
26912026-03-05T04:35:12.143Z- - - - - - - - - - - - - - - - - - - - - - - - -
26922026-03-05T04:35:12.143Z[ 5] 7.00-8.00 sec 29.8 MBytes 250 Mbits/sec
26932026-03-05T04:35:12.143Z[ 7] 7.00-8.00 sec 29.9 MBytes 251 Mbits/sec
26942026-03-05T04:35:12.143Z[ 9] 7.00-8.00 sec 29.8 MBytes 250 Mbits/sec
26952026-03-05T04:35:12.143Z[ 11] 7.00-8.00 sec 29.9 MBytes 251 Mbits/sec
26962026-03-05T04:35:12.143Z[ 13] 7.00-8.00 sec 29.9 MBytes 251 Mbits/sec
26972026-03-05T04:35:12.143Z[ 15] 7.00-8.00 sec 29.9 MBytes 251 Mbits/sec
26982026-03-05T04:35:12.143Z[ 17] 7.00-8.00 sec 30.0 MBytes 251 Mbits/sec
26992026-03-05T04:35:12.144Z[ 19] 7.00-8.00 sec 30.0 MBytes 251 Mbits/sec
27002026-03-05T04:35:12.144Z[SUM] 7.00-8.00 sec 239 MBytes 2.01 Gbits/sec
27012026-03-05T04:35:12.144Z- - - - - - - - - - - - - - - - - - - - - - - - -
27022026-03-05T04:35:12.144Z[ 5] 8.00-9.00 sec 29.3 MBytes 245 Mbits/sec
27032026-03-05T04:35:12.144Z[ 7] 8.00-9.00 sec 29.3 MBytes 246 Mbits/sec
27042026-03-05T04:35:12.144Z[ 9] 8.00-9.00 sec 29.3 MBytes 246 Mbits/sec
27052026-03-05T04:35:12.144Z[ 11] 8.00-9.00 sec 29.3 MBytes 246 Mbits/sec
27062026-03-05T04:35:12.144Z[ 13] 8.00-9.00 sec 29.3 MBytes 246 Mbits/sec
27072026-03-05T04:35:12.144Z[ 15] 8.00-9.00 sec 29.4 MBytes 246 Mbits/sec
27082026-03-05T04:35:12.144Z[ 17] 8.00-9.00 sec 29.3 MBytes 246 Mbits/sec
27092026-03-05T04:35:12.144Z[ 19] 8.00-9.00 sec 29.3 MBytes 246 Mbits/sec
27102026-03-05T04:35:12.144Z[SUM] 8.00-9.00 sec 234 MBytes 1.97 Gbits/sec
27112026-03-05T04:35:12.144Z- - - - - - - - - - - - - - - - - - - - - - - - -
27122026-03-05T04:35:12.144Z[ 5] 9.00-10.00 sec 32.5 MBytes 273 Mbits/sec
27132026-03-05T04:35:12.144Z[ 7] 9.00-10.00 sec 32.5 MBytes 272 Mbits/sec
27142026-03-05T04:35:12.144Z[ 9] 9.00-10.00 sec 32.6 MBytes 273 Mbits/sec
27152026-03-05T04:35:12.144Z[ 11] 9.00-10.00 sec 32.6 MBytes 273 Mbits/sec
27162026-03-05T04:35:12.144Z[ 13] 9.00-10.00 sec 32.6 MBytes 273 Mbits/sec
27172026-03-05T04:35:12.144Z[ 15] 9.00-10.00 sec 32.5 MBytes 272 Mbits/sec
27182026-03-05T04:35:12.144Z[ 17] 9.00-10.00 sec 32.5 MBytes 273 Mbits/sec
27192026-03-05T04:35:12.144Z[ 19] 9.00-10.00 sec 32.5 MBytes 273 Mbits/sec
27202026-03-05T04:35:12.144Z[SUM] 9.00-10.00 sec 260 MBytes 2.18 Gbits/sec
27212026-03-05T04:35:12.144Z- - - - - - - - - - - - - - - - - - - - - - - - -
27222026-03-05T04:35:12.144Z[ 5] 10.00-10.00 sec 104 KBytes 731 Mbits/sec
27232026-03-05T04:35:12.144Z[ 7] 10.00-10.00 sec 75.0 KBytes 526 Mbits/sec
27242026-03-05T04:35:12.144Z[ 9] 10.00-10.00 sec 55.7 KBytes 391 Mbits/sec
27252026-03-05T04:35:12.144Z[ 11] 10.00-10.00 sec 61.7 KBytes 433 Mbits/sec
27262026-03-05T04:35:12.145Z[ 13] 10.00-10.00 sec 35.2 KBytes 247 Mbits/sec
27272026-03-05T04:35:12.145Z[ 15] 10.00-10.00 sec 86.4 KBytes 607 Mbits/sec
27282026-03-05T04:35:12.145Z[ 17] 10.00-10.00 sec 10.8 KBytes 75.7 Mbits/sec
27292026-03-05T04:35:12.145Z[ 19] 10.00-10.00 sec 68.1 KBytes 478 Mbits/sec
27302026-03-05T04:35:12.145Z[SUM] 10.00-10.00 sec 497 KBytes 3.48 Gbits/sec
27312026-03-05T04:35:12.145Z- - - - - - - - - - - - - - - - - - - - - - - - -
27322026-03-05T04:35:12.145Z[ ID] Interval Transfer Bandwidth
27332026-03-05T04:35:12.145Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27342026-03-05T04:35:12.145Z[ 5] 0.00-10.00 sec 295 MBytes 248 Mbits/sec receiver
27352026-03-05T04:35:12.145Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27362026-03-05T04:35:12.145Z[ 7] 0.00-10.00 sec 295 MBytes 248 Mbits/sec receiver
27372026-03-05T04:35:12.145Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27382026-03-05T04:35:12.145Z[ 9] 0.00-10.00 sec 295 MBytes 248 Mbits/sec receiver
27392026-03-05T04:35:12.145Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27402026-03-05T04:35:12.145Z[ 11] 0.00-10.00 sec 295 MBytes 248 Mbits/sec receiver
27412026-03-05T04:35:12.145Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27422026-03-05T04:35:12.145Z[ 13] 0.00-10.00 sec 295 MBytes 247 Mbits/sec receiver
27432026-03-05T04:35:12.145Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27442026-03-05T04:35:12.145Z[ 15] 0.00-10.00 sec 295 MBytes 247 Mbits/sec receiver
27452026-03-05T04:35:12.145Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27462026-03-05T04:35:12.145Z[ 17] 0.00-10.00 sec 295 MBytes 248 Mbits/sec receiver
27472026-03-05T04:35:12.145Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27482026-03-05T04:35:12.145Z[ 19] 0.00-10.00 sec 295 MBytes 248 Mbits/sec receiver
27492026-03-05T04:35:12.146Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27502026-03-05T04:35:12.146Z[SUM] 0.00-10.00 sec 2.31 GBytes 1.98 Gbits/sec receiver
27512026-03-05T04:35:12.171ZRun 2/10...1981.048Mbps
27522026-03-05T04:35:19.228Z-----------------------------------------------------------
27532026-03-05T04:35:19.229ZServer listening on 5201
27542026-03-05T04:35:19.229Z-----------------------------------------------------------
27552026-03-05T04:35:19.229ZAccepted connection from 10.0.0.1, port 47362
27562026-03-05T04:35:19.229Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35068
27572026-03-05T04:35:19.229Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55559
27582026-03-05T04:35:19.229Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62445
27592026-03-05T04:35:19.229Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41860
27602026-03-05T04:35:19.229Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40251
27612026-03-05T04:35:19.229Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41376
27622026-03-05T04:35:19.229Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54466
27632026-03-05T04:35:19.229Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61060
27642026-03-05T04:35:19.229Z[ ID] Interval Transfer Bandwidth
27652026-03-05T04:35:19.229Z[ 5] 0.00-1.00 sec 23.1 MBytes 194 Mbits/sec
27662026-03-05T04:35:19.229Z[ 7] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
27672026-03-05T04:35:19.229Z[ 9] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
27682026-03-05T04:35:19.229Z[ 11] 0.00-1.00 sec 22.9 MBytes 192 Mbits/sec
27692026-03-05T04:35:19.229Z[ 13] 0.00-1.00 sec 22.8 MBytes 191 Mbits/sec
27702026-03-05T04:35:19.229Z[ 15] 0.00-1.00 sec 22.8 MBytes 191 Mbits/sec
27712026-03-05T04:35:19.229Z[ 17] 0.00-1.00 sec 22.8 MBytes 192 Mbits/sec
27722026-03-05T04:35:19.229Z[ 19] 0.00-1.00 sec 22.7 MBytes 191 Mbits/sec
27732026-03-05T04:35:19.229Z[SUM] 0.00-1.00 sec 183 MBytes 1.54 Gbits/sec
27742026-03-05T04:35:19.229Z- - - - - - - - - - - - - - - - - - - - - - - - -
27752026-03-05T04:35:19.229Z[ 5] 1.00-2.00 sec 32.2 MBytes 270 Mbits/sec
27762026-03-05T04:35:19.229Z[ 7] 1.00-2.00 sec 32.2 MBytes 270 Mbits/sec
27772026-03-05T04:35:19.229Z[ 9] 1.00-2.00 sec 32.1 MBytes 269 Mbits/sec
27782026-03-05T04:35:19.229Z[ 11] 1.00-2.00 sec 32.1 MBytes 270 Mbits/sec
27792026-03-05T04:35:19.229Z[ 13] 1.00-2.00 sec 32.1 MBytes 270 Mbits/sec
27802026-03-05T04:35:19.229Z[ 15] 1.00-2.00 sec 32.2 MBytes 270 Mbits/sec
27812026-03-05T04:35:19.229Z[ 17] 1.00-2.00 sec 32.2 MBytes 270 Mbits/sec
27822026-03-05T04:35:19.229Z[ 19] 1.00-2.00 sec 32.1 MBytes 269 Mbits/sec
27832026-03-05T04:35:19.229Z[SUM] 1.00-2.00 sec 257 MBytes 2.16 Gbits/sec
27842026-03-05T04:35:19.229Z- - - - - - - - - - - - - - - - - - - - - - - - -
27852026-03-05T04:35:19.229Z[ 5] 2.00-3.00 sec 31.8 MBytes 266 Mbits/sec
27862026-03-05T04:35:19.229Z[ 7] 2.00-3.00 sec 31.8 MBytes 266 Mbits/sec
27872026-03-05T04:35:19.229Z[ 9] 2.00-3.00 sec 31.8 MBytes 267 Mbits/sec
27882026-03-05T04:35:19.229Z[ 11] 2.00-3.00 sec 31.7 MBytes 266 Mbits/sec
27892026-03-05T04:35:19.229Z[ 13] 2.00-3.00 sec 31.8 MBytes 267 Mbits/sec
27902026-03-05T04:35:19.230Z[ 15] 2.00-3.00 sec 31.8 MBytes 266 Mbits/sec
27912026-03-05T04:35:19.230Z[ 17] 2.00-3.00 sec 31.8 MBytes 267 Mbits/sec
27922026-03-05T04:35:19.230Z[ 19] 2.00-3.00 sec 31.7 MBytes 266 Mbits/sec
27932026-03-05T04:35:19.230Z[SUM] 2.00-3.00 sec 254 MBytes 2.13 Gbits/sec
27942026-03-05T04:35:19.230Z- - - - - - - - - - - - - - - - - - - - - - - - -
27952026-03-05T04:35:19.230Z[ 5] 3.00-4.00 sec 30.8 MBytes 258 Mbits/sec
27962026-03-05T04:35:19.230Z[ 7] 3.00-4.00 sec 30.8 MBytes 259 Mbits/sec
27972026-03-05T04:35:19.230Z[ 9] 3.00-4.00 sec 30.9 MBytes 259 Mbits/sec
27982026-03-05T04:35:19.230Z[ 11] 3.00-4.00 sec 30.8 MBytes 258 Mbits/sec
27992026-03-05T04:35:19.230Z[ 13] 3.00-4.00 sec 30.8 MBytes 258 Mbits/sec
28002026-03-05T04:35:19.230Z[ 15] 3.00-4.00 sec 30.8 MBytes 258 Mbits/sec
28012026-03-05T04:35:19.230Z[ 17] 3.00-4.00 sec 30.8 MBytes 258 Mbits/sec
28022026-03-05T04:35:19.230Z[ 19] 3.00-4.00 sec 30.7 MBytes 258 Mbits/sec
28032026-03-05T04:35:19.230Z[SUM] 3.00-4.00 sec 246 MBytes 2.07 Gbits/sec
28042026-03-05T04:35:19.230Z- - - - - - - - - - - - - - - - - - - - - - - - -
28052026-03-05T04:35:19.230Z[ 5] 4.00-5.00 sec 30.6 MBytes 257 Mbits/sec
28062026-03-05T04:35:19.230Z[ 7] 4.00-5.00 sec 30.6 MBytes 256 Mbits/sec
28072026-03-05T04:35:19.230Z[ 9] 4.00-5.00 sec 30.5 MBytes 256 Mbits/sec
28082026-03-05T04:35:19.230Z[ 11] 4.00-5.00 sec 30.5 MBytes 256 Mbits/sec
28092026-03-05T04:35:19.230Z[ 13] 4.00-5.00 sec 30.5 MBytes 255 Mbits/sec
28102026-03-05T04:35:19.230Z[ 15] 4.00-5.00 sec 30.5 MBytes 256 Mbits/sec
28112026-03-05T04:35:19.230Z[ 17] 4.00-5.00 sec 30.4 MBytes 255 Mbits/sec
28122026-03-05T04:35:19.230Z[ 19] 4.00-5.00 sec 30.6 MBytes 256 Mbits/sec
28132026-03-05T04:35:19.230Z[SUM] 4.00-5.00 sec 244 MBytes 2.05 Gbits/sec
28142026-03-05T04:35:19.230Z- - - - - - - - - - - - - - - - - - - - - - - - -
28152026-03-05T04:35:19.230Z[ 5] 5.00-6.00 sec 33.3 MBytes 279 Mbits/sec
28162026-03-05T04:35:19.230Z[ 7] 5.00-6.00 sec 33.3 MBytes 279 Mbits/sec
28172026-03-05T04:35:19.230Z[ 9] 5.00-6.00 sec 33.3 MBytes 279 Mbits/sec
28182026-03-05T04:35:19.230Z[ 11] 5.00-6.00 sec 33.2 MBytes 279 Mbits/sec
28192026-03-05T04:35:19.230Z[ 13] 5.00-6.00 sec 33.3 MBytes 279 Mbits/sec
28202026-03-05T04:35:19.230Z[ 15] 5.00-6.00 sec 33.3 MBytes 279 Mbits/sec
28212026-03-05T04:35:19.230Z[ 17] 5.00-6.00 sec 33.3 MBytes 279 Mbits/sec
28222026-03-05T04:35:19.230Z[ 19] 5.00-6.00 sec 33.2 MBytes 279 Mbits/sec
28232026-03-05T04:35:19.230Z[SUM] 5.00-6.00 sec 266 MBytes 2.23 Gbits/sec
28242026-03-05T04:35:19.230Z- - - - - - - - - - - - - - - - - - - - - - - - -
28252026-03-05T04:35:19.230Z[ 5] 6.00-7.00 sec 34.1 MBytes 286 Mbits/sec
28262026-03-05T04:35:19.230Z[ 7] 6.00-7.00 sec 33.9 MBytes 284 Mbits/sec
28272026-03-05T04:35:19.230Z[ 9] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
28282026-03-05T04:35:22.432Z[ 11] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
28292026-03-05T04:35:22.432Z[ 13] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
28302026-03-05T04:35:22.432Z[ 15] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
28312026-03-05T04:35:22.432Z[ 17] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
28322026-03-05T04:35:22.432Z[ 19] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
28332026-03-05T04:35:22.432Z[SUM] 6.00-7.00 sec 272 MBytes 2.28 Gbits/sec
28342026-03-05T04:35:22.432Z- - - - - - - - - - - - - - - - - - - - - - - - -
28352026-03-05T04:35:22.432Z[ 5] 7.00-8.00 sec 27.4 MBytes 230 Mbits/sec
28362026-03-05T04:35:22.432Z[ 7] 7.00-8.00 sec 27.3 MBytes 229 Mbits/sec
28372026-03-05T04:35:22.432Z[ 9] 7.00-8.00 sec 27.4 MBytes 230 Mbits/sec
28382026-03-05T04:35:22.432Z[ 11] 7.00-8.00 sec 27.4 MBytes 230 Mbits/sec
28392026-03-05T04:35:22.432Z[ 13] 7.00-8.00 sec 27.4 MBytes 230 Mbits/sec
28402026-03-05T04:35:22.432Z[ 15] 7.00-8.00 sec 27.3 MBytes 229 Mbits/sec
28412026-03-05T04:35:22.432Z[ 17] 7.00-8.00 sec 27.4 MBytes 230 Mbits/sec
28422026-03-05T04:35:22.433Z[ 19] 7.00-8.00 sec 27.4 MBytes 230 Mbits/sec
28432026-03-05T04:35:22.433Z[SUM] 7.00-8.00 sec 219 MBytes 1.84 Gbits/sec
28442026-03-05T04:35:22.433Z- - - - - - - - - - - - - - - - - - - - - - - - -
28452026-03-05T04:35:22.433Z[ 5] 8.00-9.00 sec 29.9 MBytes 250 Mbits/sec
28462026-03-05T04:35:22.433Z[ 7] 8.00-9.00 sec 29.9 MBytes 250 Mbits/sec
28472026-03-05T04:35:22.433Z[ 9] 8.00-9.00 sec 29.9 MBytes 251 Mbits/sec
28482026-03-05T04:35:22.433Z[ 11] 8.00-9.00 sec 29.9 MBytes 251 Mbits/sec
28492026-03-05T04:35:22.433Z[ 13] 8.00-9.00 sec 29.8 MBytes 250 Mbits/sec
28502026-03-05T04:35:22.433Z[ 15] 8.00-9.00 sec 29.9 MBytes 251 Mbits/sec
28512026-03-05T04:35:22.433Z[ 17] 8.00-9.00 sec 29.9 MBytes 250 Mbits/sec
28522026-03-05T04:35:22.433Z[ 19] 8.00-9.00 sec 29.8 MBytes 250 Mbits/sec
28532026-03-05T04:35:22.434Z[SUM] 8.00-9.00 sec 239 MBytes 2.00 Gbits/sec
28542026-03-05T04:35:22.434Z- - - - - - - - - - - - - - - - - - - - - - - - -
28552026-03-05T04:35:22.434Z[ 5] 9.00-10.00 sec 35.2 MBytes 295 Mbits/sec
28562026-03-05T04:35:22.434Z[ 7] 9.00-10.00 sec 35.1 MBytes 295 Mbits/sec
28572026-03-05T04:35:22.434Z[ 9] 9.00-10.00 sec 35.2 MBytes 295 Mbits/sec
28582026-03-05T04:35:22.434Z[ 11] 9.00-10.00 sec 35.1 MBytes 295 Mbits/sec
28592026-03-05T04:35:22.434Z[ 13] 9.00-10.00 sec 35.2 MBytes 295 Mbits/sec
28602026-03-05T04:35:22.434Z[ 15] 9.00-10.00 sec 35.1 MBytes 295 Mbits/sec
28612026-03-05T04:35:22.434Z[ 17] 9.00-10.00 sec 35.0 MBytes 294 Mbits/sec
28622026-03-05T04:35:22.434Z[ 19] 9.00-10.00 sec 35.1 MBytes 294 Mbits/sec
28632026-03-05T04:35:22.434Z[SUM] 9.00-10.00 sec 281 MBytes 2.36 Gbits/sec
28642026-03-05T04:35:22.434Z- - - - - - - - - - - - - - - - - - - - - - - - -
28652026-03-05T04:35:22.434Z[ 5] 10.00-10.00 sec 40.3 KBytes 226 Mbits/sec
28662026-03-05T04:35:22.434Z[ 7] 10.00-10.00 sec 58.3 KBytes 328 Mbits/sec
28672026-03-05T04:35:22.434Z[ 9] 10.00-10.00 sec 99.3 KBytes 558 Mbits/sec
28682026-03-05T04:35:22.434Z[ 11] 10.00-10.00 sec 41.0 KBytes 230 Mbits/sec
28692026-03-05T04:35:22.434Z[ 13] 10.00-10.00 sec 67.5 KBytes 379 Mbits/sec
28702026-03-05T04:35:22.434Z[ 15] 10.00-10.00 sec 91.9 KBytes 516 Mbits/sec
28712026-03-05T04:35:22.434Z[ 17] 10.00-10.00 sec 41.5 KBytes 233 Mbits/sec
28722026-03-05T04:35:22.434Z[ 19] 10.00-10.00 sec 61.0 KBytes 343 Mbits/sec
28732026-03-05T04:35:22.434Z[SUM] 10.00-10.00 sec 501 KBytes 2.81 Gbits/sec
28742026-03-05T04:35:22.434Z- - - - - - - - - - - - - - - - - - - - - - - - -
28752026-03-05T04:35:22.434Z[ ID] Interval Transfer Bandwidth
28762026-03-05T04:35:22.434Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28772026-03-05T04:35:22.434Z[ 5] 0.00-10.00 sec 308 MBytes 259 Mbits/sec receiver
28782026-03-05T04:35:22.434Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28792026-03-05T04:35:22.434Z[ 7] 0.00-10.00 sec 308 MBytes 258 Mbits/sec receiver
28802026-03-05T04:35:22.434Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28812026-03-05T04:35:22.434Z[ 9] 0.00-10.00 sec 308 MBytes 258 Mbits/sec receiver
28822026-03-05T04:35:22.434Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28832026-03-05T04:35:22.434Z[ 11] 0.00-10.00 sec 308 MBytes 258 Mbits/sec receiver
28842026-03-05T04:35:22.435Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28852026-03-05T04:35:22.435Z[ 13] 0.00-10.00 sec 308 MBytes 258 Mbits/sec receiver
28862026-03-05T04:35:22.435Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28872026-03-05T04:35:22.435Z[ 15] 0.00-10.00 sec 308 MBytes 258 Mbits/sec receiver
28882026-03-05T04:35:22.435Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28892026-03-05T04:35:22.435Z[ 17] 0.00-10.00 sec 308 MBytes 258 Mbits/sec receiver
28902026-03-05T04:35:22.435Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28912026-03-05T04:35:22.435Z[ 19] 0.00-10.00 sec 307 MBytes 258 Mbits/sec receiver
28922026-03-05T04:35:22.435Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28932026-03-05T04:35:22.435Z[SUM] 0.00-10.00 sec 2.40 GBytes 2.07 Gbits/sec receiver
28942026-03-05T04:35:22.461ZRun 3/10...2065.857Mbps
28952026-03-05T04:35:29.509Z-----------------------------------------------------------
28962026-03-05T04:35:29.509ZServer listening on 5201
28972026-03-05T04:35:29.509Z-----------------------------------------------------------
28982026-03-05T04:35:29.509ZAccepted connection from 10.0.0.1, port 39996
28992026-03-05T04:35:29.510Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38131
29002026-03-05T04:35:29.510Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41851
29012026-03-05T04:35:29.510Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41408
29022026-03-05T04:35:29.510Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48834
29032026-03-05T04:35:29.510Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59003
29042026-03-05T04:35:29.510Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43602
29052026-03-05T04:35:29.510Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33757
29062026-03-05T04:35:29.510Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50494
29072026-03-05T04:35:29.510Z[ ID] Interval Transfer Bandwidth
29082026-03-05T04:35:29.510Z[ 5] 0.00-1.00 sec 23.2 MBytes 195 Mbits/sec
29092026-03-05T04:35:29.510Z[ 7] 0.00-1.00 sec 23.2 MBytes 195 Mbits/sec
29102026-03-05T04:35:29.511Z[ 9] 0.00-1.00 sec 23.2 MBytes 194 Mbits/sec
29112026-03-05T04:35:29.511Z[ 11] 0.00-1.00 sec 23.1 MBytes 194 Mbits/sec
29122026-03-05T04:35:29.511Z[ 13] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
29132026-03-05T04:35:29.511Z[ 15] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
29142026-03-05T04:35:29.511Z[ 17] 0.00-1.00 sec 23.1 MBytes 194 Mbits/sec
29152026-03-05T04:35:29.511Z[ 19] 0.00-1.00 sec 23.1 MBytes 193 Mbits/sec
29162026-03-05T04:35:29.511Z[SUM] 0.00-1.00 sec 185 MBytes 1.55 Gbits/sec
29172026-03-05T04:35:29.511Z- - - - - - - - - - - - - - - - - - - - - - - - -
29182026-03-05T04:35:29.512Z[ 5] 1.00-2.00 sec 33.2 MBytes 278 Mbits/sec
29192026-03-05T04:35:29.512Z[ 7] 1.00-2.00 sec 33.2 MBytes 278 Mbits/sec
29202026-03-05T04:35:29.512Z[ 9] 1.00-2.00 sec 33.3 MBytes 279 Mbits/sec
29212026-03-05T04:35:29.512Z[ 11] 1.00-2.00 sec 33.3 MBytes 279 Mbits/sec
29222026-03-05T04:35:29.512Z[ 13] 1.00-2.00 sec 33.2 MBytes 279 Mbits/sec
29232026-03-05T04:35:29.512Z[ 15] 1.00-2.00 sec 33.2 MBytes 278 Mbits/sec
29242026-03-05T04:35:29.512Z[ 17] 1.00-2.00 sec 33.2 MBytes 278 Mbits/sec
29252026-03-05T04:35:29.512Z[ 19] 1.00-2.00 sec 33.2 MBytes 279 Mbits/sec
29262026-03-05T04:35:29.512Z[SUM] 1.00-2.00 sec 266 MBytes 2.23 Gbits/sec
29272026-03-05T04:35:29.512Z- - - - - - - - - - - - - - - - - - - - - - - - -
29282026-03-05T04:35:29.513Z[ 5] 2.00-3.00 sec 34.3 MBytes 288 Mbits/sec
29292026-03-05T04:35:29.513Z[ 7] 2.00-3.00 sec 34.4 MBytes 288 Mbits/sec
29302026-03-05T04:35:29.513Z[ 9] 2.00-3.00 sec 34.3 MBytes 287 Mbits/sec
29312026-03-05T04:35:29.513Z[ 11] 2.00-3.00 sec 34.3 MBytes 287 Mbits/sec
29322026-03-05T04:35:29.513Z[ 13] 2.00-3.00 sec 34.2 MBytes 287 Mbits/sec
29332026-03-05T04:35:29.513Z[ 15] 2.00-3.00 sec 34.2 MBytes 287 Mbits/sec
29342026-03-05T04:35:29.513Z[ 17] 2.00-3.00 sec 34.3 MBytes 287 Mbits/sec
29352026-03-05T04:35:29.513Z[ 19] 2.00-3.00 sec 34.3 MBytes 288 Mbits/sec
29362026-03-05T04:35:29.514Z[SUM] 2.00-3.00 sec 274 MBytes 2.30 Gbits/sec
29372026-03-05T04:35:29.514Z- - - - - - - - - - - - - - - - - - - - - - - - -
29382026-03-05T04:35:29.514Z[ 5] 3.00-4.00 sec 31.0 MBytes 260 Mbits/sec
29392026-03-05T04:35:29.514Z[ 7] 3.00-4.00 sec 31.0 MBytes 260 Mbits/sec
29402026-03-05T04:35:29.514Z[ 9] 3.00-4.00 sec 31.0 MBytes 260 Mbits/sec
29412026-03-05T04:35:29.514Z[ 11] 3.00-4.00 sec 31.0 MBytes 260 Mbits/sec
29422026-03-05T04:35:29.514Z[ 13] 3.00-4.00 sec 31.1 MBytes 261 Mbits/sec
29432026-03-05T04:35:29.515Z[ 15] 3.00-4.00 sec 31.0 MBytes 260 Mbits/sec
29442026-03-05T04:35:29.515Z[ 17] 3.00-4.00 sec 31.1 MBytes 261 Mbits/sec
29452026-03-05T04:35:29.515Z[ 19] 3.00-4.00 sec 31.1 MBytes 261 Mbits/sec
29462026-03-05T04:35:29.515Z[SUM] 3.00-4.00 sec 248 MBytes 2.08 Gbits/sec
29472026-03-05T04:35:29.516Z- - - - - - - - - - - - - - - - - - - - - - - - -
29482026-03-05T04:35:29.516Z[ 5] 4.00-5.00 sec 30.0 MBytes 251 Mbits/sec
29492026-03-05T04:35:29.516Z[ 7] 4.00-5.00 sec 30.0 MBytes 252 Mbits/sec
29502026-03-05T04:35:29.516Z[ 9] 4.00-5.00 sec 29.9 MBytes 251 Mbits/sec
29512026-03-05T04:35:29.516Z[ 11] 4.00-5.00 sec 29.9 MBytes 251 Mbits/sec
29522026-03-05T04:35:29.516Z[ 13] 4.00-5.00 sec 29.9 MBytes 251 Mbits/sec
29532026-03-05T04:35:29.517Z[ 15] 4.00-5.00 sec 30.0 MBytes 252 Mbits/sec
29542026-03-05T04:35:29.517Z[ 17] 4.00-5.00 sec 29.9 MBytes 251 Mbits/sec
29552026-03-05T04:35:29.517Z[ 19] 4.00-5.00 sec 29.9 MBytes 251 Mbits/sec
29562026-03-05T04:35:29.517Z[SUM] 4.00-5.00 sec 239 MBytes 2.01 Gbits/sec
29572026-03-05T04:35:29.518Z- - - - - - - - - - - - - - - - - - - - - - - - -
29582026-03-05T04:35:29.518Z[ 5] 5.00-6.00 sec 31.3 MBytes 262 Mbits/sec
29592026-03-05T04:35:29.518Z[ 7] 5.00-6.00 sec 31.4 MBytes 263 Mbits/sec
29602026-03-05T04:35:29.519Z[ 9] 5.00-6.00 sec 31.2 MBytes 262 Mbits/sec
29612026-03-05T04:35:29.519Z[ 11] 5.00-6.00 sec 31.2 MBytes 262 Mbits/sec
29622026-03-05T04:35:29.519Z[ 13] 5.00-6.00 sec 31.3 MBytes 262 Mbits/sec
29632026-03-05T04:35:29.519Z[ 15] 5.00-6.00 sec 31.3 MBytes 263 Mbits/sec
29642026-03-05T04:35:29.519Z[ 17] 5.00-6.00 sec 31.3 MBytes 263 Mbits/sec
29652026-03-05T04:35:29.519Z[ 19] 5.00-6.00 sec 31.3 MBytes 263 Mbits/sec
29662026-03-05T04:35:29.519Z[SUM] 5.00-6.00 sec 250 MBytes 2.10 Gbits/sec
29672026-03-05T04:35:29.519Z- - - - - - - - - - - - - - - - - - - - - - - - -
29682026-03-05T04:35:29.520Z[ 5] 6.00-7.00 sec 32.9 MBytes 276 Mbits/sec
29692026-03-05T04:35:29.520Z[ 7] 6.00-7.00 sec 32.8 MBytes 275 Mbits/sec
29702026-03-05T04:35:29.520Z[ 9] 6.00-7.00 sec 32.9 MBytes 276 Mbits/sec
29712026-03-05T04:35:32.703Z[ 11] 6.00-7.00 sec 32.9 MBytes 276 Mbits/sec
29722026-03-05T04:35:32.703Z[ 13] 6.00-7.00 sec 32.9 MBytes 276 Mbits/sec
29732026-03-05T04:35:32.703Z[ 15] 6.00-7.00 sec 32.8 MBytes 275 Mbits/sec
29742026-03-05T04:35:32.703Z[ 17] 6.00-7.00 sec 32.7 MBytes 275 Mbits/sec
29752026-03-05T04:35:32.703Z[ 19] 6.00-7.00 sec 32.8 MBytes 275 Mbits/sec
29762026-03-05T04:35:32.703Z[SUM] 6.00-7.00 sec 263 MBytes 2.20 Gbits/sec
29772026-03-05T04:35:32.703Z- - - - - - - - - - - - - - - - - - - - - - - - -
29782026-03-05T04:35:32.703Z[ 5] 7.00-8.00 sec 33.1 MBytes 278 Mbits/sec
29792026-03-05T04:35:32.703Z[ 7] 7.00-8.00 sec 33.2 MBytes 278 Mbits/sec
29802026-03-05T04:35:32.704Z[ 9] 7.00-8.00 sec 33.1 MBytes 277 Mbits/sec
29812026-03-05T04:35:32.704Z[ 11] 7.00-8.00 sec 33.1 MBytes 278 Mbits/sec
29822026-03-05T04:35:32.704Z[ 13] 7.00-8.00 sec 33.1 MBytes 278 Mbits/sec
29832026-03-05T04:35:32.704Z[ 15] 7.00-8.00 sec 33.1 MBytes 278 Mbits/sec
29842026-03-05T04:35:32.704Z[ 17] 7.00-8.00 sec 33.1 MBytes 278 Mbits/sec
29852026-03-05T04:35:32.704Z[ 19] 7.00-8.00 sec 33.2 MBytes 278 Mbits/sec
29862026-03-05T04:35:32.704Z[SUM] 7.00-8.00 sec 265 MBytes 2.22 Gbits/sec
29872026-03-05T04:35:32.704Z- - - - - - - - - - - - - - - - - - - - - - - - -
29882026-03-05T04:35:32.704Z[ 5] 8.00-9.00 sec 32.2 MBytes 270 Mbits/sec
29892026-03-05T04:35:32.704Z[ 7] 8.00-9.00 sec 32.3 MBytes 271 Mbits/sec
29902026-03-05T04:35:32.704Z[ 9] 8.00-9.00 sec 32.3 MBytes 271 Mbits/sec
29912026-03-05T04:35:32.704Z[ 11] 8.00-9.00 sec 32.3 MBytes 271 Mbits/sec
29922026-03-05T04:35:32.704Z[ 13] 8.00-9.00 sec 32.2 MBytes 270 Mbits/sec
29932026-03-05T04:35:32.704Z[ 15] 8.00-9.00 sec 32.3 MBytes 271 Mbits/sec
29942026-03-05T04:35:32.704Z[ 17] 8.00-9.00 sec 32.2 MBytes 271 Mbits/sec
29952026-03-05T04:35:32.705Z[ 19] 8.00-9.00 sec 32.2 MBytes 270 Mbits/sec
29962026-03-05T04:35:32.705Z[SUM] 8.00-9.00 sec 258 MBytes 2.16 Gbits/sec
29972026-03-05T04:35:32.705Z- - - - - - - - - - - - - - - - - - - - - - - - -
29982026-03-05T04:35:32.705Z[ 5] 9.00-10.00 sec 34.9 MBytes 293 Mbits/sec
29992026-03-05T04:35:32.705Z[ 7] 9.00-10.00 sec 35.0 MBytes 293 Mbits/sec
30002026-03-05T04:35:32.705Z[ 9] 9.00-10.00 sec 34.9 MBytes 293 Mbits/sec
30012026-03-05T04:35:32.705Z[ 11] 9.00-10.00 sec 34.9 MBytes 293 Mbits/sec
30022026-03-05T04:35:32.705Z[ 13] 9.00-10.00 sec 35.0 MBytes 293 Mbits/sec
30032026-03-05T04:35:32.705Z[ 15] 9.00-10.00 sec 34.9 MBytes 293 Mbits/sec
30042026-03-05T04:35:32.705Z[ 17] 9.00-10.00 sec 34.9 MBytes 293 Mbits/sec
30052026-03-05T04:35:32.705Z[ 19] 9.00-10.00 sec 35.0 MBytes 294 Mbits/sec
30062026-03-05T04:35:32.706Z[SUM] 9.00-10.00 sec 280 MBytes 2.35 Gbits/sec
30072026-03-05T04:35:32.706Z- - - - - - - - - - - - - - - - - - - - - - - - -
30082026-03-05T04:35:32.706Z[ 5] 10.00-10.00 sec 56.7 KBytes 291 Mbits/sec
30092026-03-05T04:35:32.706Z[ 7] 10.00-10.00 sec 59.4 KBytes 305 Mbits/sec
30102026-03-05T04:35:32.706Z[ 9] 10.00-10.00 sec 88.0 KBytes 452 Mbits/sec
30112026-03-05T04:35:32.706Z[ 11] 10.00-10.00 sec 66.8 KBytes 343 Mbits/sec
30122026-03-05T04:35:32.706Z[ 13] 10.00-10.00 sec 93.0 KBytes 477 Mbits/sec
30132026-03-05T04:35:32.706Z[ 15] 10.00-10.00 sec 77.8 KBytes 399 Mbits/sec
30142026-03-05T04:35:32.706Z[ 17] 10.00-10.00 sec 96.7 KBytes 497 Mbits/sec
30152026-03-05T04:35:32.706Z[ 19] 10.00-10.00 sec 69.1 KBytes 355 Mbits/sec
30162026-03-05T04:35:32.706Z[SUM] 10.00-10.00 sec 608 KBytes 3.11 Gbits/sec
30172026-03-05T04:35:32.706Z- - - - - - - - - - - - - - - - - - - - - - - - -
30182026-03-05T04:35:32.706Z[ ID] Interval Transfer Bandwidth
30192026-03-05T04:35:32.706Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30202026-03-05T04:35:32.707Z[ 5] 0.00-10.00 sec 316 MBytes 265 Mbits/sec receiver
30212026-03-05T04:35:32.707Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30222026-03-05T04:35:32.707Z[ 7] 0.00-10.00 sec 316 MBytes 265 Mbits/sec receiver
30232026-03-05T04:35:32.707Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30242026-03-05T04:35:32.707Z[ 9] 0.00-10.00 sec 316 MBytes 265 Mbits/sec receiver
30252026-03-05T04:35:32.707Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30262026-03-05T04:35:32.707Z[ 11] 0.00-10.00 sec 316 MBytes 265 Mbits/sec receiver
30272026-03-05T04:35:32.707Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30282026-03-05T04:35:32.707Z[ 13] 0.00-10.00 sec 316 MBytes 265 Mbits/sec receiver
30292026-03-05T04:35:32.707Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30302026-03-05T04:35:32.707Z[ 15] 0.00-10.00 sec 316 MBytes 265 Mbits/sec receiver
30312026-03-05T04:35:32.707Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30322026-03-05T04:35:32.707Z[ 17] 0.00-10.00 sec 316 MBytes 265 Mbits/sec receiver
30332026-03-05T04:35:32.707Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30342026-03-05T04:35:32.707Z[ 19] 0.00-10.00 sec 316 MBytes 265 Mbits/sec receiver
30352026-03-05T04:35:32.707Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30362026-03-05T04:35:32.707Z[SUM] 0.00-10.00 sec 2.47 GBytes 2.12 Gbits/sec receiver
30372026-03-05T04:35:32.735ZRun 4/10...2121.354Mbps
30382026-03-05T04:35:39.786Z-----------------------------------------------------------
30392026-03-05T04:35:39.786ZServer listening on 5201
30402026-03-05T04:35:39.786Z-----------------------------------------------------------
30412026-03-05T04:35:39.786ZAccepted connection from 10.0.0.1, port 61041
30422026-03-05T04:35:39.786Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52701
30432026-03-05T04:35:39.786Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48764
30442026-03-05T04:35:39.786Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49044
30452026-03-05T04:35:39.786Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33262
30462026-03-05T04:35:39.786Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58668
30472026-03-05T04:35:39.786Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50730
30482026-03-05T04:35:39.786Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49643
30492026-03-05T04:35:39.786Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42603
30502026-03-05T04:35:39.786Z[ ID] Interval Transfer Bandwidth
30512026-03-05T04:35:39.786Z[ 5] 0.00-1.00 sec 20.6 MBytes 173 Mbits/sec
30522026-03-05T04:35:39.786Z[ 7] 0.00-1.00 sec 20.4 MBytes 171 Mbits/sec
30532026-03-05T04:35:39.786Z[ 9] 0.00-1.00 sec 20.4 MBytes 171 Mbits/sec
30542026-03-05T04:35:39.786Z[ 11] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec
30552026-03-05T04:35:39.786Z[ 13] 0.00-1.00 sec 20.3 MBytes 171 Mbits/sec
30562026-03-05T04:35:39.786Z[ 15] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec
30572026-03-05T04:35:39.786Z[ 17] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec
30582026-03-05T04:35:39.786Z[ 19] 0.00-1.00 sec 20.2 MBytes 169 Mbits/sec
30592026-03-05T04:35:39.786Z[SUM] 0.00-1.00 sec 163 MBytes 1.37 Gbits/sec
30602026-03-05T04:35:39.786Z- - - - - - - - - - - - - - - - - - - - - - - - -
30612026-03-05T04:35:39.786Z[ 5] 1.00-2.00 sec 34.1 MBytes 286 Mbits/sec
30622026-03-05T04:35:39.786Z[ 7] 1.00-2.00 sec 34.2 MBytes 287 Mbits/sec
30632026-03-05T04:35:39.786Z[ 9] 1.00-2.00 sec 34.2 MBytes 287 Mbits/sec
30642026-03-05T04:35:39.786Z[ 11] 1.00-2.00 sec 34.2 MBytes 287 Mbits/sec
30652026-03-05T04:35:39.786Z[ 13] 1.00-2.00 sec 34.2 MBytes 287 Mbits/sec
30662026-03-05T04:35:39.786Z[ 15] 1.00-2.00 sec 34.1 MBytes 286 Mbits/sec
30672026-03-05T04:35:39.786Z[ 17] 1.00-2.00 sec 34.2 MBytes 287 Mbits/sec
30682026-03-05T04:35:39.786Z[ 19] 1.00-2.00 sec 34.1 MBytes 286 Mbits/sec
30692026-03-05T04:35:39.786Z[SUM] 1.00-2.00 sec 273 MBytes 2.29 Gbits/sec
30702026-03-05T04:35:39.787Z- - - - - - - - - - - - - - - - - - - - - - - - -
30712026-03-05T04:35:39.787Z[ 5] 2.00-3.00 sec 34.5 MBytes 289 Mbits/sec
30722026-03-05T04:35:39.787Z[ 7] 2.00-3.00 sec 34.5 MBytes 290 Mbits/sec
30732026-03-05T04:35:39.787Z[ 9] 2.00-3.00 sec 34.5 MBytes 290 Mbits/sec
30742026-03-05T04:35:39.787Z[ 11] 2.00-3.00 sec 34.5 MBytes 289 Mbits/sec
30752026-03-05T04:35:39.787Z[ 13] 2.00-3.00 sec 34.5 MBytes 289 Mbits/sec
30762026-03-05T04:35:39.787Z[ 15] 2.00-3.00 sec 34.5 MBytes 289 Mbits/sec
30772026-03-05T04:35:39.787Z[ 17] 2.00-3.00 sec 34.5 MBytes 289 Mbits/sec
30782026-03-05T04:35:39.787Z[ 19] 2.00-3.00 sec 34.5 MBytes 289 Mbits/sec
30792026-03-05T04:35:39.787Z[SUM] 2.00-3.00 sec 276 MBytes 2.32 Gbits/sec
30802026-03-05T04:35:39.787Z- - - - - - - - - - - - - - - - - - - - - - - - -
30812026-03-05T04:35:39.787Z[ 5] 3.00-4.00 sec 32.5 MBytes 272 Mbits/sec
30822026-03-05T04:35:39.787Z[ 7] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
30832026-03-05T04:35:39.787Z[ 9] 3.00-4.00 sec 32.5 MBytes 272 Mbits/sec
30842026-03-05T04:35:39.787Z[ 11] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
30852026-03-05T04:35:39.787Z[ 13] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
30862026-03-05T04:35:39.787Z[ 15] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
30872026-03-05T04:35:39.787Z[ 17] 3.00-4.00 sec 32.5 MBytes 272 Mbits/sec
30882026-03-05T04:35:39.787Z[ 19] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
30892026-03-05T04:35:39.787Z[SUM] 3.00-4.00 sec 259 MBytes 2.18 Gbits/sec
30902026-03-05T04:35:39.787Z- - - - - - - - - - - - - - - - - - - - - - - - -
30912026-03-05T04:35:39.787Z[ 5] 4.00-5.00 sec 32.4 MBytes 272 Mbits/sec
30922026-03-05T04:35:39.787Z[ 7] 4.00-5.00 sec 32.4 MBytes 272 Mbits/sec
30932026-03-05T04:35:39.787Z[ 9] 4.00-5.00 sec 32.4 MBytes 272 Mbits/sec
30942026-03-05T04:35:39.787Z[ 11] 4.00-5.00 sec 32.5 MBytes 273 Mbits/sec
30952026-03-05T04:35:39.787Z[ 13] 4.00-5.00 sec 32.4 MBytes 272 Mbits/sec
30962026-03-05T04:35:39.787Z[ 15] 4.00-5.00 sec 32.5 MBytes 273 Mbits/sec
30972026-03-05T04:35:39.787Z[ 17] 4.00-5.00 sec 32.4 MBytes 272 Mbits/sec
30982026-03-05T04:35:39.787Z[ 19] 4.00-5.00 sec 32.4 MBytes 272 Mbits/sec
30992026-03-05T04:35:39.787Z[SUM] 4.00-5.00 sec 259 MBytes 2.18 Gbits/sec
31002026-03-05T04:35:39.787Z- - - - - - - - - - - - - - - - - - - - - - - - -
31012026-03-05T04:35:39.787Z[ 5] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
31022026-03-05T04:35:39.787Z[ 7] 5.00-6.00 sec 33.8 MBytes 284 Mbits/sec
31032026-03-05T04:35:39.787Z[ 9] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
31042026-03-05T04:35:39.787Z[ 11] 5.00-6.00 sec 33.7 MBytes 283 Mbits/sec
31052026-03-05T04:35:39.787Z[ 13] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
31062026-03-05T04:35:39.787Z[ 15] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
31072026-03-05T04:35:39.787Z[ 17] 5.00-6.00 sec 33.8 MBytes 283 Mbits/sec
31082026-03-05T04:35:39.787Z[ 19] 5.00-6.00 sec 33.9 MBytes 285 Mbits/sec
31092026-03-05T04:35:39.787Z[SUM] 5.00-6.00 sec 271 MBytes 2.27 Gbits/sec
31102026-03-05T04:35:39.788Z- - - - - - - - - - - - - - - - - - - - - - - - -
31112026-03-05T04:35:39.788Z[ 5] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
31122026-03-05T04:35:39.788Z[ 7] 6.00-7.00 sec 34.6 MBytes 290 Mbits/sec
31132026-03-05T04:35:39.788Z[ 9] 6.00-7.00 sec 34.6 MBytes 291 Mbits/sec
31142026-03-05T04:35:42.982Z[ 11] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
31152026-03-05T04:35:42.982Z[ 13] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
31162026-03-05T04:35:42.982Z[ 15] 6.00-7.00 sec 34.6 MBytes 290 Mbits/sec
31172026-03-05T04:35:42.982Z[ 17] 6.00-7.00 sec 34.6 MBytes 290 Mbits/sec
31182026-03-05T04:35:42.982Z[ 19] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
31192026-03-05T04:35:42.982Z[SUM] 6.00-7.00 sec 277 MBytes 2.33 Gbits/sec
31202026-03-05T04:35:42.982Z- - - - - - - - - - - - - - - - - - - - - - - - -
31212026-03-05T04:35:42.982Z[ 5] 7.00-8.00 sec 31.0 MBytes 260 Mbits/sec
31222026-03-05T04:35:42.982Z[ 7] 7.00-8.00 sec 31.2 MBytes 261 Mbits/sec
31232026-03-05T04:35:42.982Z[ 9] 7.00-8.00 sec 31.1 MBytes 261 Mbits/sec
31242026-03-05T04:35:42.982Z[ 11] 7.00-8.00 sec 31.1 MBytes 261 Mbits/sec
31252026-03-05T04:35:42.982Z[ 13] 7.00-8.00 sec 31.1 MBytes 261 Mbits/sec
31262026-03-05T04:35:42.982Z[ 15] 7.00-8.00 sec 31.1 MBytes 261 Mbits/sec
31272026-03-05T04:35:42.982Z[ 17] 7.00-8.00 sec 31.1 MBytes 261 Mbits/sec
31282026-03-05T04:35:42.982Z[ 19] 7.00-8.00 sec 31.1 MBytes 261 Mbits/sec
31292026-03-05T04:35:42.982Z[SUM] 7.00-8.00 sec 249 MBytes 2.09 Gbits/sec
31302026-03-05T04:35:42.982Z- - - - - - - - - - - - - - - - - - - - - - - - -
31312026-03-05T04:35:42.982Z[ 5] 8.00-9.00 sec 30.0 MBytes 251 Mbits/sec
31322026-03-05T04:35:42.982Z[ 7] 8.00-9.00 sec 30.0 MBytes 251 Mbits/sec
31332026-03-05T04:35:42.982Z[ 9] 8.00-9.00 sec 30.0 MBytes 251 Mbits/sec
31342026-03-05T04:35:42.982Z[ 11] 8.00-9.00 sec 29.9 MBytes 251 Mbits/sec
31352026-03-05T04:35:42.982Z[ 13] 8.00-9.00 sec 30.0 MBytes 251 Mbits/sec
31362026-03-05T04:35:42.982Z[ 15] 8.00-9.00 sec 30.0 MBytes 251 Mbits/sec
31372026-03-05T04:35:42.982Z[ 17] 8.00-9.00 sec 29.9 MBytes 251 Mbits/sec
31382026-03-05T04:35:42.983Z[ 19] 8.00-9.00 sec 29.9 MBytes 251 Mbits/sec
31392026-03-05T04:35:42.983Z[SUM] 8.00-9.00 sec 240 MBytes 2.01 Gbits/sec
31402026-03-05T04:35:42.983Z- - - - - - - - - - - - - - - - - - - - - - - - -
31412026-03-05T04:35:42.983Z[ 5] 9.00-10.00 sec 29.3 MBytes 246 Mbits/sec
31422026-03-05T04:35:42.983Z[ 7] 9.00-10.00 sec 29.3 MBytes 246 Mbits/sec
31432026-03-05T04:35:42.983Z[ 9] 9.00-10.00 sec 29.2 MBytes 245 Mbits/sec
31442026-03-05T04:35:42.983Z[ 11] 9.00-10.00 sec 29.3 MBytes 245 Mbits/sec
31452026-03-05T04:35:42.983Z[ 13] 9.00-10.00 sec 29.3 MBytes 246 Mbits/sec
31462026-03-05T04:35:42.983Z[ 15] 9.00-10.00 sec 29.3 MBytes 246 Mbits/sec
31472026-03-05T04:35:42.983Z[ 17] 9.00-10.00 sec 29.3 MBytes 245 Mbits/sec
31482026-03-05T04:35:42.983Z[ 19] 9.00-10.00 sec 29.3 MBytes 246 Mbits/sec
31492026-03-05T04:35:42.983Z[SUM] 9.00-10.00 sec 234 MBytes 1.97 Gbits/sec
31502026-03-05T04:35:42.983Z- - - - - - - - - - - - - - - - - - - - - - - - -
31512026-03-05T04:35:42.983Z[ 5] 10.00-10.00 sec 126 KBytes 633 Mbits/sec
31522026-03-05T04:35:42.983Z[ 7] 10.00-10.00 sec 68.1 KBytes 343 Mbits/sec
31532026-03-05T04:35:42.983Z[ 9] 10.00-10.00 sec 115 KBytes 577 Mbits/sec
31542026-03-05T04:35:42.983Z[ 11] 10.00-10.00 sec 78.8 KBytes 397 Mbits/sec
31552026-03-05T04:35:42.983Z[ 13] 10.00-10.00 sec 23.7 KBytes 119 Mbits/sec
31562026-03-05T04:35:42.983Z[ 15] 10.00-10.00 sec 98.3 KBytes 495 Mbits/sec
31572026-03-05T04:35:42.983Z[ 17] 10.00-10.00 sec 64.0 KBytes 323 Mbits/sec
31582026-03-05T04:35:42.983Z[ 19] 10.00-10.00 sec 32.0 KBytes 161 Mbits/sec
31592026-03-05T04:35:42.983Z[SUM] 10.00-10.00 sec 605 KBytes 3.04 Gbits/sec
31602026-03-05T04:35:42.983Z- - - - - - - - - - - - - - - - - - - - - - - - -
31612026-03-05T04:35:42.983Z[ ID] Interval Transfer Bandwidth
31622026-03-05T04:35:42.983Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31632026-03-05T04:35:42.983Z[ 5] 0.00-10.00 sec 313 MBytes 263 Mbits/sec receiver
31642026-03-05T04:35:42.983Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31652026-03-05T04:35:42.983Z[ 7] 0.00-10.00 sec 313 MBytes 262 Mbits/sec receiver
31662026-03-05T04:35:42.983Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31672026-03-05T04:35:42.983Z[ 9] 0.00-10.00 sec 313 MBytes 262 Mbits/sec receiver
31682026-03-05T04:35:42.983Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31692026-03-05T04:35:42.983Z[ 11] 0.00-10.00 sec 313 MBytes 262 Mbits/sec receiver
31702026-03-05T04:35:42.983Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31712026-03-05T04:35:42.983Z[ 13] 0.00-10.00 sec 313 MBytes 262 Mbits/sec receiver
31722026-03-05T04:35:42.983Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31732026-03-05T04:35:42.983Z[ 15] 0.00-10.00 sec 313 MBytes 262 Mbits/sec receiver
31742026-03-05T04:35:42.983Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31752026-03-05T04:35:42.984Z[ 17] 0.00-10.00 sec 313 MBytes 262 Mbits/sec receiver
31762026-03-05T04:35:42.984Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31772026-03-05T04:35:42.984Z[ 19] 0.00-10.00 sec 313 MBytes 262 Mbits/sec receiver
31782026-03-05T04:35:42.984Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31792026-03-05T04:35:42.984Z[SUM] 0.00-10.00 sec 2.44 GBytes 2.10 Gbits/sec receiver
31802026-03-05T04:35:43.009ZRun 5/10...2099.097Mbps
31812026-03-05T04:35:50.081Z-----------------------------------------------------------
31822026-03-05T04:35:50.081ZServer listening on 5201
31832026-03-05T04:35:50.081Z-----------------------------------------------------------
31842026-03-05T04:35:50.081ZAccepted connection from 10.0.0.1, port 43936
31852026-03-05T04:35:50.081Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56498
31862026-03-05T04:35:50.081Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42088
31872026-03-05T04:35:50.081Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35931
31882026-03-05T04:35:50.081Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57377
31892026-03-05T04:35:50.081Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46436
31902026-03-05T04:35:50.081Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61354
31912026-03-05T04:35:50.081Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65366
31922026-03-05T04:35:50.081Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41750
31932026-03-05T04:35:50.081Z[ ID] Interval Transfer Bandwidth
31942026-03-05T04:35:50.081Z[ 5] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
31952026-03-05T04:35:50.081Z[ 7] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
31962026-03-05T04:35:50.081Z[ 9] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
31972026-03-05T04:35:50.081Z[ 11] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
31982026-03-05T04:35:50.081Z[ 13] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
31992026-03-05T04:35:50.081Z[ 15] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
32002026-03-05T04:35:50.081Z[ 17] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
32012026-03-05T04:35:50.081Z[ 19] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
32022026-03-05T04:35:50.081Z[SUM] 0.00-1.00 sec 159 MBytes 1.33 Gbits/sec
32032026-03-05T04:35:50.081Z- - - - - - - - - - - - - - - - - - - - - - - - -
32042026-03-05T04:35:50.081Z[ 5] 1.00-2.00 sec 31.0 MBytes 260 Mbits/sec
32052026-03-05T04:35:50.081Z[ 7] 1.00-2.00 sec 30.9 MBytes 259 Mbits/sec
32062026-03-05T04:35:50.081Z[ 9] 1.00-2.00 sec 30.9 MBytes 259 Mbits/sec
32072026-03-05T04:35:50.081Z[ 11] 1.00-2.00 sec 30.9 MBytes 259 Mbits/sec
32082026-03-05T04:35:50.081Z[ 13] 1.00-2.00 sec 30.9 MBytes 259 Mbits/sec
32092026-03-05T04:35:50.081Z[ 15] 1.00-2.00 sec 30.9 MBytes 259 Mbits/sec
32102026-03-05T04:35:50.081Z[ 17] 1.00-2.00 sec 30.9 MBytes 259 Mbits/sec
32112026-03-05T04:35:50.081Z[ 19] 1.00-2.00 sec 30.8 MBytes 258 Mbits/sec
32122026-03-05T04:35:50.081Z[SUM] 1.00-2.00 sec 247 MBytes 2.07 Gbits/sec
32132026-03-05T04:35:50.081Z- - - - - - - - - - - - - - - - - - - - - - - - -
32142026-03-05T04:35:50.082Z[ 5] 2.00-3.00 sec 27.8 MBytes 233 Mbits/sec
32152026-03-05T04:35:50.082Z[ 7] 2.00-3.00 sec 27.8 MBytes 233 Mbits/sec
32162026-03-05T04:35:50.082Z[ 9] 2.00-3.00 sec 27.9 MBytes 234 Mbits/sec
32172026-03-05T04:35:50.082Z[ 11] 2.00-3.00 sec 27.8 MBytes 233 Mbits/sec
32182026-03-05T04:35:50.082Z[ 13] 2.00-3.00 sec 27.8 MBytes 234 Mbits/sec
32192026-03-05T04:35:50.082Z[ 15] 2.00-3.00 sec 27.9 MBytes 234 Mbits/sec
32202026-03-05T04:35:50.082Z[ 17] 2.00-3.00 sec 27.9 MBytes 234 Mbits/sec
32212026-03-05T04:35:50.082Z[ 19] 2.00-3.00 sec 27.9 MBytes 234 Mbits/sec
32222026-03-05T04:35:50.082Z[SUM] 2.00-3.00 sec 223 MBytes 1.87 Gbits/sec
32232026-03-05T04:35:50.082Z- - - - - - - - - - - - - - - - - - - - - - - - -
32242026-03-05T04:35:50.082Z[ 5] 3.00-4.00 sec 30.9 MBytes 260 Mbits/sec
32252026-03-05T04:35:50.082Z[ 7] 3.00-4.00 sec 30.9 MBytes 259 Mbits/sec
32262026-03-05T04:35:50.082Z[ 9] 3.00-4.00 sec 30.9 MBytes 259 Mbits/sec
32272026-03-05T04:35:50.082Z[ 11] 3.00-4.00 sec 30.9 MBytes 259 Mbits/sec
32282026-03-05T04:35:50.082Z[ 13] 3.00-4.00 sec 30.9 MBytes 259 Mbits/sec
32292026-03-05T04:35:50.082Z[ 15] 3.00-4.00 sec 30.8 MBytes 259 Mbits/sec
32302026-03-05T04:35:50.082Z[ 17] 3.00-4.00 sec 30.9 MBytes 259 Mbits/sec
32312026-03-05T04:35:50.082Z[ 19] 3.00-4.00 sec 30.8 MBytes 259 Mbits/sec
32322026-03-05T04:35:50.082Z[SUM] 3.00-4.00 sec 247 MBytes 2.07 Gbits/sec
32332026-03-05T04:35:50.082Z- - - - - - - - - - - - - - - - - - - - - - - - -
32342026-03-05T04:35:50.082Z[ 5] 4.00-5.00 sec 32.0 MBytes 268 Mbits/sec
32352026-03-05T04:35:50.082Z[ 7] 4.00-5.00 sec 32.0 MBytes 269 Mbits/sec
32362026-03-05T04:35:50.082Z[ 9] 4.00-5.00 sec 32.0 MBytes 268 Mbits/sec
32372026-03-05T04:35:50.082Z[ 11] 4.00-5.00 sec 31.9 MBytes 268 Mbits/sec
32382026-03-05T04:35:50.082Z[ 13] 4.00-5.00 sec 32.0 MBytes 269 Mbits/sec
32392026-03-05T04:35:50.082Z[ 15] 4.00-5.00 sec 32.0 MBytes 268 Mbits/sec
32402026-03-05T04:35:50.082Z[ 17] 4.00-5.00 sec 31.9 MBytes 268 Mbits/sec
32412026-03-05T04:35:50.082Z[ 19] 4.00-5.00 sec 32.0 MBytes 268 Mbits/sec
32422026-03-05T04:35:50.082Z[SUM] 4.00-5.00 sec 256 MBytes 2.15 Gbits/sec
32432026-03-05T04:35:50.082Z- - - - - - - - - - - - - - - - - - - - - - - - -
32442026-03-05T04:35:50.082Z[ 5] 5.00-6.00 sec 32.3 MBytes 271 Mbits/sec
32452026-03-05T04:35:50.082Z[ 7] 5.00-6.00 sec 32.3 MBytes 271 Mbits/sec
32462026-03-05T04:35:50.082Z[ 9] 5.00-6.00 sec 32.4 MBytes 272 Mbits/sec
32472026-03-05T04:35:50.082Z[ 11] 5.00-6.00 sec 32.4 MBytes 271 Mbits/sec
32482026-03-05T04:35:50.082Z[ 13] 5.00-6.00 sec 32.4 MBytes 272 Mbits/sec
32492026-03-05T04:35:50.082Z[ 15] 5.00-6.00 sec 32.3 MBytes 271 Mbits/sec
32502026-03-05T04:35:50.082Z[ 17] 5.00-6.00 sec 32.3 MBytes 271 Mbits/sec
32512026-03-05T04:35:50.083Z[ 19] 5.00-6.00 sec 32.3 MBytes 271 Mbits/sec
32522026-03-05T04:35:50.083Z[SUM] 5.00-6.00 sec 259 MBytes 2.17 Gbits/sec
32532026-03-05T04:35:50.083Z- - - - - - - - - - - - - - - - - - - - - - - - -
32542026-03-05T04:35:50.083Z[ 5] 6.00-7.00 sec 32.8 MBytes 275 Mbits/sec
32552026-03-05T04:35:50.108Z[ 7] 6.00-7.00 sec 32.8 MBytes 275 Mbits/sec
32562026-03-05T04:35:50.108Z[ 9] 6.00-7.00 sec 32.8 MBytes 275 Mbits/sec
32572026-03-05T04:35:53.283Z[ 11] 6.00-7.00 sec 32.8 MBytes 275 Mbits/sec
32582026-03-05T04:35:53.283Z[ 13] 6.00-7.00 sec 32.8 MBytes 275 Mbits/sec
32592026-03-05T04:35:53.284Z[ 15] 6.00-7.00 sec 32.8 MBytes 275 Mbits/sec
32602026-03-05T04:35:53.284Z[ 17] 6.00-7.00 sec 32.8 MBytes 275 Mbits/sec
32612026-03-05T04:35:53.284Z[ 19] 6.00-7.00 sec 32.8 MBytes 275 Mbits/sec
32622026-03-05T04:35:53.284Z[SUM] 6.00-7.00 sec 262 MBytes 2.20 Gbits/sec
32632026-03-05T04:35:53.284Z- - - - - - - - - - - - - - - - - - - - - - - - -
32642026-03-05T04:35:53.284Z[ 5] 7.00-8.00 sec 30.2 MBytes 254 Mbits/sec
32652026-03-05T04:35:53.284Z[ 7] 7.00-8.00 sec 30.2 MBytes 254 Mbits/sec
32662026-03-05T04:35:53.284Z[ 9] 7.00-8.00 sec 30.4 MBytes 255 Mbits/sec
32672026-03-05T04:35:53.284Z[ 11] 7.00-8.00 sec 30.2 MBytes 254 Mbits/sec
32682026-03-05T04:35:53.284Z[ 13] 7.00-8.00 sec 30.3 MBytes 254 Mbits/sec
32692026-03-05T04:35:53.284Z[ 15] 7.00-8.00 sec 30.3 MBytes 254 Mbits/sec
32702026-03-05T04:35:53.284Z[ 17] 7.00-8.00 sec 30.2 MBytes 254 Mbits/sec
32712026-03-05T04:35:53.284Z[ 19] 7.00-8.00 sec 30.2 MBytes 253 Mbits/sec
32722026-03-05T04:35:53.284Z[SUM] 7.00-8.00 sec 242 MBytes 2.03 Gbits/sec
32732026-03-05T04:35:53.284Z- - - - - - - - - - - - - - - - - - - - - - - - -
32742026-03-05T04:35:53.284Z[ 5] 8.00-9.00 sec 31.8 MBytes 267 Mbits/sec
32752026-03-05T04:35:53.284Z[ 7] 8.00-9.00 sec 31.7 MBytes 266 Mbits/sec
32762026-03-05T04:35:53.284Z[ 9] 8.00-9.00 sec 31.7 MBytes 266 Mbits/sec
32772026-03-05T04:35:53.284Z[ 11] 8.00-9.00 sec 31.8 MBytes 267 Mbits/sec
32782026-03-05T04:35:53.284Z[ 13] 8.00-9.00 sec 31.7 MBytes 266 Mbits/sec
32792026-03-05T04:35:53.284Z[ 15] 8.00-9.00 sec 31.8 MBytes 266 Mbits/sec
32802026-03-05T04:35:53.284Z[ 17] 8.00-9.00 sec 31.7 MBytes 266 Mbits/sec
32812026-03-05T04:35:53.284Z[ 19] 8.00-9.00 sec 31.8 MBytes 266 Mbits/sec
32822026-03-05T04:35:53.284Z[SUM] 8.00-9.00 sec 254 MBytes 2.13 Gbits/sec
32832026-03-05T04:35:53.284Z- - - - - - - - - - - - - - - - - - - - - - - - -
32842026-03-05T04:35:53.284Z[ 5] 9.00-10.00 sec 29.4 MBytes 247 Mbits/sec
32852026-03-05T04:35:53.284Z[ 7] 9.00-10.00 sec 29.4 MBytes 247 Mbits/sec
32862026-03-05T04:35:53.284Z[ 9] 9.00-10.00 sec 29.4 MBytes 247 Mbits/sec
32872026-03-05T04:35:53.284Z[ 11] 9.00-10.00 sec 29.4 MBytes 247 Mbits/sec
32882026-03-05T04:35:53.284Z[ 13] 9.00-10.00 sec 29.5 MBytes 247 Mbits/sec
32892026-03-05T04:35:53.284Z[ 15] 9.00-10.00 sec 29.4 MBytes 247 Mbits/sec
32902026-03-05T04:35:53.284Z[ 17] 9.00-10.00 sec 29.4 MBytes 247 Mbits/sec
32912026-03-05T04:35:53.284Z[ 19] 9.00-10.00 sec 29.4 MBytes 247 Mbits/sec
32922026-03-05T04:35:53.284Z[SUM] 9.00-10.00 sec 235 MBytes 1.97 Gbits/sec
32932026-03-05T04:35:53.284Z- - - - - - - - - - - - - - - - - - - - - - - - -
32942026-03-05T04:35:53.284Z[ 5] 10.00-10.00 sec 64.9 KBytes 123 Mbits/sec
32952026-03-05T04:35:53.284Z[ 7] 10.00-10.00 sec 51.3 KBytes 97.2 Mbits/sec
32962026-03-05T04:35:53.285Z[ 9] 10.00-10.00 sec 88.0 KBytes 167 Mbits/sec
32972026-03-05T04:35:53.285Z[ 11] 10.00-10.00 sec 24.8 KBytes 46.9 Mbits/sec
32982026-03-05T04:35:53.285Z[ 13] 10.00-10.00 sec 72.7 KBytes 138 Mbits/sec
32992026-03-05T04:35:53.285Z[ 15] 10.00-10.00 sec 56.7 KBytes 108 Mbits/sec
33002026-03-05T04:35:53.285Z[ 17] 10.00-10.00 sec 73.5 KBytes 139 Mbits/sec
33012026-03-05T04:35:53.285Z[ 19] 10.00-10.00 sec 59.4 KBytes 113 Mbits/sec
33022026-03-05T04:35:53.285Z[SUM] 10.00-10.00 sec 491 KBytes 931 Mbits/sec
33032026-03-05T04:35:53.285Z- - - - - - - - - - - - - - - - - - - - - - - - -
33042026-03-05T04:35:53.285Z[ ID] Interval Transfer Bandwidth
33052026-03-05T04:35:53.285Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33062026-03-05T04:35:53.285Z[ 5] 0.00-10.00 sec 298 MBytes 250 Mbits/sec receiver
33072026-03-05T04:35:53.285Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33082026-03-05T04:35:53.285Z[ 7] 0.00-10.00 sec 298 MBytes 250 Mbits/sec receiver
33092026-03-05T04:35:53.285Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33102026-03-05T04:35:53.285Z[ 9] 0.00-10.00 sec 298 MBytes 250 Mbits/sec receiver
33112026-03-05T04:35:53.285Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33122026-03-05T04:35:53.285Z[ 11] 0.00-10.00 sec 298 MBytes 250 Mbits/sec receiver
33132026-03-05T04:35:53.285Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33142026-03-05T04:35:53.285Z[ 13] 0.00-10.00 sec 298 MBytes 250 Mbits/sec receiver
33152026-03-05T04:35:53.285Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33162026-03-05T04:35:53.285Z[ 15] 0.00-10.00 sec 298 MBytes 250 Mbits/sec receiver
33172026-03-05T04:35:53.285Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33182026-03-05T04:35:53.285Z[ 17] 0.00-10.00 sec 298 MBytes 250 Mbits/sec receiver
33192026-03-05T04:35:53.285Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33202026-03-05T04:35:53.285Z[ 19] 0.00-10.00 sec 298 MBytes 250 Mbits/sec receiver
33212026-03-05T04:35:53.285Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33222026-03-05T04:35:53.285Z[SUM] 0.00-10.00 sec 2.33 GBytes 2.00 Gbits/sec receiver
33232026-03-05T04:35:53.310ZRun 6/10...2000.542Mbps
33242026-03-05T04:36:00.350Z-----------------------------------------------------------
33252026-03-05T04:36:00.350ZServer listening on 5201
33262026-03-05T04:36:00.350Z-----------------------------------------------------------
33272026-03-05T04:36:00.350ZAccepted connection from 10.0.0.1, port 39699
33282026-03-05T04:36:00.350Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34509
33292026-03-05T04:36:00.350Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64437
33302026-03-05T04:36:00.350Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61129
33312026-03-05T04:36:00.350Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43532
33322026-03-05T04:36:00.350Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34442
33332026-03-05T04:36:00.350Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62888
33342026-03-05T04:36:00.350Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53786
33352026-03-05T04:36:00.351Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54847
33362026-03-05T04:36:00.351Z[ ID] Interval Transfer Bandwidth
33372026-03-05T04:36:00.351Z[ 5] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
33382026-03-05T04:36:00.351Z[ 7] 0.00-1.00 sec 22.8 MBytes 191 Mbits/sec
33392026-03-05T04:36:00.351Z[ 9] 0.00-1.00 sec 22.7 MBytes 191 Mbits/sec
33402026-03-05T04:36:00.351Z[ 11] 0.00-1.00 sec 22.7 MBytes 191 Mbits/sec
33412026-03-05T04:36:00.351Z[ 13] 0.00-1.00 sec 22.6 MBytes 189 Mbits/sec
33422026-03-05T04:36:00.351Z[ 15] 0.00-1.00 sec 22.6 MBytes 190 Mbits/sec
33432026-03-05T04:36:00.351Z[ 17] 0.00-1.00 sec 22.6 MBytes 190 Mbits/sec
33442026-03-05T04:36:00.351Z[ 19] 0.00-1.00 sec 22.6 MBytes 190 Mbits/sec
33452026-03-05T04:36:00.351Z[SUM] 0.00-1.00 sec 182 MBytes 1.52 Gbits/sec
33462026-03-05T04:36:00.351Z- - - - - - - - - - - - - - - - - - - - - - - - -
33472026-03-05T04:36:00.351Z[ 5] 1.00-2.00 sec 29.5 MBytes 247 Mbits/sec
33482026-03-05T04:36:00.351Z[ 7] 1.00-2.00 sec 29.5 MBytes 247 Mbits/sec
33492026-03-05T04:36:00.351Z[ 9] 1.00-2.00 sec 29.4 MBytes 247 Mbits/sec
33502026-03-05T04:36:00.351Z[ 11] 1.00-2.00 sec 29.4 MBytes 246 Mbits/sec
33512026-03-05T04:36:00.351Z[ 13] 1.00-2.00 sec 29.4 MBytes 247 Mbits/sec
33522026-03-05T04:36:00.351Z[ 15] 1.00-2.00 sec 29.4 MBytes 247 Mbits/sec
33532026-03-05T04:36:00.351Z[ 17] 1.00-2.00 sec 29.4 MBytes 247 Mbits/sec
33542026-03-05T04:36:00.351Z[ 19] 1.00-2.00 sec 29.4 MBytes 246 Mbits/sec
33552026-03-05T04:36:00.351Z[SUM] 1.00-2.00 sec 235 MBytes 1.97 Gbits/sec
33562026-03-05T04:36:00.351Z- - - - - - - - - - - - - - - - - - - - - - - - -
33572026-03-05T04:36:00.351Z[ 5] 2.00-3.00 sec 26.8 MBytes 225 Mbits/sec
33582026-03-05T04:36:00.351Z[ 7] 2.00-3.00 sec 26.9 MBytes 225 Mbits/sec
33592026-03-05T04:36:00.351Z[ 9] 2.00-3.00 sec 26.8 MBytes 225 Mbits/sec
33602026-03-05T04:36:00.351Z[ 11] 2.00-3.00 sec 26.8 MBytes 225 Mbits/sec
33612026-03-05T04:36:00.351Z[ 13] 2.00-3.00 sec 26.8 MBytes 224 Mbits/sec
33622026-03-05T04:36:00.351Z[ 15] 2.00-3.00 sec 26.9 MBytes 225 Mbits/sec
33632026-03-05T04:36:00.351Z[ 17] 2.00-3.00 sec 26.8 MBytes 225 Mbits/sec
33642026-03-05T04:36:00.351Z[ 19] 2.00-3.00 sec 26.7 MBytes 224 Mbits/sec
33652026-03-05T04:36:00.351Z[SUM] 2.00-3.00 sec 215 MBytes 1.80 Gbits/sec
33662026-03-05T04:36:00.351Z- - - - - - - - - - - - - - - - - - - - - - - - -
33672026-03-05T04:36:00.351Z[ 5] 3.00-4.00 sec 27.8 MBytes 233 Mbits/sec
33682026-03-05T04:36:00.351Z[ 7] 3.00-4.00 sec 27.9 MBytes 234 Mbits/sec
33692026-03-05T04:36:00.351Z[ 9] 3.00-4.00 sec 27.9 MBytes 234 Mbits/sec
33702026-03-05T04:36:00.351Z[ 11] 3.00-4.00 sec 27.8 MBytes 234 Mbits/sec
33712026-03-05T04:36:00.351Z[ 13] 3.00-4.00 sec 27.9 MBytes 234 Mbits/sec
33722026-03-05T04:36:00.351Z[ 15] 3.00-4.00 sec 27.8 MBytes 233 Mbits/sec
33732026-03-05T04:36:00.351Z[ 17] 3.00-4.00 sec 27.7 MBytes 233 Mbits/sec
33742026-03-05T04:36:00.352Z[ 19] 3.00-4.00 sec 27.8 MBytes 233 Mbits/sec
33752026-03-05T04:36:00.352Z[SUM] 3.00-4.00 sec 223 MBytes 1.87 Gbits/sec
33762026-03-05T04:36:00.352Z- - - - - - - - - - - - - - - - - - - - - - - - -
33772026-03-05T04:36:00.378Z[ 5] 4.00-5.00 sec 32.3 MBytes 271 Mbits/sec
33782026-03-05T04:36:00.378Z[ 7] 4.00-5.00 sec 32.4 MBytes 272 Mbits/sec
33792026-03-05T04:36:00.378Z[ 9] 4.00-5.00 sec 32.3 MBytes 271 Mbits/sec
33802026-03-05T04:36:00.378Z[ 11] 4.00-5.00 sec 32.4 MBytes 271 Mbits/sec
33812026-03-05T04:36:00.378Z[ 13] 4.00-5.00 sec 32.3 MBytes 271 Mbits/sec
33822026-03-05T04:36:00.378Z[ 15] 4.00-5.00 sec 32.3 MBytes 271 Mbits/sec
33832026-03-05T04:36:00.378Z[ 17] 4.00-5.00 sec 32.3 MBytes 271 Mbits/sec
33842026-03-05T04:36:00.378Z[ 19] 4.00-5.00 sec 32.3 MBytes 271 Mbits/sec
33852026-03-05T04:36:00.378Z[SUM] 4.00-5.00 sec 259 MBytes 2.17 Gbits/sec
33862026-03-05T04:36:00.378Z- - - - - - - - - - - - - - - - - - - - - - - - -
33872026-03-05T04:36:00.378Z[ 5] 5.00-6.00 sec 27.7 MBytes 232 Mbits/sec
33882026-03-05T04:36:00.378Z[ 7] 5.00-6.00 sec 27.7 MBytes 232 Mbits/sec
33892026-03-05T04:36:00.378Z[ 9] 5.00-6.00 sec 27.7 MBytes 232 Mbits/sec
33902026-03-05T04:36:00.378Z[ 11] 5.00-6.00 sec 27.7 MBytes 233 Mbits/sec
33912026-03-05T04:36:00.378Z[ 13] 5.00-6.00 sec 27.6 MBytes 232 Mbits/sec
33922026-03-05T04:36:00.378Z[ 15] 5.00-6.00 sec 27.7 MBytes 232 Mbits/sec
33932026-03-05T04:36:00.378Z[ 17] 5.00-6.00 sec 27.7 MBytes 233 Mbits/sec
33942026-03-05T04:36:00.378Z[ 19] 5.00-6.00 sec 27.7 MBytes 232 Mbits/sec
33952026-03-05T04:36:00.378Z[SUM] 5.00-6.00 sec 222 MBytes 1.86 Gbits/sec
33962026-03-05T04:36:00.378Z- - - - - - - - - - - - - - - - - - - - - - - - -
33972026-03-05T04:36:00.378Z[ 5] 6.00-7.00 sec 30.1 MBytes 252 Mbits/sec
33982026-03-05T04:36:00.378Z[ 7] 6.00-7.00 sec 30.1 MBytes 252 Mbits/sec
33992026-03-05T04:36:00.379Z[ 9] 6.00-7.00 sec 30.2 MBytes 253 Mbits/sec
34002026-03-05T04:36:03.563Z[ 11] 6.00-7.00 sec 30.1 MBytes 253 Mbits/sec
34012026-03-05T04:36:03.563Z[ 13] 6.00-7.00 sec 30.1 MBytes 253 Mbits/sec
34022026-03-05T04:36:03.563Z[ 15] 6.00-7.00 sec 30.2 MBytes 253 Mbits/sec
34032026-03-05T04:36:03.563Z[ 17] 6.00-7.00 sec 30.1 MBytes 252 Mbits/sec
34042026-03-05T04:36:03.563Z[ 19] 6.00-7.00 sec 30.1 MBytes 253 Mbits/sec
34052026-03-05T04:36:03.563Z[SUM] 6.00-7.00 sec 241 MBytes 2.02 Gbits/sec
34062026-03-05T04:36:03.563Z- - - - - - - - - - - - - - - - - - - - - - - - -
34072026-03-05T04:36:03.563Z[ 5] 7.00-8.00 sec 27.5 MBytes 231 Mbits/sec
34082026-03-05T04:36:03.563Z[ 7] 7.00-8.00 sec 27.5 MBytes 231 Mbits/sec
34092026-03-05T04:36:03.563Z[ 9] 7.00-8.00 sec 27.5 MBytes 230 Mbits/sec
34102026-03-05T04:36:03.563Z[ 11] 7.00-8.00 sec 27.5 MBytes 231 Mbits/sec
34112026-03-05T04:36:03.563Z[ 13] 7.00-8.00 sec 27.5 MBytes 231 Mbits/sec
34122026-03-05T04:36:03.563Z[ 15] 7.00-8.00 sec 27.5 MBytes 230 Mbits/sec
34132026-03-05T04:36:03.563Z[ 17] 7.00-8.00 sec 27.4 MBytes 230 Mbits/sec
34142026-03-05T04:36:03.563Z[ 19] 7.00-8.00 sec 27.4 MBytes 230 Mbits/sec
34152026-03-05T04:36:03.563Z[SUM] 7.00-8.00 sec 220 MBytes 1.84 Gbits/sec
34162026-03-05T04:36:03.564Z- - - - - - - - - - - - - - - - - - - - - - - - -
34172026-03-05T04:36:03.564Z[ 5] 8.00-9.00 sec 30.9 MBytes 260 Mbits/sec
34182026-03-05T04:36:03.564Z[ 7] 8.00-9.00 sec 30.9 MBytes 259 Mbits/sec
34192026-03-05T04:36:03.564Z[ 9] 8.00-9.00 sec 31.0 MBytes 260 Mbits/sec
34202026-03-05T04:36:03.564Z[ 11] 8.00-9.00 sec 30.9 MBytes 259 Mbits/sec
34212026-03-05T04:36:03.564Z[ 13] 8.00-9.00 sec 30.9 MBytes 259 Mbits/sec
34222026-03-05T04:36:03.564Z[ 15] 8.00-9.00 sec 30.9 MBytes 259 Mbits/sec
34232026-03-05T04:36:03.564Z[ 17] 8.00-9.00 sec 30.9 MBytes 259 Mbits/sec
34242026-03-05T04:36:03.564Z[ 19] 8.00-9.00 sec 30.9 MBytes 259 Mbits/sec
34252026-03-05T04:36:03.564Z[SUM] 8.00-9.00 sec 247 MBytes 2.07 Gbits/sec
34262026-03-05T04:36:03.564Z- - - - - - - - - - - - - - - - - - - - - - - - -
34272026-03-05T04:36:03.564Z[ 5] 9.00-10.00 sec 32.3 MBytes 271 Mbits/sec
34282026-03-05T04:36:03.564Z[ 7] 9.00-10.00 sec 32.3 MBytes 271 Mbits/sec
34292026-03-05T04:36:03.564Z[ 9] 9.00-10.00 sec 32.3 MBytes 271 Mbits/sec
34302026-03-05T04:36:03.564Z[ 11] 9.00-10.00 sec 32.3 MBytes 271 Mbits/sec
34312026-03-05T04:36:03.564Z[ 13] 9.00-10.00 sec 32.3 MBytes 271 Mbits/sec
34322026-03-05T04:36:03.565Z[ 15] 9.00-10.00 sec 32.3 MBytes 271 Mbits/sec
34332026-03-05T04:36:03.565Z[ 17] 9.00-10.00 sec 32.2 MBytes 270 Mbits/sec
34342026-03-05T04:36:03.565Z[ 19] 9.00-10.00 sec 32.3 MBytes 271 Mbits/sec
34352026-03-05T04:36:03.565Z[SUM] 9.00-10.00 sec 258 MBytes 2.17 Gbits/sec
34362026-03-05T04:36:03.565Z- - - - - - - - - - - - - - - - - - - - - - - - -
34372026-03-05T04:36:03.565Z[ 5] 10.00-10.00 sec 27.0 KBytes 168 Mbits/sec
34382026-03-05T04:36:03.565Z[ 7] 10.00-10.00 sec 36.8 KBytes 232 Mbits/sec
34392026-03-05T04:36:03.565Z[ 9] 10.00-10.00 sec 73.5 KBytes 465 Mbits/sec
34402026-03-05T04:36:03.565Z[ 11] 10.00-10.00 sec 69.6 KBytes 441 Mbits/sec
34412026-03-05T04:36:03.565Z[ 13] 10.00-10.00 sec 126 KBytes 796 Mbits/sec
34422026-03-05T04:36:03.565Z[ 15] 10.00-10.00 sec 95.3 KBytes 603 Mbits/sec
34432026-03-05T04:36:03.565Z[ 17] 10.00-10.00 sec 15.2 KBytes 96.1 Mbits/sec
34442026-03-05T04:36:03.565Z[ 19] 10.00-10.00 sec 106 KBytes 670 Mbits/sec
34452026-03-05T04:36:03.565Z[SUM] 10.00-10.00 sec 549 KBytes 3.41 Gbits/sec
34462026-03-05T04:36:03.565Z- - - - - - - - - - - - - - - - - - - - - - - - -
34472026-03-05T04:36:03.565Z[ ID] Interval Transfer Bandwidth
34482026-03-05T04:36:03.565Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34492026-03-05T04:36:03.565Z[ 5] 0.00-10.00 sec 288 MBytes 242 Mbits/sec receiver
34502026-03-05T04:36:03.565Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34512026-03-05T04:36:03.565Z[ 7] 0.00-10.00 sec 288 MBytes 241 Mbits/sec receiver
34522026-03-05T04:36:03.565Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34532026-03-05T04:36:03.565Z[ 9] 0.00-10.00 sec 288 MBytes 241 Mbits/sec receiver
34542026-03-05T04:36:03.565Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34552026-03-05T04:36:03.565Z[ 11] 0.00-10.00 sec 288 MBytes 241 Mbits/sec receiver
34562026-03-05T04:36:03.565Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34572026-03-05T04:36:03.565Z[ 13] 0.00-10.00 sec 288 MBytes 241 Mbits/sec receiver
34582026-03-05T04:36:03.566Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34592026-03-05T04:36:03.566Z[ 15] 0.00-10.00 sec 288 MBytes 241 Mbits/sec receiver
34602026-03-05T04:36:03.566Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34612026-03-05T04:36:03.566Z[ 17] 0.00-10.00 sec 287 MBytes 241 Mbits/sec receiver
34622026-03-05T04:36:03.566Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34632026-03-05T04:36:03.591Z[ 19] 0.00-10.00 sec 287 MBytes 241 Mbits/sec receiver
34642026-03-05T04:36:03.592Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34652026-03-05T04:36:03.592Z[SUM] 0.00-10.00 sec 2.25 GBytes 1.93 Gbits/sec receiver
34662026-03-05T04:36:03.592ZRun 7/10...1930.417Mbps
34672026-03-05T04:36:10.653Z-----------------------------------------------------------
34682026-03-05T04:36:10.654ZServer listening on 5201
34692026-03-05T04:36:10.654Z-----------------------------------------------------------
34702026-03-05T04:36:10.654ZAccepted connection from 10.0.0.1, port 52389
34712026-03-05T04:36:10.654Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44376
34722026-03-05T04:36:10.654Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54137
34732026-03-05T04:36:10.654Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44959
34742026-03-05T04:36:10.654Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55247
34752026-03-05T04:36:10.654Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61738
34762026-03-05T04:36:10.654Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39797
34772026-03-05T04:36:10.654Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48026
34782026-03-05T04:36:10.654Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52187
34792026-03-05T04:36:10.654Z[ ID] Interval Transfer Bandwidth
34802026-03-05T04:36:10.654Z[ 5] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
34812026-03-05T04:36:10.654Z[ 7] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
34822026-03-05T04:36:10.654Z[ 9] 0.00-1.00 sec 19.1 MBytes 160 Mbits/sec
34832026-03-05T04:36:10.654Z[ 11] 0.00-1.00 sec 19.1 MBytes 160 Mbits/sec
34842026-03-05T04:36:10.654Z[ 13] 0.00-1.00 sec 18.9 MBytes 158 Mbits/sec
34852026-03-05T04:36:10.654Z[ 15] 0.00-1.00 sec 19.0 MBytes 159 Mbits/sec
34862026-03-05T04:36:10.654Z[ 17] 0.00-1.00 sec 19.0 MBytes 159 Mbits/sec
34872026-03-05T04:36:10.654Z[ 19] 0.00-1.00 sec 18.9 MBytes 159 Mbits/sec
34882026-03-05T04:36:10.654Z[SUM] 0.00-1.00 sec 152 MBytes 1.28 Gbits/sec
34892026-03-05T04:36:10.654Z- - - - - - - - - - - - - - - - - - - - - - - - -
34902026-03-05T04:36:10.654Z[ 5] 1.00-2.00 sec 29.6 MBytes 248 Mbits/sec
34912026-03-05T04:36:10.654Z[ 7] 1.00-2.00 sec 29.6 MBytes 248 Mbits/sec
34922026-03-05T04:36:10.654Z[ 9] 1.00-2.00 sec 29.6 MBytes 249 Mbits/sec
34932026-03-05T04:36:10.654Z[ 11] 1.00-2.00 sec 29.6 MBytes 249 Mbits/sec
34942026-03-05T04:36:10.654Z[ 13] 1.00-2.00 sec 29.7 MBytes 249 Mbits/sec
34952026-03-05T04:36:10.654Z[ 15] 1.00-2.00 sec 29.7 MBytes 249 Mbits/sec
34962026-03-05T04:36:10.654Z[ 17] 1.00-2.00 sec 29.6 MBytes 248 Mbits/sec
34972026-03-05T04:36:10.654Z[ 19] 1.00-2.00 sec 29.6 MBytes 248 Mbits/sec
34982026-03-05T04:36:10.654Z[SUM] 1.00-2.00 sec 237 MBytes 1.99 Gbits/sec
34992026-03-05T04:36:10.654Z- - - - - - - - - - - - - - - - - - - - - - - - -
35002026-03-05T04:36:10.654Z[ 5] 2.00-3.00 sec 29.1 MBytes 244 Mbits/sec
35012026-03-05T04:36:10.654Z[ 7] 2.00-3.00 sec 29.1 MBytes 244 Mbits/sec
35022026-03-05T04:36:10.654Z[ 9] 2.00-3.00 sec 29.1 MBytes 244 Mbits/sec
35032026-03-05T04:36:10.654Z[ 11] 2.00-3.00 sec 29.1 MBytes 244 Mbits/sec
35042026-03-05T04:36:10.654Z[ 13] 2.00-3.00 sec 29.1 MBytes 244 Mbits/sec
35052026-03-05T04:36:10.654Z[ 15] 2.00-3.00 sec 29.1 MBytes 244 Mbits/sec
35062026-03-05T04:36:10.654Z[ 17] 2.00-3.00 sec 29.1 MBytes 244 Mbits/sec
35072026-03-05T04:36:10.655Z[ 19] 2.00-3.00 sec 29.1 MBytes 244 Mbits/sec
35082026-03-05T04:36:10.655Z[SUM] 2.00-3.00 sec 233 MBytes 1.95 Gbits/sec
35092026-03-05T04:36:10.655Z- - - - - - - - - - - - - - - - - - - - - - - - -
35102026-03-05T04:36:10.655Z[ 5] 3.00-4.00 sec 34.7 MBytes 291 Mbits/sec
35112026-03-05T04:36:10.655Z[ 7] 3.00-4.00 sec 34.7 MBytes 291 Mbits/sec
35122026-03-05T04:36:10.655Z[ 9] 3.00-4.00 sec 34.7 MBytes 291 Mbits/sec
35132026-03-05T04:36:10.655Z[ 11] 3.00-4.00 sec 34.7 MBytes 291 Mbits/sec
35142026-03-05T04:36:10.655Z[ 13] 3.00-4.00 sec 34.7 MBytes 291 Mbits/sec
35152026-03-05T04:36:10.655Z[ 15] 3.00-4.00 sec 34.7 MBytes 291 Mbits/sec
35162026-03-05T04:36:10.655Z[ 17] 3.00-4.00 sec 34.7 MBytes 291 Mbits/sec
35172026-03-05T04:36:10.655Z[ 19] 3.00-4.00 sec 34.7 MBytes 291 Mbits/sec
35182026-03-05T04:36:10.655Z[SUM] 3.00-4.00 sec 277 MBytes 2.33 Gbits/sec
35192026-03-05T04:36:10.655Z- - - - - - - - - - - - - - - - - - - - - - - - -
35202026-03-05T04:36:10.655Z[ 5] 4.00-5.00 sec 30.5 MBytes 255 Mbits/sec
35212026-03-05T04:36:10.655Z[ 7] 4.00-5.00 sec 30.4 MBytes 255 Mbits/sec
35222026-03-05T04:36:10.655Z[ 9] 4.00-5.00 sec 30.4 MBytes 255 Mbits/sec
35232026-03-05T04:36:10.655Z[ 11] 4.00-5.00 sec 30.5 MBytes 256 Mbits/sec
35242026-03-05T04:36:10.655Z[ 13] 4.00-5.00 sec 30.3 MBytes 254 Mbits/sec
35252026-03-05T04:36:10.655Z[ 15] 4.00-5.00 sec 30.5 MBytes 256 Mbits/sec
35262026-03-05T04:36:10.655Z[ 17] 4.00-5.00 sec 30.5 MBytes 256 Mbits/sec
35272026-03-05T04:36:10.655Z[ 19] 4.00-5.00 sec 30.5 MBytes 256 Mbits/sec
35282026-03-05T04:36:10.655Z[SUM] 4.00-5.00 sec 244 MBytes 2.04 Gbits/sec
35292026-03-05T04:36:10.655Z- - - - - - - - - - - - - - - - - - - - - - - - -
35302026-03-05T04:36:10.655Z[ 5] 5.00-6.00 sec 31.8 MBytes 267 Mbits/sec
35312026-03-05T04:36:10.655Z[ 7] 5.00-6.00 sec 31.7 MBytes 266 Mbits/sec
35322026-03-05T04:36:10.655Z[ 9] 5.00-6.00 sec 31.8 MBytes 266 Mbits/sec
35332026-03-05T04:36:10.655Z[ 11] 5.00-6.00 sec 31.7 MBytes 266 Mbits/sec
35342026-03-05T04:36:10.655Z[ 13] 5.00-6.00 sec 31.8 MBytes 267 Mbits/sec
35352026-03-05T04:36:10.655Z[ 15] 5.00-6.00 sec 31.8 MBytes 267 Mbits/sec
35362026-03-05T04:36:10.655Z[ 17] 5.00-6.00 sec 31.7 MBytes 266 Mbits/sec
35372026-03-05T04:36:10.655Z[ 19] 5.00-6.00 sec 31.7 MBytes 266 Mbits/sec
35382026-03-05T04:36:10.655Z[SUM] 5.00-6.00 sec 254 MBytes 2.13 Gbits/sec
35392026-03-05T04:36:10.655Z- - - - - - - - - - - - - - - - - - - - - - - - -
35402026-03-05T04:36:10.655Z[ 5] 6.00-7.00 sec 29.1 MBytes 244 Mbits/sec
35412026-03-05T04:36:10.655Z[ 7] 6.00-7.00 sec 29.1 MBytes 244 Mbits/sec
35422026-03-05T04:36:10.655Z[ 9] 6.00-7.00 sec 29.1 MBytes 244 Mbits/sec
35432026-03-05T04:36:13.852Z[ 11] 6.00-7.00 sec 29.1 MBytes 244 Mbits/sec
35442026-03-05T04:36:13.852Z[ 13] 6.00-7.00 sec 29.2 MBytes 245 Mbits/sec
35452026-03-05T04:36:13.852Z[ 15] 6.00-7.00 sec 29.1 MBytes 244 Mbits/sec
35462026-03-05T04:36:13.852Z[ 17] 6.00-7.00 sec 29.2 MBytes 245 Mbits/sec
35472026-03-05T04:36:13.852Z[ 19] 6.00-7.00 sec 29.1 MBytes 244 Mbits/sec
35482026-03-05T04:36:13.852Z[SUM] 6.00-7.00 sec 233 MBytes 1.95 Gbits/sec
35492026-03-05T04:36:13.852Z- - - - - - - - - - - - - - - - - - - - - - - - -
35502026-03-05T04:36:13.852Z[ 5] 7.00-8.00 sec 32.1 MBytes 269 Mbits/sec
35512026-03-05T04:36:13.852Z[ 7] 7.00-8.00 sec 32.1 MBytes 269 Mbits/sec
35522026-03-05T04:36:13.852Z[ 9] 7.00-8.00 sec 32.1 MBytes 269 Mbits/sec
35532026-03-05T04:36:13.852Z[ 11] 7.00-8.00 sec 32.1 MBytes 269 Mbits/sec
35542026-03-05T04:36:13.852Z[ 13] 7.00-8.00 sec 32.0 MBytes 269 Mbits/sec
35552026-03-05T04:36:13.852Z[ 15] 7.00-8.00 sec 32.1 MBytes 269 Mbits/sec
35562026-03-05T04:36:13.852Z[ 17] 7.00-8.00 sec 32.1 MBytes 270 Mbits/sec
35572026-03-05T04:36:13.852Z[ 19] 7.00-8.00 sec 32.1 MBytes 269 Mbits/sec
35582026-03-05T04:36:13.852Z[SUM] 7.00-8.00 sec 257 MBytes 2.15 Gbits/sec
35592026-03-05T04:36:13.852Z- - - - - - - - - - - - - - - - - - - - - - - - -
35602026-03-05T04:36:13.853Z[ 5] 8.00-9.00 sec 35.7 MBytes 299 Mbits/sec
35612026-03-05T04:36:13.853Z[ 7] 8.00-9.00 sec 35.6 MBytes 299 Mbits/sec
35622026-03-05T04:36:13.853Z[ 9] 8.00-9.00 sec 35.6 MBytes 299 Mbits/sec
35632026-03-05T04:36:13.853Z[ 11] 8.00-9.00 sec 35.6 MBytes 299 Mbits/sec
35642026-03-05T04:36:13.853Z[ 13] 8.00-9.00 sec 35.6 MBytes 299 Mbits/sec
35652026-03-05T04:36:13.853Z[ 15] 8.00-9.00 sec 35.7 MBytes 299 Mbits/sec
35662026-03-05T04:36:13.853Z[ 17] 8.00-9.00 sec 35.6 MBytes 299 Mbits/sec
35672026-03-05T04:36:13.853Z[ 19] 8.00-9.00 sec 35.7 MBytes 299 Mbits/sec
35682026-03-05T04:36:13.853Z[SUM] 8.00-9.00 sec 285 MBytes 2.39 Gbits/sec
35692026-03-05T04:36:13.853Z- - - - - - - - - - - - - - - - - - - - - - - - -
35702026-03-05T04:36:13.853Z[ 5] 9.00-10.00 sec 28.9 MBytes 242 Mbits/sec
35712026-03-05T04:36:13.853Z[ 7] 9.00-10.00 sec 28.9 MBytes 242 Mbits/sec
35722026-03-05T04:36:13.853Z[ 9] 9.00-10.00 sec 28.9 MBytes 242 Mbits/sec
35732026-03-05T04:36:13.853Z[ 11] 9.00-10.00 sec 29.0 MBytes 243 Mbits/sec
35742026-03-05T04:36:13.853Z[ 13] 9.00-10.00 sec 28.9 MBytes 242 Mbits/sec
35752026-03-05T04:36:13.853Z[ 15] 9.00-10.00 sec 28.8 MBytes 242 Mbits/sec
35762026-03-05T04:36:13.853Z[ 17] 9.00-10.00 sec 28.9 MBytes 242 Mbits/sec
35772026-03-05T04:36:13.853Z[ 19] 9.00-10.00 sec 28.9 MBytes 243 Mbits/sec
35782026-03-05T04:36:13.853Z[SUM] 9.00-10.00 sec 231 MBytes 1.94 Gbits/sec
35792026-03-05T04:36:13.853Z- - - - - - - - - - - - - - - - - - - - - - - - -
35802026-03-05T04:36:13.853Z[ 5] 10.00-10.00 sec 16.8 KBytes 97.5 Mbits/sec
35812026-03-05T04:36:13.853Z[ 7] 10.00-10.00 sec 29.7 KBytes 173 Mbits/sec
35822026-03-05T04:36:13.853Z[ 9] 10.00-10.00 sec 39.9 KBytes 232 Mbits/sec
35832026-03-05T04:36:13.853Z[ 11] 10.00-10.00 sec 93.0 KBytes 541 Mbits/sec
35842026-03-05T04:36:13.853Z[ 13] 10.00-10.00 sec 117 KBytes 678 Mbits/sec
35852026-03-05T04:36:13.853Z[ 15] 10.00-10.00 sec 88.7 KBytes 516 Mbits/sec
35862026-03-05T04:36:13.853Z[ 17] 10.00-10.00 sec 111 KBytes 643 Mbits/sec
35872026-03-05T04:36:13.853Z[ 19] 10.00-10.00 sec 44.2 KBytes 257 Mbits/sec
35882026-03-05T04:36:13.853Z[SUM] 10.00-10.00 sec 540 KBytes 3.13 Gbits/sec
35892026-03-05T04:36:13.853Z- - - - - - - - - - - - - - - - - - - - - - - - -
35902026-03-05T04:36:13.853Z[ ID] Interval Transfer Bandwidth
35912026-03-05T04:36:13.853Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35922026-03-05T04:36:13.853Z[ 5] 0.00-10.00 sec 301 MBytes 252 Mbits/sec receiver
35932026-03-05T04:36:13.853Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35942026-03-05T04:36:13.853Z[ 7] 0.00-10.00 sec 301 MBytes 252 Mbits/sec receiver
35952026-03-05T04:36:13.853Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35962026-03-05T04:36:13.853Z[ 9] 0.00-10.00 sec 300 MBytes 252 Mbits/sec receiver
35972026-03-05T04:36:13.854Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35982026-03-05T04:36:13.854Z[ 11] 0.00-10.00 sec 301 MBytes 252 Mbits/sec receiver
35992026-03-05T04:36:13.854Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36002026-03-05T04:36:13.854Z[ 13] 0.00-10.00 sec 300 MBytes 252 Mbits/sec receiver
36012026-03-05T04:36:13.854Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36022026-03-05T04:36:13.854Z[ 15] 0.00-10.00 sec 301 MBytes 252 Mbits/sec receiver
36032026-03-05T04:36:13.854Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36042026-03-05T04:36:13.854Z[ 17] 0.00-10.00 sec 301 MBytes 252 Mbits/sec receiver
36052026-03-05T04:36:13.854Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36062026-03-05T04:36:13.854Z[ 19] 0.00-10.00 sec 300 MBytes 252 Mbits/sec receiver
36072026-03-05T04:36:13.854Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36082026-03-05T04:36:13.854Z[SUM] 0.00-10.00 sec 2.35 GBytes 2.02 Gbits/sec receiver
36092026-03-05T04:36:13.880ZRun 8/10...2016.586Mbps
36102026-03-05T04:36:20.943Z-----------------------------------------------------------
36112026-03-05T04:36:20.943ZServer listening on 5201
36122026-03-05T04:36:20.943Z-----------------------------------------------------------
36132026-03-05T04:36:20.944ZAccepted connection from 10.0.0.1, port 49731
36142026-03-05T04:36:20.944Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59350
36152026-03-05T04:36:20.944Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53843
36162026-03-05T04:36:20.944Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36047
36172026-03-05T04:36:20.944Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59478
36182026-03-05T04:36:20.944Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33978
36192026-03-05T04:36:20.944Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38417
36202026-03-05T04:36:20.944Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62647
36212026-03-05T04:36:20.944Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55272
36222026-03-05T04:36:20.944Z[ ID] Interval Transfer Bandwidth
36232026-03-05T04:36:20.944Z[ 5] 0.00-1.00 sec 20.8 MBytes 175 Mbits/sec
36242026-03-05T04:36:20.944Z[ 7] 0.00-1.00 sec 20.6 MBytes 173 Mbits/sec
36252026-03-05T04:36:20.944Z[ 9] 0.00-1.00 sec 20.6 MBytes 173 Mbits/sec
36262026-03-05T04:36:20.944Z[ 11] 0.00-1.00 sec 20.6 MBytes 173 Mbits/sec
36272026-03-05T04:36:20.944Z[ 13] 0.00-1.00 sec 20.5 MBytes 172 Mbits/sec
36282026-03-05T04:36:20.944Z[ 15] 0.00-1.00 sec 20.5 MBytes 172 Mbits/sec
36292026-03-05T04:36:20.944Z[ 17] 0.00-1.00 sec 20.6 MBytes 173 Mbits/sec
36302026-03-05T04:36:20.944Z[ 19] 0.00-1.00 sec 20.5 MBytes 172 Mbits/sec
36312026-03-05T04:36:20.944Z[SUM] 0.00-1.00 sec 165 MBytes 1.38 Gbits/sec
36322026-03-05T04:36:20.944Z- - - - - - - - - - - - - - - - - - - - - - - - -
36332026-03-05T04:36:20.944Z[ 5] 1.00-2.00 sec 28.3 MBytes 238 Mbits/sec
36342026-03-05T04:36:20.944Z[ 7] 1.00-2.00 sec 28.2 MBytes 237 Mbits/sec
36352026-03-05T04:36:20.944Z[ 9] 1.00-2.00 sec 28.3 MBytes 237 Mbits/sec
36362026-03-05T04:36:20.944Z[ 11] 1.00-2.00 sec 28.3 MBytes 237 Mbits/sec
36372026-03-05T04:36:20.944Z[ 13] 1.00-2.00 sec 28.4 MBytes 238 Mbits/sec
36382026-03-05T04:36:20.944Z[ 15] 1.00-2.00 sec 28.3 MBytes 238 Mbits/sec
36392026-03-05T04:36:20.944Z[ 17] 1.00-2.00 sec 28.3 MBytes 237 Mbits/sec
36402026-03-05T04:36:20.944Z[ 19] 1.00-2.00 sec 28.3 MBytes 238 Mbits/sec
36412026-03-05T04:36:20.944Z[SUM] 1.00-2.00 sec 226 MBytes 1.90 Gbits/sec
36422026-03-05T04:36:20.944Z- - - - - - - - - - - - - - - - - - - - - - - - -
36432026-03-05T04:36:20.944Z[ 5] 2.00-3.00 sec 30.6 MBytes 257 Mbits/sec
36442026-03-05T04:36:20.944Z[ 7] 2.00-3.00 sec 30.6 MBytes 257 Mbits/sec
36452026-03-05T04:36:20.944Z[ 9] 2.00-3.00 sec 30.6 MBytes 257 Mbits/sec
36462026-03-05T04:36:20.944Z[ 11] 2.00-3.00 sec 30.6 MBytes 257 Mbits/sec
36472026-03-05T04:36:20.944Z[ 13] 2.00-3.00 sec 30.6 MBytes 257 Mbits/sec
36482026-03-05T04:36:20.944Z[ 15] 2.00-3.00 sec 30.6 MBytes 257 Mbits/sec
36492026-03-05T04:36:20.944Z[ 17] 2.00-3.00 sec 30.6 MBytes 256 Mbits/sec
36502026-03-05T04:36:20.945Z[ 19] 2.00-3.00 sec 30.6 MBytes 257 Mbits/sec
36512026-03-05T04:36:20.945Z[SUM] 2.00-3.00 sec 245 MBytes 2.05 Gbits/sec
36522026-03-05T04:36:20.945Z- - - - - - - - - - - - - - - - - - - - - - - - -
36532026-03-05T04:36:20.945Z[ 5] 3.00-4.00 sec 33.0 MBytes 276 Mbits/sec
36542026-03-05T04:36:20.945Z[ 7] 3.00-4.00 sec 33.0 MBytes 276 Mbits/sec
36552026-03-05T04:36:20.945Z[ 9] 3.00-4.00 sec 32.9 MBytes 276 Mbits/sec
36562026-03-05T04:36:20.945Z[ 11] 3.00-4.00 sec 32.9 MBytes 276 Mbits/sec
36572026-03-05T04:36:20.945Z[ 13] 3.00-4.00 sec 32.9 MBytes 276 Mbits/sec
36582026-03-05T04:36:20.945Z[ 15] 3.00-4.00 sec 33.0 MBytes 276 Mbits/sec
36592026-03-05T04:36:20.945Z[ 17] 3.00-4.00 sec 32.9 MBytes 276 Mbits/sec
36602026-03-05T04:36:20.945Z[ 19] 3.00-4.00 sec 32.9 MBytes 276 Mbits/sec
36612026-03-05T04:36:20.945Z[SUM] 3.00-4.00 sec 263 MBytes 2.21 Gbits/sec
36622026-03-05T04:36:20.945Z- - - - - - - - - - - - - - - - - - - - - - - - -
36632026-03-05T04:36:20.945Z[ 5] 4.00-5.00 sec 30.0 MBytes 251 Mbits/sec
36642026-03-05T04:36:20.946Z[ 7] 4.00-5.00 sec 29.9 MBytes 251 Mbits/sec
36652026-03-05T04:36:20.946Z[ 9] 4.00-5.00 sec 29.9 MBytes 251 Mbits/sec
36662026-03-05T04:36:20.946Z[ 11] 4.00-5.00 sec 30.0 MBytes 251 Mbits/sec
36672026-03-05T04:36:20.946Z[ 13] 4.00-5.00 sec 29.9 MBytes 251 Mbits/sec
36682026-03-05T04:36:20.946Z[ 15] 4.00-5.00 sec 29.9 MBytes 251 Mbits/sec
36692026-03-05T04:36:20.946Z[ 17] 4.00-5.00 sec 29.9 MBytes 251 Mbits/sec
36702026-03-05T04:36:20.946Z[ 19] 4.00-5.00 sec 29.9 MBytes 251 Mbits/sec
36712026-03-05T04:36:20.946Z[SUM] 4.00-5.00 sec 239 MBytes 2.01 Gbits/sec
36722026-03-05T04:36:20.946Z- - - - - - - - - - - - - - - - - - - - - - - - -
36732026-03-05T04:36:20.946Z[ 5] 5.00-6.00 sec 32.7 MBytes 275 Mbits/sec
36742026-03-05T04:36:20.946Z[ 7] 5.00-6.00 sec 32.8 MBytes 275 Mbits/sec
36752026-03-05T04:36:20.946Z[ 9] 5.00-6.00 sec 32.8 MBytes 275 Mbits/sec
36762026-03-05T04:36:20.946Z[ 11] 5.00-6.00 sec 32.7 MBytes 274 Mbits/sec
36772026-03-05T04:36:20.946Z[ 13] 5.00-6.00 sec 32.8 MBytes 275 Mbits/sec
36782026-03-05T04:36:20.946Z[ 15] 5.00-6.00 sec 32.7 MBytes 275 Mbits/sec
36792026-03-05T04:36:20.946Z[ 17] 5.00-6.00 sec 32.8 MBytes 275 Mbits/sec
36802026-03-05T04:36:20.946Z[ 19] 5.00-6.00 sec 32.8 MBytes 275 Mbits/sec
36812026-03-05T04:36:20.946Z[SUM] 5.00-6.00 sec 262 MBytes 2.20 Gbits/sec
36822026-03-05T04:36:20.946Z- - - - - - - - - - - - - - - - - - - - - - - - -
36832026-03-05T04:36:20.946Z[ 5] 6.00-7.00 sec 29.7 MBytes 250 Mbits/sec
36842026-03-05T04:36:20.946Z[ 7] 6.00-7.00 sec 29.7 MBytes 249 Mbits/sec
36852026-03-05T04:36:20.946Z[ 9] 6.00-7.00 sec 29.7 MBytes 249 Mbits/sec
36862026-03-05T04:36:24.142Z[ 11] 6.00-7.00 sec 29.7 MBytes 249 Mbits/sec
36872026-03-05T04:36:24.142Z[ 13] 6.00-7.00 sec 29.6 MBytes 249 Mbits/sec
36882026-03-05T04:36:24.142Z[ 15] 6.00-7.00 sec 29.7 MBytes 249 Mbits/sec
36892026-03-05T04:36:24.142Z[ 17] 6.00-7.00 sec 29.7 MBytes 249 Mbits/sec
36902026-03-05T04:36:24.142Z[ 19] 6.00-7.00 sec 29.6 MBytes 248 Mbits/sec
36912026-03-05T04:36:24.142Z[SUM] 6.00-7.00 sec 237 MBytes 1.99 Gbits/sec
36922026-03-05T04:36:24.143Z- - - - - - - - - - - - - - - - - - - - - - - - -
36932026-03-05T04:36:24.143Z[ 5] 7.00-8.00 sec 31.8 MBytes 267 Mbits/sec
36942026-03-05T04:36:24.143Z[ 7] 7.00-8.00 sec 31.9 MBytes 268 Mbits/sec
36952026-03-05T04:36:24.143Z[ 9] 7.00-8.00 sec 31.8 MBytes 267 Mbits/sec
36962026-03-05T04:36:24.143Z[ 11] 7.00-8.00 sec 31.9 MBytes 268 Mbits/sec
36972026-03-05T04:36:24.143Z[ 13] 7.00-8.00 sec 31.9 MBytes 268 Mbits/sec
36982026-03-05T04:36:24.143Z[ 15] 7.00-8.00 sec 31.9 MBytes 268 Mbits/sec
36992026-03-05T04:36:24.143Z[ 17] 7.00-8.00 sec 31.8 MBytes 267 Mbits/sec
37002026-03-05T04:36:24.143Z[ 19] 7.00-8.00 sec 31.9 MBytes 268 Mbits/sec
37012026-03-05T04:36:24.143Z[SUM] 7.00-8.00 sec 255 MBytes 2.14 Gbits/sec
37022026-03-05T04:36:24.143Z- - - - - - - - - - - - - - - - - - - - - - - - -
37032026-03-05T04:36:24.143Z[ 5] 8.00-9.00 sec 33.0 MBytes 277 Mbits/sec
37042026-03-05T04:36:24.143Z[ 7] 8.00-9.00 sec 33.1 MBytes 278 Mbits/sec
37052026-03-05T04:36:24.143Z[ 9] 8.00-9.00 sec 33.0 MBytes 277 Mbits/sec
37062026-03-05T04:36:24.143Z[ 11] 8.00-9.00 sec 33.1 MBytes 277 Mbits/sec
37072026-03-05T04:36:24.143Z[ 13] 8.00-9.00 sec 33.0 MBytes 277 Mbits/sec
37082026-03-05T04:36:24.143Z[ 15] 8.00-9.00 sec 33.0 MBytes 277 Mbits/sec
37092026-03-05T04:36:24.143Z[ 17] 8.00-9.00 sec 33.0 MBytes 277 Mbits/sec
37102026-03-05T04:36:24.143Z[ 19] 8.00-9.00 sec 33.0 MBytes 277 Mbits/sec
37112026-03-05T04:36:24.143Z[SUM] 8.00-9.00 sec 264 MBytes 2.22 Gbits/sec
37122026-03-05T04:36:24.143Z- - - - - - - - - - - - - - - - - - - - - - - - -
37132026-03-05T04:36:24.143Z[ 5] 9.00-10.00 sec 32.7 MBytes 275 Mbits/sec
37142026-03-05T04:36:24.143Z[ 7] 9.00-10.00 sec 32.8 MBytes 275 Mbits/sec
37152026-03-05T04:36:24.143Z[ 9] 9.00-10.00 sec 32.8 MBytes 275 Mbits/sec
37162026-03-05T04:36:24.143Z[ 11] 9.00-10.00 sec 32.8 MBytes 275 Mbits/sec
37172026-03-05T04:36:24.143Z[ 13] 9.00-10.00 sec 32.8 MBytes 275 Mbits/sec
37182026-03-05T04:36:24.143Z[ 15] 9.00-10.00 sec 32.8 MBytes 275 Mbits/sec
37192026-03-05T04:36:24.143Z[ 17] 9.00-10.00 sec 32.8 MBytes 275 Mbits/sec
37202026-03-05T04:36:24.143Z[ 19] 9.00-10.00 sec 32.8 MBytes 275 Mbits/sec
37212026-03-05T04:36:24.143Z[SUM] 9.00-10.00 sec 262 MBytes 2.20 Gbits/sec
37222026-03-05T04:36:24.143Z- - - - - - - - - - - - - - - - - - - - - - - - -
37232026-03-05T04:36:24.143Z[ 5] 10.00-10.00 sec 114 KBytes 267 Mbits/sec
37242026-03-05T04:36:24.143Z[ 7] 10.00-10.00 sec 29.7 KBytes 69.9 Mbits/sec
37252026-03-05T04:36:24.143Z[ 9] 10.00-10.00 sec 47.0 KBytes 111 Mbits/sec
37262026-03-05T04:36:24.143Z[ 11] 10.00-10.00 sec 64.9 KBytes 153 Mbits/sec
37272026-03-05T04:36:24.143Z[ 13] 10.00-10.00 sec 43.8 KBytes 103 Mbits/sec
37282026-03-05T04:36:24.143Z[ 15] 10.00-10.00 sec 53.4 KBytes 126 Mbits/sec
37292026-03-05T04:36:24.143Z[ 17] 10.00-10.00 sec 20.5 KBytes 48.3 Mbits/sec
37302026-03-05T04:36:24.144Z[ 19] 10.00-10.00 sec 34.5 KBytes 81.2 Mbits/sec
37312026-03-05T04:36:24.144Z[SUM] 10.00-10.00 sec 407 KBytes 959 Mbits/sec
37322026-03-05T04:36:24.144Z- - - - - - - - - - - - - - - - - - - - - - - - -
37332026-03-05T04:36:24.144Z[ ID] Interval Transfer Bandwidth
37342026-03-05T04:36:24.144Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37352026-03-05T04:36:24.144Z[ 5] 0.00-10.00 sec 303 MBytes 254 Mbits/sec receiver
37362026-03-05T04:36:24.144Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37372026-03-05T04:36:24.144Z[ 7] 0.00-10.00 sec 303 MBytes 254 Mbits/sec receiver
37382026-03-05T04:36:24.144Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37392026-03-05T04:36:24.144Z[ 9] 0.00-10.00 sec 302 MBytes 254 Mbits/sec receiver
37402026-03-05T04:36:24.144Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37412026-03-05T04:36:24.144Z[ 11] 0.00-10.00 sec 303 MBytes 254 Mbits/sec receiver
37422026-03-05T04:36:24.144Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37432026-03-05T04:36:24.144Z[ 13] 0.00-10.00 sec 303 MBytes 254 Mbits/sec receiver
37442026-03-05T04:36:24.144Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37452026-03-05T04:36:24.144Z[ 15] 0.00-10.00 sec 302 MBytes 254 Mbits/sec receiver
37462026-03-05T04:36:24.144Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37472026-03-05T04:36:24.144Z[ 17] 0.00-10.00 sec 302 MBytes 254 Mbits/sec receiver
37482026-03-05T04:36:24.144Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37492026-03-05T04:36:24.144Z[ 19] 0.00-10.00 sec 302 MBytes 254 Mbits/sec receiver
37502026-03-05T04:36:24.144Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37512026-03-05T04:36:24.144Z[SUM] 0.00-10.00 sec 2.36 GBytes 2.03 Gbits/sec receiver
37522026-03-05T04:36:24.173ZRun 9/10...2030.556Mbps
37532026-03-05T04:36:31.226Z-----------------------------------------------------------
37542026-03-05T04:36:31.226ZServer listening on 5201
37552026-03-05T04:36:31.226Z-----------------------------------------------------------
37562026-03-05T04:36:31.226ZAccepted connection from 10.0.0.1, port 61195
37572026-03-05T04:36:31.226Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45058
37582026-03-05T04:36:31.226Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64711
37592026-03-05T04:36:31.226Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55974
37602026-03-05T04:36:31.226Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53221
37612026-03-05T04:36:31.226Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56357
37622026-03-05T04:36:31.226Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34679
37632026-03-05T04:36:31.226Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62582
37642026-03-05T04:36:31.226Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38973
37652026-03-05T04:36:31.226Z[ ID] Interval Transfer Bandwidth
37662026-03-05T04:36:31.227Z[ 5] 0.00-1.00 sec 23.2 MBytes 194 Mbits/sec
37672026-03-05T04:36:31.227Z[ 7] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
37682026-03-05T04:36:31.227Z[ 9] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
37692026-03-05T04:36:31.227Z[ 11] 0.00-1.00 sec 22.9 MBytes 192 Mbits/sec
37702026-03-05T04:36:31.227Z[ 13] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
37712026-03-05T04:36:31.227Z[ 15] 0.00-1.00 sec 22.9 MBytes 192 Mbits/sec
37722026-03-05T04:36:31.227Z[ 17] 0.00-1.00 sec 22.9 MBytes 192 Mbits/sec
37732026-03-05T04:36:31.227Z[ 19] 0.00-1.00 sec 22.9 MBytes 192 Mbits/sec
37742026-03-05T04:36:31.227Z[SUM] 0.00-1.00 sec 184 MBytes 1.54 Gbits/sec
37752026-03-05T04:36:31.227Z- - - - - - - - - - - - - - - - - - - - - - - - -
37762026-03-05T04:36:31.227Z[ 5] 1.00-2.00 sec 28.8 MBytes 241 Mbits/sec
37772026-03-05T04:36:31.227Z[ 7] 1.00-2.00 sec 28.8 MBytes 242 Mbits/sec
37782026-03-05T04:36:31.227Z[ 9] 1.00-2.00 sec 28.9 MBytes 242 Mbits/sec
37792026-03-05T04:36:31.227Z[ 11] 1.00-2.00 sec 28.9 MBytes 242 Mbits/sec
37802026-03-05T04:36:31.227Z[ 13] 1.00-2.00 sec 28.8 MBytes 242 Mbits/sec
37812026-03-05T04:36:31.227Z[ 15] 1.00-2.00 sec 28.9 MBytes 242 Mbits/sec
37822026-03-05T04:36:31.227Z[ 17] 1.00-2.00 sec 28.9 MBytes 242 Mbits/sec
37832026-03-05T04:36:31.227Z[ 19] 1.00-2.00 sec 28.8 MBytes 242 Mbits/sec
37842026-03-05T04:36:31.227Z[SUM] 1.00-2.00 sec 231 MBytes 1.94 Gbits/sec
37852026-03-05T04:36:31.227Z- - - - - - - - - - - - - - - - - - - - - - - - -
37862026-03-05T04:36:31.227Z[ 5] 2.00-3.00 sec 27.2 MBytes 228 Mbits/sec
37872026-03-05T04:36:31.227Z[ 7] 2.00-3.00 sec 27.2 MBytes 228 Mbits/sec
37882026-03-05T04:36:31.227Z[ 9] 2.00-3.00 sec 27.2 MBytes 228 Mbits/sec
37892026-03-05T04:36:31.227Z[ 11] 2.00-3.00 sec 27.2 MBytes 228 Mbits/sec
37902026-03-05T04:36:31.227Z[ 13] 2.00-3.00 sec 27.3 MBytes 229 Mbits/sec
37912026-03-05T04:36:31.227Z[ 15] 2.00-3.00 sec 27.2 MBytes 228 Mbits/sec
37922026-03-05T04:36:31.227Z[ 17] 2.00-3.00 sec 27.3 MBytes 229 Mbits/sec
37932026-03-05T04:36:31.227Z[ 19] 2.00-3.00 sec 27.2 MBytes 229 Mbits/sec
37942026-03-05T04:36:31.227Z[SUM] 2.00-3.00 sec 218 MBytes 1.83 Gbits/sec
37952026-03-05T04:36:31.227Z- - - - - - - - - - - - - - - - - - - - - - - - -
37962026-03-05T04:36:31.227Z[ 5] 3.00-4.00 sec 27.7 MBytes 232 Mbits/sec
37972026-03-05T04:36:31.227Z[ 7] 3.00-4.00 sec 27.7 MBytes 232 Mbits/sec
37982026-03-05T04:36:31.227Z[ 9] 3.00-4.00 sec 27.7 MBytes 232 Mbits/sec
37992026-03-05T04:36:31.227Z[ 11] 3.00-4.00 sec 27.6 MBytes 232 Mbits/sec
38002026-03-05T04:36:31.227Z[ 13] 3.00-4.00 sec 27.6 MBytes 232 Mbits/sec
38012026-03-05T04:36:31.227Z[ 15] 3.00-4.00 sec 27.6 MBytes 232 Mbits/sec
38022026-03-05T04:36:31.227Z[ 17] 3.00-4.00 sec 27.6 MBytes 231 Mbits/sec
38032026-03-05T04:36:31.227Z[ 19] 3.00-4.00 sec 27.7 MBytes 233 Mbits/sec
38042026-03-05T04:36:31.227Z[SUM] 3.00-4.00 sec 221 MBytes 1.86 Gbits/sec
38052026-03-05T04:36:31.228Z- - - - - - - - - - - - - - - - - - - - - - - - -
38062026-03-05T04:36:31.228Z[ 5] 4.00-5.00 sec 28.8 MBytes 241 Mbits/sec
38072026-03-05T04:36:31.228Z[ 7] 4.00-5.00 sec 28.7 MBytes 241 Mbits/sec
38082026-03-05T04:36:31.228Z[ 9] 4.00-5.00 sec 28.7 MBytes 241 Mbits/sec
38092026-03-05T04:36:31.228Z[ 11] 4.00-5.00 sec 28.6 MBytes 240 Mbits/sec
38102026-03-05T04:36:31.228Z[ 13] 4.00-5.00 sec 28.7 MBytes 240 Mbits/sec
38112026-03-05T04:36:31.228Z[ 15] 4.00-5.00 sec 28.6 MBytes 240 Mbits/sec
38122026-03-05T04:36:31.228Z[ 17] 4.00-5.00 sec 28.7 MBytes 240 Mbits/sec
38132026-03-05T04:36:31.228Z[ 19] 4.00-5.00 sec 28.5 MBytes 239 Mbits/sec
38142026-03-05T04:36:31.228Z[SUM] 4.00-5.00 sec 229 MBytes 1.92 Gbits/sec
38152026-03-05T04:36:31.228Z- - - - - - - - - - - - - - - - - - - - - - - - -
38162026-03-05T04:36:31.228Z[ 5] 5.00-6.00 sec 30.7 MBytes 258 Mbits/sec
38172026-03-05T04:36:31.228Z[ 7] 5.00-6.00 sec 30.7 MBytes 257 Mbits/sec
38182026-03-05T04:36:31.228Z[ 9] 5.00-6.00 sec 30.8 MBytes 258 Mbits/sec
38192026-03-05T04:36:31.228Z[ 11] 5.00-6.00 sec 30.8 MBytes 258 Mbits/sec
38202026-03-05T04:36:31.228Z[ 13] 5.00-6.00 sec 30.7 MBytes 257 Mbits/sec
38212026-03-05T04:36:31.228Z[ 15] 5.00-6.00 sec 30.7 MBytes 258 Mbits/sec
38222026-03-05T04:36:31.228Z[ 17] 5.00-6.00 sec 30.8 MBytes 258 Mbits/sec
38232026-03-05T04:36:31.228Z[ 19] 5.00-6.00 sec 30.8 MBytes 258 Mbits/sec
38242026-03-05T04:36:31.228Z[SUM] 5.00-6.00 sec 246 MBytes 2.06 Gbits/sec
38252026-03-05T04:36:31.228Z- - - - - - - - - - - - - - - - - - - - - - - - -
38262026-03-05T04:36:31.228Z[ 5] 6.00-7.00 sec 28.4 MBytes 238 Mbits/sec
38272026-03-05T04:36:31.228Z[ 7] 6.00-7.00 sec 28.5 MBytes 239 Mbits/sec
38282026-03-05T04:36:31.228Z[ 9] 6.00-7.00 sec 28.4 MBytes 238 Mbits/sec
38292026-03-05T04:36:34.422Z[ 11] 6.00-7.00 sec 28.5 MBytes 239 Mbits/sec
38302026-03-05T04:36:34.422Z[ 13] 6.00-7.00 sec 28.4 MBytes 238 Mbits/sec
38312026-03-05T04:36:34.422Z[ 15] 6.00-7.00 sec 28.5 MBytes 239 Mbits/sec
38322026-03-05T04:36:34.423Z[ 17] 6.00-7.00 sec 28.4 MBytes 238 Mbits/sec
38332026-03-05T04:36:34.423Z[ 19] 6.00-7.00 sec 28.4 MBytes 238 Mbits/sec
38342026-03-05T04:36:34.423Z[SUM] 6.00-7.00 sec 227 MBytes 1.91 Gbits/sec
38352026-03-05T04:36:34.423Z- - - - - - - - - - - - - - - - - - - - - - - - -
38362026-03-05T04:36:34.423Z[ 5] 7.00-8.00 sec 28.6 MBytes 240 Mbits/sec
38372026-03-05T04:36:34.423Z[ 7] 7.00-8.00 sec 28.6 MBytes 240 Mbits/sec
38382026-03-05T04:36:34.423Z[ 9] 7.00-8.00 sec 28.6 MBytes 240 Mbits/sec
38392026-03-05T04:36:34.423Z[ 11] 7.00-8.00 sec 28.6 MBytes 240 Mbits/sec
38402026-03-05T04:36:34.423Z[ 13] 7.00-8.00 sec 28.6 MBytes 240 Mbits/sec
38412026-03-05T04:36:34.423Z[ 15] 7.00-8.00 sec 28.6 MBytes 240 Mbits/sec
38422026-03-05T04:36:34.423Z[ 17] 7.00-8.00 sec 28.5 MBytes 239 Mbits/sec
38432026-03-05T04:36:34.423Z[ 19] 7.00-8.00 sec 28.5 MBytes 239 Mbits/sec
38442026-03-05T04:36:34.423Z[SUM] 7.00-8.00 sec 229 MBytes 1.92 Gbits/sec
38452026-03-05T04:36:34.423Z- - - - - - - - - - - - - - - - - - - - - - - - -
38462026-03-05T04:36:34.423Z[ 5] 8.00-9.00 sec 29.8 MBytes 250 Mbits/sec
38472026-03-05T04:36:34.423Z[ 7] 8.00-9.00 sec 29.7 MBytes 249 Mbits/sec
38482026-03-05T04:36:34.423Z[ 9] 8.00-9.00 sec 29.8 MBytes 250 Mbits/sec
38492026-03-05T04:36:34.423Z[ 11] 8.00-9.00 sec 29.7 MBytes 250 Mbits/sec
38502026-03-05T04:36:34.423Z[ 13] 8.00-9.00 sec 29.7 MBytes 249 Mbits/sec
38512026-03-05T04:36:34.423Z[ 15] 8.00-9.00 sec 29.8 MBytes 250 Mbits/sec
38522026-03-05T04:36:34.423Z[ 17] 8.00-9.00 sec 29.7 MBytes 249 Mbits/sec
38532026-03-05T04:36:34.423Z[ 19] 8.00-9.00 sec 29.7 MBytes 249 Mbits/sec
38542026-03-05T04:36:34.423Z[SUM] 8.00-9.00 sec 238 MBytes 2.00 Gbits/sec
38552026-03-05T04:36:34.423Z- - - - - - - - - - - - - - - - - - - - - - - - -
38562026-03-05T04:36:34.423Z[ 5] 9.00-10.00 sec 23.0 MBytes 193 Mbits/sec
38572026-03-05T04:36:34.423Z[ 7] 9.00-10.00 sec 23.1 MBytes 194 Mbits/sec
38582026-03-05T04:36:34.423Z[ 9] 9.00-10.00 sec 23.1 MBytes 194 Mbits/sec
38592026-03-05T04:36:34.423Z[ 11] 9.00-10.00 sec 23.0 MBytes 193 Mbits/sec
38602026-03-05T04:36:34.423Z[ 13] 9.00-10.00 sec 23.0 MBytes 193 Mbits/sec
38612026-03-05T04:36:34.423Z[ 15] 9.00-10.00 sec 23.1 MBytes 194 Mbits/sec
38622026-03-05T04:36:34.423Z[ 17] 9.00-10.00 sec 23.1 MBytes 194 Mbits/sec
38632026-03-05T04:36:34.423Z[ 19] 9.00-10.00 sec 23.0 MBytes 193 Mbits/sec
38642026-03-05T04:36:34.423Z[SUM] 9.00-10.00 sec 184 MBytes 1.55 Gbits/sec
38652026-03-05T04:36:34.423Z- - - - - - - - - - - - - - - - - - - - - - - - -
38662026-03-05T04:36:34.423Z[ 5] 10.00-10.00 sec 66.5 KBytes 245 Mbits/sec
38672026-03-05T04:36:34.423Z[ 7] 10.00-10.00 sec 20.0 KBytes 73.6 Mbits/sec
38682026-03-05T04:36:34.423Z[ 9] 10.00-10.00 sec 56.2 KBytes 207 Mbits/sec
38692026-03-05T04:36:34.423Z[ 11] 10.00-10.00 sec 65.9 KBytes 243 Mbits/sec
38702026-03-05T04:36:34.424Z[ 13] 10.00-10.00 sec 59.6 KBytes 220 Mbits/sec
38712026-03-05T04:36:34.424Z[ 15] 10.00-10.00 sec 71.8 KBytes 265 Mbits/sec
38722026-03-05T04:36:34.424Z[ 17] 10.00-10.00 sec 80.1 KBytes 295 Mbits/sec
38732026-03-05T04:36:34.424Z[ 19] 10.00-10.00 sec 38.9 KBytes 143 Mbits/sec
38742026-03-05T04:36:34.424Z[SUM] 10.00-10.00 sec 459 KBytes 1.69 Gbits/sec
38752026-03-05T04:36:34.424Z- - - - - - - - - - - - - - - - - - - - - - - - -
38762026-03-05T04:36:34.424Z[ ID] Interval Transfer Bandwidth
38772026-03-05T04:36:34.424Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38782026-03-05T04:36:34.424Z[ 5] 0.00-10.00 sec 276 MBytes 232 Mbits/sec receiver
38792026-03-05T04:36:34.424Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38802026-03-05T04:36:34.424Z[ 7] 0.00-10.00 sec 276 MBytes 232 Mbits/sec receiver
38812026-03-05T04:36:34.425Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38822026-03-05T04:36:34.425Z[ 9] 0.00-10.00 sec 276 MBytes 232 Mbits/sec receiver
38832026-03-05T04:36:34.425Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38842026-03-05T04:36:34.425Z[ 11] 0.00-10.00 sec 276 MBytes 232 Mbits/sec receiver
38852026-03-05T04:36:34.425Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38862026-03-05T04:36:34.425Z[ 13] 0.00-10.00 sec 276 MBytes 231 Mbits/sec receiver
38872026-03-05T04:36:34.425Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38882026-03-05T04:36:34.425Z[ 15] 0.00-10.00 sec 276 MBytes 231 Mbits/sec receiver
38892026-03-05T04:36:34.425Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38902026-03-05T04:36:34.425Z[ 17] 0.00-10.00 sec 276 MBytes 231 Mbits/sec receiver
38912026-03-05T04:36:34.425Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38922026-03-05T04:36:34.425Z[ 19] 0.00-10.00 sec 276 MBytes 231 Mbits/sec receiver
38932026-03-05T04:36:34.425Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38942026-03-05T04:36:34.425Z[SUM] 0.00-10.00 sec 2.16 GBytes 1.85 Gbits/sec receiver
38952026-03-05T04:36:34.450ZRun 10/10...1852.2Mbps
38962026-03-05T04:36:34.450Z###---------------------###
38972026-03-05T04:36:34.450Z::: iPerf done... :::
38982026-03-05T04:36:34.450Z:::Awaiting out files...:::
38992026-03-05T04:36:34.450Z###---------------------###
39002026-03-05T04:36:34.450Z###-----###
39012026-03-05T04:36:34.451Z:::done!:::
39022026-03-05T04:36:34.451Z###-----###
39032026-03-05T04:36:40.550ZGnuplot not found, using plotters backend
39042026-03-05T04:36:40.849ZBenchmarking iperf-tcp/local/c2s/tx
39052026-03-05T04:36:40.849ZBenchmarking iperf-tcp/local/c2s/tx: Warming up for 3.0000 s
39062026-03-05T04:36:46.577ZBenchmarking iperf-tcp/local/c2s/tx: Collecting 100 samples in estimated 20.000 s (937M iterations)
39072026-03-05T04:37:08.106ZBenchmarking iperf-tcp/local/c2s/tx: Analyzing
39082026-03-05T04:37:08.309Ziperf-tcp/local/c2s/tx time: [6.6127 µs 6.6130 µs 6.6134 µs]
39092026-03-05T04:37:08.309Z change: [−1.5311% −1.5168% −1.5042%] (p = 0.00 < 0.05)
39102026-03-05T04:37:08.309Z Performance has improved.
39112026-03-05T04:37:08.309ZFound 3 outliers among 100 measurements (3.00%)
39122026-03-05T04:37:08.309Z 2 (2.00%) low severe
39132026-03-05T04:37:08.309Z 1 (1.00%) low mild
39142026-03-05T04:37:09.830Z
39152026-03-05T04:37:09.831ZBenchmarking iperf-tcp/local/c2s/rx
39162026-03-05T04:37:09.831ZBenchmarking iperf-tcp/local/c2s/rx: Warming up for 3.0000 s
39172026-03-05T04:37:13.473ZBenchmarking iperf-tcp/local/c2s/rx: Collecting 100 samples in estimated 20.000 s (737M iterations)
39182026-03-05T04:37:30.516ZBenchmarking iperf-tcp/local/c2s/rx: Analyzing
39192026-03-05T04:37:30.720Ziperf-tcp/local/c2s/rx time: [11.251 µs 11.251 µs 11.252 µs]
39202026-03-05T04:37:30.720Z change: [+0.0258% +0.0371% +0.0477%] (p = 0.00 < 0.05)
39212026-03-05T04:37:30.720Z Change within noise threshold.
39222026-03-05T04:37:30.720ZFound 9 outliers among 100 measurements (9.00%)
39232026-03-05T04:37:30.720Z 1 (1.00%) low severe
39242026-03-05T04:37:30.720Z 3 (3.00%) low mild
39252026-03-05T04:37:30.721Z 4 (4.00%) high mild
39262026-03-05T04:37:30.721Z 1 (1.00%) high severe
39272026-03-05T04:37:32.330Z
39282026-03-05T04:37:32.330Z###-------------------###
39292026-03-05T04:37:32.330Z:::Running experiment :::
39302026-03-05T04:37:32.330Z:::iperf-tcp/local/s2c:::
39312026-03-05T04:37:32.330Z###-------------------###
39322026-03-05T04:37:32.847Zdtrace: description 'profile-201us ' matched 2 probes
39332026-03-05T04:37:39.424Z-----------------------------------------------------------
39342026-03-05T04:37:39.424ZServer listening on 5201
39352026-03-05T04:37:39.424Z-----------------------------------------------------------
39362026-03-05T04:37:39.424ZAccepted connection from 10.0.0.1, port 50544
39372026-03-05T04:37:39.424Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51766
39382026-03-05T04:37:39.424Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57388
39392026-03-05T04:37:39.424Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42490
39402026-03-05T04:37:39.424Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53172
39412026-03-05T04:37:39.424Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39536
39422026-03-05T04:37:39.424Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54280
39432026-03-05T04:37:39.424Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52029
39442026-03-05T04:37:39.424Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44824
39452026-03-05T04:37:39.424Z[ ID] Interval Transfer Bandwidth
39462026-03-05T04:37:39.424Z[ 5] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
39472026-03-05T04:37:39.424Z[ 7] 0.00-1.00 sec 41.7 MBytes 350 Mbits/sec
39482026-03-05T04:37:39.424Z[ 9] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
39492026-03-05T04:37:39.424Z[ 11] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
39502026-03-05T04:37:39.424Z[ 13] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
39512026-03-05T04:37:39.424Z[ 15] 0.00-1.00 sec 41.2 MBytes 346 Mbits/sec
39522026-03-05T04:37:39.424Z[ 17] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
39532026-03-05T04:37:39.424Z[ 19] 0.00-1.00 sec 40.8 MBytes 342 Mbits/sec
39542026-03-05T04:37:39.424Z[SUM] 0.00-1.00 sec 332 MBytes 2.78 Gbits/sec
39552026-03-05T04:37:39.424Z- - - - - - - - - - - - - - - - - - - - - - - - -
39562026-03-05T04:37:39.424Z[ 5] 1.00-2.00 sec 37.5 MBytes 314 Mbits/sec
39572026-03-05T04:37:39.424Z[ 7] 1.00-2.00 sec 37.4 MBytes 313 Mbits/sec
39582026-03-05T04:37:39.425Z[ 9] 1.00-2.00 sec 37.5 MBytes 315 Mbits/sec
39592026-03-05T04:37:39.425Z[ 11] 1.00-2.00 sec 37.3 MBytes 313 Mbits/sec
39602026-03-05T04:37:39.425Z[ 13] 1.00-2.00 sec 37.2 MBytes 312 Mbits/sec
39612026-03-05T04:37:39.425Z[ 15] 1.00-2.00 sec 37.2 MBytes 312 Mbits/sec
39622026-03-05T04:37:39.425Z[ 17] 1.00-2.00 sec 37.4 MBytes 313 Mbits/sec
39632026-03-05T04:37:39.425Z[ 19] 1.00-2.00 sec 37.2 MBytes 312 Mbits/sec
39642026-03-05T04:37:39.425Z[SUM] 1.00-2.00 sec 299 MBytes 2.51 Gbits/sec
39652026-03-05T04:37:39.425Z- - - - - - - - - - - - - - - - - - - - - - - - -
39662026-03-05T04:37:39.425Z[ 5] 2.00-3.00 sec 41.7 MBytes 350 Mbits/sec
39672026-03-05T04:37:39.425Z[ 7] 2.00-3.00 sec 41.4 MBytes 347 Mbits/sec
39682026-03-05T04:37:39.425Z[ 9] 2.00-3.00 sec 41.6 MBytes 349 Mbits/sec
39692026-03-05T04:37:39.425Z[ 11] 2.00-3.00 sec 41.8 MBytes 351 Mbits/sec
39702026-03-05T04:37:39.425Z[ 13] 2.00-3.00 sec 41.8 MBytes 351 Mbits/sec
39712026-03-05T04:37:39.425Z[ 15] 2.00-3.00 sec 41.8 MBytes 350 Mbits/sec
39722026-03-05T04:37:39.425Z[ 17] 2.00-3.00 sec 41.9 MBytes 351 Mbits/sec
39732026-03-05T04:37:39.425Z[ 19] 2.00-3.00 sec 41.5 MBytes 348 Mbits/sec
39742026-03-05T04:37:39.425Z[SUM] 2.00-3.00 sec 333 MBytes 2.80 Gbits/sec
39752026-03-05T04:37:39.425Z- - - - - - - - - - - - - - - - - - - - - - - - -
39762026-03-05T04:37:39.425Z[ 5] 3.00-4.00 sec 38.6 MBytes 324 Mbits/sec
39772026-03-05T04:37:39.425Z[ 7] 3.00-4.00 sec 38.9 MBytes 326 Mbits/sec
39782026-03-05T04:37:39.425Z[ 9] 3.00-4.00 sec 38.9 MBytes 326 Mbits/sec
39792026-03-05T04:37:39.425Z[ 11] 3.00-4.00 sec 38.8 MBytes 325 Mbits/sec
39802026-03-05T04:37:39.425Z[ 13] 3.00-4.00 sec 38.8 MBytes 325 Mbits/sec
39812026-03-05T04:37:39.425Z[ 15] 3.00-4.00 sec 38.9 MBytes 327 Mbits/sec
39822026-03-05T04:37:39.425Z[ 17] 3.00-4.00 sec 38.7 MBytes 325 Mbits/sec
39832026-03-05T04:37:39.425Z[ 19] 3.00-4.00 sec 38.8 MBytes 325 Mbits/sec
39842026-03-05T04:37:39.425Z[SUM] 3.00-4.00 sec 310 MBytes 2.60 Gbits/sec
39852026-03-05T04:37:39.425Z- - - - - - - - - - - - - - - - - - - - - - - - -
39862026-03-05T04:37:39.425Z[ 5] 4.00-5.00 sec 38.3 MBytes 321 Mbits/sec
39872026-03-05T04:37:39.425Z[ 7] 4.00-5.00 sec 37.9 MBytes 318 Mbits/sec
39882026-03-05T04:37:39.425Z[ 9] 4.00-5.00 sec 37.9 MBytes 318 Mbits/sec
39892026-03-05T04:37:39.425Z[ 11] 4.00-5.00 sec 38.0 MBytes 319 Mbits/sec
39902026-03-05T04:37:39.425Z[ 13] 4.00-5.00 sec 37.8 MBytes 317 Mbits/sec
39912026-03-05T04:37:39.425Z[ 15] 4.00-5.00 sec 37.7 MBytes 316 Mbits/sec
39922026-03-05T04:37:39.425Z[ 17] 4.00-5.00 sec 37.7 MBytes 316 Mbits/sec
39932026-03-05T04:37:39.425Z[ 19] 4.00-5.00 sec 37.9 MBytes 318 Mbits/sec
39942026-03-05T04:37:39.425Z[SUM] 4.00-5.00 sec 303 MBytes 2.54 Gbits/sec
39952026-03-05T04:37:39.425Z- - - - - - - - - - - - - - - - - - - - - - - - -
39962026-03-05T04:37:39.425Z[ 5] 5.00-6.00 sec 41.2 MBytes 346 Mbits/sec
39972026-03-05T04:37:39.426Z[ 7] 5.00-6.00 sec 41.5 MBytes 348 Mbits/sec
39982026-03-05T04:37:39.426Z[ 9] 5.00-6.00 sec 41.1 MBytes 345 Mbits/sec
39992026-03-05T04:37:39.426Z[ 11] 5.00-6.00 sec 41.0 MBytes 344 Mbits/sec
40002026-03-05T04:37:39.426Z[ 13] 5.00-6.00 sec 41.0 MBytes 344 Mbits/sec
40012026-03-05T04:37:39.426Z[ 15] 5.00-6.00 sec 40.7 MBytes 341 Mbits/sec
40022026-03-05T04:37:39.426Z[ 17] 5.00-6.00 sec 41.0 MBytes 344 Mbits/sec
40032026-03-05T04:37:39.426Z[ 19] 5.00-6.00 sec 41.0 MBytes 344 Mbits/sec
40042026-03-05T04:37:39.426Z[SUM] 5.00-6.00 sec 328 MBytes 2.76 Gbits/sec
40052026-03-05T04:37:39.426Z- - - - - - - - - - - - - - - - - - - - - - - - -
40062026-03-05T04:37:39.426Z[ 5] 6.00-7.00 sec 37.7 MBytes 316 Mbits/sec
40072026-03-05T04:37:39.426Z[ 7] 6.00-7.00 sec 38.2 MBytes 320 Mbits/sec
40082026-03-05T04:37:39.426Z[ 9] 6.00-7.00 sec 37.9 MBytes 318 Mbits/sec
40092026-03-05T04:37:42.621Z[ 11] 6.00-7.00 sec 37.9 MBytes 318 Mbits/sec
40102026-03-05T04:37:42.621Z[ 13] 6.00-7.00 sec 37.9 MBytes 318 Mbits/sec
40112026-03-05T04:37:42.622Z[ 15] 6.00-7.00 sec 38.0 MBytes 319 Mbits/sec
40122026-03-05T04:37:42.622Z[ 17] 6.00-7.00 sec 37.9 MBytes 318 Mbits/sec
40132026-03-05T04:37:42.622Z[ 19] 6.00-7.00 sec 37.9 MBytes 318 Mbits/sec
40142026-03-05T04:37:42.622Z[SUM] 6.00-7.00 sec 303 MBytes 2.54 Gbits/sec
40152026-03-05T04:37:42.622Z- - - - - - - - - - - - - - - - - - - - - - - - -
40162026-03-05T04:37:42.622Z[ 5] 7.00-8.00 sec 38.4 MBytes 322 Mbits/sec
40172026-03-05T04:37:42.622Z[ 7] 7.00-8.00 sec 38.6 MBytes 324 Mbits/sec
40182026-03-05T04:37:42.622Z[ 9] 7.00-8.00 sec 38.8 MBytes 325 Mbits/sec
40192026-03-05T04:37:42.622Z[ 11] 7.00-8.00 sec 38.7 MBytes 325 Mbits/sec
40202026-03-05T04:37:42.622Z[ 13] 7.00-8.00 sec 38.5 MBytes 323 Mbits/sec
40212026-03-05T04:37:42.622Z[ 15] 7.00-8.00 sec 38.7 MBytes 324 Mbits/sec
40222026-03-05T04:37:42.622Z[ 17] 7.00-8.00 sec 38.4 MBytes 323 Mbits/sec
40232026-03-05T04:37:42.622Z[ 19] 7.00-8.00 sec 38.5 MBytes 323 Mbits/sec
40242026-03-05T04:37:42.622Z[SUM] 7.00-8.00 sec 309 MBytes 2.59 Gbits/sec
40252026-03-05T04:37:42.622Z- - - - - - - - - - - - - - - - - - - - - - - - -
40262026-03-05T04:37:42.622Z[ 5] 8.00-9.00 sec 41.5 MBytes 348 Mbits/sec
40272026-03-05T04:37:42.622Z[ 7] 8.00-9.00 sec 41.1 MBytes 345 Mbits/sec
40282026-03-05T04:37:42.622Z[ 9] 8.00-9.00 sec 41.5 MBytes 348 Mbits/sec
40292026-03-05T04:37:42.622Z[ 11] 8.00-9.00 sec 41.3 MBytes 347 Mbits/sec
40302026-03-05T04:37:42.622Z[ 13] 8.00-9.00 sec 41.5 MBytes 348 Mbits/sec
40312026-03-05T04:37:42.622Z[ 15] 8.00-9.00 sec 41.5 MBytes 349 Mbits/sec
40322026-03-05T04:37:42.622Z[ 17] 8.00-9.00 sec 41.6 MBytes 349 Mbits/sec
40332026-03-05T04:37:42.622Z[ 19] 8.00-9.00 sec 41.3 MBytes 346 Mbits/sec
40342026-03-05T04:37:42.622Z[SUM] 8.00-9.00 sec 331 MBytes 2.78 Gbits/sec
40352026-03-05T04:37:42.622Z- - - - - - - - - - - - - - - - - - - - - - - - -
40362026-03-05T04:37:42.622Z[ 5] 9.00-10.00 sec 40.0 MBytes 336 Mbits/sec
40372026-03-05T04:37:42.622Z[ 7] 9.00-10.00 sec 40.2 MBytes 337 Mbits/sec
40382026-03-05T04:37:42.622Z[ 9] 9.00-10.00 sec 40.1 MBytes 337 Mbits/sec
40392026-03-05T04:37:42.622Z[ 11] 9.00-10.00 sec 40.0 MBytes 336 Mbits/sec
40402026-03-05T04:37:42.622Z[ 13] 9.00-10.00 sec 40.0 MBytes 336 Mbits/sec
40412026-03-05T04:37:42.622Z[ 15] 9.00-10.00 sec 40.3 MBytes 338 Mbits/sec
40422026-03-05T04:37:42.622Z[ 17] 9.00-10.00 sec 40.3 MBytes 338 Mbits/sec
40432026-03-05T04:37:42.622Z[ 19] 9.00-10.00 sec 40.3 MBytes 338 Mbits/sec
40442026-03-05T04:37:42.622Z[SUM] 9.00-10.00 sec 321 MBytes 2.70 Gbits/sec
40452026-03-05T04:37:42.622Z- - - - - - - - - - - - - - - - - - - - - - - - -
40462026-03-05T04:37:42.622Z[ 5] 10.00-10.00 sec 96.2 KBytes 476 Mbits/sec
40472026-03-05T04:37:42.622Z[ 7] 10.00-10.00 sec 48.1 KBytes 238 Mbits/sec
40482026-03-05T04:37:42.622Z[ 9] 10.00-10.00 sec 48.1 KBytes 238 Mbits/sec
40492026-03-05T04:37:42.623Z[ 11] 10.00-10.00 sec 48.1 KBytes 238 Mbits/sec
40502026-03-05T04:37:42.623Z[ 13] 10.00-10.00 sec 96.2 KBytes 477 Mbits/sec
40512026-03-05T04:37:42.623Z[ 15] 10.00-10.00 sec 96.2 KBytes 477 Mbits/sec
40522026-03-05T04:37:42.623Z[ 17] 10.00-10.00 sec 48.1 KBytes 239 Mbits/sec
40532026-03-05T04:37:42.623Z[ 19] 10.00-10.00 sec 48.1 KBytes 239 Mbits/sec
40542026-03-05T04:37:42.623Z[SUM] 10.00-10.00 sec 529 KBytes 2.62 Gbits/sec
40552026-03-05T04:37:42.623Z- - - - - - - - - - - - - - - - - - - - - - - - -
40562026-03-05T04:37:42.623Z[ ID] Interval Transfer Bandwidth
40572026-03-05T04:37:42.623Z[ 5] 0.00-10.00 sec 397 MBytes 333 Mbits/sec sender
40582026-03-05T04:37:42.623Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40592026-03-05T04:37:42.623Z[ 7] 0.00-10.00 sec 397 MBytes 333 Mbits/sec sender
40602026-03-05T04:37:42.623Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40612026-03-05T04:37:42.623Z[ 9] 0.00-10.00 sec 397 MBytes 333 Mbits/sec sender
40622026-03-05T04:37:42.623Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40632026-03-05T04:37:42.623Z[ 11] 0.00-10.00 sec 396 MBytes 332 Mbits/sec sender
40642026-03-05T04:37:42.623Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40652026-03-05T04:37:42.623Z[ 13] 0.00-10.00 sec 396 MBytes 332 Mbits/sec sender
40662026-03-05T04:37:42.623Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40672026-03-05T04:37:42.623Z[ 15] 0.00-10.00 sec 396 MBytes 332 Mbits/sec sender
40682026-03-05T04:37:42.623Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40692026-03-05T04:37:42.623Z[ 17] 0.00-10.00 sec 397 MBytes 333 Mbits/sec sender
40702026-03-05T04:37:42.623Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40712026-03-05T04:37:42.623Z[ 19] 0.00-10.00 sec 395 MBytes 331 Mbits/sec sender
40722026-03-05T04:37:42.623Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40732026-03-05T04:37:42.623Z[SUM] 0.00-10.00 sec 3.10 GBytes 2.66 Gbits/sec sender
40742026-03-05T04:37:42.623Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40752026-03-05T04:37:42.648ZRun 1/10...2659.778Mbps
40762026-03-05T04:37:49.716Z-----------------------------------------------------------
40772026-03-05T04:37:49.716ZServer listening on 5201
40782026-03-05T04:37:49.716Z-----------------------------------------------------------
40792026-03-05T04:37:49.716ZAccepted connection from 10.0.0.1, port 38933
40802026-03-05T04:37:49.716Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37321
40812026-03-05T04:37:49.716Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60415
40822026-03-05T04:37:49.716Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44936
40832026-03-05T04:37:49.716Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35870
40842026-03-05T04:37:49.716Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33739
40852026-03-05T04:37:49.716Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53707
40862026-03-05T04:37:49.716Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57378
40872026-03-05T04:37:49.716Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47703
40882026-03-05T04:37:49.716Z[ ID] Interval Transfer Bandwidth
40892026-03-05T04:37:49.716Z[ 5] 0.00-1.00 sec 32.8 MBytes 275 Mbits/sec
40902026-03-05T04:37:49.716Z[ 7] 0.00-1.00 sec 32.6 MBytes 273 Mbits/sec
40912026-03-05T04:37:49.716Z[ 9] 0.00-1.00 sec 32.7 MBytes 274 Mbits/sec
40922026-03-05T04:37:49.716Z[ 11] 0.00-1.00 sec 32.7 MBytes 274 Mbits/sec
40932026-03-05T04:37:49.716Z[ 13] 0.00-1.00 sec 33.0 MBytes 277 Mbits/sec
40942026-03-05T04:37:49.716Z[ 15] 0.00-1.00 sec 32.7 MBytes 274 Mbits/sec
40952026-03-05T04:37:49.716Z[ 17] 0.00-1.00 sec 32.5 MBytes 272 Mbits/sec
40962026-03-05T04:37:49.716Z[ 19] 0.00-1.00 sec 32.2 MBytes 270 Mbits/sec
40972026-03-05T04:37:49.716Z[SUM] 0.00-1.00 sec 261 MBytes 2.19 Gbits/sec
40982026-03-05T04:37:49.716Z- - - - - - - - - - - - - - - - - - - - - - - - -
40992026-03-05T04:37:49.716Z[ 5] 1.00-2.00 sec 38.9 MBytes 327 Mbits/sec
41002026-03-05T04:37:49.716Z[ 7] 1.00-2.00 sec 39.2 MBytes 329 Mbits/sec
41012026-03-05T04:37:49.716Z[ 9] 1.00-2.00 sec 39.1 MBytes 328 Mbits/sec
41022026-03-05T04:37:49.717Z[ 11] 1.00-2.00 sec 39.2 MBytes 329 Mbits/sec
41032026-03-05T04:37:49.717Z[ 13] 1.00-2.00 sec 39.0 MBytes 327 Mbits/sec
41042026-03-05T04:37:49.717Z[ 15] 1.00-2.00 sec 38.8 MBytes 326 Mbits/sec
41052026-03-05T04:37:49.717Z[ 17] 1.00-2.00 sec 39.0 MBytes 327 Mbits/sec
41062026-03-05T04:37:49.717Z[ 19] 1.00-2.00 sec 38.8 MBytes 325 Mbits/sec
41072026-03-05T04:37:49.717Z[SUM] 1.00-2.00 sec 312 MBytes 2.62 Gbits/sec
41082026-03-05T04:37:49.717Z- - - - - - - - - - - - - - - - - - - - - - - - -
41092026-03-05T04:37:49.717Z[ 5] 2.00-3.00 sec 40.9 MBytes 343 Mbits/sec
41102026-03-05T04:37:49.717Z[ 7] 2.00-3.00 sec 40.9 MBytes 343 Mbits/sec
41112026-03-05T04:37:49.717Z[ 9] 2.00-3.00 sec 40.5 MBytes 340 Mbits/sec
41122026-03-05T04:37:49.717Z[ 11] 2.00-3.00 sec 40.5 MBytes 340 Mbits/sec
41132026-03-05T04:37:49.717Z[ 13] 2.00-3.00 sec 40.9 MBytes 343 Mbits/sec
41142026-03-05T04:37:49.717Z[ 15] 2.00-3.00 sec 40.9 MBytes 343 Mbits/sec
41152026-03-05T04:37:49.717Z[ 17] 2.00-3.00 sec 40.8 MBytes 342 Mbits/sec
41162026-03-05T04:37:49.717Z[ 19] 2.00-3.00 sec 40.8 MBytes 342 Mbits/sec
41172026-03-05T04:37:49.717Z[SUM] 2.00-3.00 sec 326 MBytes 2.74 Gbits/sec
41182026-03-05T04:37:49.717Z- - - - - - - - - - - - - - - - - - - - - - - - -
41192026-03-05T04:37:49.717Z[ 5] 3.00-4.00 sec 41.8 MBytes 351 Mbits/sec
41202026-03-05T04:37:49.717Z[ 7] 3.00-4.00 sec 41.7 MBytes 350 Mbits/sec
41212026-03-05T04:37:49.717Z[ 9] 3.00-4.00 sec 41.7 MBytes 349 Mbits/sec
41222026-03-05T04:37:49.717Z[ 11] 3.00-4.00 sec 41.6 MBytes 349 Mbits/sec
41232026-03-05T04:37:49.717Z[ 13] 3.00-4.00 sec 41.6 MBytes 349 Mbits/sec
41242026-03-05T04:37:49.717Z[ 15] 3.00-4.00 sec 41.7 MBytes 350 Mbits/sec
41252026-03-05T04:37:49.717Z[ 17] 3.00-4.00 sec 41.7 MBytes 350 Mbits/sec
41262026-03-05T04:37:49.717Z[ 19] 3.00-4.00 sec 41.7 MBytes 350 Mbits/sec
41272026-03-05T04:37:49.717Z[SUM] 3.00-4.00 sec 333 MBytes 2.80 Gbits/sec
41282026-03-05T04:37:49.717Z- - - - - - - - - - - - - - - - - - - - - - - - -
41292026-03-05T04:37:49.717Z[ 5] 4.00-5.00 sec 33.2 MBytes 278 Mbits/sec
41302026-03-05T04:37:49.717Z[ 7] 4.00-5.00 sec 33.1 MBytes 277 Mbits/sec
41312026-03-05T04:37:49.717Z[ 9] 4.00-5.00 sec 33.1 MBytes 278 Mbits/sec
41322026-03-05T04:37:49.717Z[ 11] 4.00-5.00 sec 33.0 MBytes 277 Mbits/sec
41332026-03-05T04:37:49.717Z[ 13] 4.00-5.00 sec 33.0 MBytes 277 Mbits/sec
41342026-03-05T04:37:49.717Z[ 15] 4.00-5.00 sec 33.1 MBytes 278 Mbits/sec
41352026-03-05T04:37:49.717Z[ 17] 4.00-5.00 sec 33.0 MBytes 277 Mbits/sec
41362026-03-05T04:37:49.717Z[ 19] 4.00-5.00 sec 33.0 MBytes 277 Mbits/sec
41372026-03-05T04:37:49.717Z[SUM] 4.00-5.00 sec 265 MBytes 2.22 Gbits/sec
41382026-03-05T04:37:49.717Z- - - - - - - - - - - - - - - - - - - - - - - - -
41392026-03-05T04:37:49.717Z[ 5] 5.00-6.00 sec 34.1 MBytes 286 Mbits/sec
41402026-03-05T04:37:49.717Z[ 7] 5.00-6.00 sec 34.3 MBytes 288 Mbits/sec
41412026-03-05T04:37:49.718Z[ 9] 5.00-6.00 sec 34.4 MBytes 288 Mbits/sec
41422026-03-05T04:37:49.718Z[ 11] 5.00-6.00 sec 34.2 MBytes 287 Mbits/sec
41432026-03-05T04:37:49.718Z[ 13] 5.00-6.00 sec 34.2 MBytes 287 Mbits/sec
41442026-03-05T04:37:49.718Z[ 15] 5.00-6.00 sec 34.1 MBytes 286 Mbits/sec
41452026-03-05T04:37:49.718Z[ 17] 5.00-6.00 sec 34.0 MBytes 286 Mbits/sec
41462026-03-05T04:37:49.718Z[ 19] 5.00-6.00 sec 34.1 MBytes 286 Mbits/sec
41472026-03-05T04:37:49.718Z[SUM] 5.00-6.00 sec 273 MBytes 2.29 Gbits/sec
41482026-03-05T04:37:49.718Z- - - - - - - - - - - - - - - - - - - - - - - - -
41492026-03-05T04:37:49.718Z[ 5] 6.00-7.00 sec 44.7 MBytes 375 Mbits/sec
41502026-03-05T04:37:49.718Z[ 7] 6.00-7.00 sec 44.8 MBytes 376 Mbits/sec
41512026-03-05T04:37:49.718Z[ 9] 6.00-7.00 sec 44.7 MBytes 375 Mbits/sec
41522026-03-05T04:37:52.912Z[ 11] 6.00-7.00 sec 44.7 MBytes 375 Mbits/sec
41532026-03-05T04:37:52.912Z[ 13] 6.00-7.00 sec 44.8 MBytes 376 Mbits/sec
41542026-03-05T04:37:52.912Z[ 15] 6.00-7.00 sec 44.8 MBytes 376 Mbits/sec
41552026-03-05T04:37:52.912Z[ 17] 6.00-7.00 sec 44.8 MBytes 376 Mbits/sec
41562026-03-05T04:37:52.912Z[ 19] 6.00-7.00 sec 44.5 MBytes 374 Mbits/sec
41572026-03-05T04:37:52.912Z[SUM] 6.00-7.00 sec 358 MBytes 3.00 Gbits/sec
41582026-03-05T04:37:52.912Z- - - - - - - - - - - - - - - - - - - - - - - - -
41592026-03-05T04:37:52.912Z[ 5] 7.00-8.00 sec 42.0 MBytes 353 Mbits/sec
41602026-03-05T04:37:52.912Z[ 7] 7.00-8.00 sec 42.0 MBytes 353 Mbits/sec
41612026-03-05T04:37:52.912Z[ 9] 7.00-8.00 sec 42.3 MBytes 355 Mbits/sec
41622026-03-05T04:37:52.912Z[ 11] 7.00-8.00 sec 42.3 MBytes 355 Mbits/sec
41632026-03-05T04:37:52.912Z[ 13] 7.00-8.00 sec 42.3 MBytes 354 Mbits/sec
41642026-03-05T04:37:52.912Z[ 15] 7.00-8.00 sec 42.3 MBytes 354 Mbits/sec
41652026-03-05T04:37:52.912Z[ 17] 7.00-8.00 sec 41.9 MBytes 351 Mbits/sec
41662026-03-05T04:37:52.913Z[ 19] 7.00-8.00 sec 42.0 MBytes 352 Mbits/sec
41672026-03-05T04:37:52.913Z[SUM] 7.00-8.00 sec 337 MBytes 2.83 Gbits/sec
41682026-03-05T04:37:52.913Z- - - - - - - - - - - - - - - - - - - - - - - - -
41692026-03-05T04:37:52.913Z[ 5] 8.00-9.00 sec 47.6 MBytes 399 Mbits/sec
41702026-03-05T04:37:52.913Z[ 7] 8.00-9.00 sec 47.5 MBytes 398 Mbits/sec
41712026-03-05T04:37:52.913Z[ 9] 8.00-9.00 sec 47.7 MBytes 400 Mbits/sec
41722026-03-05T04:37:52.913Z[ 11] 8.00-9.00 sec 47.9 MBytes 402 Mbits/sec
41732026-03-05T04:37:52.913Z[ 13] 8.00-9.00 sec 47.7 MBytes 400 Mbits/sec
41742026-03-05T04:37:52.913Z[ 15] 8.00-9.00 sec 47.3 MBytes 397 Mbits/sec
41752026-03-05T04:37:52.913Z[ 17] 8.00-9.00 sec 47.4 MBytes 397 Mbits/sec
41762026-03-05T04:37:52.913Z[ 19] 8.00-9.00 sec 47.3 MBytes 397 Mbits/sec
41772026-03-05T04:37:52.913Z[SUM] 8.00-9.00 sec 380 MBytes 3.19 Gbits/sec
41782026-03-05T04:37:52.913Z- - - - - - - - - - - - - - - - - - - - - - - - -
41792026-03-05T04:37:52.913Z[ 5] 9.00-10.00 sec 41.1 MBytes 345 Mbits/sec
41802026-03-05T04:37:52.913Z[ 7] 9.00-10.00 sec 41.0 MBytes 344 Mbits/sec
41812026-03-05T04:37:52.913Z[ 9] 9.00-10.00 sec 41.1 MBytes 345 Mbits/sec
41822026-03-05T04:37:52.913Z[ 11] 9.00-10.00 sec 41.1 MBytes 345 Mbits/sec
41832026-03-05T04:37:52.913Z[ 13] 9.00-10.00 sec 41.2 MBytes 346 Mbits/sec
41842026-03-05T04:37:52.913Z[ 15] 9.00-10.00 sec 41.1 MBytes 345 Mbits/sec
41852026-03-05T04:37:52.913Z[ 17] 9.00-10.00 sec 41.1 MBytes 345 Mbits/sec
41862026-03-05T04:37:52.913Z[ 19] 9.00-10.00 sec 41.3 MBytes 346 Mbits/sec
41872026-03-05T04:37:52.913Z[SUM] 9.00-10.00 sec 329 MBytes 2.76 Gbits/sec
41882026-03-05T04:37:52.913Z- - - - - - - - - - - - - - - - - - - - - - - - -
41892026-03-05T04:37:52.913Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41902026-03-05T04:37:52.913Z[ 7] 10.00-10.00 sec 48.1 KBytes 265 Mbits/sec
41912026-03-05T04:37:52.913Z[ 9] 10.00-10.00 sec 48.1 KBytes 265 Mbits/sec
41922026-03-05T04:37:52.913Z[ 11] 10.00-10.00 sec 96.2 KBytes 530 Mbits/sec
41932026-03-05T04:37:52.913Z[ 13] 10.00-10.00 sec 144 KBytes 795 Mbits/sec
41942026-03-05T04:37:52.913Z[ 15] 10.00-10.00 sec 144 KBytes 796 Mbits/sec
41952026-03-05T04:37:52.913Z[ 17] 10.00-10.00 sec 48.1 KBytes 265 Mbits/sec
41962026-03-05T04:37:52.913Z[ 19] 10.00-10.00 sec 48.1 KBytes 265 Mbits/sec
41972026-03-05T04:37:52.914Z[SUM] 10.00-10.00 sec 577 KBytes 3.18 Gbits/sec
41982026-03-05T04:37:52.914Z- - - - - - - - - - - - - - - - - - - - - - - - -
41992026-03-05T04:37:52.914Z[ ID] Interval Transfer Bandwidth
42002026-03-05T04:37:52.914Z[ 5] 0.00-10.00 sec 397 MBytes 333 Mbits/sec sender
42012026-03-05T04:37:52.914Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42022026-03-05T04:37:52.914Z[ 7] 0.00-10.00 sec 397 MBytes 333 Mbits/sec sender
42032026-03-05T04:37:52.914Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42042026-03-05T04:37:52.914Z[ 9] 0.00-10.00 sec 397 MBytes 333 Mbits/sec sender
42052026-03-05T04:37:52.914Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42062026-03-05T04:37:52.914Z[ 11] 0.00-10.00 sec 397 MBytes 333 Mbits/sec sender
42072026-03-05T04:37:52.914Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42082026-03-05T04:37:52.914Z[ 13] 0.00-10.00 sec 398 MBytes 334 Mbits/sec sender
42092026-03-05T04:37:52.914Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42102026-03-05T04:37:52.914Z[ 15] 0.00-10.00 sec 397 MBytes 333 Mbits/sec sender
42112026-03-05T04:37:52.914Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42122026-03-05T04:37:52.914Z[ 17] 0.00-10.00 sec 396 MBytes 332 Mbits/sec sender
42132026-03-05T04:37:52.914Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42142026-03-05T04:37:52.914Z[ 19] 0.00-10.00 sec 396 MBytes 332 Mbits/sec sender
42152026-03-05T04:37:52.914Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42162026-03-05T04:37:52.914Z[SUM] 0.00-10.00 sec 3.10 GBytes 2.66 Gbits/sec sender
42172026-03-05T04:37:52.914Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42182026-03-05T04:37:52.939ZRun 2/10...2664.09Mbps
42192026-03-05T04:37:59.992Z-----------------------------------------------------------
42202026-03-05T04:37:59.992ZServer listening on 5201
42212026-03-05T04:37:59.992Z-----------------------------------------------------------
42222026-03-05T04:37:59.992ZAccepted connection from 10.0.0.1, port 63530
42232026-03-05T04:37:59.992Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61812
42242026-03-05T04:37:59.992Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64920
42252026-03-05T04:37:59.992Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41842
42262026-03-05T04:37:59.992Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55892
42272026-03-05T04:37:59.992Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61022
42282026-03-05T04:37:59.992Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43316
42292026-03-05T04:37:59.992Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63045
42302026-03-05T04:37:59.992Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61863
42312026-03-05T04:37:59.992Z[ ID] Interval Transfer Bandwidth
42322026-03-05T04:37:59.992Z[ 5] 0.00-1.00 sec 29.3 MBytes 245 Mbits/sec
42332026-03-05T04:37:59.992Z[ 7] 0.00-1.00 sec 29.3 MBytes 245 Mbits/sec
42342026-03-05T04:37:59.993Z[ 9] 0.00-1.00 sec 29.3 MBytes 245 Mbits/sec
42352026-03-05T04:37:59.993Z[ 11] 0.00-1.00 sec 29.2 MBytes 245 Mbits/sec
42362026-03-05T04:37:59.993Z[ 13] 0.00-1.00 sec 29.2 MBytes 245 Mbits/sec
42372026-03-05T04:37:59.993Z[ 15] 0.00-1.00 sec 29.2 MBytes 245 Mbits/sec
42382026-03-05T04:37:59.993Z[ 17] 0.00-1.00 sec 29.2 MBytes 245 Mbits/sec
42392026-03-05T04:37:59.993Z[ 19] 0.00-1.00 sec 29.1 MBytes 244 Mbits/sec
42402026-03-05T04:37:59.993Z[SUM] 0.00-1.00 sec 234 MBytes 1.96 Gbits/sec
42412026-03-05T04:37:59.993Z- - - - - - - - - - - - - - - - - - - - - - - - -
42422026-03-05T04:37:59.993Z[ 5] 1.00-2.00 sec 33.6 MBytes 282 Mbits/sec
42432026-03-05T04:37:59.993Z[ 7] 1.00-2.00 sec 33.7 MBytes 283 Mbits/sec
42442026-03-05T04:37:59.993Z[ 9] 1.00-2.00 sec 33.6 MBytes 282 Mbits/sec
42452026-03-05T04:37:59.993Z[ 11] 1.00-2.00 sec 33.6 MBytes 282 Mbits/sec
42462026-03-05T04:37:59.993Z[ 13] 1.00-2.00 sec 33.6 MBytes 282 Mbits/sec
42472026-03-05T04:37:59.993Z[ 15] 1.00-2.00 sec 33.4 MBytes 280 Mbits/sec
42482026-03-05T04:37:59.993Z[ 17] 1.00-2.00 sec 33.6 MBytes 282 Mbits/sec
42492026-03-05T04:37:59.993Z[ 19] 1.00-2.00 sec 33.5 MBytes 281 Mbits/sec
42502026-03-05T04:37:59.993Z[SUM] 1.00-2.00 sec 269 MBytes 2.25 Gbits/sec
42512026-03-05T04:37:59.993Z- - - - - - - - - - - - - - - - - - - - - - - - -
42522026-03-05T04:37:59.993Z[ 5] 2.00-3.00 sec 36.1 MBytes 303 Mbits/sec
42532026-03-05T04:37:59.993Z[ 7] 2.00-3.00 sec 36.3 MBytes 304 Mbits/sec
42542026-03-05T04:37:59.993Z[ 9] 2.00-3.00 sec 36.1 MBytes 303 Mbits/sec
42552026-03-05T04:37:59.993Z[ 11] 2.00-3.00 sec 36.0 MBytes 302 Mbits/sec
42562026-03-05T04:37:59.993Z[ 13] 2.00-3.00 sec 35.9 MBytes 301 Mbits/sec
42572026-03-05T04:37:59.993Z[ 15] 2.00-3.00 sec 36.1 MBytes 303 Mbits/sec
42582026-03-05T04:37:59.993Z[ 17] 2.00-3.00 sec 36.0 MBytes 302 Mbits/sec
42592026-03-05T04:37:59.993Z[ 19] 2.00-3.00 sec 36.1 MBytes 303 Mbits/sec
42602026-03-05T04:37:59.993Z[SUM] 2.00-3.00 sec 289 MBytes 2.42 Gbits/sec
42612026-03-05T04:37:59.993Z- - - - - - - - - - - - - - - - - - - - - - - - -
42622026-03-05T04:37:59.993Z[ 5] 3.00-4.00 sec 45.2 MBytes 379 Mbits/sec
42632026-03-05T04:37:59.993Z[ 7] 3.00-4.00 sec 44.9 MBytes 377 Mbits/sec
42642026-03-05T04:37:59.993Z[ 9] 3.00-4.00 sec 44.6 MBytes 374 Mbits/sec
42652026-03-05T04:37:59.993Z[ 11] 3.00-4.00 sec 44.8 MBytes 376 Mbits/sec
42662026-03-05T04:37:59.993Z[ 13] 3.00-4.00 sec 44.9 MBytes 377 Mbits/sec
42672026-03-05T04:37:59.993Z[ 15] 3.00-4.00 sec 45.1 MBytes 378 Mbits/sec
42682026-03-05T04:37:59.993Z[ 17] 3.00-4.00 sec 45.0 MBytes 377 Mbits/sec
42692026-03-05T04:37:59.993Z[ 19] 3.00-4.00 sec 45.0 MBytes 378 Mbits/sec
42702026-03-05T04:37:59.993Z[SUM] 3.00-4.00 sec 360 MBytes 3.02 Gbits/sec
42712026-03-05T04:37:59.993Z- - - - - - - - - - - - - - - - - - - - - - - - -
42722026-03-05T04:37:59.993Z[ 5] 4.00-5.00 sec 41.6 MBytes 349 Mbits/sec
42732026-03-05T04:37:59.994Z[ 7] 4.00-5.00 sec 41.6 MBytes 349 Mbits/sec
42742026-03-05T04:37:59.994Z[ 9] 4.00-5.00 sec 41.6 MBytes 349 Mbits/sec
42752026-03-05T04:37:59.994Z[ 11] 4.00-5.00 sec 41.6 MBytes 349 Mbits/sec
42762026-03-05T04:37:59.994Z[ 13] 4.00-5.00 sec 41.6 MBytes 349 Mbits/sec
42772026-03-05T04:37:59.994Z[ 15] 4.00-5.00 sec 41.5 MBytes 348 Mbits/sec
42782026-03-05T04:37:59.994Z[ 17] 4.00-5.00 sec 41.4 MBytes 347 Mbits/sec
42792026-03-05T04:37:59.994Z[ 19] 4.00-5.00 sec 41.5 MBytes 348 Mbits/sec
42802026-03-05T04:37:59.994Z[SUM] 4.00-5.00 sec 332 MBytes 2.79 Gbits/sec
42812026-03-05T04:37:59.994Z- - - - - - - - - - - - - - - - - - - - - - - - -
42822026-03-05T04:37:59.994Z[ 5] 5.00-6.00 sec 42.3 MBytes 354 Mbits/sec
42832026-03-05T04:37:59.994Z[ 7] 5.00-6.00 sec 42.2 MBytes 354 Mbits/sec
42842026-03-05T04:37:59.994Z[ 9] 5.00-6.00 sec 42.5 MBytes 357 Mbits/sec
42852026-03-05T04:37:59.994Z[ 11] 5.00-6.00 sec 42.0 MBytes 353 Mbits/sec
42862026-03-05T04:37:59.994Z[ 13] 5.00-6.00 sec 42.2 MBytes 354 Mbits/sec
42872026-03-05T04:37:59.994Z[ 15] 5.00-6.00 sec 41.9 MBytes 352 Mbits/sec
42882026-03-05T04:37:59.994Z[ 17] 5.00-6.00 sec 42.1 MBytes 353 Mbits/sec
42892026-03-05T04:37:59.994Z[ 19] 5.00-6.00 sec 42.4 MBytes 356 Mbits/sec
42902026-03-05T04:37:59.994Z[SUM] 5.00-6.00 sec 338 MBytes 2.83 Gbits/sec
42912026-03-05T04:37:59.994Z- - - - - - - - - - - - - - - - - - - - - - - - -
42922026-03-05T04:37:59.994Z[ 5] 6.00-7.00 sec 38.8 MBytes 325 Mbits/sec
42932026-03-05T04:37:59.994Z[ 7] 6.00-7.00 sec 38.7 MBytes 325 Mbits/sec
42942026-03-05T04:37:59.994Z[ 9] 6.00-7.00 sec 38.6 MBytes 324 Mbits/sec
42952026-03-05T04:38:03.190Z[ 11] 6.00-7.00 sec 38.7 MBytes 325 Mbits/sec
42962026-03-05T04:38:03.190Z[ 13] 6.00-7.00 sec 38.6 MBytes 324 Mbits/sec
42972026-03-05T04:38:03.190Z[ 15] 6.00-7.00 sec 38.6 MBytes 324 Mbits/sec
42982026-03-05T04:38:03.191Z[ 17] 6.00-7.00 sec 38.8 MBytes 325 Mbits/sec
42992026-03-05T04:38:03.191Z[ 19] 6.00-7.00 sec 38.7 MBytes 325 Mbits/sec
43002026-03-05T04:38:03.191Z[SUM] 6.00-7.00 sec 310 MBytes 2.60 Gbits/sec
43012026-03-05T04:38:03.191Z- - - - - - - - - - - - - - - - - - - - - - - - -
43022026-03-05T04:38:03.191Z[ 5] 7.00-8.00 sec 39.5 MBytes 331 Mbits/sec
43032026-03-05T04:38:03.191Z[ 7] 7.00-8.00 sec 39.5 MBytes 332 Mbits/sec
43042026-03-05T04:38:03.191Z[ 9] 7.00-8.00 sec 39.5 MBytes 331 Mbits/sec
43052026-03-05T04:38:03.191Z[ 11] 7.00-8.00 sec 39.5 MBytes 331 Mbits/sec
43062026-03-05T04:38:03.191Z[ 13] 7.00-8.00 sec 39.5 MBytes 331 Mbits/sec
43072026-03-05T04:38:03.191Z[ 15] 7.00-8.00 sec 39.4 MBytes 330 Mbits/sec
43082026-03-05T04:38:03.191Z[ 17] 7.00-8.00 sec 39.6 MBytes 332 Mbits/sec
43092026-03-05T04:38:03.191Z[ 19] 7.00-8.00 sec 39.3 MBytes 329 Mbits/sec
43102026-03-05T04:38:03.191Z[SUM] 7.00-8.00 sec 316 MBytes 2.65 Gbits/sec
43112026-03-05T04:38:03.191Z- - - - - - - - - - - - - - - - - - - - - - - - -
43122026-03-05T04:38:03.191Z[ 5] 8.00-9.00 sec 43.5 MBytes 365 Mbits/sec
43132026-03-05T04:38:03.191Z[ 7] 8.00-9.00 sec 43.4 MBytes 364 Mbits/sec
43142026-03-05T04:38:03.191Z[ 9] 8.00-9.00 sec 43.6 MBytes 366 Mbits/sec
43152026-03-05T04:38:03.191Z[ 11] 8.00-9.00 sec 43.4 MBytes 364 Mbits/sec
43162026-03-05T04:38:03.191Z[ 13] 8.00-9.00 sec 43.4 MBytes 364 Mbits/sec
43172026-03-05T04:38:03.191Z[ 15] 8.00-9.00 sec 43.3 MBytes 363 Mbits/sec
43182026-03-05T04:38:03.191Z[ 17] 8.00-9.00 sec 43.4 MBytes 364 Mbits/sec
43192026-03-05T04:38:03.191Z[ 19] 8.00-9.00 sec 43.3 MBytes 363 Mbits/sec
43202026-03-05T04:38:03.191Z[SUM] 8.00-9.00 sec 347 MBytes 2.91 Gbits/sec
43212026-03-05T04:38:03.191Z- - - - - - - - - - - - - - - - - - - - - - - - -
43222026-03-05T04:38:03.191Z[ 5] 9.00-10.00 sec 44.8 MBytes 375 Mbits/sec
43232026-03-05T04:38:03.191Z[ 7] 9.00-10.00 sec 44.6 MBytes 374 Mbits/sec
43242026-03-05T04:38:03.191Z[ 9] 9.00-10.00 sec 44.6 MBytes 374 Mbits/sec
43252026-03-05T04:38:03.191Z[ 11] 9.00-10.00 sec 44.8 MBytes 376 Mbits/sec
43262026-03-05T04:38:03.191Z[ 13] 9.00-10.00 sec 44.8 MBytes 375 Mbits/sec
43272026-03-05T04:38:03.191Z[ 15] 9.00-10.00 sec 44.7 MBytes 375 Mbits/sec
43282026-03-05T04:38:03.191Z[ 17] 9.00-10.00 sec 44.5 MBytes 373 Mbits/sec
43292026-03-05T04:38:03.191Z[ 19] 9.00-10.00 sec 44.8 MBytes 376 Mbits/sec
43302026-03-05T04:38:03.191Z[SUM] 9.00-10.00 sec 358 MBytes 3.00 Gbits/sec
43312026-03-05T04:38:03.191Z- - - - - - - - - - - - - - - - - - - - - - - - -
43322026-03-05T04:38:03.191Z[ 5] 10.00-10.00 sec 48.1 KBytes 1.00 Gbits/sec
43332026-03-05T04:38:03.191Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
43342026-03-05T04:38:03.191Z[ 9] 10.00-10.00 sec 48.1 KBytes 1.00 Gbits/sec
43352026-03-05T04:38:03.192Z[ 11] 10.00-10.00 sec 48.1 KBytes 1.01 Gbits/sec
43362026-03-05T04:38:03.192Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
43372026-03-05T04:38:03.192Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
43382026-03-05T04:38:03.192Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
43392026-03-05T04:38:03.193Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
43402026-03-05T04:38:03.193Z[SUM] 10.00-10.00 sec 144 KBytes 3.01 Gbits/sec
43412026-03-05T04:38:03.193Z- - - - - - - - - - - - - - - - - - - - - - - - -
43422026-03-05T04:38:03.193Z[ ID] Interval Transfer Bandwidth
43432026-03-05T04:38:03.193Z[ 5] 0.00-10.00 sec 395 MBytes 331 Mbits/sec sender
43442026-03-05T04:38:03.193Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43452026-03-05T04:38:03.193Z[ 7] 0.00-10.00 sec 394 MBytes 331 Mbits/sec sender
43462026-03-05T04:38:03.193Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43472026-03-05T04:38:03.193Z[ 9] 0.00-10.00 sec 394 MBytes 330 Mbits/sec sender
43482026-03-05T04:38:03.193Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43492026-03-05T04:38:03.193Z[ 11] 0.00-10.00 sec 394 MBytes 330 Mbits/sec sender
43502026-03-05T04:38:03.193Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43512026-03-05T04:38:03.193Z[ 13] 0.00-10.00 sec 394 MBytes 330 Mbits/sec sender
43522026-03-05T04:38:03.193Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43532026-03-05T04:38:03.193Z[ 15] 0.00-10.00 sec 393 MBytes 330 Mbits/sec sender
43542026-03-05T04:38:03.193Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43552026-03-05T04:38:03.193Z[ 17] 0.00-10.00 sec 394 MBytes 330 Mbits/sec sender
43562026-03-05T04:38:03.193Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43572026-03-05T04:38:03.193Z[ 19] 0.00-10.00 sec 394 MBytes 330 Mbits/sec sender
43582026-03-05T04:38:03.193Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43592026-03-05T04:38:03.193Z[SUM] 0.00-10.00 sec 3.08 GBytes 2.64 Gbits/sec sender
43602026-03-05T04:38:03.193Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43612026-03-05T04:38:03.220ZRun 3/10...2643.191Mbps
43622026-03-05T04:38:10.250Z-----------------------------------------------------------
43632026-03-05T04:38:10.250ZServer listening on 5201
43642026-03-05T04:38:10.250Z-----------------------------------------------------------
43652026-03-05T04:38:10.250ZAccepted connection from 10.0.0.1, port 51270
43662026-03-05T04:38:10.250Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65087
43672026-03-05T04:38:10.250Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33334
43682026-03-05T04:38:10.250Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45273
43692026-03-05T04:38:10.250Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55307
43702026-03-05T04:38:10.250Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34024
43712026-03-05T04:38:10.250Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55598
43722026-03-05T04:38:10.250Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56417
43732026-03-05T04:38:10.250Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53817
43742026-03-05T04:38:10.250Z[ ID] Interval Transfer Bandwidth
43752026-03-05T04:38:10.250Z[ 5] 0.00-1.00 sec 31.3 MBytes 262 Mbits/sec
43762026-03-05T04:38:10.250Z[ 7] 0.00-1.00 sec 31.5 MBytes 264 Mbits/sec
43772026-03-05T04:38:10.250Z[ 9] 0.00-1.00 sec 31.4 MBytes 263 Mbits/sec
43782026-03-05T04:38:10.250Z[ 11] 0.00-1.00 sec 31.1 MBytes 261 Mbits/sec
43792026-03-05T04:38:10.250Z[ 13] 0.00-1.00 sec 31.2 MBytes 262 Mbits/sec
43802026-03-05T04:38:10.251Z[ 15] 0.00-1.00 sec 31.2 MBytes 262 Mbits/sec
43812026-03-05T04:38:10.251Z[ 17] 0.00-1.00 sec 31.1 MBytes 261 Mbits/sec
43822026-03-05T04:38:10.251Z[ 19] 0.00-1.00 sec 31.2 MBytes 262 Mbits/sec
43832026-03-05T04:38:10.251Z[SUM] 0.00-1.00 sec 250 MBytes 2.10 Gbits/sec
43842026-03-05T04:38:10.251Z- - - - - - - - - - - - - - - - - - - - - - - - -
43852026-03-05T04:38:10.251Z[ 5] 1.00-2.00 sec 38.7 MBytes 325 Mbits/sec
43862026-03-05T04:38:10.251Z[ 7] 1.00-2.00 sec 38.7 MBytes 324 Mbits/sec
43872026-03-05T04:38:10.251Z[ 9] 1.00-2.00 sec 38.6 MBytes 324 Mbits/sec
43882026-03-05T04:38:10.251Z[ 11] 1.00-2.00 sec 38.7 MBytes 324 Mbits/sec
43892026-03-05T04:38:10.251Z[ 13] 1.00-2.00 sec 38.7 MBytes 325 Mbits/sec
43902026-03-05T04:38:10.251Z[ 15] 1.00-2.00 sec 38.9 MBytes 326 Mbits/sec
43912026-03-05T04:38:10.251Z[ 17] 1.00-2.00 sec 38.8 MBytes 325 Mbits/sec
43922026-03-05T04:38:10.251Z[ 19] 1.00-2.00 sec 38.8 MBytes 325 Mbits/sec
43932026-03-05T04:38:10.251Z[SUM] 1.00-2.00 sec 310 MBytes 2.60 Gbits/sec
43942026-03-05T04:38:10.251Z- - - - - - - - - - - - - - - - - - - - - - - - -
43952026-03-05T04:38:10.252Z[ 5] 2.00-3.00 sec 37.9 MBytes 318 Mbits/sec
43962026-03-05T04:38:10.252Z[ 7] 2.00-3.00 sec 37.7 MBytes 316 Mbits/sec
43972026-03-05T04:38:10.252Z[ 9] 2.00-3.00 sec 37.7 MBytes 317 Mbits/sec
43982026-03-05T04:38:10.252Z[ 11] 2.00-3.00 sec 37.9 MBytes 318 Mbits/sec
43992026-03-05T04:38:10.252Z[ 13] 2.00-3.00 sec 37.7 MBytes 316 Mbits/sec
44002026-03-05T04:38:10.252Z[ 15] 2.00-3.00 sec 37.6 MBytes 316 Mbits/sec
44012026-03-05T04:38:10.252Z[ 17] 2.00-3.00 sec 37.6 MBytes 316 Mbits/sec
44022026-03-05T04:38:10.252Z[ 19] 2.00-3.00 sec 37.5 MBytes 315 Mbits/sec
44032026-03-05T04:38:10.252Z[SUM] 2.00-3.00 sec 302 MBytes 2.53 Gbits/sec
44042026-03-05T04:38:10.252Z- - - - - - - - - - - - - - - - - - - - - - - - -
44052026-03-05T04:38:10.252Z[ 5] 3.00-4.00 sec 43.9 MBytes 368 Mbits/sec
44062026-03-05T04:38:10.252Z[ 7] 3.00-4.00 sec 43.7 MBytes 367 Mbits/sec
44072026-03-05T04:38:10.252Z[ 9] 3.00-4.00 sec 43.9 MBytes 368 Mbits/sec
44082026-03-05T04:38:10.252Z[ 11] 3.00-4.00 sec 43.9 MBytes 368 Mbits/sec
44092026-03-05T04:38:10.252Z[ 13] 3.00-4.00 sec 44.1 MBytes 370 Mbits/sec
44102026-03-05T04:38:10.252Z[ 15] 3.00-4.00 sec 43.9 MBytes 368 Mbits/sec
44112026-03-05T04:38:10.252Z[ 17] 3.00-4.00 sec 43.7 MBytes 367 Mbits/sec
44122026-03-05T04:38:10.277Z[ 19] 3.00-4.00 sec 43.6 MBytes 366 Mbits/sec
44132026-03-05T04:38:10.277Z[SUM] 3.00-4.00 sec 351 MBytes 2.94 Gbits/sec
44142026-03-05T04:38:10.277Z- - - - - - - - - - - - - - - - - - - - - - - - -
44152026-03-05T04:38:10.277Z[ 5] 4.00-5.00 sec 37.6 MBytes 315 Mbits/sec
44162026-03-05T04:38:10.277Z[ 7] 4.00-5.00 sec 37.7 MBytes 316 Mbits/sec
44172026-03-05T04:38:10.277Z[ 9] 4.00-5.00 sec 37.7 MBytes 316 Mbits/sec
44182026-03-05T04:38:10.277Z[ 11] 4.00-5.00 sec 37.8 MBytes 317 Mbits/sec
44192026-03-05T04:38:10.277Z[ 13] 4.00-5.00 sec 37.7 MBytes 316 Mbits/sec
44202026-03-05T04:38:10.277Z[ 15] 4.00-5.00 sec 37.7 MBytes 316 Mbits/sec
44212026-03-05T04:38:10.277Z[ 17] 4.00-5.00 sec 37.7 MBytes 316 Mbits/sec
44222026-03-05T04:38:10.277Z[ 19] 4.00-5.00 sec 37.6 MBytes 316 Mbits/sec
44232026-03-05T04:38:10.277Z[SUM] 4.00-5.00 sec 301 MBytes 2.53 Gbits/sec
44242026-03-05T04:38:10.277Z- - - - - - - - - - - - - - - - - - - - - - - - -
44252026-03-05T04:38:10.277Z[ 5] 5.00-6.00 sec 41.0 MBytes 344 Mbits/sec
44262026-03-05T04:38:10.277Z[ 7] 5.00-6.00 sec 40.8 MBytes 342 Mbits/sec
44272026-03-05T04:38:10.277Z[ 9] 5.00-6.00 sec 40.7 MBytes 341 Mbits/sec
44282026-03-05T04:38:10.277Z[ 11] 5.00-6.00 sec 40.7 MBytes 342 Mbits/sec
44292026-03-05T04:38:10.277Z[ 13] 5.00-6.00 sec 40.9 MBytes 343 Mbits/sec
44302026-03-05T04:38:10.277Z[ 15] 5.00-6.00 sec 40.9 MBytes 343 Mbits/sec
44312026-03-05T04:38:10.277Z[ 17] 5.00-6.00 sec 40.9 MBytes 343 Mbits/sec
44322026-03-05T04:38:10.278Z[ 19] 5.00-6.00 sec 41.0 MBytes 344 Mbits/sec
44332026-03-05T04:38:10.278Z[SUM] 5.00-6.00 sec 327 MBytes 2.74 Gbits/sec
44342026-03-05T04:38:10.278Z- - - - - - - - - - - - - - - - - - - - - - - - -
44352026-03-05T04:38:10.278Z[ 5] 6.00-7.00 sec 43.4 MBytes 364 Mbits/sec
44362026-03-05T04:38:10.278Z[ 7] 6.00-7.00 sec 43.5 MBytes 365 Mbits/sec
44372026-03-05T04:38:10.278Z[ 9] 6.00-7.00 sec 43.5 MBytes 365 Mbits/sec
44382026-03-05T04:38:13.470Z[ 11] 6.00-7.00 sec 43.6 MBytes 365 Mbits/sec
44392026-03-05T04:38:13.470Z[ 13] 6.00-7.00 sec 43.8 MBytes 367 Mbits/sec
44402026-03-05T04:38:13.470Z[ 15] 6.00-7.00 sec 43.4 MBytes 364 Mbits/sec
44412026-03-05T04:38:13.470Z[ 17] 6.00-7.00 sec 43.4 MBytes 364 Mbits/sec
44422026-03-05T04:38:13.470Z[ 19] 6.00-7.00 sec 43.4 MBytes 364 Mbits/sec
44432026-03-05T04:38:13.470Z[SUM] 6.00-7.00 sec 348 MBytes 2.92 Gbits/sec
44442026-03-05T04:38:13.470Z- - - - - - - - - - - - - - - - - - - - - - - - -
44452026-03-05T04:38:13.470Z[ 5] 7.00-8.00 sec 37.6 MBytes 315 Mbits/sec
44462026-03-05T04:38:13.470Z[ 7] 7.00-8.00 sec 37.7 MBytes 316 Mbits/sec
44472026-03-05T04:38:13.470Z[ 9] 7.00-8.00 sec 37.6 MBytes 315 Mbits/sec
44482026-03-05T04:38:13.470Z[ 11] 7.00-8.00 sec 37.7 MBytes 316 Mbits/sec
44492026-03-05T04:38:13.470Z[ 13] 7.00-8.00 sec 37.6 MBytes 316 Mbits/sec
44502026-03-05T04:38:13.470Z[ 15] 7.00-8.00 sec 37.6 MBytes 316 Mbits/sec
44512026-03-05T04:38:13.470Z[ 17] 7.00-8.00 sec 37.6 MBytes 316 Mbits/sec
44522026-03-05T04:38:13.470Z[ 19] 7.00-8.00 sec 37.5 MBytes 315 Mbits/sec
44532026-03-05T04:38:13.470Z[SUM] 7.00-8.00 sec 301 MBytes 2.52 Gbits/sec
44542026-03-05T04:38:13.470Z- - - - - - - - - - - - - - - - - - - - - - - - -
44552026-03-05T04:38:13.470Z[ 5] 8.00-9.00 sec 38.0 MBytes 319 Mbits/sec
44562026-03-05T04:38:13.470Z[ 7] 8.00-9.00 sec 38.2 MBytes 320 Mbits/sec
44572026-03-05T04:38:13.470Z[ 9] 8.00-9.00 sec 38.2 MBytes 321 Mbits/sec
44582026-03-05T04:38:13.470Z[ 11] 8.00-9.00 sec 38.2 MBytes 320 Mbits/sec
44592026-03-05T04:38:13.470Z[ 13] 8.00-9.00 sec 38.3 MBytes 322 Mbits/sec
44602026-03-05T04:38:13.470Z[ 15] 8.00-9.00 sec 38.3 MBytes 321 Mbits/sec
44612026-03-05T04:38:13.471Z[ 17] 8.00-9.00 sec 38.2 MBytes 320 Mbits/sec
44622026-03-05T04:38:13.471Z[ 19] 8.00-9.00 sec 38.2 MBytes 321 Mbits/sec
44632026-03-05T04:38:13.471Z[SUM] 8.00-9.00 sec 306 MBytes 2.56 Gbits/sec
44642026-03-05T04:38:13.471Z- - - - - - - - - - - - - - - - - - - - - - - - -
44652026-03-05T04:38:13.471Z[ 5] 9.00-10.00 sec 43.5 MBytes 365 Mbits/sec
44662026-03-05T04:38:13.471Z[ 7] 9.00-10.00 sec 43.7 MBytes 366 Mbits/sec
44672026-03-05T04:38:13.471Z[ 9] 9.00-10.00 sec 43.6 MBytes 366 Mbits/sec
44682026-03-05T04:38:13.471Z[ 11] 9.00-10.00 sec 43.7 MBytes 367 Mbits/sec
44692026-03-05T04:38:13.471Z[ 13] 9.00-10.00 sec 43.5 MBytes 365 Mbits/sec
44702026-03-05T04:38:13.471Z[ 15] 9.00-10.00 sec 43.6 MBytes 366 Mbits/sec
44712026-03-05T04:38:13.471Z[ 17] 9.00-10.00 sec 43.7 MBytes 367 Mbits/sec
44722026-03-05T04:38:13.471Z[ 19] 9.00-10.00 sec 43.5 MBytes 365 Mbits/sec
44732026-03-05T04:38:13.471Z[SUM] 9.00-10.00 sec 349 MBytes 2.93 Gbits/sec
44742026-03-05T04:38:13.471Z- - - - - - - - - - - - - - - - - - - - - - - - -
44752026-03-05T04:38:13.471Z[ 5] 10.00-10.00 sec 144 KBytes 928 Mbits/sec
44762026-03-05T04:38:13.471Z[ 7] 10.00-10.00 sec 96.2 KBytes 620 Mbits/sec
44772026-03-05T04:38:13.471Z[ 9] 10.00-10.00 sec 96.2 KBytes 620 Mbits/sec
44782026-03-05T04:38:13.471Z[ 11] 10.00-10.00 sec 48.1 KBytes 310 Mbits/sec
44792026-03-05T04:38:13.471Z[ 13] 10.00-10.00 sec 48.1 KBytes 310 Mbits/sec
44802026-03-05T04:38:13.471Z[ 15] 10.00-10.00 sec 48.1 KBytes 310 Mbits/sec
44812026-03-05T04:38:13.471Z[ 17] 10.00-10.00 sec 48.1 KBytes 310 Mbits/sec
44822026-03-05T04:38:13.471Z[ 19] 10.00-10.00 sec 96.2 KBytes 620 Mbits/sec
44832026-03-05T04:38:13.471Z[SUM] 10.00-10.00 sec 625 KBytes 4.02 Gbits/sec
44842026-03-05T04:38:13.471Z- - - - - - - - - - - - - - - - - - - - - - - - -
44852026-03-05T04:38:13.471Z[ ID] Interval Transfer Bandwidth
44862026-03-05T04:38:13.471Z[ 5] 0.00-10.00 sec 393 MBytes 330 Mbits/sec sender
44872026-03-05T04:38:13.471Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44882026-03-05T04:38:13.471Z[ 7] 0.00-10.00 sec 393 MBytes 330 Mbits/sec sender
44892026-03-05T04:38:13.471Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44902026-03-05T04:38:13.471Z[ 9] 0.00-10.00 sec 393 MBytes 330 Mbits/sec sender
44912026-03-05T04:38:13.471Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44922026-03-05T04:38:13.471Z[ 11] 0.00-10.00 sec 393 MBytes 330 Mbits/sec sender
44932026-03-05T04:38:13.471Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44942026-03-05T04:38:13.472Z[ 13] 0.00-10.00 sec 394 MBytes 330 Mbits/sec sender
44952026-03-05T04:38:13.472Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44962026-03-05T04:38:13.472Z[ 15] 0.00-10.00 sec 393 MBytes 330 Mbits/sec sender
44972026-03-05T04:38:13.472Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44982026-03-05T04:38:13.472Z[ 17] 0.00-10.00 sec 393 MBytes 330 Mbits/sec sender
44992026-03-05T04:38:13.472Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45002026-03-05T04:38:13.472Z[ 19] 0.00-10.00 sec 393 MBytes 329 Mbits/sec sender
45012026-03-05T04:38:13.472Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45022026-03-05T04:38:13.472Z[SUM] 0.00-10.00 sec 3.07 GBytes 2.64 Gbits/sec sender
45032026-03-05T04:38:13.472Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45042026-03-05T04:38:13.497ZRun 4/10...2637.887Mbps
45052026-03-05T04:38:20.540Z-----------------------------------------------------------
45062026-03-05T04:38:20.540ZServer listening on 5201
45072026-03-05T04:38:20.540Z-----------------------------------------------------------
45082026-03-05T04:38:20.540ZAccepted connection from 10.0.0.1, port 59654
45092026-03-05T04:38:20.540Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61680
45102026-03-05T04:38:20.541Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35761
45112026-03-05T04:38:20.541Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46272
45122026-03-05T04:38:20.541Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51511
45132026-03-05T04:38:20.541Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64324
45142026-03-05T04:38:20.541Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54931
45152026-03-05T04:38:20.541Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56441
45162026-03-05T04:38:20.541Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55885
45172026-03-05T04:38:20.541Z[ ID] Interval Transfer Bandwidth
45182026-03-05T04:38:20.541Z[ 5] 0.00-1.00 sec 33.4 MBytes 280 Mbits/sec
45192026-03-05T04:38:20.541Z[ 7] 0.00-1.00 sec 33.4 MBytes 280 Mbits/sec
45202026-03-05T04:38:20.541Z[ 9] 0.00-1.00 sec 33.7 MBytes 282 Mbits/sec
45212026-03-05T04:38:20.541Z[ 11] 0.00-1.00 sec 33.7 MBytes 283 Mbits/sec
45222026-03-05T04:38:20.541Z[ 13] 0.00-1.00 sec 33.6 MBytes 282 Mbits/sec
45232026-03-05T04:38:20.541Z[ 15] 0.00-1.00 sec 33.5 MBytes 281 Mbits/sec
45242026-03-05T04:38:20.541Z[ 17] 0.00-1.00 sec 33.4 MBytes 281 Mbits/sec
45252026-03-05T04:38:20.541Z[ 19] 0.00-1.00 sec 33.4 MBytes 280 Mbits/sec
45262026-03-05T04:38:20.541Z[SUM] 0.00-1.00 sec 268 MBytes 2.25 Gbits/sec
45272026-03-05T04:38:20.541Z- - - - - - - - - - - - - - - - - - - - - - - - -
45282026-03-05T04:38:20.541Z[ 5] 1.00-2.00 sec 42.8 MBytes 359 Mbits/sec
45292026-03-05T04:38:20.541Z[ 7] 1.00-2.00 sec 42.9 MBytes 360 Mbits/sec
45302026-03-05T04:38:20.542Z[ 9] 1.00-2.00 sec 43.0 MBytes 360 Mbits/sec
45312026-03-05T04:38:20.542Z[ 11] 1.00-2.00 sec 43.0 MBytes 360 Mbits/sec
45322026-03-05T04:38:20.542Z[ 13] 1.00-2.00 sec 42.8 MBytes 359 Mbits/sec
45332026-03-05T04:38:20.542Z[ 15] 1.00-2.00 sec 42.8 MBytes 359 Mbits/sec
45342026-03-05T04:38:20.542Z[ 17] 1.00-2.00 sec 42.7 MBytes 358 Mbits/sec
45352026-03-05T04:38:20.542Z[ 19] 1.00-2.00 sec 42.7 MBytes 358 Mbits/sec
45362026-03-05T04:38:20.542Z[SUM] 1.00-2.00 sec 343 MBytes 2.87 Gbits/sec
45372026-03-05T04:38:20.542Z- - - - - - - - - - - - - - - - - - - - - - - - -
45382026-03-05T04:38:20.542Z[ 5] 2.00-3.00 sec 45.3 MBytes 380 Mbits/sec
45392026-03-05T04:38:20.542Z[ 7] 2.00-3.00 sec 45.2 MBytes 379 Mbits/sec
45402026-03-05T04:38:20.542Z[ 9] 2.00-3.00 sec 45.0 MBytes 377 Mbits/sec
45412026-03-05T04:38:20.542Z[ 11] 2.00-3.00 sec 45.0 MBytes 378 Mbits/sec
45422026-03-05T04:38:20.542Z[ 13] 2.00-3.00 sec 44.9 MBytes 377 Mbits/sec
45432026-03-05T04:38:20.542Z[ 15] 2.00-3.00 sec 45.0 MBytes 377 Mbits/sec
45442026-03-05T04:38:20.542Z[ 17] 2.00-3.00 sec 45.0 MBytes 378 Mbits/sec
45452026-03-05T04:38:20.542Z[ 19] 2.00-3.00 sec 45.0 MBytes 378 Mbits/sec
45462026-03-05T04:38:20.542Z[SUM] 2.00-3.00 sec 360 MBytes 3.02 Gbits/sec
45472026-03-05T04:38:20.542Z- - - - - - - - - - - - - - - - - - - - - - - - -
45482026-03-05T04:38:20.542Z[ 5] 3.00-4.00 sec 40.6 MBytes 340 Mbits/sec
45492026-03-05T04:38:20.542Z[ 7] 3.00-4.00 sec 40.6 MBytes 340 Mbits/sec
45502026-03-05T04:38:20.542Z[ 9] 3.00-4.00 sec 40.6 MBytes 340 Mbits/sec
45512026-03-05T04:38:20.542Z[ 11] 3.00-4.00 sec 40.5 MBytes 339 Mbits/sec
45522026-03-05T04:38:20.542Z[ 13] 3.00-4.00 sec 40.3 MBytes 338 Mbits/sec
45532026-03-05T04:38:20.542Z[ 15] 3.00-4.00 sec 40.5 MBytes 339 Mbits/sec
45542026-03-05T04:38:20.542Z[ 17] 3.00-4.00 sec 40.4 MBytes 338 Mbits/sec
45552026-03-05T04:38:20.542Z[ 19] 3.00-4.00 sec 40.4 MBytes 338 Mbits/sec
45562026-03-05T04:38:20.542Z[SUM] 3.00-4.00 sec 324 MBytes 2.71 Gbits/sec
45572026-03-05T04:38:20.542Z- - - - - - - - - - - - - - - - - - - - - - - - -
45582026-03-05T04:38:20.542Z[ 5] 4.00-5.00 sec 35.2 MBytes 296 Mbits/sec
45592026-03-05T04:38:20.542Z[ 7] 4.00-5.00 sec 35.2 MBytes 296 Mbits/sec
45602026-03-05T04:38:20.542Z[ 9] 4.00-5.00 sec 35.2 MBytes 296 Mbits/sec
45612026-03-05T04:38:20.542Z[ 11] 4.00-5.00 sec 35.2 MBytes 296 Mbits/sec
45622026-03-05T04:38:20.542Z[ 13] 4.00-5.00 sec 35.2 MBytes 296 Mbits/sec
45632026-03-05T04:38:20.542Z[ 15] 4.00-5.00 sec 35.2 MBytes 296 Mbits/sec
45642026-03-05T04:38:20.542Z[ 17] 4.00-5.00 sec 35.1 MBytes 295 Mbits/sec
45652026-03-05T04:38:20.542Z[ 19] 4.00-5.00 sec 35.0 MBytes 294 Mbits/sec
45662026-03-05T04:38:20.542Z[SUM] 4.00-5.00 sec 281 MBytes 2.37 Gbits/sec
45672026-03-05T04:38:20.542Z- - - - - - - - - - - - - - - - - - - - - - - - -
45682026-03-05T04:38:20.543Z[ 5] 5.00-6.00 sec 43.9 MBytes 368 Mbits/sec
45692026-03-05T04:38:20.543Z[ 7] 5.00-6.00 sec 44.0 MBytes 369 Mbits/sec
45702026-03-05T04:38:20.543Z[ 9] 5.00-6.00 sec 44.0 MBytes 369 Mbits/sec
45712026-03-05T04:38:20.543Z[ 11] 5.00-6.00 sec 44.0 MBytes 369 Mbits/sec
45722026-03-05T04:38:20.543Z[ 13] 5.00-6.00 sec 44.1 MBytes 370 Mbits/sec
45732026-03-05T04:38:20.543Z[ 15] 5.00-6.00 sec 44.0 MBytes 369 Mbits/sec
45742026-03-05T04:38:20.543Z[ 17] 5.00-6.00 sec 43.9 MBytes 368 Mbits/sec
45752026-03-05T04:38:20.543Z[ 19] 5.00-6.00 sec 43.9 MBytes 368 Mbits/sec
45762026-03-05T04:38:20.543Z[SUM] 5.00-6.00 sec 352 MBytes 2.95 Gbits/sec
45772026-03-05T04:38:20.543Z- - - - - - - - - - - - - - - - - - - - - - - - -
45782026-03-05T04:38:20.543Z[ 5] 6.00-7.00 sec 44.4 MBytes 372 Mbits/sec
45792026-03-05T04:38:20.543Z[ 7] 6.00-7.00 sec 44.4 MBytes 373 Mbits/sec
45802026-03-05T04:38:20.543Z[ 9] 6.00-7.00 sec 44.5 MBytes 374 Mbits/sec
45812026-03-05T04:38:23.630Z[ 11] 6.00-7.00 sec 44.3 MBytes 372 Mbits/sec
45822026-03-05T04:38:23.630Z[ 13] 6.00-7.00 sec 44.4 MBytes 372 Mbits/sec
45832026-03-05T04:38:23.630Z[ 15] 6.00-7.00 sec 44.4 MBytes 372 Mbits/sec
45842026-03-05T04:38:23.630Z[ 17] 6.00-7.00 sec 44.2 MBytes 371 Mbits/sec
45852026-03-05T04:38:23.630Z[ 19] 6.00-7.00 sec 44.2 MBytes 371 Mbits/sec
45862026-03-05T04:38:23.630Z[SUM] 6.00-7.00 sec 355 MBytes 2.98 Gbits/sec
45872026-03-05T04:38:23.630Z- - - - - - - - - - - - - - - - - - - - - - - - -
45882026-03-05T04:38:23.630Z[ 5] 7.00-8.00 sec 35.9 MBytes 301 Mbits/sec
45892026-03-05T04:38:23.630Z[ 7] 7.00-8.00 sec 36.0 MBytes 302 Mbits/sec
45902026-03-05T04:38:23.630Z[ 9] 7.00-8.00 sec 35.9 MBytes 301 Mbits/sec
45912026-03-05T04:38:23.630Z[ 11] 7.00-8.00 sec 35.9 MBytes 301 Mbits/sec
45922026-03-05T04:38:23.630Z[ 13] 7.00-8.00 sec 35.9 MBytes 301 Mbits/sec
45932026-03-05T04:38:23.630Z[ 15] 7.00-8.00 sec 35.9 MBytes 301 Mbits/sec
45942026-03-05T04:38:23.630Z[ 17] 7.00-8.00 sec 35.9 MBytes 301 Mbits/sec
45952026-03-05T04:38:23.630Z[ 19] 7.00-8.00 sec 35.7 MBytes 300 Mbits/sec
45962026-03-05T04:38:23.630Z[SUM] 7.00-8.00 sec 287 MBytes 2.41 Gbits/sec
45972026-03-05T04:38:23.630Z- - - - - - - - - - - - - - - - - - - - - - - - -
45982026-03-05T04:38:23.630Z[ 5] 8.00-9.00 sec 42.4 MBytes 356 Mbits/sec
45992026-03-05T04:38:23.630Z[ 7] 8.00-9.00 sec 42.3 MBytes 355 Mbits/sec
46002026-03-05T04:38:23.630Z[ 9] 8.00-9.00 sec 42.2 MBytes 354 Mbits/sec
46012026-03-05T04:38:23.630Z[ 11] 8.00-9.00 sec 42.2 MBytes 354 Mbits/sec
46022026-03-05T04:38:23.631Z[ 13] 8.00-9.00 sec 42.0 MBytes 352 Mbits/sec
46032026-03-05T04:38:23.631Z[ 15] 8.00-9.00 sec 41.9 MBytes 352 Mbits/sec
46042026-03-05T04:38:23.631Z[ 17] 8.00-9.00 sec 42.2 MBytes 354 Mbits/sec
46052026-03-05T04:38:23.631Z[ 19] 8.00-9.00 sec 42.2 MBytes 354 Mbits/sec
46062026-03-05T04:38:23.631Z[SUM] 8.00-9.00 sec 337 MBytes 2.83 Gbits/sec
46072026-03-05T04:38:23.631Z- - - - - - - - - - - - - - - - - - - - - - - - -
46082026-03-05T04:38:23.631Z[ 5] 9.00-10.00 sec 43.1 MBytes 361 Mbits/sec
46092026-03-05T04:38:23.631Z[ 7] 9.00-10.00 sec 43.0 MBytes 361 Mbits/sec
46102026-03-05T04:38:23.631Z[ 9] 9.00-10.00 sec 43.1 MBytes 362 Mbits/sec
46112026-03-05T04:38:23.631Z[ 11] 9.00-10.00 sec 43.1 MBytes 361 Mbits/sec
46122026-03-05T04:38:23.631Z[ 13] 9.00-10.00 sec 43.3 MBytes 363 Mbits/sec
46132026-03-05T04:38:23.631Z[ 15] 9.00-10.00 sec 43.1 MBytes 362 Mbits/sec
46142026-03-05T04:38:23.631Z[ 17] 9.00-10.00 sec 43.2 MBytes 362 Mbits/sec
46152026-03-05T04:38:23.631Z[ 19] 9.00-10.00 sec 43.1 MBytes 362 Mbits/sec
46162026-03-05T04:38:23.631Z[SUM] 9.00-10.00 sec 345 MBytes 2.89 Gbits/sec
46172026-03-05T04:38:23.631Z- - - - - - - - - - - - - - - - - - - - - - - - -
46182026-03-05T04:38:23.631Z[ 5] 10.00-10.00 sec 144 KBytes 1.59 Gbits/sec
46192026-03-05T04:38:23.631Z[ 7] 10.00-10.00 sec 96.2 KBytes 1.07 Gbits/sec
46202026-03-05T04:38:23.631Z[ 9] 10.00-10.00 sec 96.2 KBytes 1.07 Gbits/sec
46212026-03-05T04:38:23.631Z[ 11] 10.00-10.00 sec 96.2 KBytes 1.07 Gbits/sec
46222026-03-05T04:38:23.631Z[ 13] 10.00-10.00 sec 48.1 KBytes 534 Mbits/sec
46232026-03-05T04:38:23.631Z[ 15] 10.00-10.00 sec 96.2 KBytes 1.07 Gbits/sec
46242026-03-05T04:38:23.631Z[ 17] 10.00-10.00 sec 176 KBytes 1.95 Gbits/sec
46252026-03-05T04:38:23.631Z[ 19] 10.00-10.00 sec 96.2 KBytes 1.07 Gbits/sec
46262026-03-05T04:38:23.631Z[SUM] 10.00-10.00 sec 849 KBytes 9.39 Gbits/sec
46272026-03-05T04:38:23.631Z- - - - - - - - - - - - - - - - - - - - - - - - -
46282026-03-05T04:38:23.631Z[ ID] Interval Transfer Bandwidth
46292026-03-05T04:38:23.631Z[ 5] 0.00-10.00 sec 407 MBytes 342 Mbits/sec sender
46302026-03-05T04:38:23.631Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46312026-03-05T04:38:23.631Z[ 7] 0.00-10.00 sec 407 MBytes 341 Mbits/sec sender
46322026-03-05T04:38:23.631Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46332026-03-05T04:38:23.631Z[ 9] 0.00-10.00 sec 407 MBytes 341 Mbits/sec sender
46342026-03-05T04:38:23.631Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46352026-03-05T04:38:23.631Z[ 11] 0.00-10.00 sec 407 MBytes 341 Mbits/sec sender
46362026-03-05T04:38:23.631Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46372026-03-05T04:38:23.631Z[ 13] 0.00-10.00 sec 406 MBytes 341 Mbits/sec sender
46382026-03-05T04:38:23.631Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46392026-03-05T04:38:23.631Z[ 15] 0.00-10.00 sec 406 MBytes 341 Mbits/sec sender
46402026-03-05T04:38:23.632Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46412026-03-05T04:38:23.632Z[ 17] 0.00-10.00 sec 406 MBytes 341 Mbits/sec sender
46422026-03-05T04:38:23.632Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46432026-03-05T04:38:23.632Z[ 19] 0.00-10.00 sec 406 MBytes 340 Mbits/sec sender
46442026-03-05T04:38:23.632Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46452026-03-05T04:38:23.632Z[SUM] 0.00-10.00 sec 3.18 GBytes 2.73 Gbits/sec sender
46462026-03-05T04:38:23.632Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46472026-03-05T04:38:23.657ZRun 5/10...2728.948Mbps
46482026-03-05T04:38:30.707Z-----------------------------------------------------------
46492026-03-05T04:38:30.707ZServer listening on 5201
46502026-03-05T04:38:30.707Z-----------------------------------------------------------
46512026-03-05T04:38:30.707ZAccepted connection from 10.0.0.1, port 59376
46522026-03-05T04:38:30.707Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62718
46532026-03-05T04:38:30.707Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48185
46542026-03-05T04:38:30.708Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40415
46552026-03-05T04:38:30.708Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37219
46562026-03-05T04:38:30.708Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49812
46572026-03-05T04:38:30.708Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47001
46582026-03-05T04:38:30.708Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42849
46592026-03-05T04:38:30.708Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42186
46602026-03-05T04:38:30.708Z[ ID] Interval Transfer Bandwidth
46612026-03-05T04:38:30.708Z[ 5] 0.00-1.00 sec 35.5 MBytes 297 Mbits/sec
46622026-03-05T04:38:30.708Z[ 7] 0.00-1.00 sec 35.4 MBytes 297 Mbits/sec
46632026-03-05T04:38:30.708Z[ 9] 0.00-1.00 sec 35.6 MBytes 299 Mbits/sec
46642026-03-05T04:38:30.708Z[ 11] 0.00-1.00 sec 35.2 MBytes 295 Mbits/sec
46652026-03-05T04:38:30.708Z[ 13] 0.00-1.00 sec 35.3 MBytes 296 Mbits/sec
46662026-03-05T04:38:30.708Z[ 15] 0.00-1.00 sec 35.6 MBytes 298 Mbits/sec
46672026-03-05T04:38:30.708Z[ 17] 0.00-1.00 sec 35.4 MBytes 297 Mbits/sec
46682026-03-05T04:38:30.708Z[ 19] 0.00-1.00 sec 35.4 MBytes 297 Mbits/sec
46692026-03-05T04:38:30.708Z[SUM] 0.00-1.00 sec 283 MBytes 2.38 Gbits/sec
46702026-03-05T04:38:30.708Z- - - - - - - - - - - - - - - - - - - - - - - - -
46712026-03-05T04:38:30.708Z[ 5] 1.00-2.00 sec 42.6 MBytes 357 Mbits/sec
46722026-03-05T04:38:30.708Z[ 7] 1.00-2.00 sec 42.7 MBytes 358 Mbits/sec
46732026-03-05T04:38:30.708Z[ 9] 1.00-2.00 sec 42.7 MBytes 358 Mbits/sec
46742026-03-05T04:38:30.708Z[ 11] 1.00-2.00 sec 42.8 MBytes 359 Mbits/sec
46752026-03-05T04:38:30.708Z[ 13] 1.00-2.00 sec 42.8 MBytes 359 Mbits/sec
46762026-03-05T04:38:30.708Z[ 15] 1.00-2.00 sec 42.5 MBytes 356 Mbits/sec
46772026-03-05T04:38:30.708Z[ 17] 1.00-2.00 sec 42.4 MBytes 356 Mbits/sec
46782026-03-05T04:38:30.708Z[ 19] 1.00-2.00 sec 42.2 MBytes 354 Mbits/sec
46792026-03-05T04:38:30.708Z[SUM] 1.00-2.00 sec 341 MBytes 2.86 Gbits/sec
46802026-03-05T04:38:30.708Z- - - - - - - - - - - - - - - - - - - - - - - - -
46812026-03-05T04:38:30.708Z[ 5] 2.00-3.00 sec 39.4 MBytes 331 Mbits/sec
46822026-03-05T04:38:30.708Z[ 7] 2.00-3.00 sec 39.3 MBytes 330 Mbits/sec
46832026-03-05T04:38:30.708Z[ 9] 2.00-3.00 sec 39.3 MBytes 330 Mbits/sec
46842026-03-05T04:38:30.708Z[ 11] 2.00-3.00 sec 39.3 MBytes 330 Mbits/sec
46852026-03-05T04:38:30.708Z[ 13] 2.00-3.00 sec 39.3 MBytes 329 Mbits/sec
46862026-03-05T04:38:30.708Z[ 15] 2.00-3.00 sec 39.2 MBytes 328 Mbits/sec
46872026-03-05T04:38:30.708Z[ 17] 2.00-3.00 sec 39.3 MBytes 330 Mbits/sec
46882026-03-05T04:38:30.708Z[ 19] 2.00-3.00 sec 39.2 MBytes 329 Mbits/sec
46892026-03-05T04:38:30.708Z[SUM] 2.00-3.00 sec 314 MBytes 2.64 Gbits/sec
46902026-03-05T04:38:30.708Z- - - - - - - - - - - - - - - - - - - - - - - - -
46912026-03-05T04:38:30.708Z[ 5] 3.00-4.00 sec 41.5 MBytes 348 Mbits/sec
46922026-03-05T04:38:30.709Z[ 7] 3.00-4.00 sec 41.4 MBytes 348 Mbits/sec
46932026-03-05T04:38:30.709Z[ 9] 3.00-4.00 sec 41.8 MBytes 350 Mbits/sec
46942026-03-05T04:38:30.709Z[ 11] 3.00-4.00 sec 41.8 MBytes 350 Mbits/sec
46952026-03-05T04:38:30.709Z[ 13] 3.00-4.00 sec 41.7 MBytes 350 Mbits/sec
46962026-03-05T04:38:30.709Z[ 15] 3.00-4.00 sec 41.6 MBytes 349 Mbits/sec
46972026-03-05T04:38:30.709Z[ 17] 3.00-4.00 sec 41.6 MBytes 349 Mbits/sec
46982026-03-05T04:38:30.709Z[ 19] 3.00-4.00 sec 41.6 MBytes 348 Mbits/sec
46992026-03-05T04:38:30.709Z[SUM] 3.00-4.00 sec 333 MBytes 2.79 Gbits/sec
47002026-03-05T04:38:30.709Z- - - - - - - - - - - - - - - - - - - - - - - - -
47012026-03-05T04:38:30.709Z[ 5] 4.00-5.00 sec 43.0 MBytes 361 Mbits/sec
47022026-03-05T04:38:30.709Z[ 7] 4.00-5.00 sec 43.1 MBytes 361 Mbits/sec
47032026-03-05T04:38:30.709Z[ 9] 4.00-5.00 sec 43.2 MBytes 362 Mbits/sec
47042026-03-05T04:38:30.709Z[ 11] 4.00-5.00 sec 43.3 MBytes 363 Mbits/sec
47052026-03-05T04:38:30.709Z[ 13] 4.00-5.00 sec 43.2 MBytes 362 Mbits/sec
47062026-03-05T04:38:30.709Z[ 15] 4.00-5.00 sec 43.0 MBytes 361 Mbits/sec
47072026-03-05T04:38:30.709Z[ 17] 4.00-5.00 sec 43.1 MBytes 361 Mbits/sec
47082026-03-05T04:38:30.709Z[ 19] 4.00-5.00 sec 42.8 MBytes 359 Mbits/sec
47092026-03-05T04:38:30.709Z[SUM] 4.00-5.00 sec 345 MBytes 2.89 Gbits/sec
47102026-03-05T04:38:30.709Z- - - - - - - - - - - - - - - - - - - - - - - - -
47112026-03-05T04:38:30.709Z[ 5] 5.00-6.00 sec 40.6 MBytes 341 Mbits/sec
47122026-03-05T04:38:30.709Z[ 7] 5.00-6.00 sec 40.5 MBytes 340 Mbits/sec
47132026-03-05T04:38:30.709Z[ 9] 5.00-6.00 sec 40.7 MBytes 342 Mbits/sec
47142026-03-05T04:38:30.709Z[ 11] 5.00-6.00 sec 40.7 MBytes 341 Mbits/sec
47152026-03-05T04:38:30.709Z[ 13] 5.00-6.00 sec 40.6 MBytes 341 Mbits/sec
47162026-03-05T04:38:30.709Z[ 15] 5.00-6.00 sec 40.4 MBytes 339 Mbits/sec
47172026-03-05T04:38:30.709Z[ 17] 5.00-6.00 sec 40.5 MBytes 339 Mbits/sec
47182026-03-05T04:38:30.709Z[ 19] 5.00-6.00 sec 40.6 MBytes 340 Mbits/sec
47192026-03-05T04:38:30.709Z[SUM] 5.00-6.00 sec 324 MBytes 2.72 Gbits/sec
47202026-03-05T04:38:30.709Z- - - - - - - - - - - - - - - - - - - - - - - - -
47212026-03-05T04:38:30.709Z[ 5] 6.00-7.00 sec 39.1 MBytes 328 Mbits/sec
47222026-03-05T04:38:30.709Z[ 7] 6.00-7.00 sec 39.1 MBytes 328 Mbits/sec
47232026-03-05T04:38:30.709Z[ 9] 6.00-7.00 sec 39.2 MBytes 329 Mbits/sec
47242026-03-05T04:38:33.900Z[ 11] 6.00-7.00 sec 39.0 MBytes 327 Mbits/sec
47252026-03-05T04:38:33.900Z[ 13] 6.00-7.00 sec 38.9 MBytes 327 Mbits/sec
47262026-03-05T04:38:33.900Z[ 15] 6.00-7.00 sec 38.9 MBytes 327 Mbits/sec
47272026-03-05T04:38:33.900Z[ 17] 6.00-7.00 sec 38.9 MBytes 326 Mbits/sec
47282026-03-05T04:38:33.900Z[ 19] 6.00-7.00 sec 39.0 MBytes 327 Mbits/sec
47292026-03-05T04:38:33.900Z[SUM] 6.00-7.00 sec 312 MBytes 2.62 Gbits/sec
47302026-03-05T04:38:33.900Z- - - - - - - - - - - - - - - - - - - - - - - - -
47312026-03-05T04:38:33.900Z[ 5] 7.00-8.00 sec 42.2 MBytes 354 Mbits/sec
47322026-03-05T04:38:33.900Z[ 7] 7.00-8.00 sec 41.8 MBytes 350 Mbits/sec
47332026-03-05T04:38:33.900Z[ 9] 7.00-8.00 sec 41.9 MBytes 352 Mbits/sec
47342026-03-05T04:38:33.900Z[ 11] 7.00-8.00 sec 41.9 MBytes 352 Mbits/sec
47352026-03-05T04:38:33.900Z[ 13] 7.00-8.00 sec 42.2 MBytes 354 Mbits/sec
47362026-03-05T04:38:33.900Z[ 15] 7.00-8.00 sec 42.2 MBytes 354 Mbits/sec
47372026-03-05T04:38:33.900Z[ 17] 7.00-8.00 sec 42.1 MBytes 353 Mbits/sec
47382026-03-05T04:38:33.900Z[ 19] 7.00-8.00 sec 42.2 MBytes 354 Mbits/sec
47392026-03-05T04:38:33.900Z[SUM] 7.00-8.00 sec 336 MBytes 2.82 Gbits/sec
47402026-03-05T04:38:33.900Z- - - - - - - - - - - - - - - - - - - - - - - - -
47412026-03-05T04:38:33.900Z[ 5] 8.00-9.00 sec 39.3 MBytes 329 Mbits/sec
47422026-03-05T04:38:33.900Z[ 7] 8.00-9.00 sec 39.3 MBytes 330 Mbits/sec
47432026-03-05T04:38:33.900Z[ 9] 8.00-9.00 sec 39.2 MBytes 329 Mbits/sec
47442026-03-05T04:38:33.900Z[ 11] 8.00-9.00 sec 39.4 MBytes 330 Mbits/sec
47452026-03-05T04:38:33.900Z[ 13] 8.00-9.00 sec 39.4 MBytes 330 Mbits/sec
47462026-03-05T04:38:33.900Z[ 15] 8.00-9.00 sec 39.3 MBytes 330 Mbits/sec
47472026-03-05T04:38:33.900Z[ 17] 8.00-9.00 sec 39.2 MBytes 328 Mbits/sec
47482026-03-05T04:38:33.900Z[ 19] 8.00-9.00 sec 39.2 MBytes 328 Mbits/sec
47492026-03-05T04:38:33.900Z[SUM] 8.00-9.00 sec 314 MBytes 2.63 Gbits/sec
47502026-03-05T04:38:33.900Z- - - - - - - - - - - - - - - - - - - - - - - - -
47512026-03-05T04:38:33.900Z[ 5] 9.00-10.00 sec 38.0 MBytes 319 Mbits/sec
47522026-03-05T04:38:33.900Z[ 7] 9.00-10.00 sec 38.1 MBytes 319 Mbits/sec
47532026-03-05T04:38:33.900Z[ 9] 9.00-10.00 sec 38.1 MBytes 320 Mbits/sec
47542026-03-05T04:38:33.900Z[ 11] 9.00-10.00 sec 37.8 MBytes 317 Mbits/sec
47552026-03-05T04:38:33.900Z[ 13] 9.00-10.00 sec 37.9 MBytes 318 Mbits/sec
47562026-03-05T04:38:33.900Z[ 15] 9.00-10.00 sec 38.1 MBytes 320 Mbits/sec
47572026-03-05T04:38:33.900Z[ 17] 9.00-10.00 sec 37.8 MBytes 318 Mbits/sec
47582026-03-05T04:38:33.901Z[ 19] 9.00-10.00 sec 38.0 MBytes 319 Mbits/sec
47592026-03-05T04:38:33.901Z[SUM] 9.00-10.00 sec 304 MBytes 2.55 Gbits/sec
47602026-03-05T04:38:33.901Z- - - - - - - - - - - - - - - - - - - - - - - - -
47612026-03-05T04:38:33.901Z[ 5] 10.00-10.00 sec 96.2 KBytes 533 Mbits/sec
47622026-03-05T04:38:33.901Z[ 7] 10.00-10.00 sec 144 KBytes 799 Mbits/sec
47632026-03-05T04:38:33.901Z[ 9] 10.00-10.00 sec 96.2 KBytes 533 Mbits/sec
47642026-03-05T04:38:33.901Z[ 11] 10.00-10.00 sec 96.2 KBytes 533 Mbits/sec
47652026-03-05T04:38:33.901Z[ 13] 10.00-10.00 sec 96.2 KBytes 534 Mbits/sec
47662026-03-05T04:38:33.901Z[ 15] 10.00-10.00 sec 96.2 KBytes 533 Mbits/sec
47672026-03-05T04:38:33.901Z[ 17] 10.00-10.00 sec 144 KBytes 800 Mbits/sec
47682026-03-05T04:38:33.901Z[ 19] 10.00-10.00 sec 96.2 KBytes 533 Mbits/sec
47692026-03-05T04:38:33.901Z[SUM] 10.00-10.00 sec 865 KBytes 4.80 Gbits/sec
47702026-03-05T04:38:33.926Z- - - - - - - - - - - - - - - - - - - - - - - - -
47712026-03-05T04:38:33.926Z[ ID] Interval Transfer Bandwidth
47722026-03-05T04:38:33.926Z[ 5] 0.00-10.00 sec 401 MBytes 337 Mbits/sec sender
47732026-03-05T04:38:33.926Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47742026-03-05T04:38:33.926Z[ 7] 0.00-10.00 sec 401 MBytes 336 Mbits/sec sender
47752026-03-05T04:38:33.926Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47762026-03-05T04:38:33.926Z[ 9] 0.00-10.00 sec 402 MBytes 337 Mbits/sec sender
47772026-03-05T04:38:33.926Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47782026-03-05T04:38:33.926Z[ 11] 0.00-10.00 sec 401 MBytes 336 Mbits/sec sender
47792026-03-05T04:38:33.926Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47802026-03-05T04:38:33.926Z[ 13] 0.00-10.00 sec 401 MBytes 337 Mbits/sec sender
47812026-03-05T04:38:33.926Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47822026-03-05T04:38:33.926Z[ 15] 0.00-10.00 sec 401 MBytes 336 Mbits/sec sender
47832026-03-05T04:38:33.926Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47842026-03-05T04:38:33.926Z[ 17] 0.00-10.00 sec 400 MBytes 336 Mbits/sec sender
47852026-03-05T04:38:33.926Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47862026-03-05T04:38:33.926Z[ 19] 0.00-10.00 sec 400 MBytes 336 Mbits/sec sender
47872026-03-05T04:38:33.926Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47882026-03-05T04:38:33.926Z[SUM] 0.00-10.00 sec 3.13 GBytes 2.69 Gbits/sec sender
47892026-03-05T04:38:33.926Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47902026-03-05T04:38:33.926ZRun 6/10...2690.884Mbps
47912026-03-05T04:38:40.981Z-----------------------------------------------------------
47922026-03-05T04:38:40.981ZServer listening on 5201
47932026-03-05T04:38:40.981Z-----------------------------------------------------------
47942026-03-05T04:38:40.981ZAccepted connection from 10.0.0.1, port 51964
47952026-03-05T04:38:40.981Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47442
47962026-03-05T04:38:40.981Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38163
47972026-03-05T04:38:40.981Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38733
47982026-03-05T04:38:40.981Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62074
47992026-03-05T04:38:40.981Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65166
48002026-03-05T04:38:40.981Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50363
48012026-03-05T04:38:40.981Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62125
48022026-03-05T04:38:40.981Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60834
48032026-03-05T04:38:40.981Z[ ID] Interval Transfer Bandwidth
48042026-03-05T04:38:40.981Z[ 5] 0.00-1.00 sec 33.2 MBytes 278 Mbits/sec
48052026-03-05T04:38:40.981Z[ 7] 0.00-1.00 sec 33.1 MBytes 278 Mbits/sec
48062026-03-05T04:38:40.981Z[ 9] 0.00-1.00 sec 33.2 MBytes 279 Mbits/sec
48072026-03-05T04:38:40.981Z[ 11] 0.00-1.00 sec 33.3 MBytes 279 Mbits/sec
48082026-03-05T04:38:40.981Z[ 13] 0.00-1.00 sec 33.3 MBytes 279 Mbits/sec
48092026-03-05T04:38:40.981Z[ 15] 0.00-1.00 sec 33.1 MBytes 277 Mbits/sec
48102026-03-05T04:38:40.981Z[ 17] 0.00-1.00 sec 33.0 MBytes 277 Mbits/sec
48112026-03-05T04:38:40.981Z[ 19] 0.00-1.00 sec 33.1 MBytes 277 Mbits/sec
48122026-03-05T04:38:40.981Z[SUM] 0.00-1.00 sec 265 MBytes 2.22 Gbits/sec
48132026-03-05T04:38:40.981Z- - - - - - - - - - - - - - - - - - - - - - - - -
48142026-03-05T04:38:40.981Z[ 5] 1.00-2.00 sec 42.7 MBytes 358 Mbits/sec
48152026-03-05T04:38:40.981Z[ 7] 1.00-2.00 sec 42.7 MBytes 358 Mbits/sec
48162026-03-05T04:38:40.981Z[ 9] 1.00-2.00 sec 42.6 MBytes 357 Mbits/sec
48172026-03-05T04:38:40.981Z[ 11] 1.00-2.00 sec 42.7 MBytes 358 Mbits/sec
48182026-03-05T04:38:40.981Z[ 13] 1.00-2.00 sec 42.8 MBytes 359 Mbits/sec
48192026-03-05T04:38:40.981Z[ 15] 1.00-2.00 sec 42.6 MBytes 357 Mbits/sec
48202026-03-05T04:38:40.982Z[ 17] 1.00-2.00 sec 42.6 MBytes 357 Mbits/sec
48212026-03-05T04:38:40.982Z[ 19] 1.00-2.00 sec 42.5 MBytes 356 Mbits/sec
48222026-03-05T04:38:40.982Z[SUM] 1.00-2.00 sec 341 MBytes 2.86 Gbits/sec
48232026-03-05T04:38:40.982Z- - - - - - - - - - - - - - - - - - - - - - - - -
48242026-03-05T04:38:40.982Z[ 5] 2.00-3.00 sec 39.0 MBytes 328 Mbits/sec
48252026-03-05T04:38:40.982Z[ 7] 2.00-3.00 sec 39.0 MBytes 327 Mbits/sec
48262026-03-05T04:38:40.982Z[ 9] 2.00-3.00 sec 38.9 MBytes 327 Mbits/sec
48272026-03-05T04:38:40.982Z[ 11] 2.00-3.00 sec 38.9 MBytes 326 Mbits/sec
48282026-03-05T04:38:40.982Z[ 13] 2.00-3.00 sec 38.8 MBytes 326 Mbits/sec
48292026-03-05T04:38:40.982Z[ 15] 2.00-3.00 sec 39.1 MBytes 328 Mbits/sec
48302026-03-05T04:38:40.982Z[ 17] 2.00-3.00 sec 39.1 MBytes 328 Mbits/sec
48312026-03-05T04:38:40.982Z[ 19] 2.00-3.00 sec 39.1 MBytes 328 Mbits/sec
48322026-03-05T04:38:40.982Z[SUM] 2.00-3.00 sec 312 MBytes 2.62 Gbits/sec
48332026-03-05T04:38:40.982Z- - - - - - - - - - - - - - - - - - - - - - - - -
48342026-03-05T04:38:40.982Z[ 5] 3.00-4.00 sec 44.0 MBytes 369 Mbits/sec
48352026-03-05T04:38:40.982Z[ 7] 3.00-4.00 sec 44.2 MBytes 371 Mbits/sec
48362026-03-05T04:38:40.982Z[ 9] 3.00-4.00 sec 44.0 MBytes 369 Mbits/sec
48372026-03-05T04:38:40.982Z[ 11] 3.00-4.00 sec 44.2 MBytes 371 Mbits/sec
48382026-03-05T04:38:40.982Z[ 13] 3.00-4.00 sec 44.1 MBytes 370 Mbits/sec
48392026-03-05T04:38:40.982Z[ 15] 3.00-4.00 sec 43.9 MBytes 368 Mbits/sec
48402026-03-05T04:38:40.982Z[ 17] 3.00-4.00 sec 44.0 MBytes 369 Mbits/sec
48412026-03-05T04:38:40.982Z[ 19] 3.00-4.00 sec 43.8 MBytes 367 Mbits/sec
48422026-03-05T04:38:40.982Z[SUM] 3.00-4.00 sec 352 MBytes 2.95 Gbits/sec
48432026-03-05T04:38:40.982Z- - - - - - - - - - - - - - - - - - - - - - - - -
48442026-03-05T04:38:40.982Z[ 5] 4.00-5.00 sec 47.9 MBytes 402 Mbits/sec
48452026-03-05T04:38:40.982Z[ 7] 4.00-5.00 sec 47.8 MBytes 401 Mbits/sec
48462026-03-05T04:38:40.982Z[ 9] 4.00-5.00 sec 47.7 MBytes 400 Mbits/sec
48472026-03-05T04:38:40.982Z[ 11] 4.00-5.00 sec 47.5 MBytes 399 Mbits/sec
48482026-03-05T04:38:40.982Z[ 13] 4.00-5.00 sec 47.5 MBytes 399 Mbits/sec
48492026-03-05T04:38:40.982Z[ 15] 4.00-5.00 sec 47.7 MBytes 400 Mbits/sec
48502026-03-05T04:38:40.982Z[ 17] 4.00-5.00 sec 47.8 MBytes 401 Mbits/sec
48512026-03-05T04:38:40.982Z[ 19] 4.00-5.00 sec 47.8 MBytes 401 Mbits/sec
48522026-03-05T04:38:40.982Z[SUM] 4.00-5.00 sec 382 MBytes 3.20 Gbits/sec
48532026-03-05T04:38:40.983Z- - - - - - - - - - - - - - - - - - - - - - - - -
48542026-03-05T04:38:40.983Z[ 5] 5.00-6.00 sec 39.4 MBytes 330 Mbits/sec
48552026-03-05T04:38:40.983Z[ 7] 5.00-6.00 sec 39.5 MBytes 332 Mbits/sec
48562026-03-05T04:38:40.983Z[ 9] 5.00-6.00 sec 39.5 MBytes 332 Mbits/sec
48572026-03-05T04:38:40.983Z[ 11] 5.00-6.00 sec 39.4 MBytes 330 Mbits/sec
48582026-03-05T04:38:40.983Z[ 13] 5.00-6.00 sec 39.4 MBytes 330 Mbits/sec
48592026-03-05T04:38:40.983Z[ 15] 5.00-6.00 sec 39.2 MBytes 329 Mbits/sec
48602026-03-05T04:38:40.983Z[ 17] 5.00-6.00 sec 39.3 MBytes 329 Mbits/sec
48612026-03-05T04:38:40.983Z[ 19] 5.00-6.00 sec 39.3 MBytes 329 Mbits/sec
48622026-03-05T04:38:40.983Z[SUM] 5.00-6.00 sec 315 MBytes 2.64 Gbits/sec
48632026-03-05T04:38:40.983Z- - - - - - - - - - - - - - - - - - - - - - - - -
48642026-03-05T04:38:40.983Z[ 5] 6.00-7.00 sec 40.5 MBytes 339 Mbits/sec
48652026-03-05T04:38:40.983Z[ 7] 6.00-7.00 sec 40.4 MBytes 339 Mbits/sec
48662026-03-05T04:38:40.983Z[ 9] 6.00-7.00 sec 40.3 MBytes 338 Mbits/sec
48672026-03-05T04:38:44.181Z[ 11] 6.00-7.00 sec 40.4 MBytes 339 Mbits/sec
48682026-03-05T04:38:44.181Z[ 13] 6.00-7.00 sec 40.4 MBytes 339 Mbits/sec
48692026-03-05T04:38:44.181Z[ 15] 6.00-7.00 sec 40.3 MBytes 338 Mbits/sec
48702026-03-05T04:38:44.181Z[ 17] 6.00-7.00 sec 40.2 MBytes 337 Mbits/sec
48712026-03-05T04:38:44.181Z[ 19] 6.00-7.00 sec 40.2 MBytes 337 Mbits/sec
48722026-03-05T04:38:44.181Z[SUM] 6.00-7.00 sec 323 MBytes 2.71 Gbits/sec
48732026-03-05T04:38:44.181Z- - - - - - - - - - - - - - - - - - - - - - - - -
48742026-03-05T04:38:44.181Z[ 5] 7.00-8.00 sec 42.9 MBytes 360 Mbits/sec
48752026-03-05T04:38:44.181Z[ 7] 7.00-8.00 sec 42.5 MBytes 356 Mbits/sec
48762026-03-05T04:38:44.181Z[ 9] 7.00-8.00 sec 42.7 MBytes 358 Mbits/sec
48772026-03-05T04:38:44.181Z[ 11] 7.00-8.00 sec 42.7 MBytes 358 Mbits/sec
48782026-03-05T04:38:44.181Z[ 13] 7.00-8.00 sec 42.7 MBytes 358 Mbits/sec
48792026-03-05T04:38:44.181Z[ 15] 7.00-8.00 sec 42.7 MBytes 358 Mbits/sec
48802026-03-05T04:38:44.181Z[ 17] 7.00-8.00 sec 42.7 MBytes 358 Mbits/sec
48812026-03-05T04:38:44.181Z[ 19] 7.00-8.00 sec 42.5 MBytes 357 Mbits/sec
48822026-03-05T04:38:44.181Z[SUM] 7.00-8.00 sec 341 MBytes 2.86 Gbits/sec
48832026-03-05T04:38:44.181Z- - - - - - - - - - - - - - - - - - - - - - - - -
48842026-03-05T04:38:44.181Z[ 5] 8.00-9.00 sec 42.7 MBytes 358 Mbits/sec
48852026-03-05T04:38:44.181Z[ 7] 8.00-9.00 sec 43.0 MBytes 360 Mbits/sec
48862026-03-05T04:38:44.181Z[ 9] 8.00-9.00 sec 43.0 MBytes 361 Mbits/sec
48872026-03-05T04:38:44.181Z[ 11] 8.00-9.00 sec 42.8 MBytes 359 Mbits/sec
48882026-03-05T04:38:44.181Z[ 13] 8.00-9.00 sec 42.6 MBytes 357 Mbits/sec
48892026-03-05T04:38:44.181Z[ 15] 8.00-9.00 sec 42.8 MBytes 358 Mbits/sec
48902026-03-05T04:38:44.181Z[ 17] 8.00-9.00 sec 42.8 MBytes 359 Mbits/sec
48912026-03-05T04:38:44.181Z[ 19] 8.00-9.00 sec 42.6 MBytes 357 Mbits/sec
48922026-03-05T04:38:44.181Z[SUM] 8.00-9.00 sec 342 MBytes 2.87 Gbits/sec
48932026-03-05T04:38:44.181Z- - - - - - - - - - - - - - - - - - - - - - - - -
48942026-03-05T04:38:44.181Z[ 5] 9.00-10.00 sec 38.3 MBytes 321 Mbits/sec
48952026-03-05T04:38:44.181Z[ 7] 9.00-10.00 sec 38.4 MBytes 322 Mbits/sec
48962026-03-05T04:38:44.181Z[ 9] 9.00-10.00 sec 38.4 MBytes 322 Mbits/sec
48972026-03-05T04:38:44.181Z[ 11] 9.00-10.00 sec 38.3 MBytes 322 Mbits/sec
48982026-03-05T04:38:44.181Z[ 13] 9.00-10.00 sec 38.3 MBytes 321 Mbits/sec
48992026-03-05T04:38:44.181Z[ 15] 9.00-10.00 sec 38.3 MBytes 322 Mbits/sec
49002026-03-05T04:38:44.181Z[ 17] 9.00-10.00 sec 38.2 MBytes 320 Mbits/sec
49012026-03-05T04:38:44.182Z[ 19] 9.00-10.00 sec 38.2 MBytes 321 Mbits/sec
49022026-03-05T04:38:44.182Z[SUM] 9.00-10.00 sec 306 MBytes 2.57 Gbits/sec
49032026-03-05T04:38:44.182Z- - - - - - - - - - - - - - - - - - - - - - - - -
49042026-03-05T04:38:44.182Z[ 5] 10.00-10.00 sec 96.2 KBytes 374 Mbits/sec
49052026-03-05T04:38:44.207Z[ 7] 10.00-10.00 sec 96.2 KBytes 377 Mbits/sec
49062026-03-05T04:38:44.207Z[ 9] 10.00-10.00 sec 144 KBytes 566 Mbits/sec
49072026-03-05T04:38:44.207Z[ 11] 10.00-10.00 sec 144 KBytes 566 Mbits/sec
49082026-03-05T04:38:44.207Z[ 13] 10.00-10.00 sec 144 KBytes 566 Mbits/sec
49092026-03-05T04:38:44.207Z[ 15] 10.00-10.00 sec 144 KBytes 566 Mbits/sec
49102026-03-05T04:38:44.207Z[ 17] 10.00-10.00 sec 96.2 KBytes 377 Mbits/sec
49112026-03-05T04:38:44.207Z[ 19] 10.00-10.00 sec 96.2 KBytes 377 Mbits/sec
49122026-03-05T04:38:44.207Z[SUM] 10.00-10.00 sec 962 KBytes 3.74 Gbits/sec
49132026-03-05T04:38:44.207Z- - - - - - - - - - - - - - - - - - - - - - - - -
49142026-03-05T04:38:44.207Z[ ID] Interval Transfer Bandwidth
49152026-03-05T04:38:44.207Z[ 5] 0.00-10.00 sec 411 MBytes 344 Mbits/sec sender
49162026-03-05T04:38:44.207Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49172026-03-05T04:38:44.207Z[ 7] 0.00-10.00 sec 411 MBytes 345 Mbits/sec sender
49182026-03-05T04:38:44.207Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49192026-03-05T04:38:44.207Z[ 9] 0.00-10.00 sec 410 MBytes 344 Mbits/sec sender
49202026-03-05T04:38:44.207Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49212026-03-05T04:38:44.207Z[ 11] 0.00-10.00 sec 410 MBytes 344 Mbits/sec sender
49222026-03-05T04:38:44.207Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49232026-03-05T04:38:44.207Z[ 13] 0.00-10.00 sec 410 MBytes 344 Mbits/sec sender
49242026-03-05T04:38:44.208Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49252026-03-05T04:38:44.208Z[ 15] 0.00-10.00 sec 410 MBytes 344 Mbits/sec sender
49262026-03-05T04:38:44.208Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49272026-03-05T04:38:44.208Z[ 17] 0.00-10.00 sec 410 MBytes 344 Mbits/sec sender
49282026-03-05T04:38:44.208Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49292026-03-05T04:38:44.208Z[ 19] 0.00-10.00 sec 409 MBytes 343 Mbits/sec sender
49302026-03-05T04:38:44.208Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49312026-03-05T04:38:44.208Z[SUM] 0.00-10.00 sec 3.20 GBytes 2.75 Gbits/sec sender
49322026-03-05T04:38:44.208Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49332026-03-05T04:38:44.208ZRun 7/10...2751.77Mbps
49342026-03-05T04:38:51.261Z-----------------------------------------------------------
49352026-03-05T04:38:51.261ZServer listening on 5201
49362026-03-05T04:38:51.261Z-----------------------------------------------------------
49372026-03-05T04:38:51.261ZAccepted connection from 10.0.0.1, port 55476
49382026-03-05T04:38:51.261Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39429
49392026-03-05T04:38:51.261Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57067
49402026-03-05T04:38:51.261Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42614
49412026-03-05T04:38:51.261Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36692
49422026-03-05T04:38:51.261Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53806
49432026-03-05T04:38:51.261Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65215
49442026-03-05T04:38:51.261Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42143
49452026-03-05T04:38:51.261Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42165
49462026-03-05T04:38:51.261Z[ ID] Interval Transfer Bandwidth
49472026-03-05T04:38:51.261Z[ 5] 0.00-1.00 sec 32.9 MBytes 276 Mbits/sec
49482026-03-05T04:38:51.261Z[ 7] 0.00-1.00 sec 32.8 MBytes 275 Mbits/sec
49492026-03-05T04:38:51.261Z[ 9] 0.00-1.00 sec 29.6 MBytes 248 Mbits/sec
49502026-03-05T04:38:51.261Z[ 11] 0.00-1.00 sec 29.3 MBytes 246 Mbits/sec
49512026-03-05T04:38:51.261Z[ 13] 0.00-1.00 sec 29.4 MBytes 246 Mbits/sec
49522026-03-05T04:38:51.261Z[ 15] 0.00-1.00 sec 29.3 MBytes 245 Mbits/sec
49532026-03-05T04:38:51.261Z[ 17] 0.00-1.00 sec 29.2 MBytes 245 Mbits/sec
49542026-03-05T04:38:51.261Z[ 19] 0.00-1.00 sec 29.1 MBytes 244 Mbits/sec
49552026-03-05T04:38:51.261Z[SUM] 0.00-1.00 sec 242 MBytes 2.03 Gbits/sec
49562026-03-05T04:38:51.261Z- - - - - - - - - - - - - - - - - - - - - - - - -
49572026-03-05T04:38:51.261Z[ 5] 1.00-2.00 sec 39.9 MBytes 335 Mbits/sec
49582026-03-05T04:38:51.261Z[ 7] 1.00-2.00 sec 39.9 MBytes 334 Mbits/sec
49592026-03-05T04:38:51.261Z[ 9] 1.00-2.00 sec 40.1 MBytes 337 Mbits/sec
49602026-03-05T04:38:51.261Z[ 11] 1.00-2.00 sec 40.1 MBytes 337 Mbits/sec
49612026-03-05T04:38:51.261Z[ 13] 1.00-2.00 sec 40.3 MBytes 338 Mbits/sec
49622026-03-05T04:38:51.261Z[ 15] 1.00-2.00 sec 40.1 MBytes 336 Mbits/sec
49632026-03-05T04:38:51.261Z[ 17] 1.00-2.00 sec 40.1 MBytes 336 Mbits/sec
49642026-03-05T04:38:51.261Z[ 19] 1.00-2.00 sec 39.9 MBytes 335 Mbits/sec
49652026-03-05T04:38:51.261Z[SUM] 1.00-2.00 sec 320 MBytes 2.69 Gbits/sec
49662026-03-05T04:38:51.262Z- - - - - - - - - - - - - - - - - - - - - - - - -
49672026-03-05T04:38:51.262Z[ 5] 2.00-3.00 sec 41.8 MBytes 350 Mbits/sec
49682026-03-05T04:38:51.262Z[ 7] 2.00-3.00 sec 41.7 MBytes 350 Mbits/sec
49692026-03-05T04:38:51.262Z[ 9] 2.00-3.00 sec 41.5 MBytes 348 Mbits/sec
49702026-03-05T04:38:51.262Z[ 11] 2.00-3.00 sec 41.6 MBytes 349 Mbits/sec
49712026-03-05T04:38:51.262Z[ 13] 2.00-3.00 sec 41.6 MBytes 349 Mbits/sec
49722026-03-05T04:38:51.262Z[ 15] 2.00-3.00 sec 41.6 MBytes 349 Mbits/sec
49732026-03-05T04:38:51.262Z[ 17] 2.00-3.00 sec 41.5 MBytes 348 Mbits/sec
49742026-03-05T04:38:51.262Z[ 19] 2.00-3.00 sec 41.6 MBytes 349 Mbits/sec
49752026-03-05T04:38:51.262Z[SUM] 2.00-3.00 sec 333 MBytes 2.79 Gbits/sec
49762026-03-05T04:38:51.262Z- - - - - - - - - - - - - - - - - - - - - - - - -
49772026-03-05T04:38:51.262Z[ 5] 3.00-4.00 sec 39.1 MBytes 328 Mbits/sec
49782026-03-05T04:38:51.262Z[ 7] 3.00-4.00 sec 39.0 MBytes 327 Mbits/sec
49792026-03-05T04:38:51.262Z[ 9] 3.00-4.00 sec 38.8 MBytes 325 Mbits/sec
49802026-03-05T04:38:51.262Z[ 11] 3.00-4.00 sec 39.1 MBytes 328 Mbits/sec
49812026-03-05T04:38:51.262Z[ 13] 3.00-4.00 sec 38.9 MBytes 326 Mbits/sec
49822026-03-05T04:38:51.262Z[ 15] 3.00-4.00 sec 38.8 MBytes 326 Mbits/sec
49832026-03-05T04:38:51.262Z[ 17] 3.00-4.00 sec 38.9 MBytes 326 Mbits/sec
49842026-03-05T04:38:51.262Z[ 19] 3.00-4.00 sec 38.6 MBytes 324 Mbits/sec
49852026-03-05T04:38:51.262Z[SUM] 3.00-4.00 sec 311 MBytes 2.61 Gbits/sec
49862026-03-05T04:38:51.262Z- - - - - - - - - - - - - - - - - - - - - - - - -
49872026-03-05T04:38:51.262Z[ 5] 4.00-5.00 sec 41.0 MBytes 344 Mbits/sec
49882026-03-05T04:38:51.262Z[ 7] 4.00-5.00 sec 40.9 MBytes 343 Mbits/sec
49892026-03-05T04:38:51.262Z[ 9] 4.00-5.00 sec 41.0 MBytes 344 Mbits/sec
49902026-03-05T04:38:51.262Z[ 11] 4.00-5.00 sec 41.0 MBytes 344 Mbits/sec
49912026-03-05T04:38:51.262Z[ 13] 4.00-5.00 sec 40.8 MBytes 342 Mbits/sec
49922026-03-05T04:38:51.262Z[ 15] 4.00-5.00 sec 40.8 MBytes 342 Mbits/sec
49932026-03-05T04:38:51.262Z[ 17] 4.00-5.00 sec 40.7 MBytes 341 Mbits/sec
49942026-03-05T04:38:51.262Z[ 19] 4.00-5.00 sec 40.7 MBytes 341 Mbits/sec
49952026-03-05T04:38:51.262Z[SUM] 4.00-5.00 sec 327 MBytes 2.74 Gbits/sec
49962026-03-05T04:38:51.262Z- - - - - - - - - - - - - - - - - - - - - - - - -
49972026-03-05T04:38:51.262Z[ 5] 5.00-6.00 sec 36.0 MBytes 302 Mbits/sec
49982026-03-05T04:38:51.262Z[ 7] 5.00-6.00 sec 36.2 MBytes 304 Mbits/sec
49992026-03-05T04:38:51.262Z[ 9] 5.00-6.00 sec 36.4 MBytes 305 Mbits/sec
50002026-03-05T04:38:51.262Z[ 11] 5.00-6.00 sec 36.2 MBytes 304 Mbits/sec
50012026-03-05T04:38:51.262Z[ 13] 5.00-6.00 sec 36.3 MBytes 305 Mbits/sec
50022026-03-05T04:38:51.262Z[ 15] 5.00-6.00 sec 36.0 MBytes 302 Mbits/sec
50032026-03-05T04:38:51.262Z[ 17] 5.00-6.00 sec 36.1 MBytes 303 Mbits/sec
50042026-03-05T04:38:51.262Z[ 19] 5.00-6.00 sec 36.0 MBytes 302 Mbits/sec
50052026-03-05T04:38:51.263Z[SUM] 5.00-6.00 sec 289 MBytes 2.43 Gbits/sec
50062026-03-05T04:38:51.263Z- - - - - - - - - - - - - - - - - - - - - - - - -
50072026-03-05T04:38:51.263Z[ 5] 6.00-7.00 sec 37.7 MBytes 316 Mbits/sec
50082026-03-05T04:38:51.263Z[ 7] 6.00-7.00 sec 37.7 MBytes 316 Mbits/sec
50092026-03-05T04:38:51.263Z[ 9] 6.00-7.00 sec 37.5 MBytes 315 Mbits/sec
50102026-03-05T04:38:54.460Z[ 11] 6.00-7.00 sec 37.7 MBytes 316 Mbits/sec
50112026-03-05T04:38:54.460Z[ 13] 6.00-7.00 sec 37.7 MBytes 316 Mbits/sec
50122026-03-05T04:38:54.460Z[ 15] 6.00-7.00 sec 37.7 MBytes 316 Mbits/sec
50132026-03-05T04:38:54.460Z[ 17] 6.00-7.00 sec 37.6 MBytes 315 Mbits/sec
50142026-03-05T04:38:54.460Z[ 19] 6.00-7.00 sec 37.6 MBytes 316 Mbits/sec
50152026-03-05T04:38:54.460Z[SUM] 6.00-7.00 sec 301 MBytes 2.53 Gbits/sec
50162026-03-05T04:38:54.460Z- - - - - - - - - - - - - - - - - - - - - - - - -
50172026-03-05T04:38:54.460Z[ 5] 7.00-8.00 sec 42.0 MBytes 353 Mbits/sec
50182026-03-05T04:38:54.460Z[ 7] 7.00-8.00 sec 41.8 MBytes 351 Mbits/sec
50192026-03-05T04:38:54.460Z[ 9] 7.00-8.00 sec 41.9 MBytes 352 Mbits/sec
50202026-03-05T04:38:54.460Z[ 11] 7.00-8.00 sec 42.0 MBytes 353 Mbits/sec
50212026-03-05T04:38:54.460Z[ 13] 7.00-8.00 sec 42.2 MBytes 354 Mbits/sec
50222026-03-05T04:38:54.460Z[ 15] 7.00-8.00 sec 42.3 MBytes 356 Mbits/sec
50232026-03-05T04:38:54.460Z[ 17] 7.00-8.00 sec 42.3 MBytes 355 Mbits/sec
50242026-03-05T04:38:54.460Z[ 19] 7.00-8.00 sec 42.2 MBytes 354 Mbits/sec
50252026-03-05T04:38:54.460Z[SUM] 7.00-8.00 sec 337 MBytes 2.83 Gbits/sec
50262026-03-05T04:38:54.460Z- - - - - - - - - - - - - - - - - - - - - - - - -
50272026-03-05T04:38:54.460Z[ 5] 8.00-9.00 sec 38.9 MBytes 326 Mbits/sec
50282026-03-05T04:38:54.460Z[ 7] 8.00-9.00 sec 39.0 MBytes 327 Mbits/sec
50292026-03-05T04:38:54.460Z[ 9] 8.00-9.00 sec 38.7 MBytes 325 Mbits/sec
50302026-03-05T04:38:54.460Z[ 11] 8.00-9.00 sec 39.0 MBytes 327 Mbits/sec
50312026-03-05T04:38:54.460Z[ 13] 8.00-9.00 sec 39.0 MBytes 327 Mbits/sec
50322026-03-05T04:38:54.460Z[ 15] 8.00-9.00 sec 38.8 MBytes 326 Mbits/sec
50332026-03-05T04:38:54.460Z[ 17] 8.00-9.00 sec 38.9 MBytes 326 Mbits/sec
50342026-03-05T04:38:54.460Z[ 19] 8.00-9.00 sec 38.8 MBytes 325 Mbits/sec
50352026-03-05T04:38:54.460Z[SUM] 8.00-9.00 sec 311 MBytes 2.61 Gbits/sec
50362026-03-05T04:38:54.461Z- - - - - - - - - - - - - - - - - - - - - - - - -
50372026-03-05T04:38:54.461Z[ 5] 9.00-10.00 sec 39.2 MBytes 329 Mbits/sec
50382026-03-05T04:38:54.461Z[ 7] 9.00-10.00 sec 39.1 MBytes 328 Mbits/sec
50392026-03-05T04:38:54.461Z[ 9] 9.00-10.00 sec 39.2 MBytes 329 Mbits/sec
50402026-03-05T04:38:54.461Z[ 11] 9.00-10.00 sec 39.2 MBytes 329 Mbits/sec
50412026-03-05T04:38:54.461Z[ 13] 9.00-10.00 sec 39.3 MBytes 329 Mbits/sec
50422026-03-05T04:38:54.461Z[ 15] 9.00-10.00 sec 39.1 MBytes 328 Mbits/sec
50432026-03-05T04:38:54.461Z[ 17] 9.00-10.00 sec 39.0 MBytes 327 Mbits/sec
50442026-03-05T04:38:54.461Z[ 19] 9.00-10.00 sec 39.2 MBytes 329 Mbits/sec
50452026-03-05T04:38:54.461Z[SUM] 9.00-10.00 sec 313 MBytes 2.63 Gbits/sec
50462026-03-05T04:38:54.461Z- - - - - - - - - - - - - - - - - - - - - - - - -
50472026-03-05T04:38:54.461Z[ 5] 10.00-10.00 sec 144 KBytes 633 Mbits/sec
50482026-03-05T04:38:54.461Z[ 7] 10.00-10.00 sec 96.2 KBytes 422 Mbits/sec
50492026-03-05T04:38:54.461Z[ 9] 10.00-10.00 sec 48.1 KBytes 211 Mbits/sec
50502026-03-05T04:38:54.461Z[ 11] 10.00-10.00 sec 96.2 KBytes 422 Mbits/sec
50512026-03-05T04:38:54.461Z[ 13] 10.00-10.00 sec 96.2 KBytes 422 Mbits/sec
50522026-03-05T04:38:54.461Z[ 15] 10.00-10.00 sec 96.2 KBytes 422 Mbits/sec
50532026-03-05T04:38:54.461Z[ 17] 10.00-10.00 sec 96.2 KBytes 422 Mbits/sec
50542026-03-05T04:38:54.461Z[ 19] 10.00-10.00 sec 96.2 KBytes 422 Mbits/sec
50552026-03-05T04:38:54.461Z[SUM] 10.00-10.00 sec 769 KBytes 3.38 Gbits/sec
50562026-03-05T04:38:54.461Z- - - - - - - - - - - - - - - - - - - - - - - - -
50572026-03-05T04:38:54.461Z[ ID] Interval Transfer Bandwidth
50582026-03-05T04:38:54.461Z[ 5] 0.00-10.00 sec 389 MBytes 326 Mbits/sec sender
50592026-03-05T04:38:54.461Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50602026-03-05T04:38:54.461Z[ 7] 0.00-10.00 sec 388 MBytes 326 Mbits/sec sender
50612026-03-05T04:38:54.461Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50622026-03-05T04:38:54.461Z[ 9] 0.00-10.00 sec 385 MBytes 323 Mbits/sec sender
50632026-03-05T04:38:54.461Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50642026-03-05T04:38:54.461Z[ 11] 0.00-10.00 sec 385 MBytes 323 Mbits/sec sender
50652026-03-05T04:38:54.461Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50662026-03-05T04:38:54.461Z[ 13] 0.00-10.00 sec 386 MBytes 323 Mbits/sec sender
50672026-03-05T04:38:54.461Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50682026-03-05T04:38:54.461Z[ 15] 0.00-10.00 sec 385 MBytes 323 Mbits/sec sender
50692026-03-05T04:38:54.461Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50702026-03-05T04:38:54.461Z[ 17] 0.00-10.00 sec 384 MBytes 322 Mbits/sec sender
50712026-03-05T04:38:54.461Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50722026-03-05T04:38:54.461Z[ 19] 0.00-10.00 sec 384 MBytes 322 Mbits/sec sender
50732026-03-05T04:38:54.461Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50742026-03-05T04:38:54.462Z[SUM] 0.00-10.00 sec 3.01 GBytes 2.59 Gbits/sec sender
50752026-03-05T04:38:54.462Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50762026-03-05T04:38:54.486ZRun 8/10...2588.203Mbps
50772026-03-05T04:39:01.542Z-----------------------------------------------------------
50782026-03-05T04:39:01.542ZServer listening on 5201
50792026-03-05T04:39:01.542Z-----------------------------------------------------------
50802026-03-05T04:39:01.542ZAccepted connection from 10.0.0.1, port 47826
50812026-03-05T04:39:01.542Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58008
50822026-03-05T04:39:01.542Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48669
50832026-03-05T04:39:01.542Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43537
50842026-03-05T04:39:01.542Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35739
50852026-03-05T04:39:01.542Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63905
50862026-03-05T04:39:01.542Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61723
50872026-03-05T04:39:01.542Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53713
50882026-03-05T04:39:01.542Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45168
50892026-03-05T04:39:01.542Z[ ID] Interval Transfer Bandwidth
50902026-03-05T04:39:01.542Z[ 5] 0.00-1.00 sec 32.9 MBytes 276 Mbits/sec
50912026-03-05T04:39:01.542Z[ 7] 0.00-1.00 sec 33.0 MBytes 276 Mbits/sec
50922026-03-05T04:39:01.542Z[ 9] 0.00-1.00 sec 32.8 MBytes 275 Mbits/sec
50932026-03-05T04:39:01.542Z[ 11] 0.00-1.00 sec 32.9 MBytes 276 Mbits/sec
50942026-03-05T04:39:01.542Z[ 13] 0.00-1.00 sec 32.7 MBytes 274 Mbits/sec
50952026-03-05T04:39:01.542Z[ 15] 0.00-1.00 sec 32.8 MBytes 275 Mbits/sec
50962026-03-05T04:39:01.542Z[ 17] 0.00-1.00 sec 32.7 MBytes 274 Mbits/sec
50972026-03-05T04:39:01.542Z[ 19] 0.00-1.00 sec 32.6 MBytes 273 Mbits/sec
50982026-03-05T04:39:01.542Z[SUM] 0.00-1.00 sec 262 MBytes 2.20 Gbits/sec
50992026-03-05T04:39:01.543Z- - - - - - - - - - - - - - - - - - - - - - - - -
51002026-03-05T04:39:01.543Z[ 5] 1.00-2.00 sec 46.0 MBytes 386 Mbits/sec
51012026-03-05T04:39:01.543Z[ 7] 1.00-2.00 sec 46.1 MBytes 387 Mbits/sec
51022026-03-05T04:39:01.543Z[ 9] 1.00-2.00 sec 45.8 MBytes 384 Mbits/sec
51032026-03-05T04:39:01.543Z[ 11] 1.00-2.00 sec 45.7 MBytes 383 Mbits/sec
51042026-03-05T04:39:01.543Z[ 13] 1.00-2.00 sec 45.6 MBytes 382 Mbits/sec
51052026-03-05T04:39:01.543Z[ 15] 1.00-2.00 sec 45.7 MBytes 384 Mbits/sec
51062026-03-05T04:39:01.543Z[ 17] 1.00-2.00 sec 45.9 MBytes 385 Mbits/sec
51072026-03-05T04:39:01.543Z[ 19] 1.00-2.00 sec 45.9 MBytes 385 Mbits/sec
51082026-03-05T04:39:01.543Z[SUM] 1.00-2.00 sec 367 MBytes 3.08 Gbits/sec
51092026-03-05T04:39:01.543Z- - - - - - - - - - - - - - - - - - - - - - - - -
51102026-03-05T04:39:01.543Z[ 5] 2.00-3.00 sec 47.9 MBytes 402 Mbits/sec
51112026-03-05T04:39:01.543Z[ 7] 2.00-3.00 sec 48.2 MBytes 404 Mbits/sec
51122026-03-05T04:39:01.543Z[ 9] 2.00-3.00 sec 48.2 MBytes 404 Mbits/sec
51132026-03-05T04:39:01.543Z[ 11] 2.00-3.00 sec 48.4 MBytes 406 Mbits/sec
51142026-03-05T04:39:01.543Z[ 13] 2.00-3.00 sec 48.5 MBytes 407 Mbits/sec
51152026-03-05T04:39:01.543Z[ 15] 2.00-3.00 sec 48.3 MBytes 405 Mbits/sec
51162026-03-05T04:39:01.543Z[ 17] 2.00-3.00 sec 48.2 MBytes 404 Mbits/sec
51172026-03-05T04:39:01.543Z[ 19] 2.00-3.00 sec 47.9 MBytes 402 Mbits/sec
51182026-03-05T04:39:01.543Z[SUM] 2.00-3.00 sec 385 MBytes 3.23 Gbits/sec
51192026-03-05T04:39:01.543Z- - - - - - - - - - - - - - - - - - - - - - - - -
51202026-03-05T04:39:01.543Z[ 5] 3.00-4.00 sec 44.9 MBytes 376 Mbits/sec
51212026-03-05T04:39:01.543Z[ 7] 3.00-4.00 sec 44.9 MBytes 377 Mbits/sec
51222026-03-05T04:39:01.543Z[ 9] 3.00-4.00 sec 45.1 MBytes 378 Mbits/sec
51232026-03-05T04:39:01.543Z[ 11] 3.00-4.00 sec 44.9 MBytes 376 Mbits/sec
51242026-03-05T04:39:01.543Z[ 13] 3.00-4.00 sec 44.8 MBytes 376 Mbits/sec
51252026-03-05T04:39:01.543Z[ 15] 3.00-4.00 sec 45.0 MBytes 377 Mbits/sec
51262026-03-05T04:39:01.543Z[ 17] 3.00-4.00 sec 45.1 MBytes 378 Mbits/sec
51272026-03-05T04:39:01.543Z[ 19] 3.00-4.00 sec 44.9 MBytes 376 Mbits/sec
51282026-03-05T04:39:01.543Z[SUM] 3.00-4.00 sec 360 MBytes 3.02 Gbits/sec
51292026-03-05T04:39:01.543Z- - - - - - - - - - - - - - - - - - - - - - - - -
51302026-03-05T04:39:01.543Z[ 5] 4.00-5.00 sec 40.8 MBytes 342 Mbits/sec
51312026-03-05T04:39:01.543Z[ 7] 4.00-5.00 sec 40.8 MBytes 343 Mbits/sec
51322026-03-05T04:39:01.543Z[ 9] 4.00-5.00 sec 40.8 MBytes 343 Mbits/sec
51332026-03-05T04:39:01.543Z[ 11] 4.00-5.00 sec 40.8 MBytes 342 Mbits/sec
51342026-03-05T04:39:01.543Z[ 13] 4.00-5.00 sec 40.7 MBytes 342 Mbits/sec
51352026-03-05T04:39:01.543Z[ 15] 4.00-5.00 sec 40.8 MBytes 343 Mbits/sec
51362026-03-05T04:39:01.543Z[ 17] 4.00-5.00 sec 40.8 MBytes 342 Mbits/sec
51372026-03-05T04:39:01.543Z[ 19] 4.00-5.00 sec 40.7 MBytes 342 Mbits/sec
51382026-03-05T04:39:01.544Z[SUM] 4.00-5.00 sec 326 MBytes 2.74 Gbits/sec
51392026-03-05T04:39:01.544Z- - - - - - - - - - - - - - - - - - - - - - - - -
51402026-03-05T04:39:01.544Z[ 5] 5.00-6.00 sec 37.0 MBytes 311 Mbits/sec
51412026-03-05T04:39:01.544Z[ 7] 5.00-6.00 sec 37.2 MBytes 312 Mbits/sec
51422026-03-05T04:39:01.544Z[ 9] 5.00-6.00 sec 37.1 MBytes 311 Mbits/sec
51432026-03-05T04:39:01.544Z[ 11] 5.00-6.00 sec 37.1 MBytes 311 Mbits/sec
51442026-03-05T04:39:01.544Z[ 13] 5.00-6.00 sec 37.1 MBytes 311 Mbits/sec
51452026-03-05T04:39:01.544Z[ 15] 5.00-6.00 sec 37.1 MBytes 312 Mbits/sec
51462026-03-05T04:39:01.544Z[ 17] 5.00-6.00 sec 37.1 MBytes 312 Mbits/sec
51472026-03-05T04:39:01.544Z[ 19] 5.00-6.00 sec 36.9 MBytes 310 Mbits/sec
51482026-03-05T04:39:01.544Z[SUM] 5.00-6.00 sec 297 MBytes 2.49 Gbits/sec
51492026-03-05T04:39:01.544Z- - - - - - - - - - - - - - - - - - - - - - - - -
51502026-03-05T04:39:01.544Z[ 5] 6.00-7.00 sec 46.6 MBytes 391 Mbits/sec
51512026-03-05T04:39:01.544Z[ 7] 6.00-7.00 sec 46.7 MBytes 391 Mbits/sec
51522026-03-05T04:39:01.544Z[ 9] 6.00-7.00 sec 46.7 MBytes 391 Mbits/sec
51532026-03-05T04:39:04.740Z[ 11] 6.00-7.00 sec 46.7 MBytes 392 Mbits/sec
51542026-03-05T04:39:04.740Z[ 13] 6.00-7.00 sec 46.9 MBytes 393 Mbits/sec
51552026-03-05T04:39:04.740Z[ 15] 6.00-7.00 sec 46.7 MBytes 392 Mbits/sec
51562026-03-05T04:39:04.740Z[ 17] 6.00-7.00 sec 46.8 MBytes 393 Mbits/sec
51572026-03-05T04:39:04.740Z[ 19] 6.00-7.00 sec 46.7 MBytes 392 Mbits/sec
51582026-03-05T04:39:04.740Z[SUM] 6.00-7.00 sec 374 MBytes 3.13 Gbits/sec
51592026-03-05T04:39:04.740Z- - - - - - - - - - - - - - - - - - - - - - - - -
51602026-03-05T04:39:04.740Z[ 5] 7.00-8.00 sec 40.4 MBytes 339 Mbits/sec
51612026-03-05T04:39:04.740Z[ 7] 7.00-8.00 sec 40.6 MBytes 341 Mbits/sec
51622026-03-05T04:39:04.740Z[ 9] 7.00-8.00 sec 40.5 MBytes 340 Mbits/sec
51632026-03-05T04:39:04.740Z[ 11] 7.00-8.00 sec 40.5 MBytes 340 Mbits/sec
51642026-03-05T04:39:04.740Z[ 13] 7.00-8.00 sec 40.4 MBytes 339 Mbits/sec
51652026-03-05T04:39:04.740Z[ 15] 7.00-8.00 sec 40.5 MBytes 340 Mbits/sec
51662026-03-05T04:39:04.740Z[ 17] 7.00-8.00 sec 40.6 MBytes 340 Mbits/sec
51672026-03-05T04:39:04.740Z[ 19] 7.00-8.00 sec 40.5 MBytes 340 Mbits/sec
51682026-03-05T04:39:04.740Z[SUM] 7.00-8.00 sec 324 MBytes 2.72 Gbits/sec
51692026-03-05T04:39:04.740Z- - - - - - - - - - - - - - - - - - - - - - - - -
51702026-03-05T04:39:04.740Z[ 5] 8.00-9.00 sec 44.6 MBytes 374 Mbits/sec
51712026-03-05T04:39:04.740Z[ 7] 8.00-9.00 sec 44.4 MBytes 373 Mbits/sec
51722026-03-05T04:39:04.740Z[ 9] 8.00-9.00 sec 44.5 MBytes 373 Mbits/sec
51732026-03-05T04:39:04.740Z[ 11] 8.00-9.00 sec 44.4 MBytes 372 Mbits/sec
51742026-03-05T04:39:04.740Z[ 13] 8.00-9.00 sec 44.3 MBytes 372 Mbits/sec
51752026-03-05T04:39:04.740Z[ 15] 8.00-9.00 sec 44.5 MBytes 373 Mbits/sec
51762026-03-05T04:39:04.740Z[ 17] 8.00-9.00 sec 44.4 MBytes 373 Mbits/sec
51772026-03-05T04:39:04.741Z[ 19] 8.00-9.00 sec 44.6 MBytes 374 Mbits/sec
51782026-03-05T04:39:04.741Z[SUM] 8.00-9.00 sec 356 MBytes 2.98 Gbits/sec
51792026-03-05T04:39:04.741Z- - - - - - - - - - - - - - - - - - - - - - - - -
51802026-03-05T04:39:04.741Z[ 5] 9.00-10.00 sec 39.4 MBytes 330 Mbits/sec
51812026-03-05T04:39:04.741Z[ 7] 9.00-10.00 sec 39.4 MBytes 331 Mbits/sec
51822026-03-05T04:39:04.741Z[ 9] 9.00-10.00 sec 39.5 MBytes 331 Mbits/sec
51832026-03-05T04:39:04.741Z[ 11] 9.00-10.00 sec 39.4 MBytes 331 Mbits/sec
51842026-03-05T04:39:04.741Z[ 13] 9.00-10.00 sec 39.4 MBytes 330 Mbits/sec
51852026-03-05T04:39:04.741Z[ 15] 9.00-10.00 sec 39.3 MBytes 330 Mbits/sec
51862026-03-05T04:39:04.741Z[ 17] 9.00-10.00 sec 39.3 MBytes 329 Mbits/sec
51872026-03-05T04:39:04.741Z[ 19] 9.00-10.00 sec 39.3 MBytes 330 Mbits/sec
51882026-03-05T04:39:04.741Z[SUM] 9.00-10.00 sec 315 MBytes 2.64 Gbits/sec
51892026-03-05T04:39:04.741Z- - - - - - - - - - - - - - - - - - - - - - - - -
51902026-03-05T04:39:04.741Z[ 5] 10.00-10.00 sec 48.1 KBytes 316 Mbits/sec
51912026-03-05T04:39:04.741Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
51922026-03-05T04:39:04.741Z[ 9] 10.00-10.00 sec 48.1 KBytes 317 Mbits/sec
51932026-03-05T04:39:04.741Z[ 11] 10.00-10.00 sec 48.1 KBytes 321 Mbits/sec
51942026-03-05T04:39:04.741Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
51952026-03-05T04:39:04.741Z[ 15] 10.00-10.00 sec 96.2 KBytes 642 Mbits/sec
51962026-03-05T04:39:04.741Z[ 17] 10.00-10.00 sec 48.1 KBytes 321 Mbits/sec
51972026-03-05T04:39:04.741Z[ 19] 10.00-10.00 sec 48.1 KBytes 321 Mbits/sec
51982026-03-05T04:39:04.741Z[SUM] 10.00-10.00 sec 337 KBytes 2.21 Gbits/sec
51992026-03-05T04:39:04.741Z- - - - - - - - - - - - - - - - - - - - - - - - -
52002026-03-05T04:39:04.741Z[ ID] Interval Transfer Bandwidth
52012026-03-05T04:39:04.741Z[ 5] 0.00-10.00 sec 421 MBytes 353 Mbits/sec sender
52022026-03-05T04:39:04.741Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52032026-03-05T04:39:04.741Z[ 7] 0.00-10.00 sec 421 MBytes 353 Mbits/sec sender
52042026-03-05T04:39:04.741Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52052026-03-05T04:39:04.741Z[ 9] 0.00-10.00 sec 421 MBytes 353 Mbits/sec sender
52062026-03-05T04:39:04.741Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52072026-03-05T04:39:04.741Z[ 11] 0.00-10.00 sec 421 MBytes 353 Mbits/sec sender
52082026-03-05T04:39:04.741Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52092026-03-05T04:39:04.741Z[ 13] 0.00-10.00 sec 420 MBytes 353 Mbits/sec sender
52102026-03-05T04:39:04.741Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52112026-03-05T04:39:04.741Z[ 15] 0.00-10.00 sec 421 MBytes 353 Mbits/sec sender
52122026-03-05T04:39:04.741Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52132026-03-05T04:39:04.741Z[ 17] 0.00-10.00 sec 421 MBytes 353 Mbits/sec sender
52142026-03-05T04:39:04.741Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52152026-03-05T04:39:04.741Z[ 19] 0.00-10.00 sec 420 MBytes 352 Mbits/sec sender
52162026-03-05T04:39:04.742Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52172026-03-05T04:39:04.742Z[SUM] 0.00-10.00 sec 3.29 GBytes 2.82 Gbits/sec sender
52182026-03-05T04:39:04.742Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52192026-03-05T04:39:04.767ZRun 9/10...2823.332Mbps
52202026-03-05T04:39:11.821Z-----------------------------------------------------------
52212026-03-05T04:39:11.821ZServer listening on 5201
52222026-03-05T04:39:11.821Z-----------------------------------------------------------
52232026-03-05T04:39:11.821ZAccepted connection from 10.0.0.1, port 51210
52242026-03-05T04:39:11.821Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38087
52252026-03-05T04:39:11.821Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54599
52262026-03-05T04:39:11.821Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42547
52272026-03-05T04:39:11.821Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45633
52282026-03-05T04:39:11.821Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44813
52292026-03-05T04:39:11.821Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59986
52302026-03-05T04:39:11.821Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48876
52312026-03-05T04:39:11.821Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42330
52322026-03-05T04:39:11.821Z[ ID] Interval Transfer Bandwidth
52332026-03-05T04:39:11.821Z[ 5] 0.00-1.00 sec 30.6 MBytes 257 Mbits/sec
52342026-03-05T04:39:11.821Z[ 7] 0.00-1.00 sec 30.5 MBytes 256 Mbits/sec
52352026-03-05T04:39:11.821Z[ 9] 0.00-1.00 sec 30.4 MBytes 255 Mbits/sec
52362026-03-05T04:39:11.821Z[ 11] 0.00-1.00 sec 30.4 MBytes 255 Mbits/sec
52372026-03-05T04:39:11.821Z[ 13] 0.00-1.00 sec 30.4 MBytes 255 Mbits/sec
52382026-03-05T04:39:11.821Z[ 15] 0.00-1.00 sec 30.5 MBytes 256 Mbits/sec
52392026-03-05T04:39:11.822Z[ 17] 0.00-1.00 sec 30.4 MBytes 255 Mbits/sec
52402026-03-05T04:39:11.822Z[ 19] 0.00-1.00 sec 30.5 MBytes 256 Mbits/sec
52412026-03-05T04:39:11.822Z[SUM] 0.00-1.00 sec 244 MBytes 2.04 Gbits/sec
52422026-03-05T04:39:11.822Z- - - - - - - - - - - - - - - - - - - - - - - - -
52432026-03-05T04:39:11.822Z[ 5] 1.00-2.00 sec 44.4 MBytes 372 Mbits/sec
52442026-03-05T04:39:11.822Z[ 7] 1.00-2.00 sec 44.4 MBytes 372 Mbits/sec
52452026-03-05T04:39:11.822Z[ 9] 1.00-2.00 sec 44.2 MBytes 371 Mbits/sec
52462026-03-05T04:39:11.822Z[ 11] 1.00-2.00 sec 44.3 MBytes 372 Mbits/sec
52472026-03-05T04:39:11.822Z[ 13] 1.00-2.00 sec 44.2 MBytes 371 Mbits/sec
52482026-03-05T04:39:11.822Z[ 15] 1.00-2.00 sec 44.4 MBytes 372 Mbits/sec
52492026-03-05T04:39:11.822Z[ 17] 1.00-2.00 sec 44.4 MBytes 372 Mbits/sec
52502026-03-05T04:39:11.822Z[ 19] 1.00-2.00 sec 44.4 MBytes 372 Mbits/sec
52512026-03-05T04:39:11.822Z[SUM] 1.00-2.00 sec 355 MBytes 2.98 Gbits/sec
52522026-03-05T04:39:11.822Z- - - - - - - - - - - - - - - - - - - - - - - - -
52532026-03-05T04:39:11.822Z[ 5] 2.00-3.00 sec 39.7 MBytes 333 Mbits/sec
52542026-03-05T04:39:11.822Z[ 7] 2.00-3.00 sec 39.8 MBytes 334 Mbits/sec
52552026-03-05T04:39:11.822Z[ 9] 2.00-3.00 sec 39.8 MBytes 334 Mbits/sec
52562026-03-05T04:39:11.822Z[ 11] 2.00-3.00 sec 39.8 MBytes 334 Mbits/sec
52572026-03-05T04:39:11.822Z[ 13] 2.00-3.00 sec 39.7 MBytes 333 Mbits/sec
52582026-03-05T04:39:11.822Z[ 15] 2.00-3.00 sec 39.8 MBytes 334 Mbits/sec
52592026-03-05T04:39:11.822Z[ 17] 2.00-3.00 sec 39.6 MBytes 332 Mbits/sec
52602026-03-05T04:39:11.822Z[ 19] 2.00-3.00 sec 39.8 MBytes 334 Mbits/sec
52612026-03-05T04:39:11.822Z[SUM] 2.00-3.00 sec 318 MBytes 2.67 Gbits/sec
52622026-03-05T04:39:11.822Z- - - - - - - - - - - - - - - - - - - - - - - - -
52632026-03-05T04:39:11.822Z[ 5] 3.00-4.00 sec 43.5 MBytes 365 Mbits/sec
52642026-03-05T04:39:11.822Z[ 7] 3.00-4.00 sec 43.4 MBytes 364 Mbits/sec
52652026-03-05T04:39:11.822Z[ 9] 3.00-4.00 sec 43.3 MBytes 364 Mbits/sec
52662026-03-05T04:39:11.822Z[ 11] 3.00-4.00 sec 43.2 MBytes 363 Mbits/sec
52672026-03-05T04:39:11.822Z[ 13] 3.00-4.00 sec 43.2 MBytes 362 Mbits/sec
52682026-03-05T04:39:11.822Z[ 15] 3.00-4.00 sec 43.1 MBytes 361 Mbits/sec
52692026-03-05T04:39:11.822Z[ 17] 3.00-4.00 sec 43.3 MBytes 363 Mbits/sec
52702026-03-05T04:39:11.822Z[ 19] 3.00-4.00 sec 43.2 MBytes 362 Mbits/sec
52712026-03-05T04:39:11.822Z[SUM] 3.00-4.00 sec 346 MBytes 2.90 Gbits/sec
52722026-03-05T04:39:11.822Z- - - - - - - - - - - - - - - - - - - - - - - - -
52732026-03-05T04:39:11.822Z[ 5] 4.00-5.00 sec 40.1 MBytes 337 Mbits/sec
52742026-03-05T04:39:11.822Z[ 7] 4.00-5.00 sec 40.3 MBytes 338 Mbits/sec
52752026-03-05T04:39:11.822Z[ 9] 4.00-5.00 sec 40.2 MBytes 337 Mbits/sec
52762026-03-05T04:39:11.822Z[ 11] 4.00-5.00 sec 40.2 MBytes 338 Mbits/sec
52772026-03-05T04:39:11.823Z[ 13] 4.00-5.00 sec 40.2 MBytes 337 Mbits/sec
52782026-03-05T04:39:11.823Z[ 15] 4.00-5.00 sec 40.2 MBytes 337 Mbits/sec
52792026-03-05T04:39:11.823Z[ 17] 4.00-5.00 sec 40.2 MBytes 337 Mbits/sec
52802026-03-05T04:39:11.823Z[ 19] 4.00-5.00 sec 40.2 MBytes 337 Mbits/sec
52812026-03-05T04:39:11.823Z[SUM] 4.00-5.00 sec 322 MBytes 2.70 Gbits/sec
52822026-03-05T04:39:11.823Z- - - - - - - - - - - - - - - - - - - - - - - - -
52832026-03-05T04:39:11.823Z[ 5] 5.00-6.00 sec 42.2 MBytes 354 Mbits/sec
52842026-03-05T04:39:11.823Z[ 7] 5.00-6.00 sec 42.2 MBytes 354 Mbits/sec
52852026-03-05T04:39:11.823Z[ 9] 5.00-6.00 sec 42.2 MBytes 354 Mbits/sec
52862026-03-05T04:39:11.823Z[ 11] 5.00-6.00 sec 42.0 MBytes 352 Mbits/sec
52872026-03-05T04:39:11.823Z[ 13] 5.00-6.00 sec 42.2 MBytes 354 Mbits/sec
52882026-03-05T04:39:11.823Z[ 15] 5.00-6.00 sec 41.8 MBytes 351 Mbits/sec
52892026-03-05T04:39:11.823Z[ 17] 5.00-6.00 sec 42.1 MBytes 353 Mbits/sec
52902026-03-05T04:39:11.823Z[ 19] 5.00-6.00 sec 41.8 MBytes 350 Mbits/sec
52912026-03-05T04:39:11.823Z[SUM] 5.00-6.00 sec 337 MBytes 2.82 Gbits/sec
52922026-03-05T04:39:11.823Z- - - - - - - - - - - - - - - - - - - - - - - - -
52932026-03-05T04:39:11.823Z[ 5] 6.00-7.00 sec 45.9 MBytes 385 Mbits/sec
52942026-03-05T04:39:11.823Z[ 7] 6.00-7.00 sec 45.8 MBytes 384 Mbits/sec
52952026-03-05T04:39:11.823Z[ 9] 6.00-7.00 sec 45.7 MBytes 383 Mbits/sec
52962026-03-05T04:39:14.998Z[ 11] 6.00-7.00 sec 45.9 MBytes 385 Mbits/sec
52972026-03-05T04:39:14.998Z[ 13] 6.00-7.00 sec 45.9 MBytes 385 Mbits/sec
52982026-03-05T04:39:14.998Z[ 15] 6.00-7.00 sec 45.8 MBytes 384 Mbits/sec
52992026-03-05T04:39:14.998Z[ 17] 6.00-7.00 sec 45.8 MBytes 384 Mbits/sec
53002026-03-05T04:39:14.998Z[ 19] 6.00-7.00 sec 45.6 MBytes 383 Mbits/sec
53012026-03-05T04:39:14.998Z[SUM] 6.00-7.00 sec 366 MBytes 3.07 Gbits/sec
53022026-03-05T04:39:14.998Z- - - - - - - - - - - - - - - - - - - - - - - - -
53032026-03-05T04:39:14.998Z[ 5] 7.00-8.00 sec 48.6 MBytes 408 Mbits/sec
53042026-03-05T04:39:14.998Z[ 7] 7.00-8.00 sec 48.6 MBytes 408 Mbits/sec
53052026-03-05T04:39:14.998Z[ 9] 7.00-8.00 sec 48.6 MBytes 408 Mbits/sec
53062026-03-05T04:39:14.998Z[ 11] 7.00-8.00 sec 48.9 MBytes 410 Mbits/sec
53072026-03-05T04:39:14.998Z[ 13] 7.00-8.00 sec 48.8 MBytes 409 Mbits/sec
53082026-03-05T04:39:14.998Z[ 15] 7.00-8.00 sec 48.7 MBytes 409 Mbits/sec
53092026-03-05T04:39:14.999Z[ 17] 7.00-8.00 sec 48.6 MBytes 408 Mbits/sec
53102026-03-05T04:39:14.999Z[ 19] 7.00-8.00 sec 48.8 MBytes 409 Mbits/sec
53112026-03-05T04:39:14.999Z[SUM] 7.00-8.00 sec 390 MBytes 3.27 Gbits/sec
53122026-03-05T04:39:14.999Z- - - - - - - - - - - - - - - - - - - - - - - - -
53132026-03-05T04:39:14.999Z[ 5] 8.00-9.00 sec 45.2 MBytes 379 Mbits/sec
53142026-03-05T04:39:14.999Z[ 7] 8.00-9.00 sec 45.2 MBytes 379 Mbits/sec
53152026-03-05T04:39:14.999Z[ 9] 8.00-9.00 sec 45.2 MBytes 379 Mbits/sec
53162026-03-05T04:39:14.999Z[ 11] 8.00-9.00 sec 45.0 MBytes 377 Mbits/sec
53172026-03-05T04:39:14.999Z[ 13] 8.00-9.00 sec 44.9 MBytes 377 Mbits/sec
53182026-03-05T04:39:15.024Z[ 15] 8.00-9.00 sec 44.8 MBytes 376 Mbits/sec
53192026-03-05T04:39:15.025Z[ 17] 8.00-9.00 sec 45.2 MBytes 379 Mbits/sec
53202026-03-05T04:39:15.025Z[ 19] 8.00-9.00 sec 45.1 MBytes 378 Mbits/sec
53212026-03-05T04:39:15.025Z[SUM] 8.00-9.00 sec 360 MBytes 3.02 Gbits/sec
53222026-03-05T04:39:15.025Z- - - - - - - - - - - - - - - - - - - - - - - - -
53232026-03-05T04:39:15.025Z[ 5] 9.00-10.00 sec 40.5 MBytes 340 Mbits/sec
53242026-03-05T04:39:15.025Z[ 7] 9.00-10.00 sec 40.6 MBytes 340 Mbits/sec
53252026-03-05T04:39:15.025Z[ 9] 9.00-10.00 sec 40.6 MBytes 341 Mbits/sec
53262026-03-05T04:39:15.025Z[ 11] 9.00-10.00 sec 40.7 MBytes 341 Mbits/sec
53272026-03-05T04:39:15.025Z[ 13] 9.00-10.00 sec 40.7 MBytes 341 Mbits/sec
53282026-03-05T04:39:15.025Z[ 15] 9.00-10.00 sec 40.6 MBytes 340 Mbits/sec
53292026-03-05T04:39:15.025Z[ 17] 9.00-10.00 sec 40.5 MBytes 340 Mbits/sec
53302026-03-05T04:39:15.025Z[ 19] 9.00-10.00 sec 40.6 MBytes 341 Mbits/sec
53312026-03-05T04:39:15.025Z[SUM] 9.00-10.00 sec 325 MBytes 2.72 Gbits/sec
53322026-03-05T04:39:15.025Z- - - - - - - - - - - - - - - - - - - - - - - - -
53332026-03-05T04:39:15.025Z[ 5] 10.00-10.00 sec 96.2 KBytes 419 Mbits/sec
53342026-03-05T04:39:15.025Z[ 7] 10.00-10.00 sec 96.2 KBytes 419 Mbits/sec
53352026-03-05T04:39:15.025Z[ 9] 10.00-10.00 sec 48.1 KBytes 209 Mbits/sec
53362026-03-05T04:39:15.025Z[ 11] 10.00-10.00 sec 144 KBytes 628 Mbits/sec
53372026-03-05T04:39:15.025Z[ 13] 10.00-10.00 sec 96.2 KBytes 419 Mbits/sec
53382026-03-05T04:39:15.025Z[ 15] 10.00-10.00 sec 96.2 KBytes 419 Mbits/sec
53392026-03-05T04:39:15.025Z[ 17] 10.00-10.00 sec 48.1 KBytes 209 Mbits/sec
53402026-03-05T04:39:15.025Z[ 19] 10.00-10.00 sec 48.1 KBytes 209 Mbits/sec
53412026-03-05T04:39:15.025Z[SUM] 10.00-10.00 sec 673 KBytes 2.93 Gbits/sec
53422026-03-05T04:39:15.025Z- - - - - - - - - - - - - - - - - - - - - - - - -
53432026-03-05T04:39:15.025Z[ ID] Interval Transfer Bandwidth
53442026-03-05T04:39:15.025Z[ 5] 0.00-10.00 sec 421 MBytes 353 Mbits/sec sender
53452026-03-05T04:39:15.025Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53462026-03-05T04:39:15.025Z[ 7] 0.00-10.00 sec 421 MBytes 353 Mbits/sec sender
53472026-03-05T04:39:15.025Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53482026-03-05T04:39:15.025Z[ 9] 0.00-10.00 sec 420 MBytes 353 Mbits/sec sender
53492026-03-05T04:39:15.025Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53502026-03-05T04:39:15.025Z[ 11] 0.00-10.00 sec 420 MBytes 353 Mbits/sec sender
53512026-03-05T04:39:15.025Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53522026-03-05T04:39:15.025Z[ 13] 0.00-10.00 sec 420 MBytes 352 Mbits/sec sender
53532026-03-05T04:39:15.025Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53542026-03-05T04:39:15.025Z[ 15] 0.00-10.00 sec 420 MBytes 352 Mbits/sec sender
53552026-03-05T04:39:15.025Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53562026-03-05T04:39:15.026Z[ 17] 0.00-10.00 sec 420 MBytes 352 Mbits/sec sender
53572026-03-05T04:39:15.026Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53582026-03-05T04:39:15.026Z[ 19] 0.00-10.00 sec 420 MBytes 352 Mbits/sec sender
53592026-03-05T04:39:15.026Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53602026-03-05T04:39:15.026Z[SUM] 0.00-10.00 sec 3.28 GBytes 2.82 Gbits/sec sender
53612026-03-05T04:39:15.026Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53622026-03-05T04:39:15.026ZRun 10/10...2820.762Mbps
53632026-03-05T04:39:15.026Z###---------------------###
53642026-03-05T04:39:15.026Z::: iPerf done... :::
53652026-03-05T04:39:15.026Z:::Awaiting out files...:::
53662026-03-05T04:39:15.026Z###---------------------###
53672026-03-05T04:39:15.026Z###-----###
53682026-03-05T04:39:15.026Z:::done!:::
53692026-03-05T04:39:15.026Z###-----###
53702026-03-05T04:39:21.188ZBenchmarking iperf-tcp/local/s2c/tx
53712026-03-05T04:39:21.188ZBenchmarking iperf-tcp/local/s2c/tx: Warming up for 3.0000 s
53722026-03-05T04:39:26.911ZBenchmarking iperf-tcp/local/s2c/tx: Collecting 100 samples in estimated 20.000 s (938M iterations)
53732026-03-05T04:39:46.237ZBenchmarking iperf-tcp/local/s2c/tx: Analyzing
53742026-03-05T04:39:46.423Ziperf-tcp/local/s2c/tx time: [7.9816 µs 7.9819 µs 7.9823 µs]
53752026-03-05T04:39:46.423Z change: [+4.4504% +4.4619% +4.4737%] (p = 0.00 < 0.05)
53762026-03-05T04:39:46.423Z Performance has regressed.
53772026-03-05T04:39:46.423ZFound 7 outliers among 100 measurements (7.00%)
53782026-03-05T04:39:46.423Z 3 (3.00%) low mild
53792026-03-05T04:39:46.423Z 3 (3.00%) high mild
53802026-03-05T04:39:46.423Z 1 (1.00%) high severe
53812026-03-05T04:39:48.168Z
53822026-03-05T04:39:48.168ZBenchmarking iperf-tcp/local/s2c/rx
53832026-03-05T04:39:48.168ZBenchmarking iperf-tcp/local/s2c/rx: Warming up for 3.0000 s
53842026-03-05T04:39:53.313ZBenchmarking iperf-tcp/local/s2c/rx: Collecting 100 samples in estimated 20.000 s (995M iterations)
53852026-03-05T04:40:13.574ZBenchmarking iperf-tcp/local/s2c/rx: Analyzing
53862026-03-05T04:40:13.738Ziperf-tcp/local/s2c/rx time: [9.0690 µs 9.0695 µs 9.0701 µs]
53872026-03-05T04:40:13.738Z change: [+1.3446% +1.3559% +1.3686%] (p = 0.00 < 0.05)
53882026-03-05T04:40:13.738Z Performance has regressed.
53892026-03-05T04:40:13.738ZFound 11 outliers among 100 measurements (11.00%)
53902026-03-05T04:40:13.738Z 3 (3.00%) low mild
53912026-03-05T04:40:13.738Z 5 (5.00%) high mild
53922026-03-05T04:40:13.738Z 3 (3.00%) high severe
53932026-03-05T04:40:15.204Z
53942026-03-05T04:40:22.674Z+ cargo ubench
53952026-03-05T04:40:23.581Z Compiling proc-macro2 v1.0.106
53962026-03-05T04:40:23.581Z Compiling unicode-ident v1.0.23
53972026-03-05T04:40:23.581Z Compiling quote v1.0.44
53982026-03-05T04:40:23.582Z Compiling serde_core v1.0.228
53992026-03-05T04:40:23.607Z Compiling cfg-if v1.0.4
54002026-03-05T04:40:23.607Z Compiling libc v0.2.180
54012026-03-05T04:40:23.607Z Compiling memchr v2.8.0
54022026-03-05T04:40:23.607Z Compiling serde v1.0.228
54032026-03-05T04:40:23.883Z Compiling zerocopy v0.8.39
54042026-03-05T04:40:24.073Z Compiling rustversion v1.0.22
54052026-03-05T04:40:24.530Z Compiling version_check v0.9.5
54062026-03-05T04:40:24.726Z Compiling ident_case v1.0.1
54072026-03-05T04:40:25.077Z Compiling either v1.15.0
54082026-03-05T04:40:25.104Z Compiling fnv v1.0.7
54092026-03-05T04:40:25.252Z Compiling strsim v0.11.1
54102026-03-05T04:40:25.349Z Compiling thiserror v2.0.18
54112026-03-05T04:40:26.113Z Compiling syn v1.0.109
54122026-03-05T04:40:26.163Z Compiling regex-syntax v0.8.9
54132026-03-05T04:40:26.466Z Compiling crossbeam-utils v0.8.21
54142026-03-05T04:40:26.507Z Compiling pin-project-lite v0.2.16
54152026-03-05T04:40:26.832Z Compiling aho-corasick v1.1.4
54162026-03-05T04:40:27.046Z Compiling equivalent v1.0.2
54172026-03-05T04:40:27.070Z Compiling winnow v0.7.14
54182026-03-05T04:40:27.095Z Compiling hashbrown v0.16.1
54192026-03-05T04:40:27.166Z Compiling syn v2.0.114
54202026-03-05T04:40:28.425Z Compiling indexmap v2.13.0
54212026-03-05T04:40:28.821Z Compiling itertools v0.14.0
54222026-03-05T04:40:29.999Z Compiling regex-automata v0.4.14
54232026-03-05T04:40:30.502Z Compiling bitflags v2.10.0
54242026-03-05T04:40:30.528Z Compiling getrandom v0.3.4
54252026-03-05T04:40:30.768Z Compiling toml_parser v1.0.9+spec-1.1.0
54262026-03-05T04:40:31.096Z Compiling heapless v0.8.0
54272026-03-05T04:40:31.137Z Compiling byteorder v1.5.0
54282026-03-05T04:40:31.334Z Compiling autocfg v1.5.0
54292026-03-05T04:40:31.487Z Compiling toml_datetime v0.7.5+spec-1.1.0
54302026-03-05T04:40:31.933Z Compiling toml_edit v0.23.10+spec-1.0.0
54312026-03-05T04:40:31.958Z Compiling hash32 v0.3.1
54322026-03-05T04:40:31.984Z Compiling slog v2.8.2
54332026-03-05T04:40:31.984Z Compiling futures-core v0.3.31
54342026-03-05T04:40:32.113Z Compiling num-traits v0.2.19
54352026-03-05T04:40:32.203Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
54362026-03-05T04:40:32.243Z Compiling futures-sink v0.3.31
54372026-03-05T04:40:32.344Z Compiling macaddr v1.0.1
54382026-03-05T04:40:32.426Z Compiling smoltcp v0.11.0
54392026-03-05T04:40:32.537Z Compiling stable_deref_trait v1.2.1
54402026-03-05T04:40:32.791Z Compiling futures-channel v0.3.31
54412026-03-05T04:40:33.084Z Compiling proc-macro-error-attr v1.0.4
54422026-03-05T04:40:33.289Z Compiling proc-macro-crate v3.4.0
54432026-03-05T04:40:33.313Z Compiling futures-task v0.3.31
54442026-03-05T04:40:33.451Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
54452026-03-05T04:40:33.612Z Compiling futures-io v0.3.31
54462026-03-05T04:40:33.725Z Compiling pin-utils v0.1.0
54472026-03-05T04:40:33.843Z Compiling bitflags v1.3.2
54482026-03-05T04:40:33.868Z Compiling anyhow v1.0.101
54492026-03-05T04:40:33.955Z Compiling managed v0.8.0
54502026-03-05T04:40:33.988Z Compiling ref-cast v1.0.25
54512026-03-05T04:40:34.313Z Compiling darling_core v0.21.3
54522026-03-05T04:40:34.356Z Compiling regex v1.12.3
54532026-03-05T04:40:34.494Z Compiling crc32fast v1.5.0
54542026-03-05T04:40:34.519Z Compiling slab v0.4.12
54552026-03-05T04:40:34.565Z Compiling itoa v1.0.17
54562026-03-05T04:40:35.203Z Compiling rand_core v0.9.5
54572026-03-05T04:40:35.477Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
54582026-03-05T04:40:35.742Z Compiling proc-macro-error v1.0.4
54592026-03-05T04:40:36.103Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
54602026-03-05T04:40:36.281Z Compiling once_cell v1.21.3
54612026-03-05T04:40:36.466Z Compiling rustix v1.1.3
54622026-03-05T04:40:36.555Z Compiling unicode-width v0.2.2
54632026-03-05T04:40:36.784Z Compiling foreign-types-shared v0.3.1
54642026-03-05T04:40:36.809Z Compiling ipnetwork v0.21.1
54652026-03-05T04:40:36.922Z Compiling tracing-core v0.1.36
54662026-03-05T04:40:37.208Z Compiling tabwriter v1.4.1
54672026-03-05T04:40:37.481Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
54682026-03-05T04:40:37.588Z Compiling serde_derive v1.0.228
54692026-03-05T04:40:37.613Z Compiling zerocopy-derive v0.8.39
54702026-03-05T04:40:37.732Z Compiling thiserror-impl v2.0.18
54712026-03-05T04:40:37.817Z Compiling futures-macro v0.3.31
54722026-03-05T04:40:38.343Z Compiling num_enum_derive v0.7.5
54732026-03-05T04:40:38.887Z Compiling foreign-types-macros v0.2.3
54742026-03-05T04:40:39.344Z Compiling futures-util v0.3.31
54752026-03-05T04:40:39.889Z Compiling darling_macro v0.21.3
54762026-03-05T04:40:40.006Z Compiling ref-cast-impl v1.0.25
54772026-03-05T04:40:40.319Z Compiling num_enum v0.7.5
54782026-03-05T04:40:40.536Z Compiling cobs v0.3.0
54792026-03-05T04:40:40.560Z Compiling foreign-types v0.5.0
54802026-03-05T04:40:40.659Z Compiling tracing-attributes v0.1.31
54812026-03-05T04:40:40.857Z Compiling darling v0.21.3
54822026-03-05T04:40:40.915Z Compiling ingot-macros v0.1.1
54832026-03-05T04:40:40.940Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
54842026-03-05T04:40:41.199Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
54852026-03-05T04:40:42.679Z Compiling errno v0.3.14
54862026-03-05T04:40:42.927Z Compiling cstr-argument v0.1.2
54872026-03-05T04:40:43.182Z Compiling find-msvc-tools v0.1.9
54882026-03-05T04:40:43.207Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
54892026-03-05T04:40:43.534Z Compiling pretty-hex v0.4.1
54902026-03-05T04:40:43.764Z Compiling thiserror v1.0.69
54912026-03-05T04:40:44.261Z Compiling zmij v1.0.20
54922026-03-05T04:40:44.745Z Compiling erased-serde v0.3.31
54932026-03-05T04:40:44.871Z Compiling postcard v1.1.3
54942026-03-05T04:40:45.219Z Compiling futures-executor v0.3.31
54952026-03-05T04:40:45.590Z Compiling shlex v1.3.0
54962026-03-05T04:40:45.968Z Compiling time-core v0.1.8
54972026-03-05T04:40:46.042Z Compiling dyn-clone v1.0.20
54982026-03-05T04:40:46.066Z Compiling utf8parse v0.2.2
54992026-03-05T04:40:46.218Z Compiling num-conv v0.2.0
55002026-03-05T04:40:46.243Z Compiling powerfmt v0.2.0
55012026-03-05T04:40:46.268Z Compiling anstyle-parse v0.2.7
55022026-03-05T04:40:46.344Z Compiling cc v1.2.55
55032026-03-05T04:40:46.454Z Compiling time-macros v0.2.27
55042026-03-05T04:40:46.636Z Compiling deranged v0.5.5
55052026-03-05T04:40:46.661Z Compiling futures v0.3.31
55062026-03-05T04:40:46.868Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
55072026-03-05T04:40:47.196Z Compiling tracing v0.1.44
55082026-03-05T04:40:47.221Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
55092026-03-05T04:40:48.677Z Compiling ingot-types v0.1.2
55102026-03-05T04:40:48.746Z Compiling ppv-lite86 v0.2.21
55112026-03-05T04:40:49.409Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
55122026-03-05T04:40:49.478Z Compiling rand_chacha v0.9.0
55132026-03-05T04:40:49.597Z Compiling ingot v0.1.1
55142026-03-05T04:40:49.621Z Compiling thiserror-impl v1.0.69
55152026-03-05T04:40:49.668Z Compiling uuid v1.20.0
55162026-03-05T04:40:49.749Z Compiling crossbeam-epoch v0.9.18
55172026-03-05T04:40:50.470Z Compiling rand v0.9.2
55182026-03-05T04:40:50.630Z Compiling arc-swap v1.8.1
55192026-03-05T04:40:50.674Z Compiling socket2 v0.6.2
55202026-03-05T04:40:51.094Z Compiling nom v8.0.0
55212026-03-05T04:40:51.248Z Compiling thread_local v1.1.9
55222026-03-05T04:40:51.883Z Compiling lazy_static v1.5.0
55232026-03-05T04:40:51.908Z Compiling colorchoice v1.0.4
55242026-03-05T04:40:51.933Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
55252026-03-05T04:40:52.056Z Compiling slog-async v2.8.0
55262026-03-05T04:40:52.080Z Compiling anstyle v1.0.13
55272026-03-05T04:40:52.307Z Compiling iana-time-zone v0.1.65
55282026-03-05T04:40:52.568Z Compiling rayon-core v1.13.0
55292026-03-05T04:40:52.821Z Compiling colored v3.1.1
55302026-03-05T04:40:52.883Z Compiling oxnet v0.1.4
55312026-03-05T04:40:53.116Z Compiling anstyle-query v1.1.5
55322026-03-05T04:40:53.271Z Compiling heck v0.4.1
55332026-03-05T04:40:53.454Z Compiling serde_json v1.0.149
55342026-03-05T04:40:53.637Z Compiling is_terminal_polyfill v1.70.2
55352026-03-05T04:40:53.781Z Compiling anstream v0.6.21
55362026-03-05T04:40:53.851Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
55372026-03-05T04:40:53.982Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
55382026-03-05T04:40:54.463Z Compiling time v0.3.47
55392026-03-05T04:40:54.829Z Compiling chrono v0.4.43
55402026-03-05T04:40:55.263Z Compiling slog-scope v4.4.1
55412026-03-05T04:40:56.893Z Compiling crossbeam-deque v0.8.6
55422026-03-05T04:40:57.334Z Compiling rusticata-macros v5.0.0
55432026-03-05T04:40:57.437Z Compiling alloca v0.4.0
55442026-03-05T04:40:57.588Z Compiling terminal_size v0.4.3
55452026-03-05T04:40:57.831Z Compiling half v2.7.1
55462026-03-05T04:40:57.877Z Compiling cookie-factory v0.3.3
55472026-03-05T04:40:58.168Z Compiling crossbeam-channel v0.5.15
55482026-03-05T04:40:58.434Z Compiling is-terminal v0.4.17
55492026-03-05T04:40:58.469Z Compiling itertools v0.12.1
55502026-03-05T04:40:58.517Z Compiling heck v0.5.0
55512026-03-05T04:40:58.561Z Compiling circular v0.3.0
55522026-03-05T04:40:58.924Z Compiling take_mut v0.2.2
55532026-03-05T04:40:58.954Z Compiling log v0.4.29
55542026-03-05T04:40:59.089Z Compiling cfg_aliases v0.2.1
55552026-03-05T04:40:59.381Z Compiling plotters-backend v0.3.7
55562026-03-05T04:40:59.459Z Compiling term v1.2.1
55572026-03-05T04:40:59.999Z Compiling clap_lex v0.7.7
55582026-03-05T04:41:00.594Z Compiling ciborium-io v0.2.2
55592026-03-05T04:41:00.671Z Compiling clap_builder v4.5.57
55602026-03-05T04:41:00.733Z Compiling ciborium-ll v0.2.2
55612026-03-05T04:41:01.155Z Compiling slog-term v2.9.2
55622026-03-05T04:41:01.217Z Compiling plotters-svg v0.3.7
55632026-03-05T04:41:01.743Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
55642026-03-05T04:41:01.768Z Compiling slog-stdlog v4.1.1
55652026-03-05T04:41:02.181Z Compiling nix v0.31.1
55662026-03-05T04:41:02.419Z Compiling clap_derive v4.5.55
55672026-03-05T04:41:02.842Z Compiling pcap-parser v0.17.0
55682026-03-05T04:41:04.126Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
55692026-03-05T04:41:04.353Z Compiling itertools v0.13.0
55702026-03-05T04:41:05.751Z Compiling same-file v1.0.6
55712026-03-05T04:41:06.013Z Compiling cast v0.3.0
55722026-03-05T04:41:06.391Z Compiling walkdir v2.5.0
55732026-03-05T04:41:06.800Z Compiling clap v4.5.57
55742026-03-05T04:41:06.945Z Compiling rayon v1.11.0
55752026-03-05T04:41:07.201Z Compiling tinytemplate v1.2.1
55762026-03-05T04:41:07.486Z Compiling slog-envlogger v2.2.0
55772026-03-05T04:41:07.531Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52)
55782026-03-05T04:41:07.851Z Compiling criterion-plot v0.8.2
55792026-03-05T04:41:09.236Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
55802026-03-05T04:41:09.371Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
55812026-03-05T04:41:09.508Z Compiling plotters v0.3.7
55822026-03-05T04:41:09.533Z Compiling ciborium v0.2.2
55832026-03-05T04:41:11.280Z Compiling page_size v0.6.0
55842026-03-05T04:41:11.444Z Compiling oorandom v11.1.5
55852026-03-05T04:41:11.651Z Compiling dtor-proc-macro v0.0.6
55862026-03-05T04:41:12.300Z Compiling anes v0.1.6
55872026-03-05T04:41:12.409Z Compiling dtor v0.1.1
55882026-03-05T04:41:12.434Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
55892026-03-05T04:41:12.854Z Compiling criterion v0.8.2
55902026-03-05T04:41:14.714Z Compiling ctor-proc-macro v0.0.7
55912026-03-05T04:41:15.314Z Compiling ctor v0.6.3
55922026-03-05T04:41:18.046Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
55932026-03-05T04:44:12.981Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 3m 50s
55942026-03-05T04:44:13.016Z Running benches/userland.rs (target/release-lto/deps/userland-44cff8f396e7ea27)
55952026-03-05T04:44:13.041ZGnuplot not found, using plotters backend
55962026-03-05T04:44:13.316ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover
55972026-03-05T04:44:13.316ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
55982026-03-05T04:44:18.232ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0004 s (4.3M iterations)
55992026-03-05T04:44:23.372ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Analyzing
56002026-03-05T04:44:23.574Zparse/Hairpin-DHCPv4/wallclock/Discover
56012026-03-05T04:44:23.574Z time: [84.797 ns 86.728 ns 89.001 ns]
56022026-03-05T04:44:23.574Z change: [−2.0611% +0.9604% +4.0113%] (p = 0.54 > 0.05)
56032026-03-05T04:44:23.574Z No change in performance detected.
56042026-03-05T04:44:23.574ZFound 6 outliers among 100 measurements (6.00%)
56052026-03-05T04:44:23.574Z 2 (2.00%) high mild
56062026-03-05T04:44:23.574Z 4 (4.00%) high severe
56072026-03-05T04:44:25.416Z
56082026-03-05T04:44:25.441ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover
56092026-03-05T04:44:25.441ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
56102026-03-05T04:44:30.403ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0068 s (2.1M iterations)
56112026-03-05T04:44:34.924ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Analyzing
56122026-03-05T04:44:35.107Zprocess/Hairpin-DHCPv4/wallclock/Discover
56132026-03-05T04:44:35.107Z time: [1.1788 µs 1.2132 µs 1.2552 µs]
56142026-03-05T04:44:35.107Z change: [−8.2523% −5.2008% −1.8463%] (p = 0.00 < 0.05)
56152026-03-05T04:44:35.107Z Performance has improved.
56162026-03-05T04:44:35.107ZFound 5 outliers among 100 measurements (5.00%)
56172026-03-05T04:44:35.107Z 1 (1.00%) high mild
56182026-03-05T04:44:35.108Z 4 (4.00%) high severe
56192026-03-05T04:44:36.925Z
56202026-03-05T04:44:36.925ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request
56212026-03-05T04:44:36.925ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
56222026-03-05T04:44:41.095ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0012 s (5.0M iterations)
56232026-03-05T04:44:46.422ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Analyzing
56242026-03-05T04:44:46.597Zparse/Hairpin-DHCPv4/wallclock/Request
56252026-03-05T04:44:46.597Z time: [81.316 ns 83.284 ns 85.562 ns]
56262026-03-05T04:44:46.597Z change: [−0.3833% +2.4826% +5.3763%] (p = 0.09 > 0.05)
56272026-03-05T04:44:46.597Z No change in performance detected.
56282026-03-05T04:44:46.597ZFound 5 outliers among 100 measurements (5.00%)
56292026-03-05T04:44:46.597Z 4 (4.00%) high mild
56302026-03-05T04:44:46.598Z 1 (1.00%) high severe
56312026-03-05T04:44:48.455Z
56322026-03-05T04:44:48.481ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request
56332026-03-05T04:44:48.481ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
56342026-03-05T04:44:53.663ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0036 s (2.0M iterations)
56352026-03-05T04:44:58.285ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Analyzing
56362026-03-05T04:44:58.475Zprocess/Hairpin-DHCPv4/wallclock/Request
56372026-03-05T04:44:58.475Z time: [1.1707 µs 1.1934 µs 1.2200 µs]
56382026-03-05T04:44:58.476Z change: [+1.9414% +4.2991% +6.6865%] (p = 0.00 < 0.05)
56392026-03-05T04:44:58.476Z Performance has regressed.
56402026-03-05T04:44:58.476ZFound 5 outliers among 100 measurements (5.00%)
56412026-03-05T04:44:58.476Z 1 (1.00%) high mild
56422026-03-05T04:44:58.476Z 4 (4.00%) high severe
56432026-03-05T04:45:00.328Z
56442026-03-05T04:45:00.328ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit
56452026-03-05T04:45:00.353ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
56462026-03-05T04:45:03.762ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0024 s (3.1M iterations)
56472026-03-05T04:45:08.779ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
56482026-03-05T04:45:08.988Zparse/Hairpin-DHCPv6/wallclock/Solicit
56492026-03-05T04:45:08.988Z time: [83.472 ns 85.376 ns 87.654 ns]
56502026-03-05T04:45:08.988Z change: [+4.2727% +8.3988% +13.022%] (p = 0.00 < 0.05)
56512026-03-05T04:45:08.988Z Performance has regressed.
56522026-03-05T04:45:08.988ZFound 6 outliers among 100 measurements (6.00%)
56532026-03-05T04:45:08.988Z 3 (3.00%) high mild
56542026-03-05T04:45:08.988Z 3 (3.00%) high severe
56552026-03-05T04:45:10.862Z
56562026-03-05T04:45:10.887ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit
56572026-03-05T04:45:10.887ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
56582026-03-05T04:45:14.180ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0011 s (1.6M iterations)
56592026-03-05T04:45:18.615ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
56602026-03-05T04:45:18.793Zprocess/Hairpin-DHCPv6/wallclock/Solicit
56612026-03-05T04:45:18.793Z time: [1.6113 µs 1.6370 µs 1.6725 µs]
56622026-03-05T04:45:18.793Z change: [−1.6245% +0.1138% +2.1316%] (p = 0.92 > 0.05)
56632026-03-05T04:45:18.793Z No change in performance detected.
56642026-03-05T04:45:18.793ZFound 6 outliers among 100 measurements (6.00%)
56652026-03-05T04:45:18.793Z 2 (2.00%) high mild
56662026-03-05T04:45:18.793Z 4 (4.00%) high severe
56672026-03-05T04:45:20.650Z
56682026-03-05T04:45:20.650ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request
56692026-03-05T04:45:20.650ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
56702026-03-05T04:45:26.540ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0068 s (3.6M iterations)
56712026-03-05T04:45:31.339ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Analyzing
56722026-03-05T04:45:31.516Zparse/Hairpin-DHCPv6/wallclock/Request
56732026-03-05T04:45:31.516Z time: [82.624 ns 83.986 ns 85.536 ns]
56742026-03-05T04:45:31.516Z change: [−0.0931% +2.4992% +5.1326%] (p = 0.06 > 0.05)
56752026-03-05T04:45:31.516Z No change in performance detected.
56762026-03-05T04:45:31.516ZFound 4 outliers among 100 measurements (4.00%)
56772026-03-05T04:45:31.516Z 4 (4.00%) high mild
56782026-03-05T04:45:33.363Z
56792026-03-05T04:45:33.363ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request
56802026-03-05T04:45:33.363ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
56812026-03-05T04:45:37.380ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0108 s (1.3M iterations)
56822026-03-05T04:45:41.597ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Analyzing
56832026-03-05T04:45:41.776Zprocess/Hairpin-DHCPv6/wallclock/Request
56842026-03-05T04:45:41.776Z time: [1.7268 µs 1.7621 µs 1.8038 µs]
56852026-03-05T04:45:41.776Z change: [−6.3774% −3.3969% −0.1694%] (p = 0.03 < 0.05)
56862026-03-05T04:45:41.776Z Change within noise threshold.
56872026-03-05T04:45:41.776ZFound 14 outliers among 100 measurements (14.00%)
56882026-03-05T04:45:41.776Z 6 (6.00%) high mild
56892026-03-05T04:45:41.776Z 8 (8.00%) high severe
56902026-03-05T04:45:43.596Z
56912026-03-05T04:45:43.596ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest
56922026-03-05T04:45:43.596ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
56932026-03-05T04:45:48.768ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0008 s (4.1M iterations)
56942026-03-05T04:45:53.250ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
56952026-03-05T04:45:53.431Zparse/Hairpin-ICMPv4/wallclock/EchoRequest
56962026-03-05T04:45:53.432Z time: [79.342 ns 80.716 ns 82.393 ns]
56972026-03-05T04:45:53.432Z change: [−2.5276% +0.0941% +2.8860%] (p = 0.94 > 0.05)
56982026-03-05T04:45:53.432Z No change in performance detected.
56992026-03-05T04:45:53.432ZFound 3 outliers among 100 measurements (3.00%)
57002026-03-05T04:45:53.432Z 2 (2.00%) high mild
57012026-03-05T04:45:53.432Z 1 (1.00%) high severe
57022026-03-05T04:45:55.272Z
57032026-03-05T04:45:55.297ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest
57042026-03-05T04:45:55.297ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
57052026-03-05T04:45:58.805ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0018 s (3.0M iterations)
57062026-03-05T04:46:03.546ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
57072026-03-05T04:46:03.714Zprocess/Hairpin-ICMPv4/wallclock/EchoRequest
57082026-03-05T04:46:03.714Z time: [734.00 ns 740.16 ns 747.73 ns]
57092026-03-05T04:46:03.714Z change: [−8.0581% −5.7603% −3.7216%] (p = 0.00 < 0.05)
57102026-03-05T04:46:03.714Z Performance has improved.
57112026-03-05T04:46:03.714ZFound 11 outliers among 100 measurements (11.00%)
57122026-03-05T04:46:03.714Z 6 (6.00%) high mild
57132026-03-05T04:46:03.714Z 5 (5.00%) high severe
57142026-03-05T04:46:05.540Z
57152026-03-05T04:46:05.540ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest
57162026-03-05T04:46:05.540ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
57172026-03-05T04:46:11.601ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0064 s (3.5M iterations)
57182026-03-05T04:46:15.238ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
57192026-03-05T04:46:15.408Zparse/Hairpin-ICMPv6/wallclock/EchoRequest
57202026-03-05T04:46:15.408Z time: [118.89 ns 119.64 ns 120.34 ns]
57212026-03-05T04:46:15.408Z change: [−6.9772% −4.4086% −2.0447%] (p = 0.00 < 0.05)
57222026-03-05T04:46:15.408Z Performance has improved.
57232026-03-05T04:46:15.408ZFound 3 outliers among 100 measurements (3.00%)
57242026-03-05T04:46:15.408Z 2 (2.00%) high mild
57252026-03-05T04:46:15.408Z 1 (1.00%) high severe
57262026-03-05T04:46:17.239Z
57272026-03-05T04:46:17.239ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest
57282026-03-05T04:46:17.240ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
57292026-03-05T04:46:21.718ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0041 s (2.3M iterations)
57302026-03-05T04:46:25.889ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
57312026-03-05T04:46:26.060Zprocess/Hairpin-ICMPv6/wallclock/EchoRequest
57322026-03-05T04:46:26.060Z time: [825.19 ns 836.68 ns 852.79 ns]
57332026-03-05T04:46:26.060Z change: [−13.023% −10.079% −7.3508%] (p = 0.00 < 0.05)
57342026-03-05T04:46:26.060Z Performance has improved.
57352026-03-05T04:46:26.060ZFound 17 outliers among 100 measurements (17.00%)
57362026-03-05T04:46:26.060Z 5 (5.00%) high mild
57372026-03-05T04:46:26.060Z 12 (12.00%) high severe
57382026-03-05T04:46:27.921Z
57392026-03-05T04:46:27.921ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit
57402026-03-05T04:46:27.921ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
57412026-03-05T04:46:32.579ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0019 s (4.5M iterations)
57422026-03-05T04:46:36.865ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
57432026-03-05T04:46:37.049Zparse/Hairpin-ICMPv6/wallclock/NeighborSolicit
57442026-03-05T04:46:37.049Z time: [81.579 ns 82.304 ns 82.952 ns]
57452026-03-05T04:46:37.049Z change: [−2.2724% +0.2448% +2.6976%] (p = 0.85 > 0.05)
57462026-03-05T04:46:37.049Z No change in performance detected.
57472026-03-05T04:46:37.049ZFound 3 outliers among 100 measurements (3.00%)
57482026-03-05T04:46:37.049Z 1 (1.00%) high mild
57492026-03-05T04:46:37.049Z 2 (2.00%) high severe
57502026-03-05T04:46:38.882Z
57512026-03-05T04:46:38.882ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit
57522026-03-05T04:46:38.882ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
57532026-03-05T04:46:43.317ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0078 s (2.4M iterations)
57542026-03-05T04:46:48.142ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
57552026-03-05T04:46:48.307Zprocess/Hairpin-ICMPv6/wallclock/NeighborSolicit
57562026-03-05T04:46:48.307Z time: [1.1596 µs 1.1671 µs 1.1775 µs]
57572026-03-05T04:46:48.307Z change: [−7.4873% −5.0540% −2.8718%] (p = 0.00 < 0.05)
57582026-03-05T04:46:48.307Z Performance has improved.
57592026-03-05T04:46:48.307ZFound 11 outliers among 100 measurements (11.00%)
57602026-03-05T04:46:48.307Z 3 (3.00%) high mild
57612026-03-05T04:46:48.307Z 8 (8.00%) high severe
57622026-03-05T04:46:50.129Z
57632026-03-05T04:46:50.129ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit
57642026-03-05T04:46:50.129ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
57652026-03-05T04:46:54.548ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0010 s (4.7M iterations)
57662026-03-05T04:46:59.089ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
57672026-03-05T04:46:59.256Zparse/Hairpin-ICMPv6/wallclock/RouterSolicit
57682026-03-05T04:46:59.256Z time: [81.302 ns 82.470 ns 83.939 ns]
57692026-03-05T04:46:59.256Z change: [−0.2520% +2.4706% +5.3949%] (p = 0.09 > 0.05)
57702026-03-05T04:46:59.257Z No change in performance detected.
57712026-03-05T04:46:59.257ZFound 4 outliers among 100 measurements (4.00%)
57722026-03-05T04:46:59.257Z 3 (3.00%) high mild
57732026-03-05T04:46:59.257Z 1 (1.00%) high severe
57742026-03-05T04:47:01.088Z
57752026-03-05T04:47:01.088ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit
57762026-03-05T04:47:01.088ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
57772026-03-05T04:47:05.459ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0079 s (2.4M iterations)
57782026-03-05T04:47:10.169ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
57792026-03-05T04:47:10.333Zprocess/Hairpin-ICMPv6/wallclock/RouterSolicit
57802026-03-05T04:47:10.333Z time: [1.0672 µs 1.0732 µs 1.0817 µs]
57812026-03-05T04:47:10.333Z change: [−10.167% −6.9367% −3.2339%] (p = 0.00 < 0.05)
57822026-03-05T04:47:10.333Z Performance has improved.
57832026-03-05T04:47:10.334ZFound 16 outliers among 100 measurements (16.00%)
57842026-03-05T04:47:10.334Z 2 (2.00%) high mild
57852026-03-05T04:47:10.334Z 14 (14.00%) high severe
57862026-03-05T04:47:12.139Z
57872026-03-05T04:47:12.139ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
57882026-03-05T04:47:12.139ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
57892026-03-05T04:47:16.987ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0019 s (8.7M iterations)
57902026-03-05T04:47:20.392ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
57912026-03-05T04:47:20.564Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
57922026-03-05T04:47:20.564Z time: [84.676 ns 85.420 ns 86.205 ns]
57932026-03-05T04:47:20.564Z change: [−6.4542% −4.4842% −2.6508%] (p = 0.00 < 0.05)
57942026-03-05T04:47:20.564Z Performance has improved.
57952026-03-05T04:47:20.564ZFound 4 outliers among 100 measurements (4.00%)
57962026-03-05T04:47:20.564Z 2 (2.00%) high mild
57972026-03-05T04:47:20.564Z 2 (2.00%) high severe
57982026-03-05T04:47:22.369Z
57992026-03-05T04:47:22.394ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
58002026-03-05T04:47:22.394ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
58012026-03-05T04:47:25.533ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0047 s (3.3M iterations)
58022026-03-05T04:47:30.283ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
58032026-03-05T04:47:30.452Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
58042026-03-05T04:47:30.452Z time: [274.07 ns 276.39 ns 280.43 ns]
58052026-03-05T04:47:30.452Z change: [−14.621% −12.761% −11.015%] (p = 0.00 < 0.05)
58062026-03-05T04:47:30.452Z Performance has improved.
58072026-03-05T04:47:30.452ZFound 12 outliers among 100 measurements (12.00%)
58082026-03-05T04:47:30.452Z 5 (5.00%) high mild
58092026-03-05T04:47:30.452Z 7 (7.00%) high severe
58102026-03-05T04:47:32.264Z
58112026-03-05T04:47:32.264ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
58122026-03-05T04:47:32.288ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
58132026-03-05T04:47:37.248ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0049 s (4.2M iterations)
58142026-03-05T04:47:41.953ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
58152026-03-05T04:47:42.126Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
58162026-03-05T04:47:42.126Z time: [115.95 ns 117.66 ns 119.67 ns]
58172026-03-05T04:47:42.126Z change: [−18.566% −16.347% −14.102%] (p = 0.00 < 0.05)
58182026-03-05T04:47:42.127Z Performance has improved.
58192026-03-05T04:47:42.127ZFound 4 outliers among 100 measurements (4.00%)
58202026-03-05T04:47:42.127Z 2 (2.00%) high mild
58212026-03-05T04:47:42.127Z 2 (2.00%) high severe
58222026-03-05T04:47:43.948Z
58232026-03-05T04:47:43.948ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
58242026-03-05T04:47:43.948ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
58252026-03-05T04:47:47.215ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0032 s (1.6M iterations)
58262026-03-05T04:47:52.797ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
58272026-03-05T04:47:52.984Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
58282026-03-05T04:47:52.984Z time: [363.24 ns 375.47 ns 388.17 ns]
58292026-03-05T04:47:52.984Z change: [−19.508% −16.265% −12.858%] (p = 0.00 < 0.05)
58302026-03-05T04:47:52.984Z Performance has improved.
58312026-03-05T04:47:52.984ZFound 5 outliers among 100 measurements (5.00%)
58322026-03-05T04:47:52.984Z 4 (4.00%) high mild
58332026-03-05T04:47:52.984Z 1 (1.00%) high severe
58342026-03-05T04:47:54.828Z
58352026-03-05T04:47:54.828ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
58362026-03-05T04:47:54.829ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
58372026-03-05T04:47:59.658ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0011 s (4.3M iterations)
58382026-03-05T04:48:03.135ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
58392026-03-05T04:48:03.311Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
58402026-03-05T04:48:03.311Z time: [145.26 ns 148.53 ns 152.32 ns]
58412026-03-05T04:48:03.311Z change: [−1.8299% +2.5321% +7.2189%] (p = 0.28 > 0.05)
58422026-03-05T04:48:03.311Z No change in performance detected.
58432026-03-05T04:48:03.311ZFound 14 outliers among 100 measurements (14.00%)
58442026-03-05T04:48:03.311Z 2 (2.00%) high mild
58452026-03-05T04:48:03.311Z 12 (12.00%) high severe
58462026-03-05T04:48:05.149Z
58472026-03-05T04:48:05.149ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B
58482026-03-05T04:48:05.149ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
58492026-03-05T04:48:09.128ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0013 s (2.6M iterations)
58502026-03-05T04:48:13.519ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
58512026-03-05T04:48:13.688Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-0B
58522026-03-05T04:48:13.688Z time: [278.79 ns 282.99 ns 287.97 ns]
58532026-03-05T04:48:13.688Z change: [−23.839% −21.552% −19.297%] (p = 0.00 < 0.05)
58542026-03-05T04:48:13.688Z Performance has improved.
58552026-03-05T04:48:13.688ZFound 9 outliers among 100 measurements (9.00%)
58562026-03-05T04:48:13.688Z 7 (7.00%) high mild
58572026-03-05T04:48:13.688Z 2 (2.00%) high severe
58582026-03-05T04:48:15.526Z
58592026-03-05T04:48:15.526ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
58602026-03-05T04:48:15.526ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
58612026-03-05T04:48:18.785ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0073 s (3.2M iterations)
58622026-03-05T04:48:23.042ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
58632026-03-05T04:48:23.209Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
58642026-03-05T04:48:23.209Z time: [151.09 ns 153.60 ns 156.76 ns]
58652026-03-05T04:48:23.209Z change: [−30.423% −28.571% −26.725%] (p = 0.00 < 0.05)
58662026-03-05T04:48:23.209Z Performance has improved.
58672026-03-05T04:48:23.210ZFound 8 outliers among 100 measurements (8.00%)
58682026-03-05T04:48:23.210Z 1 (1.00%) high mild
58692026-03-05T04:48:23.210Z 7 (7.00%) high severe
58702026-03-05T04:48:25.033Z
58712026-03-05T04:48:25.058ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
58722026-03-05T04:48:25.058ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
58732026-03-05T04:48:28.588ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0170 s (1.5M iterations)
58742026-03-05T04:48:33.900ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
58752026-03-05T04:48:34.074Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
58762026-03-05T04:48:34.074Z time: [352.74 ns 370.64 ns 390.09 ns]
58772026-03-05T04:48:34.074Z change: [−18.490% −15.301% −11.947%] (p = 0.00 < 0.05)
58782026-03-05T04:48:34.074Z Performance has improved.
58792026-03-05T04:48:34.074ZFound 10 outliers among 100 measurements (10.00%)
58802026-03-05T04:48:34.074Z 8 (8.00%) high mild
58812026-03-05T04:48:34.074Z 2 (2.00%) high severe
58822026-03-05T04:48:35.896Z
58832026-03-05T04:48:35.896ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
58842026-03-05T04:48:35.896ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
58852026-03-05T04:48:41.244ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0027 s (7.8M iterations)
58862026-03-05T04:48:45.255ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
58872026-03-05T04:48:45.438Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
58882026-03-05T04:48:45.438Z time: [83.437 ns 85.089 ns 86.993 ns]
58892026-03-05T04:48:45.438Z change: [−9.9983% −7.2421% −4.5547%] (p = 0.00 < 0.05)
58902026-03-05T04:48:45.438Z Performance has improved.
58912026-03-05T04:48:45.438ZFound 3 outliers among 100 measurements (3.00%)
58922026-03-05T04:48:45.438Z 2 (2.00%) high mild
58932026-03-05T04:48:45.438Z 1 (1.00%) high severe
58942026-03-05T04:48:47.291Z
58952026-03-05T04:48:47.317ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B
58962026-03-05T04:48:47.317ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
58972026-03-05T04:48:50.749ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0039 s (3.0M iterations)
58982026-03-05T04:48:54.913ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
58992026-03-05T04:48:55.081Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-0B
59002026-03-05T04:48:55.081Z time: [235.57 ns 240.57 ns 246.28 ns]
59012026-03-05T04:48:55.081Z change: [−11.433% −7.6236% −4.0779%] (p = 0.00 < 0.05)
59022026-03-05T04:48:55.081Z Performance has improved.
59032026-03-05T04:48:55.081ZFound 5 outliers among 100 measurements (5.00%)
59042026-03-05T04:48:55.081Z 3 (3.00%) high mild
59052026-03-05T04:48:55.081Z 2 (2.00%) high severe
59062026-03-05T04:48:56.922Z
59072026-03-05T04:48:56.922ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
59082026-03-05T04:48:56.922ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
59092026-03-05T04:49:02.107ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0005 s (4.0M iterations)
59102026-03-05T04:49:06.716ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
59112026-03-05T04:49:06.891Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
59122026-03-05T04:49:06.892Z time: [112.52 ns 114.73 ns 117.24 ns]
59132026-03-05T04:49:06.892Z change: [−10.425% −8.3960% −6.2052%] (p = 0.00 < 0.05)
59142026-03-05T04:49:06.892Z Performance has improved.
59152026-03-05T04:49:06.892ZFound 5 outliers among 100 measurements (5.00%)
59162026-03-05T04:49:06.892Z 3 (3.00%) high mild
59172026-03-05T04:49:06.892Z 2 (2.00%) high severe
59182026-03-05T04:49:08.713Z
59192026-03-05T04:49:08.713ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
59202026-03-05T04:49:08.713ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
59212026-03-05T04:49:11.779ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0064 s (1.7M iterations)
59222026-03-05T04:49:16.873ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
59232026-03-05T04:49:17.052Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
59242026-03-05T04:49:17.052Z time: [294.67 ns 301.10 ns 307.99 ns]
59252026-03-05T04:49:17.052Z change: [−15.655% −12.629% −9.6598%] (p = 0.00 < 0.05)
59262026-03-05T04:49:17.053Z Performance has improved.
59272026-03-05T04:49:17.053ZFound 4 outliers among 100 measurements (4.00%)
59282026-03-05T04:49:17.053Z 2 (2.00%) high mild
59292026-03-05T04:49:17.053Z 2 (2.00%) high severe
59302026-03-05T04:49:18.904Z
59312026-03-05T04:49:18.904ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B
59322026-03-05T04:49:18.904ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
59332026-03-05T04:49:22.674ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0010 s (5.6M iterations)
59342026-03-05T04:49:26.382ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
59352026-03-05T04:49:26.565Zparse/ULP-FastPath/wallclock/V4-Udp-IN-0B
59362026-03-05T04:49:26.565Z time: [130.32 ns 135.86 ns 141.60 ns]
59372026-03-05T04:49:26.565Z change: [−7.7927% −3.9646% +0.0491%] (p = 0.05 > 0.05)
59382026-03-05T04:49:26.565Z No change in performance detected.
59392026-03-05T04:49:26.565ZFound 14 outliers among 100 measurements (14.00%)
59402026-03-05T04:49:26.565Z 3 (3.00%) high mild
59412026-03-05T04:49:26.565Z 11 (11.00%) high severe
59422026-03-05T04:49:28.419Z
59432026-03-05T04:49:28.419ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B
59442026-03-05T04:49:28.420ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
59452026-03-05T04:49:32.507ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0028 s (2.6M iterations)
59462026-03-05T04:49:36.789ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
59472026-03-05T04:49:36.958Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-0B
59482026-03-05T04:49:36.958Z time: [263.18 ns 271.24 ns 281.39 ns]
59492026-03-05T04:49:36.958Z change: [−7.3485% −4.1619% −0.4488%] (p = 0.02 < 0.05)
59502026-03-05T04:49:36.958Z Change within noise threshold.
59512026-03-05T04:49:36.958ZFound 13 outliers among 100 measurements (13.00%)
59522026-03-05T04:49:36.958Z 4 (4.00%) high mild
59532026-03-05T04:49:36.958Z 9 (9.00%) high severe
59542026-03-05T04:49:38.782Z
59552026-03-05T04:49:38.782ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
59562026-03-05T04:49:38.782ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
59572026-03-05T04:49:42.048ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0006 s (3.2M iterations)
59582026-03-05T04:49:46.459ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
59592026-03-05T04:49:46.628Zparse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
59602026-03-05T04:49:46.628Z time: [155.12 ns 159.28 ns 164.23 ns]
59612026-03-05T04:49:46.628Z change: [−9.2776% −5.8623% −2.4036%] (p = 0.00 < 0.05)
59622026-03-05T04:49:46.628Z Performance has improved.
59632026-03-05T04:49:46.628ZFound 7 outliers among 100 measurements (7.00%)
59642026-03-05T04:49:46.628Z 3 (3.00%) high mild
59652026-03-05T04:49:46.628Z 4 (4.00%) high severe
59662026-03-05T04:49:48.456Z
59672026-03-05T04:49:48.481ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B
59682026-03-05T04:49:48.481ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
59692026-03-05T04:49:51.923ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0084 s (1.5M iterations)
59702026-03-05T04:49:56.890ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
59712026-03-05T04:49:57.075Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-1400B
59722026-03-05T04:49:57.075Z time: [296.12 ns 306.67 ns 318.42 ns]
59732026-03-05T04:49:57.075Z change: [−0.2683% +3.7586% +7.6181%] (p = 0.05 > 0.05)
59742026-03-05T04:49:57.075Z No change in performance detected.
59752026-03-05T04:49:57.075ZFound 6 outliers among 100 measurements (6.00%)
59762026-03-05T04:49:57.075Z 6 (6.00%) high mild
59772026-03-05T04:49:58.944Z
59782026-03-05T04:49:58.944ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
59792026-03-05T04:49:58.944ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
59802026-03-05T04:50:01.959ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0024 s (7.0M iterations)
59812026-03-05T04:50:05.522ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
59822026-03-05T04:50:05.692Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
59832026-03-05T04:50:05.692Z time: [85.834 ns 86.705 ns 87.731 ns]
59842026-03-05T04:50:05.692Z change: [+1.0677% +3.2703% +5.8686%] (p = 0.00 < 0.05)
59852026-03-05T04:50:05.692Z Performance has regressed.
59862026-03-05T04:50:05.692ZFound 4 outliers among 100 measurements (4.00%)
59872026-03-05T04:50:05.692Z 1 (1.00%) high mild
59882026-03-05T04:50:05.692Z 3 (3.00%) high severe
59892026-03-05T04:50:07.564Z
59902026-03-05T04:50:07.589ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
59912026-03-05T04:50:07.589ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
59922026-03-05T04:50:11.505ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0010 s (2.7M iterations)
59932026-03-05T04:50:16.393ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
59942026-03-05T04:50:16.581Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
59952026-03-05T04:50:16.581Z time: [312.43 ns 321.08 ns 329.35 ns]
59962026-03-05T04:50:16.581Z change: [−7.1854% −3.9038% −0.7768%] (p = 0.02 < 0.05)
59972026-03-05T04:50:16.581Z Change within noise threshold.
59982026-03-05T04:50:16.582ZFound 4 outliers among 100 measurements (4.00%)
59992026-03-05T04:50:16.582Z 3 (3.00%) high mild
60002026-03-05T04:50:16.582Z 1 (1.00%) high severe
60012026-03-05T04:50:18.435Z
60022026-03-05T04:50:18.435ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
60032026-03-05T04:50:18.435ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
60042026-03-05T04:50:21.644ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0041 s (3.3M iterations)
60052026-03-05T04:50:26.152ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
60062026-03-05T04:50:26.324Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
60072026-03-05T04:50:26.324Z time: [122.48 ns 126.16 ns 130.19 ns]
60082026-03-05T04:50:26.324Z change: [−3.6596% −1.3034% +1.3676%] (p = 0.33 > 0.05)
60092026-03-05T04:50:26.324Z No change in performance detected.
60102026-03-05T04:50:26.324ZFound 8 outliers among 100 measurements (8.00%)
60112026-03-05T04:50:26.324Z 4 (4.00%) high mild
60122026-03-05T04:50:26.325Z 4 (4.00%) high severe
60132026-03-05T04:50:28.170Z
60142026-03-05T04:50:28.170ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
60152026-03-05T04:50:28.170ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
60162026-03-05T04:50:31.917ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0169 s (1.4M iterations)
60172026-03-05T04:50:36.757ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
60182026-03-05T04:50:36.950Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
60192026-03-05T04:50:36.950Z time: [341.41 ns 352.30 ns 363.23 ns]
60202026-03-05T04:50:36.950Z change: [−16.486% −13.854% −11.355%] (p = 0.00 < 0.05)
60212026-03-05T04:50:36.950Z Performance has improved.
60222026-03-05T04:50:36.950ZFound 3 outliers among 100 measurements (3.00%)
60232026-03-05T04:50:36.950Z 3 (3.00%) high mild
60242026-03-05T04:50:38.812Z
60252026-03-05T04:50:38.812ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
60262026-03-05T04:50:38.812ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
60272026-03-05T04:50:43.760ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0041 s (4.2M iterations)
60282026-03-05T04:50:46.683ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
60292026-03-05T04:50:46.856Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
60302026-03-05T04:50:46.856Z time: [122.44 ns 125.49 ns 129.92 ns]
60312026-03-05T04:50:46.856Z change: [−11.069% −9.3417% −7.4039%] (p = 0.00 < 0.05)
60322026-03-05T04:50:46.856Z Performance has improved.
60332026-03-05T04:50:46.856ZFound 8 outliers among 100 measurements (8.00%)
60342026-03-05T04:50:46.856Z 5 (5.00%) high mild
60352026-03-05T04:50:46.856Z 3 (3.00%) high severe
60362026-03-05T04:50:48.706Z
60372026-03-05T04:50:48.731ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B
60382026-03-05T04:50:48.731ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
60392026-03-05T04:50:53.412ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0086 s (2.2M iterations)
60402026-03-05T04:50:57.921ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
60412026-03-05T04:50:58.101Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-0B
60422026-03-05T04:50:58.101Z time: [304.79 ns 312.43 ns 321.59 ns]
60432026-03-05T04:50:58.101Z change: [+1.4108% +3.6454% +6.1477%] (p = 0.00 < 0.05)
60442026-03-05T04:50:58.101Z Performance has regressed.
60452026-03-05T04:50:58.101ZFound 16 outliers among 100 measurements (16.00%)
60462026-03-05T04:50:58.101Z 7 (7.00%) low mild
60472026-03-05T04:50:58.101Z 5 (5.00%) high mild
60482026-03-05T04:50:58.101Z 4 (4.00%) high severe
60492026-03-05T04:50:59.924Z
60502026-03-05T04:50:59.924ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
60512026-03-05T04:50:59.924ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
60522026-03-05T04:51:03.264ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0033 s (3.1M iterations)
60532026-03-05T04:51:07.773ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
60542026-03-05T04:51:07.947Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
60552026-03-05T04:51:07.948Z time: [152.68 ns 154.86 ns 157.10 ns]
60562026-03-05T04:51:07.948Z change: [−11.526% −9.2391% −6.6615%] (p = 0.00 < 0.05)
60572026-03-05T04:51:07.948Z Performance has improved.
60582026-03-05T04:51:07.948ZFound 10 outliers among 100 measurements (10.00%)
60592026-03-05T04:51:07.948Z 6 (6.00%) high mild
60602026-03-05T04:51:07.948Z 4 (4.00%) high severe
60612026-03-05T04:51:09.772Z
60622026-03-05T04:51:09.797ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
60632026-03-05T04:51:09.797ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
60642026-03-05T04:51:13.350ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0140 s (1.5M iterations)
60652026-03-05T04:51:18.415ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
60662026-03-05T04:51:18.586Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
60672026-03-05T04:51:18.587Z time: [318.84 ns 326.64 ns 335.12 ns]
60682026-03-05T04:51:18.587Z change: [−6.9872% −4.6335% −2.1507%] (p = 0.00 < 0.05)
60692026-03-05T04:51:18.587Z Performance has improved.
60702026-03-05T04:51:18.587ZFound 7 outliers among 100 measurements (7.00%)
60712026-03-05T04:51:18.587Z 5 (5.00%) high mild
60722026-03-05T04:51:18.587Z 2 (2.00%) high severe
60732026-03-05T04:51:20.400Z
60742026-03-05T04:51:20.425ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
60752026-03-05T04:51:20.425ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
60762026-03-05T04:51:25.677ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0008 s (7.9M iterations)
60772026-03-05T04:51:29.456ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
60782026-03-05T04:51:29.624Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
60792026-03-05T04:51:29.624Z time: [81.920 ns 82.468 ns 83.031 ns]
60802026-03-05T04:51:29.624Z change: [+1.7165% +3.6138% +5.5427%] (p = 0.00 < 0.05)
60812026-03-05T04:51:29.624Z Performance has regressed.
60822026-03-05T04:51:29.624ZFound 5 outliers among 100 measurements (5.00%)
60832026-03-05T04:51:29.624Z 2 (2.00%) high mild
60842026-03-05T04:51:29.624Z 3 (3.00%) high severe
60852026-03-05T04:51:31.422Z
60862026-03-05T04:51:31.422ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B
60872026-03-05T04:51:31.422ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
60882026-03-05T04:51:34.708ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0030 s (3.2M iterations)
60892026-03-05T04:51:39.559ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
60902026-03-05T04:51:39.725Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-0B
60912026-03-05T04:51:39.725Z time: [231.99 ns 234.81 ns 238.27 ns]
60922026-03-05T04:51:39.725Z change: [−6.0694% −3.5518% −1.2877%] (p = 0.00 < 0.05)
60932026-03-05T04:51:39.725Z Performance has improved.
60942026-03-05T04:51:39.725ZFound 10 outliers among 100 measurements (10.00%)
60952026-03-05T04:51:39.725Z 4 (4.00%) high mild
60962026-03-05T04:51:39.725Z 6 (6.00%) high severe
60972026-03-05T04:51:41.531Z
60982026-03-05T04:51:41.556ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
60992026-03-05T04:51:41.556ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
61002026-03-05T04:51:46.735ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0056 s (4.0M iterations)
61012026-03-05T04:51:51.366ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
61022026-03-05T04:51:51.534Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
61032026-03-05T04:51:51.534Z time: [109.69 ns 110.43 ns 111.14 ns]
61042026-03-05T04:51:51.534Z change: [−4.0380% −1.2625% +1.7107%] (p = 0.40 > 0.05)
61052026-03-05T04:51:51.534Z No change in performance detected.
61062026-03-05T04:51:51.535ZFound 7 outliers among 100 measurements (7.00%)
61072026-03-05T04:51:51.535Z 3 (3.00%) high mild
61082026-03-05T04:51:51.535Z 4 (4.00%) high severe
61092026-03-05T04:51:53.368Z
61102026-03-05T04:51:53.393ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
61112026-03-05T04:51:53.393ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
61122026-03-05T04:51:56.458ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0122 s (1.7M iterations)
61132026-03-05T04:52:01.502ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
61142026-03-05T04:52:01.674Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
61152026-03-05T04:52:01.674Z time: [266.10 ns 268.58 ns 271.86 ns]
61162026-03-05T04:52:01.674Z change: [+5.1304% +7.6374% +10.410%] (p = 0.00 < 0.05)
61172026-03-05T04:52:01.674Z Performance has regressed.
61182026-03-05T04:52:01.674ZFound 10 outliers among 100 measurements (10.00%)
61192026-03-05T04:52:01.674Z 6 (6.00%) high mild
61202026-03-05T04:52:01.674Z 4 (4.00%) high severe
61212026-03-05T04:52:03.460Z
61222026-03-05T04:52:03.460ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B
61232026-03-05T04:52:03.460ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
61242026-03-05T04:52:07.580ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0007 s (5.1M iterations)
61252026-03-05T04:52:11.031ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
61262026-03-05T04:52:11.198Zparse/ULP-FastPath/wallclock/V6-Udp-IN-0B
61272026-03-05T04:52:11.198Z time: [124.20 ns 126.25 ns 128.70 ns]
61282026-03-05T04:52:11.198Z change: [−7.0503% −3.8055% −0.5173%] (p = 0.03 < 0.05)
61292026-03-05T04:52:11.198Z Change within noise threshold.
61302026-03-05T04:52:11.198ZFound 12 outliers among 100 measurements (12.00%)
61312026-03-05T04:52:11.199Z 7 (7.00%) high mild
61322026-03-05T04:52:11.199Z 5 (5.00%) high severe
61332026-03-05T04:52:13.035Z
61342026-03-05T04:52:13.035ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B
61352026-03-05T04:52:13.035ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
61362026-03-05T04:52:17.121ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0077 s (2.6M iterations)
61372026-03-05T04:52:21.652ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
61382026-03-05T04:52:21.826Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-0B
61392026-03-05T04:52:21.826Z time: [243.90 ns 246.68 ns 250.08 ns]
61402026-03-05T04:52:21.826Z change: [−0.1344% +3.3678% +6.8362%] (p = 0.06 > 0.05)
61412026-03-05T04:52:21.826Z No change in performance detected.
61422026-03-05T04:52:21.826ZFound 18 outliers among 100 measurements (18.00%)
61432026-03-05T04:52:21.826Z 5 (5.00%) high mild
61442026-03-05T04:52:21.826Z 13 (13.00%) high severe
61452026-03-05T04:52:23.655Z
61462026-03-05T04:52:23.655ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
61472026-03-05T04:52:23.655ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
61482026-03-05T04:52:27.034ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0031 s (3.1M iterations)
61492026-03-05T04:52:31.353ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
61502026-03-05T04:52:31.524Zparse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
61512026-03-05T04:52:31.524Z time: [154.40 ns 155.56 ns 156.91 ns]
61522026-03-05T04:52:31.524Z change: [−2.3528% −0.0460% +2.3841%] (p = 0.97 > 0.05)
61532026-03-05T04:52:31.524Z No change in performance detected.
61542026-03-05T04:52:31.524ZFound 6 outliers among 100 measurements (6.00%)
61552026-03-05T04:52:31.524Z 2 (2.00%) high mild
61562026-03-05T04:52:31.524Z 4 (4.00%) high severe
61572026-03-05T04:52:33.353Z
61582026-03-05T04:52:33.378ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B
61592026-03-05T04:52:33.378ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
61602026-03-05T04:52:36.766ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0123 s (1.5M iterations)
61612026-03-05T04:52:41.628ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
61622026-03-05T04:52:41.803Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-1400B
61632026-03-05T04:52:41.803Z time: [270.84 ns 275.06 ns 280.23 ns]
61642026-03-05T04:52:41.803Z change: [+3.1257% +4.6966% +6.3939%] (p = 0.00 < 0.05)
61652026-03-05T04:52:41.803Z Performance has regressed.
61662026-03-05T04:52:41.803ZFound 14 outliers among 100 measurements (14.00%)
61672026-03-05T04:52:41.803Z 8 (8.00%) high mild
61682026-03-05T04:52:41.803Z 6 (6.00%) high severe
61692026-03-05T04:52:43.624Z
61702026-03-05T04:52:43.624ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
61712026-03-05T04:52:43.624ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
61722026-03-05T04:52:48.262ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0002 s (9.0M iterations)
61732026-03-05T04:52:51.797ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
61742026-03-05T04:52:51.963Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
61752026-03-05T04:52:51.963Z time: [85.488 ns 86.160 ns 86.828 ns]
61762026-03-05T04:52:51.963Z change: [−0.8316% +0.9126% +2.5710%] (p = 0.29 > 0.05)
61772026-03-05T04:52:51.963Z No change in performance detected.
61782026-03-05T04:52:51.963ZFound 2 outliers among 100 measurements (2.00%)
61792026-03-05T04:52:51.963Z 1 (1.00%) high mild
61802026-03-05T04:52:51.963Z 1 (1.00%) high severe
61812026-03-05T04:52:53.765Z
61822026-03-05T04:52:53.789ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
61832026-03-05T04:52:53.789ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
61842026-03-05T04:53:00.007ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0043 s (3.4M iterations)
61852026-03-05T04:53:05.649ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
61862026-03-05T04:53:05.818Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
61872026-03-05T04:53:05.818Z time: [379.62 ns 392.78 ns 408.18 ns]
61882026-03-05T04:53:05.818Z change: [−5.1566% +13.551% +34.020%] (p = 0.17 > 0.05)
61892026-03-05T04:53:05.818Z No change in performance detected.
61902026-03-05T04:53:05.818ZFound 10 outliers among 100 measurements (10.00%)
61912026-03-05T04:53:05.818Z 4 (4.00%) high mild
61922026-03-05T04:53:05.818Z 6 (6.00%) high severe
61932026-03-05T04:53:07.666Z
61942026-03-05T04:53:07.691ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
61952026-03-05T04:53:07.691ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
61962026-03-05T04:53:12.922ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0051 s (4.0M iterations)
61972026-03-05T04:53:17.545ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
61982026-03-05T04:53:17.714Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
61992026-03-05T04:53:17.714Z time: [117.71 ns 119.83 ns 122.45 ns]
62002026-03-05T04:53:17.714Z change: [+3.3436% +5.3121% +7.5434%] (p = 0.00 < 0.05)
62012026-03-05T04:53:17.714Z Performance has regressed.
62022026-03-05T04:53:17.714ZFound 10 outliers among 100 measurements (10.00%)
62032026-03-05T04:53:17.714Z 8 (8.00%) high mild
62042026-03-05T04:53:17.714Z 2 (2.00%) high severe
62052026-03-05T04:53:19.521Z
62062026-03-05T04:53:19.522ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
62072026-03-05T04:53:19.522ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
62082026-03-05T04:53:22.580ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0081 s (1.7M iterations)
62092026-03-05T04:53:27.795ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
62102026-03-05T04:53:27.966Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
62112026-03-05T04:53:27.966Z time: [429.71 ns 440.37 ns 453.98 ns]
62122026-03-05T04:53:27.966Z change: [−17.257% +0.1141% +21.944%] (p = 0.99 > 0.05)
62132026-03-05T04:53:27.966Z No change in performance detected.
62142026-03-05T04:53:27.966ZFound 12 outliers among 100 measurements (12.00%)
62152026-03-05T04:53:27.966Z 5 (5.00%) high mild
62162026-03-05T04:53:27.966Z 7 (7.00%) high severe
62172026-03-05T04:53:29.797Z
62182026-03-05T04:53:29.797ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
62192026-03-05T04:53:29.797ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
62202026-03-05T04:53:33.442ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0024 s (5.8M iterations)
62212026-03-05T04:53:36.918ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
62222026-03-05T04:53:37.081Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
62232026-03-05T04:53:37.081Z time: [123.93 ns 125.45 ns 127.29 ns]
62242026-03-05T04:53:37.081Z change: [−4.0106% −1.9727% −0.0030%] (p = 0.06 > 0.05)
62252026-03-05T04:53:37.081Z No change in performance detected.
62262026-03-05T04:53:37.081ZFound 9 outliers among 100 measurements (9.00%)
62272026-03-05T04:53:37.081Z 5 (5.00%) high mild
62282026-03-05T04:53:37.081Z 4 (4.00%) high severe
62292026-03-05T04:53:38.904Z
62302026-03-05T04:53:38.929ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
62312026-03-05T04:53:38.929ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
62322026-03-05T04:53:42.539ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0062 s (2.9M iterations)
62332026-03-05T04:53:47.193ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
62342026-03-05T04:53:47.355Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
62352026-03-05T04:53:47.355Z time: [315.63 ns 319.23 ns 323.83 ns]
62362026-03-05T04:53:47.355Z change: [−11.977% +0.7280% +15.959%] (p = 0.93 > 0.05)
62372026-03-05T04:53:47.355Z No change in performance detected.
62382026-03-05T04:53:47.355ZFound 18 outliers among 100 measurements (18.00%)
62392026-03-05T04:53:47.355Z 6 (6.00%) high mild
62402026-03-05T04:53:47.355Z 12 (12.00%) high severe
62412026-03-05T04:53:49.178Z
62422026-03-05T04:53:49.178ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
62432026-03-05T04:53:49.178ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
62442026-03-05T04:53:52.263ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0057 s (3.4M iterations)
62452026-03-05T04:53:56.658ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
62462026-03-05T04:53:56.819Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
62472026-03-05T04:53:56.819Z time: [149.82 ns 151.22 ns 152.90 ns]
62482026-03-05T04:53:56.819Z change: [−11.543% −9.7422% −8.0527%] (p = 0.00 < 0.05)
62492026-03-05T04:53:56.819Z Performance has improved.
62502026-03-05T04:53:56.819ZFound 6 outliers among 100 measurements (6.00%)
62512026-03-05T04:53:56.819Z 5 (5.00%) high mild
62522026-03-05T04:53:56.819Z 1 (1.00%) high severe
62532026-03-05T04:53:58.630Z
62542026-03-05T04:53:58.655ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
62552026-03-05T04:53:58.655ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
62562026-03-05T04:54:01.854ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0148 s (1.6M iterations)
62572026-03-05T04:54:06.985ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
62582026-03-05T04:54:07.154Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
62592026-03-05T04:54:07.154Z time: [379.91 ns 388.17 ns 398.16 ns]
62602026-03-05T04:54:07.154Z change: [−17.666% −3.4982% +12.461%] (p = 0.67 > 0.05)
62612026-03-05T04:54:07.154Z No change in performance detected.
62622026-03-05T04:54:07.154ZFound 9 outliers among 100 measurements (9.00%)
62632026-03-05T04:54:07.154Z 3 (3.00%) high mild
62642026-03-05T04:54:07.154Z 6 (6.00%) high severe
62652026-03-05T04:54:08.993Z
62662026-03-05T04:54:08.993ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
62672026-03-05T04:54:08.993ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
62682026-03-05T04:54:13.317ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0011 s (9.7M iterations)
62692026-03-05T04:54:17.300ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
62702026-03-05T04:54:17.460Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
62712026-03-05T04:54:17.460Z time: [82.027 ns 82.991 ns 83.999 ns]
62722026-03-05T04:54:17.460Z change: [+2.1465% +3.8930% +5.7578%] (p = 0.00 < 0.05)
62732026-03-05T04:54:17.460Z Performance has regressed.
62742026-03-05T04:54:17.460ZFound 2 outliers among 100 measurements (2.00%)
62752026-03-05T04:54:17.460Z 1 (1.00%) high mild
62762026-03-05T04:54:17.460Z 1 (1.00%) high severe
62772026-03-05T04:54:19.269Z
62782026-03-05T04:54:19.293ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
62792026-03-05T04:54:19.293ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
62802026-03-05T04:54:25.162ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0023 s (3.6M iterations)
62812026-03-05T04:54:30.008ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
62822026-03-05T04:54:30.174Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
62832026-03-05T04:54:30.174Z time: [285.25 ns 289.10 ns 294.05 ns]
62842026-03-05T04:54:30.174Z change: [−18.646% −0.0053% +21.166%] (p = 1.00 > 0.05)
62852026-03-05T04:54:30.174Z No change in performance detected.
62862026-03-05T04:54:30.174ZFound 13 outliers among 100 measurements (13.00%)
62872026-03-05T04:54:30.174Z 6 (6.00%) high mild
62882026-03-05T04:54:30.174Z 7 (7.00%) high severe
62892026-03-05T04:54:32.022Z
62902026-03-05T04:54:32.022ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
62912026-03-05T04:54:32.022ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
62922026-03-05T04:54:36.985ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0013 s (4.2M iterations)
62932026-03-05T04:54:41.548ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
62942026-03-05T04:54:41.722Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
62952026-03-05T04:54:41.722Z time: [109.61 ns 110.21 ns 110.85 ns]
62962026-03-05T04:54:41.722Z change: [−0.1810% +1.6834% +3.4722%] (p = 0.08 > 0.05)
62972026-03-05T04:54:41.722Z No change in performance detected.
62982026-03-05T04:54:41.722ZFound 3 outliers among 100 measurements (3.00%)
62992026-03-05T04:54:41.722Z 1 (1.00%) high mild
63002026-03-05T04:54:41.722Z 2 (2.00%) high severe
63012026-03-05T04:54:43.550Z
63022026-03-05T04:54:43.575ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
63032026-03-05T04:54:43.575ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
63042026-03-05T04:54:49.447ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0118 s (1.8M iterations)
63052026-03-05T04:54:54.701ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
63062026-03-05T04:54:54.865Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
63072026-03-05T04:54:54.865Z time: [391.98 ns 402.89 ns 415.73 ns]
63082026-03-05T04:54:54.865Z change: [−21.733% −2.2291% +20.837%] (p = 0.84 > 0.05)
63092026-03-05T04:54:54.865Z No change in performance detected.
63102026-03-05T04:54:54.865ZFound 11 outliers among 100 measurements (11.00%)
63112026-03-05T04:54:54.865Z 3 (3.00%) high mild
63122026-03-05T04:54:54.865Z 8 (8.00%) high severe
63132026-03-05T04:54:56.690Z
63142026-03-05T04:54:56.690ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
63152026-03-05T04:54:56.690ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
63162026-03-05T04:55:00.199ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0026 s (6.0M iterations)
63172026-03-05T04:55:03.877ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
63182026-03-05T04:55:04.049Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
63192026-03-05T04:55:04.049Z time: [125.33 ns 127.33 ns 129.57 ns]
63202026-03-05T04:55:04.050Z change: [−1.5079% −0.1423% +1.2217%] (p = 0.84 > 0.05)
63212026-03-05T04:55:04.050Z No change in performance detected.
63222026-03-05T04:55:04.050ZFound 6 outliers among 100 measurements (6.00%)
63232026-03-05T04:55:04.050Z 3 (3.00%) high mild
63242026-03-05T04:55:04.050Z 3 (3.00%) high severe
63252026-03-05T04:55:05.874Z
63262026-03-05T04:55:05.874ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B
63272026-03-05T04:55:05.874ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
63282026-03-05T04:55:09.418ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0012 s (3.0M iterations)
63292026-03-05T04:55:14.217ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
63302026-03-05T04:55:14.386Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-0B
63312026-03-05T04:55:14.386Z time: [292.62 ns 298.96 ns 307.34 ns]
63322026-03-05T04:55:14.386Z change: [−8.5845% +4.0126% +19.071%] (p = 0.57 > 0.05)
63332026-03-05T04:55:14.386Z No change in performance detected.
63342026-03-05T04:55:14.386ZFound 11 outliers among 100 measurements (11.00%)
63352026-03-05T04:55:14.386Z 5 (5.00%) high mild
63362026-03-05T04:55:14.386Z 6 (6.00%) high severe
63372026-03-05T04:55:16.206Z
63382026-03-05T04:55:16.231ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
63392026-03-05T04:55:16.231ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
63402026-03-05T04:55:19.494ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0029 s (3.2M iterations)
63412026-03-05T04:55:23.780ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
63422026-03-05T04:55:23.946Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
63432026-03-05T04:55:23.946Z time: [153.90 ns 155.83 ns 158.34 ns]
63442026-03-05T04:55:23.946Z change: [−1.0296% +0.6497% +2.6679%] (p = 0.49 > 0.05)
63452026-03-05T04:55:23.946Z No change in performance detected.
63462026-03-05T04:55:23.946ZFound 8 outliers among 100 measurements (8.00%)
63472026-03-05T04:55:23.946Z 4 (4.00%) high mild
63482026-03-05T04:55:23.946Z 4 (4.00%) high severe
63492026-03-05T04:55:25.761Z
63502026-03-05T04:55:25.785ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
63512026-03-05T04:55:25.785ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
63522026-03-05T04:55:28.985ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0146 s (1.6M iterations)
63532026-03-05T04:55:33.980ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
63542026-03-05T04:55:34.146Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
63552026-03-05T04:55:34.146Z time: [341.43 ns 347.95 ns 355.91 ns]
63562026-03-05T04:55:34.146Z change: [−9.7026% +5.0123% +21.954%] (p = 0.53 > 0.05)
63572026-03-05T04:55:34.146Z No change in performance detected.
63582026-03-05T04:55:34.146ZFound 12 outliers among 100 measurements (12.00%)
63592026-03-05T04:55:34.146Z 2 (2.00%) high mild
63602026-03-05T04:55:34.146Z 10 (10.00%) high severe
63612026-03-05T04:55:35.957Z
63622026-03-05T04:55:35.957ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
63632026-03-05T04:55:35.957ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
63642026-03-05T04:55:41.008ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0015 s (8.3M iterations)
63652026-03-05T04:55:44.933ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
63662026-03-05T04:55:45.096Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
63672026-03-05T04:55:45.096Z time: [85.733 ns 86.445 ns 87.152 ns]
63682026-03-05T04:55:45.096Z change: [−0.1276% +1.3132% +2.7554%] (p = 0.07 > 0.05)
63692026-03-05T04:55:45.096Z No change in performance detected.
63702026-03-05T04:55:45.096ZFound 2 outliers among 100 measurements (2.00%)
63712026-03-05T04:55:45.096Z 2 (2.00%) high mild
63722026-03-05T04:55:46.899Z
63732026-03-05T04:55:46.924ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
63742026-03-05T04:55:46.924ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
63752026-03-05T04:55:50.141ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0027 s (3.2M iterations)
63762026-03-05T04:55:55.422ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
63772026-03-05T04:55:55.588Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
63782026-03-05T04:55:55.588Z time: [329.52 ns 334.52 ns 340.92 ns]
63792026-03-05T04:55:55.588Z change: [−22.401% −4.3169% +18.271%] (p = 0.69 > 0.05)
63802026-03-05T04:55:55.588Z No change in performance detected.
63812026-03-05T04:55:55.588ZFound 12 outliers among 100 measurements (12.00%)
63822026-03-05T04:55:55.588Z 5 (5.00%) high mild
63832026-03-05T04:55:55.588Z 7 (7.00%) high severe
63842026-03-05T04:55:57.417Z
63852026-03-05T04:55:57.442ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
63862026-03-05T04:55:57.443ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
63872026-03-05T04:56:02.780ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0044 s (3.9M iterations)
63882026-03-05T04:56:07.425ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
63892026-03-05T04:56:07.589Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
63902026-03-05T04:56:07.590Z time: [115.79 ns 117.04 ns 118.43 ns]
63912026-03-05T04:56:07.590Z change: [+0.0886% +1.5933% +3.0975%] (p = 0.04 < 0.05)
63922026-03-05T04:56:07.590Z Change within noise threshold.
63932026-03-05T04:56:07.590ZFound 2 outliers among 100 measurements (2.00%)
63942026-03-05T04:56:07.590Z 2 (2.00%) high mild
63952026-03-05T04:56:09.390Z
63962026-03-05T04:56:09.390ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
63972026-03-05T04:56:09.390ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
63982026-03-05T04:56:12.713ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0087 s (1.6M iterations)
63992026-03-05T04:56:17.996ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
64002026-03-05T04:56:18.168Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
64012026-03-05T04:56:18.168Z time: [465.70 ns 479.28 ns 496.19 ns]
64022026-03-05T04:56:18.168Z change: [−10.819% +12.330% +41.763%] (p = 0.34 > 0.05)
64032026-03-05T04:56:18.168Z No change in performance detected.
64042026-03-05T04:56:18.168ZFound 9 outliers among 100 measurements (9.00%)
64052026-03-05T04:56:18.168Z 3 (3.00%) high mild
64062026-03-05T04:56:18.168Z 6 (6.00%) high severe
64072026-03-05T04:56:19.987Z
64082026-03-05T04:56:19.987ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
64092026-03-05T04:56:19.987ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
64102026-03-05T04:56:23.954ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0003 s (5.3M iterations)
64112026-03-05T04:56:27.528ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
64122026-03-05T04:56:27.700Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
64132026-03-05T04:56:27.700Z time: [123.41 ns 125.40 ns 127.70 ns]
64142026-03-05T04:56:27.700Z change: [−1.5247% −0.0477% +1.4956%] (p = 0.95 > 0.05)
64152026-03-05T04:56:27.700Z No change in performance detected.
64162026-03-05T04:56:27.700ZFound 7 outliers among 100 measurements (7.00%)
64172026-03-05T04:56:27.700Z 5 (5.00%) high mild
64182026-03-05T04:56:27.700Z 2 (2.00%) high severe
64192026-03-05T04:56:29.515Z
64202026-03-05T04:56:29.515ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
64212026-03-05T04:56:29.515ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
64222026-03-05T04:56:33.608ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0067 s (2.6M iterations)
64232026-03-05T04:56:38.386ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
64242026-03-05T04:56:38.550Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
64252026-03-05T04:56:38.550Z time: [327.88 ns 333.54 ns 340.06 ns]
64262026-03-05T04:56:38.550Z change: [−11.730% +1.3445% +15.824%] (p = 0.85 > 0.05)
64272026-03-05T04:56:38.550Z No change in performance detected.
64282026-03-05T04:56:38.550ZFound 11 outliers among 100 measurements (11.00%)
64292026-03-05T04:56:38.551Z 4 (4.00%) high mild
64302026-03-05T04:56:38.551Z 7 (7.00%) high severe
64312026-03-05T04:56:40.362Z
64322026-03-05T04:56:40.363ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
64332026-03-05T04:56:40.363ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
64342026-03-05T04:56:43.605ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0047 s (3.2M iterations)
64352026-03-05T04:56:48.123ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
64362026-03-05T04:56:48.268Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
64372026-03-05T04:56:48.269Z time: [152.14 ns 153.84 ns 155.85 ns]
64382026-03-05T04:56:48.269Z change: [−1.1323% +0.2189% +1.6573%] (p = 0.75 > 0.05)
64392026-03-05T04:56:48.269Z No change in performance detected.
64402026-03-05T04:56:48.269ZFound 7 outliers among 100 measurements (7.00%)
64412026-03-05T04:56:48.269Z 5 (5.00%) high mild
64422026-03-05T04:56:48.269Z 2 (2.00%) high severe
64432026-03-05T04:56:50.082Z
64442026-03-05T04:56:50.082ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
64452026-03-05T04:56:50.082ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
64462026-03-05T04:56:53.611ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0164 s (1.5M iterations)
64472026-03-05T04:56:58.789ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
64482026-03-05T04:56:58.962Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
64492026-03-05T04:56:58.963Z time: [412.72 ns 420.63 ns 430.14 ns]
64502026-03-05T04:56:58.963Z change: [−9.7571% +5.1526% +24.266%] (p = 0.54 > 0.05)
64512026-03-05T04:56:58.963Z No change in performance detected.
64522026-03-05T04:56:58.963ZFound 13 outliers among 100 measurements (13.00%)
64532026-03-05T04:56:58.963Z 3 (3.00%) high mild
64542026-03-05T04:56:58.963Z 10 (10.00%) high severe
64552026-03-05T04:57:00.767Z
64562026-03-05T04:57:00.767ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
64572026-03-05T04:57:00.767ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
64582026-03-05T04:57:05.879ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0018 s (8.2M iterations)
64592026-03-05T04:57:09.974ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
64602026-03-05T04:57:10.140Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
64612026-03-05T04:57:10.140Z time: [85.617 ns 86.354 ns 87.132 ns]
64622026-03-05T04:57:10.141Z change: [+3.6036% +5.2915% +6.9601%] (p = 0.00 < 0.05)
64632026-03-05T04:57:10.141Z Performance has regressed.
64642026-03-05T04:57:10.141ZFound 2 outliers among 100 measurements (2.00%)
64652026-03-05T04:57:10.141Z 1 (1.00%) high mild
64662026-03-05T04:57:10.141Z 1 (1.00%) high severe
64672026-03-05T04:57:11.969Z
64682026-03-05T04:57:11.994ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
64692026-03-05T04:57:11.994ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
64702026-03-05T04:57:15.221ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0033 s (3.2M iterations)
64712026-03-05T04:57:20.503ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
64722026-03-05T04:57:20.665Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
64732026-03-05T04:57:20.666Z time: [302.11 ns 307.90 ns 315.11 ns]
64742026-03-05T04:57:20.666Z change: [−19.308% +0.1780% +24.658%] (p = 0.99 > 0.05)
64752026-03-05T04:57:20.666Z No change in performance detected.
64762026-03-05T04:57:20.666ZFound 12 outliers among 100 measurements (12.00%)
64772026-03-05T04:57:20.666Z 5 (5.00%) high mild
64782026-03-05T04:57:20.666Z 7 (7.00%) high severe
64792026-03-05T04:57:22.497Z
64802026-03-05T04:57:22.525ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
64812026-03-05T04:57:22.525ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
64822026-03-05T04:57:27.857ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0016 s (3.9M iterations)
64832026-03-05T04:57:32.465ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
64842026-03-05T04:57:32.635Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
64852026-03-05T04:57:32.635Z time: [111.06 ns 112.63 ns 114.44 ns]
64862026-03-05T04:57:32.635Z change: [+0.4388% +2.0164% +3.6859%] (p = 0.02 < 0.05)
64872026-03-05T04:57:32.635Z Change within noise threshold.
64882026-03-05T04:57:32.635ZFound 2 outliers among 100 measurements (2.00%)
64892026-03-05T04:57:32.635Z 2 (2.00%) high mild
64902026-03-05T04:57:34.450Z
64912026-03-05T04:57:34.475ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
64922026-03-05T04:57:34.475ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
64932026-03-05T04:57:37.602ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0088 s (1.7M iterations)
64942026-03-05T04:57:42.915ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
64952026-03-05T04:57:43.096Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
64962026-03-05T04:57:43.096Z time: [399.97 ns 410.53 ns 423.71 ns]
64972026-03-05T04:57:43.096Z change: [−13.050% +7.3295% +32.744%] (p = 0.53 > 0.05)
64982026-03-05T04:57:43.096Z No change in performance detected.
64992026-03-05T04:57:43.096ZFound 14 outliers among 100 measurements (14.00%)
65002026-03-05T04:57:43.096Z 5 (5.00%) high mild
65012026-03-05T04:57:43.096Z 9 (9.00%) high severe
65022026-03-05T04:57:44.934Z
65032026-03-05T04:57:44.934ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
65042026-03-05T04:57:44.934ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
65052026-03-05T04:57:49.012ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0030 s (5.1M iterations)
65062026-03-05T04:57:52.566ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
65072026-03-05T04:57:52.739Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
65082026-03-05T04:57:52.739Z time: [127.57 ns 131.03 ns 134.55 ns]
65092026-03-05T04:57:52.739Z change: [−1.3905% +0.9793% +3.5052%] (p = 0.46 > 0.05)
65102026-03-05T04:57:52.739Z No change in performance detected.
65112026-03-05T04:57:52.739ZFound 13 outliers among 100 measurements (13.00%)
65122026-03-05T04:57:52.740Z 7 (7.00%) high mild
65132026-03-05T04:57:52.740Z 6 (6.00%) high severe
65142026-03-05T04:57:54.569Z
65152026-03-05T04:57:54.593ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B
65162026-03-05T04:57:54.594ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
65172026-03-05T04:57:58.571ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0013 s (2.6M iterations)
65182026-03-05T04:58:03.421ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
65192026-03-05T04:58:03.591Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-0B
65202026-03-05T04:58:03.591Z time: [294.17 ns 298.24 ns 303.09 ns]
65212026-03-05T04:58:03.591Z change: [−8.8894% +5.2335% +21.147%] (p = 0.50 > 0.05)
65222026-03-05T04:58:03.591Z No change in performance detected.
65232026-03-05T04:58:03.591ZFound 10 outliers among 100 measurements (10.00%)
65242026-03-05T04:58:03.591Z 4 (4.00%) high mild
65252026-03-05T04:58:03.591Z 6 (6.00%) high severe
65262026-03-05T04:58:05.407Z
65272026-03-05T04:58:05.432ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
65282026-03-05T04:58:05.432ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
65292026-03-05T04:58:08.588ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0001 s (3.3M iterations)
65302026-03-05T04:58:13.173ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
65312026-03-05T04:58:13.347Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
65322026-03-05T04:58:13.347Z time: [154.00 ns 156.25 ns 158.71 ns]
65332026-03-05T04:58:13.347Z change: [−1.6459% −0.0734% +1.5711%] (p = 0.93 > 0.05)
65342026-03-05T04:58:13.347Z No change in performance detected.
65352026-03-05T04:58:13.347ZFound 4 outliers among 100 measurements (4.00%)
65362026-03-05T04:58:13.347Z 2 (2.00%) high mild
65372026-03-05T04:58:13.347Z 2 (2.00%) high severe
65382026-03-05T04:58:15.168Z
65392026-03-05T04:58:15.196ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
65402026-03-05T04:58:15.196ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
65412026-03-05T04:58:18.686ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0146 s (1.5M iterations)
65422026-03-05T04:58:23.555ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
65432026-03-05T04:58:23.724Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
65442026-03-05T04:58:23.724Z time: [345.66 ns 351.86 ns 359.64 ns]
65452026-03-05T04:58:23.725Z change: [−11.565% +3.2226% +20.808%] (p = 0.71 > 0.05)
65462026-03-05T04:58:23.725Z No change in performance detected.
65472026-03-05T04:58:23.725ZFound 10 outliers among 100 measurements (10.00%)
65482026-03-05T04:58:23.725Z 4 (4.00%) high mild
65492026-03-05T04:58:23.725Z 6 (6.00%) high severe
65502026-03-05T04:58:25.553Z
65512026-03-05T04:58:25.600ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover
65522026-03-05T04:58:25.600ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Warming up for 100.00 µs
65532026-03-05T04:58:25.600ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Collecting 10 samples in estimated 1.0768 ms (440 iterations)
65542026-03-05T04:58:25.600ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Analyzing
65552026-03-05T04:58:25.600Zprocess/Hairpin-DHCPv4/alloc_ct/Discover
65562026-03-05T04:58:25.600Z time: [18.000 18.000 18.000 ]
65572026-03-05T04:58:25.600Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65582026-03-05T04:58:25.600Z No change in performance detected.
65592026-03-05T04:58:25.600Z
65602026-03-05T04:58:25.600ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request
65612026-03-05T04:58:25.600ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Warming up for 100.00 µs
65622026-03-05T04:58:25.600ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Collecting 10 samples in estimated 1.0161 ms (440 iterations)
65632026-03-05T04:58:25.600ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Analyzing
65642026-03-05T04:58:25.600Zprocess/Hairpin-DHCPv4/alloc_ct/Request
65652026-03-05T04:58:25.600Z time: [18.000 18.000 18.000 ]
65662026-03-05T04:58:25.600Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65672026-03-05T04:58:25.600Z No change in performance detected.
65682026-03-05T04:58:25.600Z
65692026-03-05T04:58:25.600ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit
65702026-03-05T04:58:25.600ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Warming up for 100.00 µs
65712026-03-05T04:58:25.600ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Collecting 10 samples in estimated 1.0187 ms (275 iterations)
65722026-03-05T04:58:25.600ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Analyzing
65732026-03-05T04:58:25.600Zprocess/Hairpin-DHCPv6/alloc_ct/Solicit
65742026-03-05T04:58:25.600Z time: [20.000 20.000 20.000 ]
65752026-03-05T04:58:25.600Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65762026-03-05T04:58:25.600Z No change in performance detected.
65772026-03-05T04:58:25.600Z
65782026-03-05T04:58:25.600ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request
65792026-03-05T04:58:25.601ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Warming up for 100.00 µs
65802026-03-05T04:58:25.601ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Collecting 10 samples in estimated 1.0182 ms (220 iterations)
65812026-03-05T04:58:25.601ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Analyzing
65822026-03-05T04:58:25.601Zprocess/Hairpin-DHCPv6/alloc_ct/Request
65832026-03-05T04:58:25.601Z time: [21.000 21.000 21.000 ]
65842026-03-05T04:58:25.601Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65852026-03-05T04:58:25.601Z No change in performance detected.
65862026-03-05T04:58:25.601Z
65872026-03-05T04:58:25.601ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest
65882026-03-05T04:58:25.601ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Warming up for 100.00 µs
65892026-03-05T04:58:25.601ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0671 ms (440 iterations)
65902026-03-05T04:58:25.601ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Analyzing
65912026-03-05T04:58:25.601Zprocess/Hairpin-ICMPv4/alloc_ct/EchoRequest
65922026-03-05T04:58:25.601Z time: [13.000 13.000 13.000 ]
65932026-03-05T04:58:25.601Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65942026-03-05T04:58:25.601Z No change in performance detected.
65952026-03-05T04:58:25.601Z
65962026-03-05T04:58:25.601ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest
65972026-03-05T04:58:25.601ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Warming up for 100.00 µs
65982026-03-05T04:58:25.601ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0672 ms (495 iterations)
65992026-03-05T04:58:25.601ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Analyzing
66002026-03-05T04:58:25.601Zprocess/Hairpin-ICMPv6/alloc_ct/EchoRequest
66012026-03-05T04:58:25.601Z time: [12.000 12.000 12.000 ]
66022026-03-05T04:58:25.601Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66032026-03-05T04:58:25.601Z No change in performance detected.
66042026-03-05T04:58:25.601Z
66052026-03-05T04:58:25.601ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
66062026-03-05T04:58:25.601ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Warming up for 100.00 µs
66072026-03-05T04:58:25.601ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Collecting 10 samples in estimated 1.0945 ms (440 iterations)
66082026-03-05T04:58:25.601ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Analyzing
66092026-03-05T04:58:25.648Zprocess/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
66102026-03-05T04:58:25.649Z time: [14.000 14.000 14.000 ]
66112026-03-05T04:58:25.649Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66122026-03-05T04:58:25.649Z No change in performance detected.
66132026-03-05T04:58:25.649Z
66142026-03-05T04:58:25.649ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit
66152026-03-05T04:58:25.649ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Warming up for 100.00 µs
66162026-03-05T04:58:25.649ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Collecting 10 samples in estimated 1.1189 ms (495 iterations)
66172026-03-05T04:58:25.649ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Analyzing
66182026-03-05T04:58:25.649Zprocess/Hairpin-ICMPv6/alloc_ct/RouterSolicit
66192026-03-05T04:58:25.649Z time: [14.000 14.000 14.000 ]
66202026-03-05T04:58:25.649Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66212026-03-05T04:58:25.649Z No change in performance detected.
66222026-03-05T04:58:25.649Z
66232026-03-05T04:58:25.649ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
66242026-03-05T04:58:25.649ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
66252026-03-05T04:58:25.649ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0867 ms (550 iterations)
66262026-03-05T04:58:25.649ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
66272026-03-05T04:58:25.649Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
66282026-03-05T04:58:25.649Z time: [3.0000 3.0000 3.0000 ]
66292026-03-05T04:58:25.649Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66302026-03-05T04:58:25.649Z No change in performance detected.
66312026-03-05T04:58:25.649Z
66322026-03-05T04:58:25.649ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
66332026-03-05T04:58:25.649ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
66342026-03-05T04:58:25.649ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1801 ms (275 iterations)
66352026-03-05T04:58:25.649ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
66362026-03-05T04:58:25.649Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
66372026-03-05T04:58:25.649Z time: [3.0000 3.0000 3.0000 ]
66382026-03-05T04:58:25.649Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66392026-03-05T04:58:25.649Z No change in performance detected.
66402026-03-05T04:58:25.649Z
66412026-03-05T04:58:25.649ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B
66422026-03-05T04:58:25.649ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
66432026-03-05T04:58:25.649ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0703 ms (440 iterations)
66442026-03-05T04:58:25.649ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
66452026-03-05T04:58:25.649ZCriterion.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.
66462026-03-05T04:58:25.649Z
66472026-03-05T04:58:25.650ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B
66482026-03-05T04:58:25.650ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
66492026-03-05T04:58:25.650ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0816 ms (275 iterations)
66502026-03-05T04:58:25.650ZCriterion.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.
66512026-03-05T04:58:25.650Z
66522026-03-05T04:58:25.650ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
66532026-03-05T04:58:25.650ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
66542026-03-05T04:58:25.650ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
66552026-03-05T04:58:25.650ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0247 ms (605 iterations)
66562026-03-05T04:58:25.650ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
66572026-03-05T04:58:25.650Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
66582026-03-05T04:58:25.650Z time: [3.0000 3.0000 3.0000 ]
66592026-03-05T04:58:25.650Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66602026-03-05T04:58:25.650Z No change in performance detected.
66612026-03-05T04:58:25.650Z
66622026-03-05T04:58:25.650ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
66632026-03-05T04:58:25.650ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
66642026-03-05T04:58:25.650ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1698 ms (330 iterations)
66652026-03-05T04:58:25.650ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
66662026-03-05T04:58:25.650Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
66672026-03-05T04:58:25.650Z time: [3.0000 3.0000 3.0000 ]
66682026-03-05T04:58:25.650Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66692026-03-05T04:58:25.650Z No change in performance detected.
66702026-03-05T04:58:25.650Z
66712026-03-05T04:58:25.650ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B
66722026-03-05T04:58:25.650ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
66732026-03-05T04:58:25.650ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0070 ms (495 iterations)
66742026-03-05T04:58:25.650ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Analyzing
66752026-03-05T04:58:25.650ZCriterion.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.
66762026-03-05T04:58:25.650Z
66772026-03-05T04:58:25.650ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B
66782026-03-05T04:58:25.650ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
66792026-03-05T04:58:25.650ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.1632 ms (330 iterations)
66802026-03-05T04:58:25.650ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
66812026-03-05T04:58:25.650ZCriterion.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.
66822026-03-05T04:58:25.650Z
66832026-03-05T04:58:25.650ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
66842026-03-05T04:58:25.650ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
66852026-03-05T04:58:25.651ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0285 ms (550 iterations)
66862026-03-05T04:58:25.651ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
66872026-03-05T04:58:25.651Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
66882026-03-05T04:58:25.651Z time: [3.0000 3.0000 3.0000 ]
66892026-03-05T04:58:25.651Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66902026-03-05T04:58:25.651Z No change in performance detected.
66912026-03-05T04:58:25.651Z
66922026-03-05T04:58:25.651ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
66932026-03-05T04:58:25.651ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
66942026-03-05T04:58:25.651ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0612 ms (220 iterations)
66952026-03-05T04:58:25.651ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
66962026-03-05T04:58:25.651Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
66972026-03-05T04:58:25.651Z time: [3.0000 3.0000 3.0000 ]
66982026-03-05T04:58:25.651Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66992026-03-05T04:58:25.651Z No change in performance detected.
67002026-03-05T04:58:25.651Z
67012026-03-05T04:58:25.651ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B
67022026-03-05T04:58:25.651ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
67032026-03-05T04:58:25.651ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.1197 ms (165 iterations)
67042026-03-05T04:58:25.651ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
67052026-03-05T04:58:25.651ZCriterion.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.
67062026-03-05T04:58:25.651Z
67072026-03-05T04:58:25.651ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B
67082026-03-05T04:58:25.651ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
67092026-03-05T04:58:25.677ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.2305 ms (165 iterations)
67102026-03-05T04:58:25.677ZCriterion.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.
67112026-03-05T04:58:25.677ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
67122026-03-05T04:58:25.677Z
67132026-03-05T04:58:25.677ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
67142026-03-05T04:58:25.677ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
67152026-03-05T04:58:25.677ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0954 ms (330 iterations)
67162026-03-05T04:58:25.677ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
67172026-03-05T04:58:25.677Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
67182026-03-05T04:58:25.677Z time: [3.0000 3.0000 3.0000 ]
67192026-03-05T04:58:25.677Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67202026-03-05T04:58:25.677Z No change in performance detected.
67212026-03-05T04:58:25.677Z
67222026-03-05T04:58:25.677ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
67232026-03-05T04:58:25.677ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
67242026-03-05T04:58:25.677ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0146 ms (275 iterations)
67252026-03-05T04:58:25.677ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
67262026-03-05T04:58:25.677Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
67272026-03-05T04:58:25.677Z time: [3.0000 3.0000 3.0000 ]
67282026-03-05T04:58:25.677Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67292026-03-05T04:58:25.677Z No change in performance detected.
67302026-03-05T04:58:25.677Z
67312026-03-05T04:58:25.677ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B
67322026-03-05T04:58:25.677ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
67332026-03-05T04:58:25.677ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1352 ms (330 iterations)
67342026-03-05T04:58:25.678ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Analyzing
67352026-03-05T04:58:25.678ZCriterion.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.
67362026-03-05T04:58:25.678Z
67372026-03-05T04:58:25.678ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B
67382026-03-05T04:58:25.678ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
67392026-03-05T04:58:25.678ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0204 ms (220 iterations)
67402026-03-05T04:58:25.678ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
67412026-03-05T04:58:25.678ZCriterion.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.
67422026-03-05T04:58:25.678Z
67432026-03-05T04:58:25.678ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
67442026-03-05T04:58:25.678ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
67452026-03-05T04:58:25.678ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1605 ms (220 iterations)
67462026-03-05T04:58:25.678ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
67472026-03-05T04:58:25.678Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
67482026-03-05T04:58:25.678Z time: [35.000 35.000 35.000 ]
67492026-03-05T04:58:25.678Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67502026-03-05T04:58:25.678Z No change in performance detected.
67512026-03-05T04:58:25.678Z
67522026-03-05T04:58:25.678ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
67532026-03-05T04:58:25.678ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
67542026-03-05T04:58:25.678ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.2192 ms (165 iterations)
67552026-03-05T04:58:25.678ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
67562026-03-05T04:58:25.678Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
67572026-03-05T04:58:25.678Z time: [35.000 35.000 35.000 ]
67582026-03-05T04:58:25.678Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67592026-03-05T04:58:25.678Z No change in performance detected.
67602026-03-05T04:58:25.678Z
67612026-03-05T04:58:25.678ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
67622026-03-05T04:58:25.678ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
67632026-03-05T04:58:25.678ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0860 ms (275 iterations)
67642026-03-05T04:58:25.678ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
67652026-03-05T04:58:25.678Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
67662026-03-05T04:58:25.678Z time: [20.000 20.000 20.000 ]
67672026-03-05T04:58:25.678Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67682026-03-05T04:58:25.678Z No change in performance detected.
67692026-03-05T04:58:25.678Z
67702026-03-05T04:58:25.678ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
67712026-03-05T04:58:25.678ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
67722026-03-05T04:58:25.678ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.4038 ms (165 iterations)
67732026-03-05T04:58:25.679ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
67742026-03-05T04:58:25.679Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
67752026-03-05T04:58:25.679Z time: [20.000 20.000 20.000 ]
67762026-03-05T04:58:25.679Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67772026-03-05T04:58:25.679Z No change in performance detected.
67782026-03-05T04:58:25.679Z
67792026-03-05T04:58:25.679ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
67802026-03-05T04:58:25.679ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
67812026-03-05T04:58:25.679ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.1011 ms (220 iterations)
67822026-03-05T04:58:25.679ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
67832026-03-05T04:58:25.679Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
67842026-03-05T04:58:25.679Z time: [35.000 35.000 35.000 ]
67852026-03-05T04:58:25.679Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67862026-03-05T04:58:25.679Z No change in performance detected.
67872026-03-05T04:58:25.679Z
67882026-03-05T04:58:25.679ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
67892026-03-05T04:58:25.679ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
67902026-03-05T04:58:25.679ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1826 ms (165 iterations)
67912026-03-05T04:58:25.679ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
67922026-03-05T04:58:25.679Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
67932026-03-05T04:58:25.679Z time: [35.000 35.000 35.000 ]
67942026-03-05T04:58:25.679Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67952026-03-05T04:58:25.679Z No change in performance detected.
67962026-03-05T04:58:25.679Z
67972026-03-05T04:58:25.679ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
67982026-03-05T04:58:25.679ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
67992026-03-05T04:58:25.679ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0344 ms (275 iterations)
68002026-03-05T04:58:25.679ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Analyzing
68012026-03-05T04:58:25.679Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
68022026-03-05T04:58:25.679Z time: [20.000 20.000 20.000 ]
68032026-03-05T04:58:25.679Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68042026-03-05T04:58:25.679Z No change in performance detected.
68052026-03-05T04:58:25.679Z
68062026-03-05T04:58:25.679ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
68072026-03-05T04:58:25.680ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
68082026-03-05T04:58:25.680ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.1571 ms (220 iterations)
68092026-03-05T04:58:25.705ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
68102026-03-05T04:58:25.705Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
68112026-03-05T04:58:25.705Z time: [20.000 20.000 20.000 ]
68122026-03-05T04:58:25.705Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68132026-03-05T04:58:25.705Z No change in performance detected.
68142026-03-05T04:58:25.705Z
68152026-03-05T04:58:25.705ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
68162026-03-05T04:58:25.705ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
68172026-03-05T04:58:25.705ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.2241 ms (220 iterations)
68182026-03-05T04:58:25.705ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
68192026-03-05T04:58:25.705Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
68202026-03-05T04:58:25.705Z time: [35.000 35.000 35.000 ]
68212026-03-05T04:58:25.705Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68222026-03-05T04:58:25.705Z No change in performance detected.
68232026-03-05T04:58:25.705Z
68242026-03-05T04:58:25.706ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
68252026-03-05T04:58:25.706ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
68262026-03-05T04:58:25.706ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.2466 ms (165 iterations)
68272026-03-05T04:58:25.706ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
68282026-03-05T04:58:25.706Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
68292026-03-05T04:58:25.706Z time: [35.000 35.000 35.000 ]
68302026-03-05T04:58:25.706Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68312026-03-05T04:58:25.706Z No change in performance detected.
68322026-03-05T04:58:25.706Z
68332026-03-05T04:58:25.706ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
68342026-03-05T04:58:25.706ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
68352026-03-05T04:58:25.706ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.1610 ms (275 iterations)
68362026-03-05T04:58:25.706ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
68372026-03-05T04:58:25.706Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
68382026-03-05T04:58:25.706Z time: [20.000 20.000 20.000 ]
68392026-03-05T04:58:25.706Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68402026-03-05T04:58:25.706Z No change in performance detected.
68412026-03-05T04:58:25.706Z
68422026-03-05T04:58:25.706ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
68432026-03-05T04:58:25.706ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
68442026-03-05T04:58:25.706ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.2696 ms (220 iterations)
68452026-03-05T04:58:25.706ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
68462026-03-05T04:58:25.706Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
68472026-03-05T04:58:25.706Z time: [20.000 20.000 20.000 ]
68482026-03-05T04:58:25.706Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68492026-03-05T04:58:25.706Z No change in performance detected.
68502026-03-05T04:58:25.706Z
68512026-03-05T04:58:25.706ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
68522026-03-05T04:58:25.706ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
68532026-03-05T04:58:25.706ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.2052 ms (220 iterations)
68542026-03-05T04:58:25.706ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
68552026-03-05T04:58:25.706Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
68562026-03-05T04:58:25.706Z time: [35.000 35.000 35.000 ]
68572026-03-05T04:58:25.706Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68582026-03-05T04:58:25.706Z No change in performance detected.
68592026-03-05T04:58:25.706Z
68602026-03-05T04:58:25.706ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
68612026-03-05T04:58:25.706ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
68622026-03-05T04:58:25.707ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1978 ms (165 iterations)
68632026-03-05T04:58:25.707ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
68642026-03-05T04:58:25.707Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
68652026-03-05T04:58:25.707Z time: [35.000 35.000 35.000 ]
68662026-03-05T04:58:25.707Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68672026-03-05T04:58:25.707Z No change in performance detected.
68682026-03-05T04:58:25.707Z
68692026-03-05T04:58:25.707ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
68702026-03-05T04:58:25.707ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
68712026-03-05T04:58:25.707ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1318 ms (275 iterations)
68722026-03-05T04:58:25.707ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Analyzing
68732026-03-05T04:58:25.707Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
68742026-03-05T04:58:25.707Z time: [20.000 20.000 20.000 ]
68752026-03-05T04:58:25.707Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68762026-03-05T04:58:25.707Z No change in performance detected.
68772026-03-05T04:58:25.707Z
68782026-03-05T04:58:25.707ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
68792026-03-05T04:58:25.707ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
68802026-03-05T04:58:25.707ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.2195 ms (220 iterations)
68812026-03-05T04:58:25.707ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
68822026-03-05T04:58:25.707Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
68832026-03-05T04:58:25.707Z time: [20.000 20.000 20.000 ]
68842026-03-05T04:58:25.707Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68852026-03-05T04:58:25.707Z No change in performance detected.
68862026-03-05T04:58:25.707Z
68872026-03-05T04:58:25.707ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover
68882026-03-05T04:58:25.707ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Warming up for 100.00 µs
68892026-03-05T04:58:25.707ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Collecting 10 samples in estimated 1.0270 ms (275 iterations)
68902026-03-05T04:58:25.707ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Analyzing
68912026-03-05T04:58:25.707Zprocess/Hairpin-DHCPv4/alloc_sz/Discover
68922026-03-05T04:58:25.707Z time: [3924.0 B 3924.0 B 3924.0 B]
68932026-03-05T04:58:25.707Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68942026-03-05T04:58:25.707Z No change in performance detected.
68952026-03-05T04:58:25.707Z
68962026-03-05T04:58:25.707ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request
68972026-03-05T04:58:25.707ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Warming up for 100.00 µs
68982026-03-05T04:58:25.707ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Collecting 10 samples in estimated 1.0579 ms (275 iterations)
68992026-03-05T04:58:25.707ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Analyzing
69002026-03-05T04:58:25.707Zprocess/Hairpin-DHCPv4/alloc_sz/Request
69012026-03-05T04:58:25.707Z time: [3924.0 B 3924.0 B 3924.0 B]
69022026-03-05T04:58:25.708Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69032026-03-05T04:58:25.708Z No change in performance detected.
69042026-03-05T04:58:25.708Z
69052026-03-05T04:58:25.708ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit
69062026-03-05T04:58:25.708ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Warming up for 100.00 µs
69072026-03-05T04:58:25.708ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Collecting 10 samples in estimated 1.2217 ms (220 iterations)
69082026-03-05T04:58:25.708ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Analyzing
69092026-03-05T04:58:25.733Zprocess/Hairpin-DHCPv6/alloc_sz/Solicit
69102026-03-05T04:58:25.733Z time: [3988.0 B 3988.0 B 3988.0 B]
69112026-03-05T04:58:25.733Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69122026-03-05T04:58:25.733Z No change in performance detected.
69132026-03-05T04:58:25.733Z
69142026-03-05T04:58:25.733ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request
69152026-03-05T04:58:25.733ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Warming up for 100.00 µs
69162026-03-05T04:58:25.733ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Collecting 10 samples in estimated 1.2782 ms (220 iterations)
69172026-03-05T04:58:25.733ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Analyzing
69182026-03-05T04:58:25.733Zprocess/Hairpin-DHCPv6/alloc_sz/Request
69192026-03-05T04:58:25.733Z time: [4386.0 B 4386.0 B 4386.0 B]
69202026-03-05T04:58:25.733Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69212026-03-05T04:58:25.733Z No change in performance detected.
69222026-03-05T04:58:25.733Z
69232026-03-05T04:58:25.733ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest
69242026-03-05T04:58:25.733ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Warming up for 100.00 µs
69252026-03-05T04:58:25.734ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0010 ms (440 iterations)
69262026-03-05T04:58:25.734ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Analyzing
69272026-03-05T04:58:25.734Zprocess/Hairpin-ICMPv4/alloc_sz/EchoRequest
69282026-03-05T04:58:25.734Z time: [2888.0 B 2888.0 B 2888.0 B]
69292026-03-05T04:58:25.734Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69302026-03-05T04:58:25.734Z No change in performance detected.
69312026-03-05T04:58:25.734Z
69322026-03-05T04:58:25.734ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest
69332026-03-05T04:58:25.734ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Warming up for 100.00 µs
69342026-03-05T04:58:25.734ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0801 ms (495 iterations)
69352026-03-05T04:58:25.734ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Analyzing
69362026-03-05T04:58:25.734Zprocess/Hairpin-ICMPv6/alloc_sz/EchoRequest
69372026-03-05T04:58:25.734Z time: [2873.0 B 2873.0 B 2873.0 B]
69382026-03-05T04:58:25.734Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69392026-03-05T04:58:25.734Z No change in performance detected.
69402026-03-05T04:58:25.734Z
69412026-03-05T04:58:25.734ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
69422026-03-05T04:58:25.734ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Warming up for 100.00 µs
69432026-03-05T04:58:25.734ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Collecting 10 samples in estimated 1.0837 ms (440 iterations)
69442026-03-05T04:58:25.734ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Analyzing
69452026-03-05T04:58:25.734Zprocess/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
69462026-03-05T04:58:25.734Z time: [2926.0 B 2926.0 B 2926.0 B]
69472026-03-05T04:58:25.734Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69482026-03-05T04:58:25.734Z No change in performance detected.
69492026-03-05T04:58:25.734Z
69502026-03-05T04:58:25.734ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit
69512026-03-05T04:58:25.734ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Warming up for 100.00 µs
69522026-03-05T04:58:25.734ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Collecting 10 samples in estimated 1.1090 ms (495 iterations)
69532026-03-05T04:58:25.734ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Analyzing
69542026-03-05T04:58:25.734Zprocess/Hairpin-ICMPv6/alloc_sz/RouterSolicit
69552026-03-05T04:58:25.734Z time: [2910.0 B 2910.0 B 2910.0 B]
69562026-03-05T04:58:25.734Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69572026-03-05T04:58:25.734Z No change in performance detected.
69582026-03-05T04:58:25.734Z
69592026-03-05T04:58:25.734ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
69602026-03-05T04:58:25.734ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
69612026-03-05T04:58:25.734ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1047 ms (550 iterations)
69622026-03-05T04:58:25.734ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
69632026-03-05T04:58:25.735Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
69642026-03-05T04:58:25.735Z time: [264.00 B 264.00 B 264.00 B]
69652026-03-05T04:58:25.735Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69662026-03-05T04:58:25.735Z No change in performance detected.
69672026-03-05T04:58:25.735Z
69682026-03-05T04:58:25.735ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
69692026-03-05T04:58:25.735ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
69702026-03-05T04:58:25.735ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0809 ms (275 iterations)
69712026-03-05T04:58:25.735ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
69722026-03-05T04:58:25.735Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
69732026-03-05T04:58:25.735Z time: [264.00 B 264.00 B 264.00 B]
69742026-03-05T04:58:25.735Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69752026-03-05T04:58:25.735Z No change in performance detected.
69762026-03-05T04:58:25.735Z
69772026-03-05T04:58:25.735ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B
69782026-03-05T04:58:25.735ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
69792026-03-05T04:58:25.735ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0511 ms (495 iterations)
69802026-03-05T04:58:25.735ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
69812026-03-05T04:58:25.735ZCriterion.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.
69822026-03-05T04:58:25.735Z
69832026-03-05T04:58:25.735ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B
69842026-03-05T04:58:25.735ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
69852026-03-05T04:58:25.735ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0251 ms (275 iterations)
69862026-03-05T04:58:25.735ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
69872026-03-05T04:58:25.735ZCriterion.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.
69882026-03-05T04:58:25.735Z
69892026-03-05T04:58:25.735ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
69902026-03-05T04:58:25.735ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
69912026-03-05T04:58:25.735ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0602 ms (660 iterations)
69922026-03-05T04:58:25.735ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
69932026-03-05T04:58:25.735Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
69942026-03-05T04:58:25.735Z time: [264.00 B 264.00 B 264.00 B]
69952026-03-05T04:58:25.735Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69962026-03-05T04:58:25.735Z No change in performance detected.
69972026-03-05T04:58:25.735Z
69982026-03-05T04:58:25.735ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
69992026-03-05T04:58:25.735ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
70002026-03-05T04:58:25.735ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1120 ms (330 iterations)
70012026-03-05T04:58:25.736ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
70022026-03-05T04:58:25.736Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
70032026-03-05T04:58:25.736Z time: [264.00 B 264.00 B 264.00 B]
70042026-03-05T04:58:25.736Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70052026-03-05T04:58:25.736Z No change in performance detected.
70062026-03-05T04:58:25.736Z
70072026-03-05T04:58:25.736ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B
70082026-03-05T04:58:25.736ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
70092026-03-05T04:58:25.761ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0405 ms (550 iterations)
70102026-03-05T04:58:25.761ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Analyzing
70112026-03-05T04:58:25.761ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B
70122026-03-05T04:58:25.761ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
70132026-03-05T04:58:25.761ZCriterion.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.
70142026-03-05T04:58:25.762Z
70152026-03-05T04:58:25.762ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.1737 ms (330 iterations)
70162026-03-05T04:58:25.762ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
70172026-03-05T04:58:25.762ZCriterion.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.
70182026-03-05T04:58:25.762Z
70192026-03-05T04:58:25.762ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
70202026-03-05T04:58:25.762ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
70212026-03-05T04:58:25.762ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0455 ms (550 iterations)
70222026-03-05T04:58:25.762ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
70232026-03-05T04:58:25.762Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
70242026-03-05T04:58:25.762Z time: [264.00 B 264.00 B 264.00 B]
70252026-03-05T04:58:25.762Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70262026-03-05T04:58:25.762Z No change in performance detected.
70272026-03-05T04:58:25.762Z
70282026-03-05T04:58:25.762ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
70292026-03-05T04:58:25.762ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
70302026-03-05T04:58:25.762ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1824 ms (330 iterations)
70312026-03-05T04:58:25.762ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
70322026-03-05T04:58:25.762Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
70332026-03-05T04:58:25.762Z time: [264.00 B 264.00 B 264.00 B]
70342026-03-05T04:58:25.762Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70352026-03-05T04:58:25.762Z No change in performance detected.
70362026-03-05T04:58:25.762Z
70372026-03-05T04:58:25.762ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B
70382026-03-05T04:58:25.762ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
70392026-03-05T04:58:25.762ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0920 ms (495 iterations)
70402026-03-05T04:58:25.762ZCriterion.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.
70412026-03-05T04:58:25.762ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
70422026-03-05T04:58:25.762Z
70432026-03-05T04:58:25.762ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B
70442026-03-05T04:58:25.762ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
70452026-03-05T04:58:25.762ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0551 ms (275 iterations)
70462026-03-05T04:58:25.762ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
70472026-03-05T04:58:25.762ZCriterion.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.
70482026-03-05T04:58:25.763Z
70492026-03-05T04:58:25.763ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
70502026-03-05T04:58:25.763ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
70512026-03-05T04:58:25.763ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0455 ms (605 iterations)
70522026-03-05T04:58:25.763ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
70532026-03-05T04:58:25.763Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
70542026-03-05T04:58:25.763Z time: [264.00 B 264.00 B 264.00 B]
70552026-03-05T04:58:25.763Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70562026-03-05T04:58:25.763Z No change in performance detected.
70572026-03-05T04:58:25.763Z
70582026-03-05T04:58:25.763ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
70592026-03-05T04:58:25.763ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
70602026-03-05T04:58:25.763ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0060 ms (275 iterations)
70612026-03-05T04:58:25.763ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
70622026-03-05T04:58:25.763Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
70632026-03-05T04:58:25.763Z time: [264.00 B 264.00 B 264.00 B]
70642026-03-05T04:58:25.763Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70652026-03-05T04:58:25.763Z No change in performance detected.
70662026-03-05T04:58:25.763Z
70672026-03-05T04:58:25.763ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B
70682026-03-05T04:58:25.763ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
70692026-03-05T04:58:25.763ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0323 ms (495 iterations)
70702026-03-05T04:58:25.763ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Analyzing
70712026-03-05T04:58:25.763ZCriterion.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.
70722026-03-05T04:58:25.763Z
70732026-03-05T04:58:25.763ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B
70742026-03-05T04:58:25.763ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
70752026-03-05T04:58:25.763ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0271 ms (275 iterations)
70762026-03-05T04:58:25.763ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
70772026-03-05T04:58:25.763ZCriterion.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.
70782026-03-05T04:58:25.763Z
70792026-03-05T04:58:25.763ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
70802026-03-05T04:58:25.763ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
70812026-03-05T04:58:25.763ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1101 ms (220 iterations)
70822026-03-05T04:58:25.763ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
70832026-03-05T04:58:25.763Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
70842026-03-05T04:58:25.763Z time: [7363.0 B 7363.0 B 7363.0 B]
70852026-03-05T04:58:25.763Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70862026-03-05T04:58:25.763Z No change in performance detected.
70872026-03-05T04:58:25.764Z
70882026-03-05T04:58:25.764ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
70892026-03-05T04:58:25.764ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
70902026-03-05T04:58:25.764ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1403 ms (165 iterations)
70912026-03-05T04:58:25.764ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
70922026-03-05T04:58:25.764Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
70932026-03-05T04:58:25.764Z time: [7363.0 B 7363.0 B 7363.0 B]
70942026-03-05T04:58:25.764Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70952026-03-05T04:58:25.764Z No change in performance detected.
70962026-03-05T04:58:25.764Z
70972026-03-05T04:58:25.764ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
70982026-03-05T04:58:25.764ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
70992026-03-05T04:58:25.764ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0613 ms (275 iterations)
71002026-03-05T04:58:25.764ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
71012026-03-05T04:58:25.789Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
71022026-03-05T04:58:25.789Z time: [5872.0 B 5872.0 B 5872.0 B]
71032026-03-05T04:58:25.789Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71042026-03-05T04:58:25.789Z No change in performance detected.
71052026-03-05T04:58:25.789Z
71062026-03-05T04:58:25.789ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
71072026-03-05T04:58:25.790ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
71082026-03-05T04:58:25.790ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1685 ms (220 iterations)
71092026-03-05T04:58:25.790ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
71102026-03-05T04:58:25.790Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
71112026-03-05T04:58:25.790Z time: [5872.0 B 5872.0 B 5872.0 B]
71122026-03-05T04:58:25.790Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71132026-03-05T04:58:25.790Z No change in performance detected.
71142026-03-05T04:58:25.790Z
71152026-03-05T04:58:25.790ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
71162026-03-05T04:58:25.790ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
71172026-03-05T04:58:25.790ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0536 ms (220 iterations)
71182026-03-05T04:58:25.790ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
71192026-03-05T04:58:25.790Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
71202026-03-05T04:58:25.790Z time: [7363.0 B 7363.0 B 7363.0 B]
71212026-03-05T04:58:25.790Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71222026-03-05T04:58:25.790Z No change in performance detected.
71232026-03-05T04:58:25.790Z
71242026-03-05T04:58:25.790ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
71252026-03-05T04:58:25.790ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
71262026-03-05T04:58:25.790ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0069 ms (165 iterations)
71272026-03-05T04:58:25.790ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
71282026-03-05T04:58:25.790Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
71292026-03-05T04:58:25.790Z time: [7363.0 B 7363.0 B 7363.0 B]
71302026-03-05T04:58:25.790Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71312026-03-05T04:58:25.790Z No change in performance detected.
71322026-03-05T04:58:25.790Z
71332026-03-05T04:58:25.790ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
71342026-03-05T04:58:25.790ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
71352026-03-05T04:58:25.790ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0320 ms (275 iterations)
71362026-03-05T04:58:25.790ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Analyzing
71372026-03-05T04:58:25.790Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
71382026-03-05T04:58:25.790Z time: [5872.0 B 5872.0 B 5872.0 B]
71392026-03-05T04:58:25.790Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71402026-03-05T04:58:25.790Z No change in performance detected.
71412026-03-05T04:58:25.790Z
71422026-03-05T04:58:25.790ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
71432026-03-05T04:58:25.790ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
71442026-03-05T04:58:25.790ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.1394 ms (220 iterations)
71452026-03-05T04:58:25.791ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
71462026-03-05T04:58:25.791Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
71472026-03-05T04:58:25.791Z time: [5872.0 B 5872.0 B 5872.0 B]
71482026-03-05T04:58:25.791Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71492026-03-05T04:58:25.791Z No change in performance detected.
71502026-03-05T04:58:25.791Z
71512026-03-05T04:58:25.791ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
71522026-03-05T04:58:25.791ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
71532026-03-05T04:58:25.791ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.2480 ms (220 iterations)
71542026-03-05T04:58:25.791ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
71552026-03-05T04:58:25.791Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
71562026-03-05T04:58:25.791Z time: [7363.0 B 7363.0 B 7363.0 B]
71572026-03-05T04:58:25.791Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71582026-03-05T04:58:25.791Z No change in performance detected.
71592026-03-05T04:58:25.791Z
71602026-03-05T04:58:25.791ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
71612026-03-05T04:58:25.791ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
71622026-03-05T04:58:25.791ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.2261 ms (165 iterations)
71632026-03-05T04:58:25.791ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
71642026-03-05T04:58:25.791Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
71652026-03-05T04:58:25.791Z time: [7363.0 B 7363.0 B 7363.0 B]
71662026-03-05T04:58:25.791Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71672026-03-05T04:58:25.791Z No change in performance detected.
71682026-03-05T04:58:25.791Z
71692026-03-05T04:58:25.791ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
71702026-03-05T04:58:25.791ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
71712026-03-05T04:58:25.791ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.1656 ms (275 iterations)
71722026-03-05T04:58:25.791ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
71732026-03-05T04:58:25.816Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
71742026-03-05T04:58:25.817Z time: [5872.0 B 5872.0 B 5872.0 B]
71752026-03-05T04:58:25.817Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71762026-03-05T04:58:25.817Z No change in performance detected.
71772026-03-05T04:58:25.817Z
71782026-03-05T04:58:25.817ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
71792026-03-05T04:58:25.817ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
71802026-03-05T04:58:25.817ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.2587 ms (220 iterations)
71812026-03-05T04:58:25.817ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
71822026-03-05T04:58:25.817Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
71832026-03-05T04:58:25.817Z time: [5872.0 B 5872.0 B 5872.0 B]
71842026-03-05T04:58:25.817Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71852026-03-05T04:58:25.817Z No change in performance detected.
71862026-03-05T04:58:25.817ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
71872026-03-05T04:58:25.817ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
71882026-03-05T04:58:25.817Z
71892026-03-05T04:58:25.817ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1673 ms (220 iterations)
71902026-03-05T04:58:25.817ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
71912026-03-05T04:58:25.817Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
71922026-03-05T04:58:25.817Z time: [7363.0 B 7363.0 B 7363.0 B]
71932026-03-05T04:58:25.817Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71942026-03-05T04:58:25.817Z No change in performance detected.
71952026-03-05T04:58:25.817Z
71962026-03-05T04:58:25.817ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
71972026-03-05T04:58:25.817ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
71982026-03-05T04:58:25.817ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1979 ms (165 iterations)
71992026-03-05T04:58:25.817ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
72002026-03-05T04:58:25.817Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
72012026-03-05T04:58:25.817Z time: [7363.0 B 7363.0 B 7363.0 B]
72022026-03-05T04:58:25.817Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72032026-03-05T04:58:25.817Z No change in performance detected.
72042026-03-05T04:58:25.817Z
72052026-03-05T04:58:25.817ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
72062026-03-05T04:58:25.817ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
72072026-03-05T04:58:25.817ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1229 ms (220 iterations)
72082026-03-05T04:58:25.817ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Analyzing
72092026-03-05T04:58:25.817Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
72102026-03-05T04:58:25.817Z time: [5872.0 B 5872.0 B 5872.0 B]
72112026-03-05T04:58:25.817Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72122026-03-05T04:58:25.818Z No change in performance detected.
72132026-03-05T04:58:25.818Z
72142026-03-05T04:58:25.818ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
72152026-03-05T04:58:25.818ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
72162026-03-05T04:58:25.818ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1285 ms (165 iterations)
72172026-03-05T04:58:25.818ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
72182026-03-05T04:58:25.818Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
72192026-03-05T04:58:25.818Z time: [5872.0 B 5872.0 B 5872.0 B]
72202026-03-05T04:58:25.818Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72212026-03-05T04:58:25.818Z No change in performance detected.
72222026-03-05T04:58:25.818Z
72232026-03-05T04:58:25.869Z+ cp -r target/criterion /work/bench-results
72242026-03-05T04:58:26.083Z+ cp -r target/xde-bench /work/bench-results
72252026-03-05T04:58:26.189Z+ pushd /work
72262026-03-05T04:58:26.190Z/work /work/oxidecomputer/opte
72272026-03-05T04:58:26.190Z+ tar -caf bench-results.tgz bench-results
72282026-03-05T04:58:27.706Z+ popd
72292026-03-05T04:58:27.706Z/work/oxidecomputer/opte
72302026-03-05T04:58:27.706Z+ cleanup
72312026-03-05T04:58:27.731Z++ id -un
72322026-03-05T04:58:27.731Z++ id -gn
72332026-03-05T04:58:27.731Z+ pfexec chown -R build:build .
72342026-03-05T04:58:27.835Z+ [[ -z 01KJY37T5JZBN5CAQPBQ6NX8FW ]]
72352026-03-05T04:58:27.860Zprocess exited: duration 2000230 ms, exit code 0
 
72362026-03-05T04:58:27.941Zfound 1 output files
72372026-03-05T04:58:27.941Zuploading: /work/bench-results.tgz (6245354 bytes)
72382026-03-05T04:58:29.913Zuploaded: /work/bench-results.tgz