01KMEY72SMXKAGE0EH44G07KPZ: 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: 01KMEY80Q1WMNTVZGN01D6RZJG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T03:37:20.326Zjob dependencies complete; ready to run (waiting for 7 m 44 s)
22026-03-24T03:38:50.750Zjob assigned to worker 01KMEYPECERZ2DNBFFCMN23E0M [factory aws, i-0304380599239bd5d] (queued for 1 m 30 s)
32026-03-24T03:38:58.596Zdownloading input: /input/xde/work/debug/xde.dbg
42026-03-24T03:38:59.546Zdownloaded input: /input/xde/work/debug/xde.dbg
52026-03-24T03:38:59.550Zdownloading input: /input/xde/work/debug/xde.dbg.sha256
62026-03-24T03:38:59.574Zdownloaded input: /input/xde/work/debug/xde.dbg.sha256
72026-03-24T03:38:59.574Zdownloading input: /input/xde/work/debug/xde_link.dbg.so
82026-03-24T03:38:59.693Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so
92026-03-24T03:38:59.696Zdownloading input: /input/xde/work/debug/xde_link.dbg.so.sha256
102026-03-24T03:38:59.719Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256
112026-03-24T03:38:59.722Zdownloading input: /input/xde/work/release/xde
122026-03-24T03:39:00.375Zdownloaded input: /input/xde/work/release/xde
132026-03-24T03:39:00.375Zdownloading input: /input/xde/work/release/xde.sha256
142026-03-24T03:39:00.403Zdownloaded input: /input/xde/work/release/xde.sha256
152026-03-24T03:39:00.403Zdownloading input: /input/xde/work/release/xde_link.so
162026-03-24T03:39:00.435Zdownloaded input: /input/xde/work/release/xde_link.so
172026-03-24T03:39:00.435Zdownloading input: /input/xde/work/release/xde_link.so.sha256
182026-03-24T03:39:00.477Zdownloaded input: /input/xde/work/release/xde_link.so.sha256
192026-03-24T03:39:00.480Zdownloading input: /input/xde/work/test/loopback
202026-03-24T03:39:01.232Zdownloaded input: /input/xde/work/test/loopback
212026-03-24T03:39:01.236Zdownloading input: /input/xde/work/test/multicast_rx
222026-03-24T03:39:01.801Zdownloaded input: /input/xde/work/test/multicast_rx
232026-03-24T03:39:01.806Zdownloading input: /input/xde/work/test/multicast_multi_sub
242026-03-24T03:39:02.503Zdownloaded input: /input/xde/work/test/multicast_multi_sub
252026-03-24T03:39:02.506Zdownloading input: /input/xde/work/test/multicast_validation
262026-03-24T03:39:03.083Zdownloaded input: /input/xde/work/test/multicast_validation
272026-03-24T03:39:03.086Zdownloading input: /input/xde/work/xde.conf
282026-03-24T03:39:03.112Zdownloaded input: /input/xde/work/xde.conf
 
292026-03-24T03:39:03.112Zstarting task 0: "setup"
302026-03-24T03:39:03.125Z++ uname -s
312026-03-24T03:39:03.128Z+ kern=SunOS
322026-03-24T03:39:03.128Z+ build_user=build
332026-03-24T03:39:03.128Z+ build_uid=12345
342026-03-24T03:39:03.128Z+ work_dir=/work
352026-03-24T03:39:03.128Z+ input_dir=/input
362026-03-24T03:39:03.128Z+ [[ 0 == 12345 ]]
372026-03-24T03:39:03.129Z+ case "$kern" in
382026-03-24T03:39:03.129Z+ groupadd -g 12345 build
392026-03-24T03:39:03.132Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
402026-03-24T03:39:05.140Z+ zfs create -o mountpoint=/work rpool/work
412026-03-24T03:39:05.285Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
422026-03-24T03:39:05.288Z+ home_fs=zfs
432026-03-24T03:39:05.288Z+ [[ zfs == autofs ]]
442026-03-24T03:39:05.288Z+ mkdir -p /home/build
452026-03-24T03:39:05.291Z+ chown build:build /home/build /work
462026-03-24T03:39:07.291Z+ chmod 0700 /home/build /work
472026-03-24T03:39:07.294Zprocess exited: duration 4180 ms, exit code 0
 
482026-03-24T03:39:07.300Zstarting task 1: "rust-toolchain"
492026-03-24T03:39:07.305Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
502026-03-24T03:39:07.305Z * rust toolchain channel = "1.93.1"
512026-03-24T03:39:07.305Z+ printf ' * rust toolchain profile = "%s"\n' default
522026-03-24T03:39:07.305Z * rust toolchain profile = "default"
532026-03-24T03:39:07.305Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
542026-03-24T03:39:07.305Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
552026-03-24T03:39:07.308Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
562026-03-24T03:39:07.308Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
572026-03-24T03:39:07.468Zinfo: downloading installer
582026-03-24T03:39:08.854Zwarn: It looks like you have an existing installation of Rust at:
592026-03-24T03:39:08.854Zwarn: /opt/ooce/bin
602026-03-24T03:39:08.854Zwarn: It is recommended that rustup be the primary Rust installation.
612026-03-24T03:39:08.854Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
622026-03-24T03:39:08.854Zwarn: If you are sure that you want both rustup and your already installed Rust
632026-03-24T03:39:08.854Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
642026-03-24T03:39:08.854Zwarn: or pass `-y' to ignore all ignorable checks.
652026-03-24T03:39:08.854Zerror: cannot install while Rust is installed
662026-03-24T03:39:08.854Zwarn: continuing (because the -y flag is set and the error is ignorable)
672026-03-24T03:39:08.854Zwarn: It looks like you have an existing rustup settings file at:
682026-03-24T03:39:08.854Zwarn: /home/build/.rustup/settings.toml
692026-03-24T03:39:08.854Zwarn: Rustup will install the default toolchain as specified in the settings file,
702026-03-24T03:39:08.854Zwarn: instead of the one inferred from the default host triple.
712026-03-24T03:39:08.869Zinfo: profile set to default
722026-03-24T03:39:08.869Zinfo: default host triple is x86_64-unknown-illumos
732026-03-24T03:39:08.872Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
742026-03-24T03:39:09.123Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
752026-03-24T03:39:09.126Zinfo: downloading 6 components
762026-03-24T03:39:25.429Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
772026-03-24T03:39:25.429Z
782026-03-24T03:39:25.464Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-24T03:39:25.464Z
802026-03-24T03:39:25.467Z
812026-03-24T03:39:25.467ZRust is installed now. Great!
822026-03-24T03:39:25.467Z
832026-03-24T03:39:25.467ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
842026-03-24T03:39:25.467Zenvironment variable. This has not been done automatically.
852026-03-24T03:39:25.467Z
862026-03-24T03:39:25.468ZTo configure your current shell, you need to source
872026-03-24T03:39:25.468Zthe corresponding env file under $HOME/.cargo.
882026-03-24T03:39:25.468Z
892026-03-24T03:39:25.468ZThis is usually done by running one of the following (note the leading DOT):
902026-03-24T03:39:25.468Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
912026-03-24T03:39:25.468Zsource "$HOME/.cargo/env.fish" # For fish
922026-03-24T03:39:25.468Zsource "~/.cargo/env.nu" # For nushell
932026-03-24T03:39:25.468Zsource "$HOME/.cargo/env.tcsh" # For tcsh
942026-03-24T03:39:25.468Z. "$HOME/.cargo/env.ps1" # For pwsh
952026-03-24T03:39:25.468Zsource "$HOME/.cargo/env.xsh" # For xonsh
962026-03-24T03:39:25.468Zwarn: no default linker (`cc`) was found in your PATH
972026-03-24T03:39:25.468Zwarn: many Rust crates require a system C toolchain to build
982026-03-24T03:39:25.561Z+ rustup --version
992026-03-24T03:39:25.572Zrustup 1.29.0 (28d1352db 2026-03-05)
1002026-03-24T03:39:25.574Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
1012026-03-24T03:39:25.597Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
1022026-03-24T03:39:25.600Z+ cargo --version
1032026-03-24T03:39:25.617Zcargo 1.93.1 (083ac5135 2025-12-15)
1042026-03-24T03:39:25.620Z+ rustc --version
1052026-03-24T03:39:25.643Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1062026-03-24T03:39:25.647Zprocess exited: duration 18345 ms, exit code 0
 
1072026-03-24T03:39:25.652Zstarting task 2: "authentication"
1082026-03-24T03:39:25.672Zprocess exited: duration 19 ms, exit code 0
 
1092026-03-24T03:39:25.677Zstarting task 3: "clone repository"
1102026-03-24T03:39:25.681Z+ mkdir -p /work/oxidecomputer/opte
1112026-03-24T03:39:25.685Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
1122026-03-24T03:39:25.781ZCloning into '/work/oxidecomputer/opte'...
1132026-03-24T03:39:26.616Z+ cd /work/oxidecomputer/opte
1142026-03-24T03:39:26.619Z+ git fetch origin 9b29b03e5f513abaa63371c2c7e3dd12afdc966d
1152026-03-24T03:39:26.858ZFrom https://github.com/oxidecomputer/opte
1162026-03-24T03:39:26.858Z * branch 9b29b03e5f513abaa63371c2c7e3dd12afdc966d -> FETCH_HEAD
1172026-03-24T03:39:26.866Z+ [[ -n renovate/toml-1.x-lockfile ]]
1182026-03-24T03:39:26.872Z++ git branch --show-current
1192026-03-24T03:39:26.872Z+ current=master
1202026-03-24T03:39:26.872Z+ [[ master != renovate/toml-1.x-lockfile ]]
1212026-03-24T03:39:26.872Z+ git branch -f renovate/toml-1.x-lockfile 9b29b03e5f513abaa63371c2c7e3dd12afdc966d
1222026-03-24T03:39:26.875Z+ git checkout -f renovate/toml-1.x-lockfile
1232026-03-24T03:39:26.895ZSwitched to branch 'renovate/toml-1.x-lockfile'
1242026-03-24T03:39:26.898Z+ git reset --hard 9b29b03e5f513abaa63371c2c7e3dd12afdc966d
1252026-03-24T03:39:26.901ZHEAD is now at 9b29b03 Update Rust crate toml to v1.1.0
1262026-03-24T03:39:26.904Zprocess exited: duration 1223 ms, exit code 0
 
1272026-03-24T03:39:26.914Zstarting task 4: "build"
1282026-03-24T03:39:26.918Z+ source .github/buildomat/common.sh
1292026-03-24T03:39:26.918Z++ rustup show active-toolchain
1302026-03-24T03:39:26.922Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1312026-03-24T03:39:26.925Z++ pushd xde
1322026-03-24T03:39:26.925Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1332026-03-24T03:39:26.925Z++ rustup show active-toolchain
1342026-03-24T03:39:26.929Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1352026-03-24T03:39:27.313Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1362026-03-24T03:39:27.316Zinfo: downloading 6 components
1372026-03-24T03:39:43.158Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1382026-03-24T03:39:43.273Z+++ rustup show active-toolchain -v
1392026-03-24T03:39:43.276Z+++ head -n 1
1402026-03-24T03:39:43.276Z+++ cut '-d ' -f1
1412026-03-24T03:39:43.345Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1422026-03-24T03:39:43.345Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1432026-03-24T03:39:43.345Z++ popd
1442026-03-24T03:39:43.347Z/work/oxidecomputer/opte
1452026-03-24T03:39:43.348Z+ pfexec pkg install brand/omicron1 brand/omicron1/tools opte iperf demangle flamegraph
1462026-03-24T03:39:53.349Z Startup: Refreshing catalog 'helios-dev' ... Done
1472026-03-24T03:40:03.319Z Startup: Caching catalogs ... Done
1482026-03-24T03:40:26.303ZPlanning: Solver setup ... Done
1492026-03-24T03:40:26.489ZPlanning: Running solver ... Done
1502026-03-24T03:40:26.686ZPlanning: Finding local manifests ... Done
1512026-03-24T03:40:26.699ZPlanning: Fetching manifests: 0/6 0% complete
1522026-03-24T03:40:26.725ZPlanning: Fetching manifests: 6/6 100% complete
1532026-03-24T03:40:26.741ZPlanning: Package planning ... Done
1542026-03-24T03:40:26.744ZPlanning: Merging actions ... Done
1552026-03-24T03:40:27.102ZPlanning: Checking for conflicting actions ... Done
1562026-03-24T03:40:27.105ZPlanning: Consolidating action changes ... Done
1572026-03-24T03:40:27.845ZPlanning: Evaluating mediators ... Done
1582026-03-24T03:40:27.848ZPlanning: Planning completed in 24.38 seconds
1592026-03-24T03:40:28.013Z Packages to install: 6
1602026-03-24T03:40:28.013Z Services to change: 2
1612026-03-24T03:40:28.013Z Create boot environment: No
1622026-03-24T03:40:28.013ZCreate backup boot environment: No
1632026-03-24T03:40:28.054Z
1642026-03-24T03:40:28.054ZDownload: 0/22 items 0.0/14.7MB 0% complete
1652026-03-24T03:40:28.197ZDownload: Completed 14.66 MB in 0.14 seconds (102M/s)
1662026-03-24T03:40:28.311Z Actions: 1/110 actions (Installing new actions)
1672026-03-24T03:40:28.786Z Actions: Completed 110 actions in 0.47 seconds.
1682026-03-24T03:40:29.527Z Done
1692026-03-24T03:40:29.527Z Done
1702026-03-24T03:40:30.433Z Done
1712026-03-24T03:40:34.719Z Done
1722026-03-24T03:40:34.800Z Done
1732026-03-24T03:40:34.803Z Done
1742026-03-24T03:40:40.823Z Done
1752026-03-24T03:40:41.540Z+ [[ -z 01KMEY80Q1WMNTVZGN01D6RZJG ]]
1762026-03-24T03:40:41.540Z+ pfexec /usr/lib/brand/omicron1/baseline -w /var/run/brand/omicron1/baseline
1772026-03-24T03:40:42.757Zincorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23457:20250626T230506Z
1782026-03-24T03:40:42.757Zentire = pkg://helios-dev/entire@2-2.0:20230621T192557Z
1792026-03-24T03:40:42.757Zinstall = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
1802026-03-24T03:40:42.757Zinstall = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
1812026-03-24T03:40:42.757Ztempdir @ "/tmp/.tmp86k5k3/tmp"
1822026-03-24T03:40:42.757Zimage root @ "/tmp/.tmp86k5k3/tmp/root"
1832026-03-24T03:40:42.757Zcreating image...
1842026-03-24T03:40:43.107Zcopying publishers...
1852026-03-24T03:41:01.045Zadding properties...
1862026-03-24T03:41:01.898Zinstalling packages...
1872026-03-24T03:42:43.022Zseeding SMF database...
1882026-03-24T03:42:49.139Zconfiguring SMF profile...
1892026-03-24T03:42:49.142Zmodifying shadow(5)...
1902026-03-24T03:42:49.142Zloading user and group database...
1912026-03-24T03:42:49.142Zloading facet selections...
1922026-03-24T03:42:49.501Z devel -> true
1932026-03-24T03:42:49.501Z doc.man -> true
1942026-03-24T03:42:49.501Z entire.service/hal -> true
1952026-03-24T03:42:49.501Z entire.service/network/smtp/dma -> true
1962026-03-24T03:42:49.501Z locale.ar -> true
1972026-03-24T03:42:49.501Z locale.ca -> true
1982026-03-24T03:42:49.501Z locale.cs -> true
1992026-03-24T03:42:49.501Z locale.de -> true
2002026-03-24T03:42:49.501Z locale.es -> true
2012026-03-24T03:42:49.501Z locale.fr -> true
2022026-03-24T03:42:49.501Z locale.he -> true
2032026-03-24T03:42:49.501Z locale.hu -> true
2042026-03-24T03:42:49.501Z locale.id -> true
2052026-03-24T03:42:49.501Z locale.it -> true
2062026-03-24T03:42:49.501Z locale.ja -> true
2072026-03-24T03:42:49.501Z locale.ko -> true
2082026-03-24T03:42:49.501Z locale.nl -> true
2092026-03-24T03:42:49.501Z locale.pl -> true
2102026-03-24T03:42:49.501Z locale.pt_BR -> true
2112026-03-24T03:42:49.501Z locale.ru -> true
2122026-03-24T03:42:49.501Z locale.sk -> true
2132026-03-24T03:42:49.501Z locale.sv -> true
2142026-03-24T03:42:49.501Z locale.zh_CN -> true
2152026-03-24T03:42:49.501Z locale.zh_HK -> true
2162026-03-24T03:42:49.501Z locale.zh_TW -> true
2172026-03-24T03:42:49.501Z onu.ooceonly -> true
2182026-03-24T03:42:49.501Z version-lock.shell/ksh93 -> true
2192026-03-24T03:42:49.501Z version-lock.system/data/hardware-registry -> true
2202026-03-24T03:42:49.501Z version-lock.system/data/zoneinfo -> true
2212026-03-24T03:42:49.502Z version-lock.system/microcode/amd -> true
2222026-03-24T03:42:49.502Z version-lock.system/microcode/intel -> true
2232026-03-24T03:42:49.502Z version-lock.system/microcode/oxide -> true
2242026-03-24T03:42:49.502Zassessing packaged files...
2252026-03-24T03:42:51.585Zcreating archive...
2262026-03-24T03:42:51.620Zmissing from packaging:
2272026-03-24T03:42:51.622Z "etc/.pwd.lock"
2282026-03-24T03:42:51.625Z "etc/svc/profile/generic.xml"
2292026-03-24T03:42:51.625Z "etc/svc/profile/inetd_services.xml"
2302026-03-24T03:42:51.625Z "etc/svc/profile/name_service.xml"
2312026-03-24T03:42:51.625Z "etc/svc/profile/platform.xml"
2322026-03-24T03:42:51.627Z "etc/svc/profile/platform_omicron1.xml"
2332026-03-24T03:42:51.627Z "etc/svc/repository.db"
2342026-03-24T03:42:51.630Z
2352026-03-24T03:42:51.636Z
2362026-03-24T03:42:51.636Zfinishing archive...
2372026-03-24T03:42:52.586Zcreating gzonly manifest...
2382026-03-24T03:42:52.589Zok
2392026-03-24T03:42:52.698Z+ trap cleanup EXIT
2402026-03-24T03:42:52.701Z+ OUT_DIR=/work/bench-results
2412026-03-24T03:42:52.701Z+ mkdir -p /work/bench-results
2422026-03-24T03:42:52.701Z+ mkdir -p target/criterion
2432026-03-24T03:42:52.704Z+ mkdir -p target/xde-bench
2442026-03-24T03:42:52.704Z+ banner collect
2452026-03-24T03:42:52.706Z
2462026-03-24T03:42:52.706Z #### #### # # ###### #### #####
2472026-03-24T03:42:52.706Z # # # # # # # # # #
2482026-03-24T03:42:52.706Z # # # # # ##### # #
2492026-03-24T03:42:52.706Z # # # # # # # #
2502026-03-24T03:42:52.706Z # # # # # # # # # #
2512026-03-24T03:42:52.706Z #### #### ###### ###### ###### #### #
2522026-03-24T03:42:52.706Z
2532026-03-24T03:42:52.706Z++ cat .git/refs/heads/master
2542026-03-24T03:42:52.711Z+ BASELINE_COMMIT=914525021e1dae3fd569c5908e1e2b91b99fe0f6
2552026-03-24T03:42:52.711Z+ [[ renovate/toml-1.x-lockfile == \m\a\s\t\e\r ]]
2562026-03-24T03:42:52.711Z+ get_artifact opte benchmark 914525021e1dae3fd569c5908e1e2b91b99fe0f6 bench-results.tgz
2572026-03-24T03:42:52.711Z+ local curl_res
2582026-03-24T03:42:52.711Z+ repo=opte
2592026-03-24T03:42:52.712Z+ series=benchmark
2602026-03-24T03:42:52.712Z+ commit=914525021e1dae3fd569c5908e1e2b91b99fe0f6
2612026-03-24T03:42:52.712Z+ name=bench-results.tgz
2622026-03-24T03:42:52.712Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2632026-03-24T03:42:52.712Z+ mkdir -p download
2642026-03-24T03:42:52.712Z+ pushd download
2652026-03-24T03:42:52.712Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
2662026-03-24T03:42:52.712Z+ [[ ! -f bench-results.tgz ]]
2672026-03-24T03:42:52.712Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/benchmark/914525021e1dae3fd569c5908e1e2b91b99fe0f6/bench-results.tgz
2682026-03-24T03:42:52.717Z % Total % Received % Xferd Average Speed Time Time Time Current
2692026-03-24T03:42:52.720Z Dload Upload Total Spent Left Speed
2702026-03-24T03:42:53.174Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 4635k 0 7997 0 0 28746 0 0:02:45 --:--:-- 0:02:45 28766 100 4635k 100 4635k 0 0 9.9M 0 --:--:-- --:--:-- --:--:-- 9.9M
2712026-03-24T03:42:53.178Z+ curl_res=0
2722026-03-24T03:42:53.181Z+ popd
2732026-03-24T03:42:53.181Z/work/oxidecomputer/opte
2742026-03-24T03:42:53.181Z+ return 0
2752026-03-24T03:42:53.181Z+ tar -xf download/bench-results.tgz -C target
2762026-03-24T03:42:53.471Z+ mv target/bench-results/criterion target/bench-results/xde-bench target/
2772026-03-24T03:42:53.474Z+ rm -r target/bench-results
2782026-03-24T03:42:53.477Z+ [[ '' -eq 1 ]]
2792026-03-24T03:42:53.477Z+ uname -a
2802026-03-24T03:42:53.477ZSunOS w-01KMEYPECERZ2DNBFFCMN23E0M 5.11 helios-2.0.23457 i86pc i386 i86pc
2812026-03-24T03:42:53.477Z+ cat /etc/versions/build
2822026-03-24T03:42:53.480Zheads/stlouis-0-g882bec99c4
2832026-03-24T03:42:53.480Z+ dladm
2842026-03-24T03:42:53.482ZLINK CLASS MTU STATE BRIDGE OVER
2852026-03-24T03:42:53.482Zena0 phys 9216 up -- --
2862026-03-24T03:42:53.482Z+ ipadm
2872026-03-24T03:42:53.485ZADDROBJ TYPE STATE ADDR
2882026-03-24T03:42:53.485Zlo0/v4 static ok 127.0.0.1/8
2892026-03-24T03:42:53.485Zena0/dhcp dhcp ok 10.150.1.250/24
2902026-03-24T03:42:53.485Zlo0/v6 static ok ::1/128
2912026-03-24T03:42:53.485Z+ pfexec rem_drv xde
2922026-03-24T03:42:53.494Z+ set -o errexit
2932026-03-24T03:42:53.494Z+ set -o pipefail
2942026-03-24T03:42:53.497Z+ banner prepare
2952026-03-24T03:42:53.497Z
2962026-03-24T03:42:53.497Z ##### ##### ###### ##### ## ##### ######
2972026-03-24T03:42:53.497Z # # # # # # # # # # # #
2982026-03-24T03:42:53.497Z # # # # ##### # # # # # # #####
2992026-03-24T03:42:53.497Z ##### ##### # ##### ###### ##### #
3002026-03-24T03:42:53.497Z # # # # # # # # # #
3012026-03-24T03:42:53.497Z # # # ###### # # # # # ######
3022026-03-24T03:42:53.497Z
3032026-03-24T03:42:53.498Z+ pfexec cp /input/xde/work/xde.conf /kernel/drv/
3042026-03-24T03:42:53.500Z+ pfexec cp /input/xde/work/release/xde /kernel/drv/amd64
3052026-03-24T03:42:53.579Z+ pfexec add_drv xde
3062026-03-24T03:42:54.188Z+ banner bench
3072026-03-24T03:42:54.191Z
3082026-03-24T03:42:54.191Z ##### ###### # # #### # #
3092026-03-24T03:42:54.191Z # # # ## # # # # #
3102026-03-24T03:42:54.191Z ##### ##### # # # # ######
3112026-03-24T03:42:54.191Z # # # # # # # # #
3122026-03-24T03:42:54.191Z # # # # ## # # # #
3132026-03-24T03:42:54.191Z ##### ###### # # #### # #
3142026-03-24T03:42:54.191Z
3152026-03-24T03:42:54.192Z+ cargo kbench local
3162026-03-24T03:42:54.327Z Updating crates.io index
3172026-03-24T03:42:54.331Z Updating git repository `https://github.com/oxidecomputer/falcon`
3182026-03-24T03:42:55.075Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3192026-03-24T03:42:55.614Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3202026-03-24T03:42:56.012Z Updating git repository `https://github.com/oxidecomputer/zone`
3212026-03-24T03:42:56.287Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3222026-03-24T03:42:56.719Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3232026-03-24T03:42:56.987Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3242026-03-24T03:42:58.982Z Downloading crates ...
3252026-03-24T03:42:59.064Z Downloaded anstyle v1.0.13
3262026-03-24T03:42:59.070Z Downloaded foreign-types-macros v0.2.3
3272026-03-24T03:42:59.073Z Downloaded aho-corasick v1.1.4
3282026-03-24T03:42:59.076Z Downloaded utf8parse v0.2.2
3292026-03-24T03:42:59.079Z Downloaded managed v0.8.0
3302026-03-24T03:42:59.079Z Downloaded futures-sink v0.3.32
3312026-03-24T03:42:59.079Z Downloaded bitflags v1.3.2
3322026-03-24T03:42:59.082Z Downloaded rand_core v0.9.5
3332026-03-24T03:42:59.084Z Downloaded futures-core v0.3.32
3342026-03-24T03:42:59.084Z Downloaded serde_derive v1.0.228
3352026-03-24T03:42:59.088Z Downloaded clap v4.5.60
3362026-03-24T03:42:59.092Z Downloaded cstr-argument v0.1.2
3372026-03-24T03:42:59.095Z Downloaded foreign-types-shared v0.3.1
3382026-03-24T03:42:59.095Z Downloaded darling_macro v0.21.3
3392026-03-24T03:42:59.095Z Downloaded half v2.7.1
3402026-03-24T03:42:59.098Z Downloaded futures-io v0.3.32
3412026-03-24T03:42:59.098Z Downloaded equivalent v1.0.2
3422026-03-24T03:42:59.136Z Downloaded cpufeatures v0.3.0
3432026-03-24T03:42:59.136Z Downloaded embedded-io v0.4.0
3442026-03-24T03:42:59.136Z Downloaded dyn-clone v1.0.20
3452026-03-24T03:42:59.136Z Downloaded fnv v1.0.7
3462026-03-24T03:42:59.136Z Downloaded dtor v0.1.1
3472026-03-24T03:42:59.136Z Downloaded is-terminal v0.4.17
3482026-03-24T03:42:59.136Z Downloaded futures-task v0.3.32
3492026-03-24T03:42:59.137Z Downloaded anstyle-parse v0.2.7
3502026-03-24T03:42:59.137Z Downloaded dtor-proc-macro v0.0.6
3512026-03-24T03:42:59.137Z Downloaded colorchoice v1.0.4
3522026-03-24T03:42:59.137Z Downloaded heck v0.4.1
3532026-03-24T03:42:59.137Z Downloaded foreign-types v0.5.0
3542026-03-24T03:42:59.137Z Downloaded cfg_aliases v0.2.1
3552026-03-24T03:42:59.137Z Downloaded futures-macro v0.3.32
3562026-03-24T03:42:59.137Z Downloaded rustix v1.1.4
3572026-03-24T03:42:59.143Z Downloaded itoa v1.0.17
3582026-03-24T03:42:59.143Z Downloaded cfg-if v1.0.4
3592026-03-24T03:42:59.143Z Downloaded anstyle-query v1.1.5
3602026-03-24T03:42:59.143Z Downloaded ident_case v1.0.1
3612026-03-24T03:42:59.143Z Downloaded find-msvc-tools v0.1.9
3622026-03-24T03:42:59.152Z Downloaded errno v0.3.14
3632026-03-24T03:42:59.152Z Downloaded erased-serde v0.3.31
3642026-03-24T03:42:59.152Z Downloaded time v0.3.47
3652026-03-24T03:42:59.154Z Downloaded take_mut v0.2.2
3662026-03-24T03:42:59.157Z Downloaded smoltcp v0.11.0
3672026-03-24T03:42:59.164Z Downloaded tracing-attributes v0.1.31
3682026-03-24T03:42:59.167Z Downloaded terminal_size v0.4.3
3692026-03-24T03:42:59.170Z Downloaded same-file v1.0.6
3702026-03-24T03:42:59.170Z Downloaded stable_deref_trait v1.2.1
3712026-03-24T03:42:59.170Z Downloaded num-conv v0.2.0
3722026-03-24T03:42:59.173Z Downloaded ctor-proc-macro v0.0.7
3732026-03-24T03:42:59.173Z Downloaded proc-macro-error-attr2 v2.0.0
3742026-03-24T03:42:59.173Z Downloaded macaddr v1.0.1
3752026-03-24T03:42:59.176Z Downloaded ref-cast v1.0.25
3762026-03-24T03:42:59.176Z Downloaded proc-macro-error-attr v1.0.4
3772026-03-24T03:42:59.176Z Downloaded lazy_static v1.5.0
3782026-03-24T03:42:59.179Z Downloaded circular v0.3.0
3792026-03-24T03:42:59.179Z Downloaded cast v0.3.0
3802026-03-24T03:42:59.179Z Downloaded defmt-parser v1.0.0
3812026-03-24T03:42:59.182Z Downloaded cobs v0.3.0
3822026-03-24T03:42:59.182Z Downloaded autocfg v1.5.0
3832026-03-24T03:42:59.185Z Downloaded postcard v1.1.3
3842026-03-24T03:42:59.185Z Downloaded socket2 v0.6.3
3852026-03-24T03:42:59.188Z Downloaded chacha20 v0.10.0
3862026-03-24T03:42:59.188Z Downloaded deranged v0.5.8
3872026-03-24T03:42:59.191Z Downloaded walkdir v2.5.0
3882026-03-24T03:42:59.193Z Downloaded rand_chacha v0.9.0
3892026-03-24T03:42:59.193Z Downloaded is_terminal_polyfill v1.70.2
3902026-03-24T03:42:59.193Z Downloaded futures-executor v0.3.32
3912026-03-24T03:42:59.197Z Downloaded criterion-plot v0.8.2
3922026-03-24T03:42:59.197Z Downloaded anstream v0.6.21
3932026-03-24T03:42:59.200Z Downloaded ipnetwork v0.21.1
3942026-03-24T03:42:59.200Z Downloaded hash32 v0.3.1
3952026-03-24T03:42:59.202Z Downloaded proc-macro2 v1.0.106
3962026-03-24T03:42:59.202Z Downloaded shlex v1.3.0
3972026-03-24T03:42:59.205Z Downloaded serde_core v1.0.228
3982026-03-24T03:42:59.208Z Downloaded tinytemplate v1.2.1
3992026-03-24T03:42:59.208Z Downloaded thread_local v1.1.9
4002026-03-24T03:42:59.208Z Downloaded slog-stdlog v4.1.1
4012026-03-24T03:42:59.211Z Downloaded cc v1.2.56
4022026-03-24T03:42:59.214Z Downloaded defmt v1.0.1
4032026-03-24T03:42:59.217Z Downloaded strsim v0.11.1
4042026-03-24T03:42:59.217Z Downloaded iana-time-zone v0.1.65
4052026-03-24T03:42:59.220Z Downloaded clap_derive v4.5.55
4062026-03-24T03:42:59.220Z Downloaded anyhow v1.0.102
4072026-03-24T03:42:59.223Z Downloaded zerocopy-derive v0.8.42
4082026-03-24T03:42:59.229Z Downloaded serde v1.0.228
4092026-03-24T03:42:59.232Z Downloaded futures-channel v0.3.32
4102026-03-24T03:42:59.235Z Downloaded darling v0.21.3
4112026-03-24T03:42:59.238Z Downloaded getrandom v0.3.4
4122026-03-24T03:42:59.241Z Downloaded futures v0.3.32
4132026-03-24T03:42:59.245Z Downloaded oxnet v0.1.4
4142026-03-24T03:42:59.247Z Downloaded log v0.4.29
4152026-03-24T03:42:59.250Z Downloaded crc32fast v1.5.0
4162026-03-24T03:42:59.250Z Downloaded crossbeam-utils v0.8.21
4172026-03-24T03:42:59.253Z Downloaded crossbeam-epoch v0.9.18
4182026-03-24T03:42:59.256Z Downloaded colored v3.1.1
4192026-03-24T03:42:59.256Z Downloaded darling_core v0.21.3
4202026-03-24T03:42:59.260Z Downloaded unicode-width v0.2.2
4212026-03-24T03:42:59.265Z Downloaded byteorder v1.5.0
4222026-03-24T03:42:59.268Z Downloaded arc-swap v1.8.2
4232026-03-24T03:42:59.271Z Downloaded proc-macro-crate v3.5.0
4242026-03-24T03:42:59.271Z Downloaded heapless v0.8.0
4252026-03-24T03:42:59.274Z Downloaded ingot-types v0.1.2
4262026-03-24T03:42:59.276Z Downloaded memchr v2.8.0
4272026-03-24T03:42:59.279Z Downloaded slog-envlogger v2.2.0
4282026-03-24T03:42:59.279Z Downloaded page_size v0.6.0
4292026-03-24T03:42:59.282Z Downloaded crossbeam-channel v0.5.15
4302026-03-24T03:42:59.285Z Downloaded indexmap v2.13.0
4312026-03-24T03:42:59.288Z Downloaded rustversion v1.0.22
4322026-03-24T03:42:59.291Z Downloaded pretty-hex v0.4.1
4332026-03-24T03:42:59.291Z Downloaded oorandom v11.1.5
4342026-03-24T03:42:59.291Z Downloaded ingot-macros v0.1.1
4352026-03-24T03:42:59.293Z Downloaded ppv-lite86 v0.2.21
4362026-03-24T03:42:59.293Z Downloaded getrandom v0.4.2
4372026-03-24T03:42:59.296Z Downloaded num_enum_derive v0.7.5
4382026-03-24T03:42:59.296Z Downloaded cookie-factory v0.3.3
4392026-03-24T03:42:59.300Z Downloaded ciborium v0.2.2
4402026-03-24T03:42:59.300Z Downloaded hashbrown v0.16.1
4412026-03-24T03:42:59.303Z Downloaded syn v1.0.109
4422026-03-24T03:42:59.309Z Downloaded proc-macro-error2 v2.0.1
4432026-03-24T03:42:59.312Z Downloaded itertools v0.13.0
4442026-03-24T03:42:59.317Z Downloaded zerocopy v0.8.42
4452026-03-24T03:42:59.328Z Downloaded time-core v0.1.8
4462026-03-24T03:42:59.331Z Downloaded plotters-svg v0.3.7
4472026-03-24T03:42:59.331Z Downloaded slog-term v2.9.2
4482026-03-24T03:42:59.333Z Downloaded num-traits v0.2.19
4492026-03-24T03:42:59.333Z Downloaded toml_edit v0.25.4+spec-1.1.0
4502026-03-24T03:42:59.336Z Downloaded itertools v0.14.0
4512026-03-24T03:42:59.341Z Downloaded clap_builder v4.5.60
4522026-03-24T03:42:59.346Z Downloaded unicode-ident v1.0.24
4532026-03-24T03:42:59.349Z Downloaded chrono v0.4.44
4542026-03-24T03:42:59.353Z Downloaded slab v0.4.12
4552026-03-24T03:42:59.356Z Downloaded powerfmt v0.2.0
4562026-03-24T03:42:59.356Z Downloaded futures-util v0.3.32
4572026-03-24T03:42:59.363Z Downloaded tabwriter v1.4.1
4582026-03-24T03:42:59.365Z Downloaded zmij v1.0.21
4592026-03-24T03:42:59.366Z Downloaded rusticata-macros v5.0.0
4602026-03-24T03:42:59.368Z Downloaded ref-cast-impl v1.0.25
4612026-03-24T03:42:59.368Z Downloaded criterion v0.8.2
4622026-03-24T03:42:59.372Z Downloaded version_check v0.9.5
4632026-03-24T03:42:59.375Z Downloaded thiserror v1.0.69
4642026-03-24T03:42:59.378Z Downloaded thiserror-impl v1.0.69
4652026-03-24T03:42:59.380Z Downloaded thiserror-impl v2.0.18
4662026-03-24T03:42:59.380Z Downloaded thiserror v2.0.18
4672026-03-24T03:42:59.383Z Downloaded rand_core v0.10.0
4682026-03-24T03:42:59.386Z Downloaded pin-project-lite v0.2.17
4692026-03-24T03:42:59.389Z Downloaded slog v2.8.2
4702026-03-24T03:42:59.392Z Downloaded num_enum v0.7.5
4712026-03-24T03:42:59.394Z Downloaded toml_datetime v1.1.0+spec-1.1.0
4722026-03-24T03:42:59.395Z Downloaded proc-macro-error v1.0.4
4732026-03-24T03:42:59.397Z Downloaded term v1.2.1
4742026-03-24T03:42:59.400Z Downloaded once_cell v1.21.3
4752026-03-24T03:42:59.404Z Downloaded toml_parser v1.1.0+spec-1.1.0
4762026-03-24T03:42:59.404Z Downloaded time-macros v0.2.27
4772026-03-24T03:42:59.407Z Downloaded regex-syntax v0.8.10
4782026-03-24T03:42:59.410Z Downloaded rayon-core v1.13.0
4792026-03-24T03:42:59.413Z Downloaded slog-scope v4.4.1
4802026-03-24T03:42:59.415Z Downloaded quote v1.0.45
4812026-03-24T03:42:59.415Z Downloaded slog-async v2.8.0
4822026-03-24T03:42:59.418Z Downloaded itertools v0.12.1
4832026-03-24T03:42:59.421Z Downloaded libc v0.2.183
4842026-03-24T03:42:59.444Z Downloaded tracing-core v0.1.36
4852026-03-24T03:42:59.447Z Downloaded crossbeam-deque v0.8.6
4862026-03-24T03:42:59.447Z Downloaded anes v0.1.6
4872026-03-24T03:42:59.450Z Downloaded plotters-backend v0.3.7
4882026-03-24T03:42:59.450Z Downloaded heck v0.5.0
4892026-03-24T03:42:59.453Z Downloaded defmt v0.3.100
4902026-03-24T03:42:59.453Z Downloaded ciborium-io v0.2.2
4912026-03-24T03:42:59.453Z Downloaded uuid v1.22.0
4922026-03-24T03:42:59.456Z Downloaded alloca v0.4.0
4932026-03-24T03:42:59.456Z Downloaded ingot v0.1.1
4942026-03-24T03:42:59.459Z Downloaded either v1.15.0
4952026-03-24T03:42:59.459Z Downloaded defmt-macros v1.0.1
4962026-03-24T03:42:59.462Z Downloaded embedded-io v0.6.1
4972026-03-24T03:42:59.462Z Downloaded ctor v0.6.3
4982026-03-24T03:42:59.462Z Downloaded ciborium-ll v0.2.2
4992026-03-24T03:42:59.462Z Downloaded bitflags v2.11.0
5002026-03-24T03:42:59.465Z Downloaded clap_lex v1.0.0
5012026-03-24T03:42:59.468Z Downloaded rand v0.10.0
5022026-03-24T03:42:59.473Z Downloaded serde_json v1.0.149
5032026-03-24T03:42:59.478Z Downloaded rand v0.9.2
5042026-03-24T03:42:59.487Z Downloaded syn v2.0.117
5052026-03-24T03:42:59.495Z Downloaded plotters v0.3.7
5062026-03-24T03:42:59.503Z Downloaded nom v8.0.0
5072026-03-24T03:42:59.508Z Downloaded winnow v1.0.0
5082026-03-24T03:42:59.514Z Downloaded regex v1.12.3
5092026-03-24T03:42:59.518Z Downloaded rayon v1.11.0
5102026-03-24T03:42:59.524Z Downloaded pcap-parser v0.17.0
5112026-03-24T03:42:59.528Z Downloaded winnow v0.7.15
5122026-03-24T03:42:59.549Z Downloaded tracing v0.1.44
5132026-03-24T03:42:59.562Z Downloaded nix v0.31.2
5142026-03-24T03:42:59.578Z Downloaded regex-automata v0.4.14
5152026-03-24T03:42:59.667Z Compiling proc-macro2 v1.0.106
5162026-03-24T03:42:59.667Z Compiling quote v1.0.45
5172026-03-24T03:42:59.670Z Compiling unicode-ident v1.0.24
5182026-03-24T03:42:59.670Z Compiling serde_core v1.0.228
5192026-03-24T03:42:59.670Z Compiling cfg-if v1.0.4
5202026-03-24T03:42:59.670Z Compiling libc v0.2.183
5212026-03-24T03:42:59.670Z Compiling memchr v2.8.0
5222026-03-24T03:42:59.670Z Compiling serde v1.0.228
5232026-03-24T03:42:59.865Z Compiling rustversion v1.0.22
5242026-03-24T03:42:59.919Z Compiling zerocopy v0.8.42
5252026-03-24T03:43:00.386Z Compiling version_check v0.9.5
5262026-03-24T03:43:00.434Z Compiling ident_case v1.0.1
5272026-03-24T03:43:00.594Z Compiling either v1.15.0
5282026-03-24T03:43:00.636Z Compiling fnv v1.0.7
5292026-03-24T03:43:00.800Z Compiling thiserror v2.0.18
5302026-03-24T03:43:00.908Z Compiling strsim v0.11.1
5312026-03-24T03:43:01.140Z Compiling syn v1.0.109
5322026-03-24T03:43:01.253Z Compiling pin-project-lite v0.2.17
5332026-03-24T03:43:01.278Z Compiling regex-syntax v0.8.10
5342026-03-24T03:43:01.310Z Compiling crossbeam-utils v0.8.21
5352026-03-24T03:43:01.357Z Compiling winnow v1.0.0
5362026-03-24T03:43:01.548Z Compiling aho-corasick v1.1.4
5372026-03-24T03:43:01.687Z Compiling equivalent v1.0.2
5382026-03-24T03:43:01.740Z Compiling hashbrown v0.16.1
5392026-03-24T03:43:01.785Z Compiling syn v2.0.117
5402026-03-24T03:43:01.856Z Compiling toml_parser v1.1.0+spec-1.1.0
5412026-03-24T03:43:01.966Z Compiling itertools v0.14.0
5422026-03-24T03:43:02.448Z Compiling indexmap v2.13.0
5432026-03-24T03:43:03.265Z Compiling bitflags v2.11.0
5442026-03-24T03:43:03.374Z Compiling regex-automata v0.4.14
5452026-03-24T03:43:03.463Z Compiling heapless v0.8.0
5462026-03-24T03:43:03.486Z Compiling autocfg v1.5.0
5472026-03-24T03:43:03.609Z Compiling toml_datetime v1.1.0+spec-1.1.0
5482026-03-24T03:43:03.686Z Compiling byteorder v1.5.0
5492026-03-24T03:43:03.846Z Compiling winnow v0.7.15
5502026-03-24T03:43:03.892Z Compiling hash32 v0.3.1
5512026-03-24T03:43:03.947Z Compiling num-traits v0.2.19
5522026-03-24T03:43:04.086Z Compiling slog v2.8.2
5532026-03-24T03:43:04.139Z Compiling stable_deref_trait v1.2.1
5542026-03-24T03:43:04.149Z Compiling futures-core v0.3.32
5552026-03-24T03:43:04.231Z Compiling futures-sink v0.3.32
5562026-03-24T03:43:04.311Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5572026-03-24T03:43:04.361Z Compiling smoltcp v0.11.0
5582026-03-24T03:43:04.395Z Compiling macaddr v1.0.1
5592026-03-24T03:43:04.423Z Compiling futures-channel v0.3.32
5602026-03-24T03:43:04.753Z Compiling proc-macro-error-attr v1.0.4
5612026-03-24T03:43:04.818Z Compiling futures-io v0.3.32
5622026-03-24T03:43:04.828Z Compiling futures-task v0.3.32
5632026-03-24T03:43:05.036Z Compiling ref-cast v1.0.25
5642026-03-24T03:43:05.047Z Compiling bitflags v1.3.2
5652026-03-24T03:43:05.058Z Compiling slab v0.4.12
5662026-03-24T03:43:05.128Z Compiling getrandom v0.4.2
5672026-03-24T03:43:05.305Z Compiling itoa v1.0.17
5682026-03-24T03:43:05.317Z Compiling crc32fast v1.5.0
5692026-03-24T03:43:05.443Z Compiling rand_core v0.10.0
5702026-03-24T03:43:05.472Z Compiling anyhow v1.0.102
5712026-03-24T03:43:05.567Z Compiling darling_core v0.21.3
5722026-03-24T03:43:05.641Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5732026-03-24T03:43:05.680Z Compiling managed v0.8.0
5742026-03-24T03:43:05.883Z Compiling regex v1.12.3
5752026-03-24T03:43:05.910Z Compiling toml_edit v0.25.4+spec-1.1.0
5762026-03-24T03:43:06.423Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5772026-03-24T03:43:06.834Z Compiling proc-macro-crate v3.5.0
5782026-03-24T03:43:06.900Z Compiling proc-macro-error v1.0.4
5792026-03-24T03:43:07.119Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5802026-03-24T03:43:07.145Z Compiling foreign-types-shared v0.3.1
5812026-03-24T03:43:07.191Z Compiling unicode-width v0.2.2
5822026-03-24T03:43:07.249Z Compiling ipnetwork v0.21.1
5832026-03-24T03:43:07.390Z Compiling serde_derive v1.0.228
5842026-03-24T03:43:07.401Z Compiling zerocopy-derive v0.8.42
5852026-03-24T03:43:07.404Z Compiling thiserror-impl v2.0.18
5862026-03-24T03:43:07.475Z Compiling futures-macro v0.3.32
5872026-03-24T03:43:07.562Z Compiling num_enum_derive v0.7.5
5882026-03-24T03:43:07.728Z Compiling ref-cast-impl v1.0.25
5892026-03-24T03:43:08.477Z Compiling foreign-types-macros v0.2.3
5902026-03-24T03:43:08.528Z Compiling futures-util v0.3.32
5912026-03-24T03:43:08.610Z Compiling darling_macro v0.21.3
5922026-03-24T03:43:08.888Z Compiling getrandom v0.3.4
5932026-03-24T03:43:09.233Z Compiling cobs v0.3.0
5942026-03-24T03:43:09.337Z Compiling rustix v1.1.4
5952026-03-24T03:43:09.360Z Compiling darling v0.21.3
5962026-03-24T03:43:09.372Z Compiling once_cell v1.21.3
5972026-03-24T03:43:09.452Z Compiling ingot-macros v0.1.1
5982026-03-24T03:43:09.509Z Compiling cpufeatures v0.3.0
5992026-03-24T03:43:09.528Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6002026-03-24T03:43:09.590Z Compiling tracing-core v0.1.36
6012026-03-24T03:43:09.658Z Compiling chacha20 v0.10.0
6022026-03-24T03:43:10.045Z Compiling foreign-types v0.5.0
6032026-03-24T03:43:10.066Z Compiling num_enum v0.7.5
6042026-03-24T03:43:10.206Z Compiling tabwriter v1.4.1
6052026-03-24T03:43:10.303Z Compiling tracing-attributes v0.1.31
6062026-03-24T03:43:10.327Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6072026-03-24T03:43:10.686Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6082026-03-24T03:43:11.415Z Compiling errno v0.3.14
6092026-03-24T03:43:11.603Z Compiling cstr-argument v0.1.2
6102026-03-24T03:43:11.807Z Compiling futures-executor v0.3.32
6112026-03-24T03:43:11.947Z Compiling erased-serde v0.3.31
6122026-03-24T03:43:11.980Z Compiling postcard v1.1.3
6132026-03-24T03:43:12.211Z Compiling zmij v1.0.21
6142026-03-24T03:43:12.366Z Compiling utf8parse v0.2.2
6152026-03-24T03:43:12.448Z Compiling powerfmt v0.2.0
6162026-03-24T03:43:12.576Z Compiling find-msvc-tools v0.1.9
6172026-03-24T03:43:12.755Z Compiling thiserror v1.0.69
6182026-03-24T03:43:12.883Z Compiling shlex v1.3.0
6192026-03-24T03:43:13.032Z Compiling pretty-hex v0.4.1
6202026-03-24T03:43:13.112Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
6212026-03-24T03:43:13.153Z Compiling time-core v0.1.8
6222026-03-24T03:43:13.203Z Compiling num-conv v0.2.0
6232026-03-24T03:43:13.285Z Compiling dyn-clone v1.0.20
6242026-03-24T03:43:13.333Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6252026-03-24T03:43:13.363Z Compiling time-macros v0.2.27
6262026-03-24T03:43:13.458Z Compiling cc v1.2.56
6272026-03-24T03:43:13.524Z Compiling deranged v0.5.8
6282026-03-24T03:43:13.625Z Compiling anstyle-parse v0.2.7
6292026-03-24T03:43:13.633Z Compiling futures v0.3.32
6302026-03-24T03:43:13.723Z Compiling tracing v0.1.44
6312026-03-24T03:43:13.883Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6322026-03-24T03:43:14.137Z Compiling ingot-types v0.1.2
6332026-03-24T03:43:14.387Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6342026-03-24T03:43:14.735Z Compiling ingot v0.1.1
6352026-03-24T03:43:14.798Z Compiling rand v0.10.0
6362026-03-24T03:43:15.160Z Compiling thiserror-impl v1.0.69
6372026-03-24T03:43:15.296Z Compiling uuid v1.22.0
6382026-03-24T03:43:15.313Z Compiling crossbeam-epoch v0.9.18
6392026-03-24T03:43:15.851Z Compiling arc-swap v1.8.2
6402026-03-24T03:43:15.890Z Compiling socket2 v0.6.3
6412026-03-24T03:43:15.901Z Compiling nom v8.0.0
6422026-03-24T03:43:16.284Z Compiling thread_local v1.1.9
6432026-03-24T03:43:16.619Z Compiling heck v0.4.1
6442026-03-24T03:43:16.695Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6452026-03-24T03:43:16.713Z Compiling anstyle v1.0.13
6462026-03-24T03:43:16.724Z Compiling oxnet v0.1.4
6472026-03-24T03:43:16.866Z Compiling serde_json v1.0.149
6482026-03-24T03:43:16.961Z Compiling is_terminal_polyfill v1.70.2
6492026-03-24T03:43:17.023Z Compiling colorchoice v1.0.4
6502026-03-24T03:43:17.069Z Compiling lazy_static v1.5.0
6512026-03-24T03:43:17.084Z Compiling rayon-core v1.13.0
6522026-03-24T03:43:17.158Z Compiling colored v3.1.1
6532026-03-24T03:43:17.355Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6542026-03-24T03:43:17.525Z Compiling slog-async v2.8.0
6552026-03-24T03:43:17.691Z Compiling anstyle-query v1.1.5
6562026-03-24T03:43:17.818Z Compiling iana-time-zone v0.1.65
6572026-03-24T03:43:17.876Z Compiling anstream v0.6.21
6582026-03-24T03:43:18.194Z Compiling chrono v0.4.44
6592026-03-24T03:43:18.408Z Compiling time v0.3.47
6602026-03-24T03:43:19.234Z Compiling slog-scope v4.4.1
6612026-03-24T03:43:19.534Z Compiling rusticata-macros v5.0.0
6622026-03-24T03:43:19.694Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6632026-03-24T03:43:19.860Z Compiling crossbeam-deque v0.8.6
6642026-03-24T03:43:19.882Z Compiling rand_core v0.9.5
6652026-03-24T03:43:20.128Z Compiling alloca v0.4.0
6662026-03-24T03:43:20.195Z Compiling terminal_size v0.4.3
6672026-03-24T03:43:20.371Z Compiling ppv-lite86 v0.2.21
6682026-03-24T03:43:20.486Z Compiling half v2.7.1
6692026-03-24T03:43:20.566Z Compiling cookie-factory v0.3.3
6702026-03-24T03:43:20.877Z Compiling crossbeam-channel v0.5.15
6712026-03-24T03:43:20.953Z Compiling is-terminal v0.4.17
6722026-03-24T03:43:21.003Z Compiling itertools v0.12.1
6732026-03-24T03:43:21.027Z Compiling clap_lex v1.0.0
6742026-03-24T03:43:21.063Z Compiling ciborium-io v0.2.2
6752026-03-24T03:43:21.178Z Compiling plotters-backend v0.3.7
6762026-03-24T03:43:21.444Z Compiling log v0.4.29
6772026-03-24T03:43:21.678Z Compiling cfg_aliases v0.2.1
6782026-03-24T03:43:21.723Z Compiling term v1.2.1
6792026-03-24T03:43:21.734Z Compiling take_mut v0.2.2
6802026-03-24T03:43:21.762Z Compiling circular v0.3.0
6812026-03-24T03:43:21.868Z Compiling heck v0.5.0
6822026-03-24T03:43:22.032Z Compiling pcap-parser v0.17.0
6832026-03-24T03:43:22.137Z Compiling clap_derive v4.5.55
6842026-03-24T03:43:22.445Z Compiling slog-term v2.9.2
6852026-03-24T03:43:23.002Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6862026-03-24T03:43:23.018Z Compiling clap_builder v4.5.60
6872026-03-24T03:43:23.713Z Compiling nix v0.31.2
6882026-03-24T03:43:24.254Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6892026-03-24T03:43:24.450Z Compiling slog-stdlog v4.1.1
6902026-03-24T03:43:24.481Z Compiling plotters-svg v0.3.7
6912026-03-24T03:43:24.513Z Compiling ciborium-ll v0.2.2
6922026-03-24T03:43:24.771Z Compiling rand_chacha v0.9.0
6932026-03-24T03:43:24.882Z Compiling itertools v0.13.0
6942026-03-24T03:43:25.165Z Compiling cast v0.3.0
6952026-03-24T03:43:25.397Z Compiling same-file v1.0.6
6962026-03-24T03:43:25.487Z Compiling rayon v1.11.0
6972026-03-24T03:43:25.594Z Compiling walkdir v2.5.0
6982026-03-24T03:43:26.312Z Compiling clap v4.5.60
6992026-03-24T03:43:26.405Z Compiling tinytemplate v1.2.1
7002026-03-24T03:43:26.599Z Compiling rand v0.9.2
7012026-03-24T03:43:26.888Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7022026-03-24T03:43:27.022Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7032026-03-24T03:43:27.555Z Compiling criterion-plot v0.8.2
7042026-03-24T03:43:27.668Z Compiling ciborium v0.2.2
7052026-03-24T03:43:28.470Z Compiling plotters v0.3.7
7062026-03-24T03:43:28.539Z Compiling slog-envlogger v2.2.0
7072026-03-24T03:43:28.723Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#ce503058)
7082026-03-24T03:43:29.414Z Compiling page_size v0.6.0
7092026-03-24T03:43:29.549Z Compiling oorandom v11.1.5
7102026-03-24T03:43:29.719Z Compiling dtor-proc-macro v0.0.6
7112026-03-24T03:43:29.759Z Compiling anes v0.1.6
7122026-03-24T03:43:29.931Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7132026-03-24T03:43:30.089Z Compiling criterion v0.8.2
7142026-03-24T03:43:30.171Z Compiling dtor v0.1.1
7152026-03-24T03:43:30.196Z Compiling ctor-proc-macro v0.0.7
7162026-03-24T03:43:30.651Z Compiling ctor v0.6.3
7172026-03-24T03:43:32.863Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
7182026-03-24T03:43:50.673Z Finished `bench` profile [optimized + debuginfo] target(s) in 56.46s
7192026-03-24T03:43:50.800Z Running benches/xde.rs (target/release/deps/xde-acdb54632188ae24)
7202026-03-24T03:43:50.810Z###--------------------------------###
7212026-03-24T03:43:50.810Z:::Building test topology... (120s):::
7222026-03-24T03:43:50.810Z###--------------------------------###
7232026-03-24T03:43:50.816Zadding underlay route 0
7242026-03-24T03:43:50.819Zadding underlay route 1
7252026-03-24T03:43:50.965Zstart zone a
7262026-03-24T03:44:01.011Zconfigure zone
7272026-03-24T03:44:01.029Zinstall zone
7282026-03-24T03:44:10.659Zboot zone
7292026-03-24T03:44:10.758Zstart zone b
7302026-03-24T03:44:20.823Zconfigure zone
7312026-03-24T03:44:20.834Zinstall zone
7322026-03-24T03:44:22.068Zboot zone
7332026-03-24T03:44:22.162Zsetup zone a
7342026-03-24T03:44:22.162Z[a] svcs -a
7352026-03-24T03:44:22.284ZSTATE STIME FMRI
7362026-03-24T03:44:22.284Zlegacy_run 3:44:13 lrc:/etc/rc2_d/S20sysetup
7372026-03-24T03:44:22.284Zlegacy_run 3:44:13 lrc:/etc/rc2_d/S89PRESERVE
7382026-03-24T03:44:22.284Zdisabled 3:44:10 svc:/system/device/mpxio-upgrade:default
7392026-03-24T03:44:22.284Zdisabled 3:44:10 svc:/network/physical:nwam
7402026-03-24T03:44:22.284Zdisabled 3:44:10 svc:/network/ipmp:default
7412026-03-24T03:44:22.284Zdisabled 3:44:10 svc:/network/install:default
7422026-03-24T03:44:22.284Zdisabled 3:44:10 svc:/network/ipsec/manual-key:default
7432026-03-24T03:44:22.284Zdisabled 3:44:10 svc:/network/location:default
7442026-03-24T03:44:22.284Zdisabled 3:44:10 svc:/network/ipsec/ike:default
7452026-03-24T03:44:22.284Zdisabled 3:44:10 svc:/network/tcpkey:default
7462026-03-24T03:44:22.284Zdisabled 3:44:10 svc:/network/dns/install:default
7472026-03-24T03:44:22.284Zdisabled 3:44:10 svc:/network/nis/client:default
7482026-03-24T03:44:22.284Zdisabled 3:44:10 svc:/network/ldap/client:default
7492026-03-24T03:44:22.284Zdisabled 3:44:10 svc:/network/nfs/status:default
7502026-03-24T03:44:22.284Zdisabled 3:44:10 svc:/network/nfs/nlockmgr:default
7512026-03-24T03:44:22.284Zdisabled 3:44:10 svc:/network/nfs/cbd:default
7522026-03-24T03:44:22.284Zdisabled 3:44:10 svc:/system/idmap:default
7532026-03-24T03:44:22.284Zdisabled 3:44:10 svc:/network/nfs/mapid:default
7542026-03-24T03:44:22.284Zdisabled 3:44:10 svc:/network/rpc/keyserv:default
7552026-03-24T03:44:22.284Zdisabled 3:44:10 svc:/network/inetd:default
7562026-03-24T03:44:22.284Zdisabled 3:44:10 svc:/network/nfs/client:default
7572026-03-24T03:44:22.284Zdisabled 3:44:10 svc:/network/smb/client:default
7582026-03-24T03:44:22.284Zdisabled 3:44:10 svc:/system/auditd:default
7592026-03-24T03:44:22.284Zdisabled 3:44:10 svc:/application/management/net-snmp:default
7602026-03-24T03:44:22.285Zdisabled 3:44:10 svc:/application/pkg/mirror:default
7612026-03-24T03:44:22.285Zdisabled 3:44:10 svc:/application/pkg/repositories-setup:default
7622026-03-24T03:44:22.285Zdisabled 3:44:10 svc:/application/pkg/server:default
7632026-03-24T03:44:22.285Zdisabled 3:44:10 svc:/network/dns/multicast:default
7642026-03-24T03:44:22.285Zdisabled 3:44:10 svc:/application/pkg/dynamic-mirror:default
7652026-03-24T03:44:22.285Zdisabled 3:44:11 svc:/application/security/tcsd:default
7662026-03-24T03:44:22.285Zdisabled 3:44:11 svc:/network/smb/server:default
7672026-03-24T03:44:22.285Zdisabled 3:44:11 svc:/system/filesystem/reparse:default
7682026-03-24T03:44:22.285Zdisabled 3:44:11 svc:/network/nfs/server:default
7692026-03-24T03:44:22.285Zdisabled 3:44:11 svc:/network/nfs/log:default
7702026-03-24T03:44:22.285Zdisabled 3:44:11 svc:/network/ipv6-forwarding:default
7712026-03-24T03:44:22.285Zdisabled 3:44:11 svc:/network/routing/ripng:default
7722026-03-24T03:44:22.285Zdisabled 3:44:11 svc:/network/routing/route:default
7732026-03-24T03:44:22.285Zdisabled 3:44:11 svc:/network/routing/rdisc:default
7742026-03-24T03:44:22.285Zdisabled 3:44:11 svc:/network/routing/legacy-routing:ipv4
7752026-03-24T03:44:22.285Zdisabled 3:44:11 svc:/network/routing/legacy-routing:ipv6
7762026-03-24T03:44:22.285Zdisabled 3:44:11 svc:/network/security/krb5kdc:default
7772026-03-24T03:44:22.285Zdisabled 3:44:11 svc:/network/security/kadmin:default
7782026-03-24T03:44:22.285Zdisabled 3:44:11 svc:/network/chrony:default
7792026-03-24T03:44:22.285Zdisabled 3:44:11 svc:/network/ipv4-forwarding:default
7802026-03-24T03:44:22.285Zdisabled 3:44:11 svc:/network/ipqos:default
7812026-03-24T03:44:22.285Zdisabled 3:44:11 svc:/system/device/allocate:default
7822026-03-24T03:44:22.285Zdisabled 3:44:11 svc:/system/fm/notify-params:default
7832026-03-24T03:44:22.285Zdisabled 3:44:11 svc:/system/svc/global:default
7842026-03-24T03:44:22.285Zdisabled 3:44:11 svc:/system/sar:default
7852026-03-24T03:44:22.285Zdisabled 3:44:11 svc:/system/consadm:default
7862026-03-24T03:44:22.286Zdisabled 3:44:11 svc:/system/vtdaemon:default
7872026-03-24T03:44:22.286Zdisabled 3:44:11 svc:/system/console-login:vt2
7882026-03-24T03:44:22.286Zdisabled 3:44:11 svc:/system/console-login:vt3
7892026-03-24T03:44:22.286Zdisabled 3:44:11 svc:/system/console-login:vt4
7902026-03-24T03:44:22.286Zdisabled 3:44:11 svc:/system/console-login:vt5
7912026-03-24T03:44:22.286Zdisabled 3:44:11 svc:/system/console-login:vt6
7922026-03-24T03:44:22.286Zdisabled 3:44:11 svc:/system/extended-accounting:flow
7932026-03-24T03:44:22.286Zdisabled 3:44:11 svc:/system/extended-accounting:net
7942026-03-24T03:44:22.286Zdisabled 3:44:11 svc:/system/extended-accounting:process
7952026-03-24T03:44:22.286Zdisabled 3:44:11 svc:/system/extended-accounting:task
7962026-03-24T03:44:22.286Zdisabled 3:44:11 svc:/system/process-security:default
7972026-03-24T03:44:22.286Zdisabled 3:44:11 svc:/system/hotplug:default
7982026-03-24T03:44:22.286Zdisabled 3:44:13 svc:/network/dns/client:default
7992026-03-24T03:44:22.286Zdisabled 3:44:13 svc:/network/rpc/bind:default
8002026-03-24T03:44:22.286Zdisabled 3:44:13 svc:/system/sac:default
8012026-03-24T03:44:22.286Zdisabled 3:44:14 svc:/network/inetd-upgrade:default
8022026-03-24T03:44:22.286Zonline 3:44:10 svc:/system/svc/restarter:default
8032026-03-24T03:44:22.286Zonline 3:44:10 svc:/system/early-manifest-import:default
8042026-03-24T03:44:22.286Zonline 3:44:10 svc:/network/netcfg:default
8052026-03-24T03:44:22.286Zonline 3:44:10 svc:/network/ip-interface-management:default
8062026-03-24T03:44:22.286Zonline 3:44:10 svc:/network/datalink-management:default
8072026-03-24T03:44:22.286Zonline 3:44:10 svc:/system/filesystem/root:default
8082026-03-24T03:44:22.286Zonline 3:44:11 svc:/system/boot-archive:default
8092026-03-24T03:44:22.286Zonline 3:44:11 svc:/network/loopback:default
8102026-03-24T03:44:22.286Zonline 3:44:11 svc:/system/filesystem/usr:default
8112026-03-24T03:44:22.286Zonline 3:44:11 svc:/network/physical:default
8122026-03-24T03:44:22.286Zonline 3:44:11 svc:/system/device/local:default
8132026-03-24T03:44:22.286Zonline 3:44:11 svc:/milestone/devices:default
8142026-03-24T03:44:22.287Zonline 3:44:11 svc:/system/identity:node
8152026-03-24T03:44:22.287Zonline 3:44:11 svc:/network/ipsec/ipsecalgs:default
8162026-03-24T03:44:22.287Zonline 3:44:11 svc:/system/device/audio:default
8172026-03-24T03:44:22.287Zonline 3:44:11 svc:/system/filesystem/minimal:default
8182026-03-24T03:44:22.287Zonline 3:44:11 svc:/network/ipsec/policy:default
8192026-03-24T03:44:22.287Zonline 3:44:11 svc:/system/rmtmpfiles:default
8202026-03-24T03:44:22.287Zonline 3:44:11 svc:/milestone/network:default
8212026-03-24T03:44:22.287Zonline 3:44:11 svc:/network/initial:default
8222026-03-24T03:44:22.287Zonline 3:44:11 svc:/network/netmask:default
8232026-03-24T03:44:22.287Zonline 3:44:11 svc:/network/iptun:default
8242026-03-24T03:44:22.287Zonline 3:44:11 svc:/system/pkgserv:default
8252026-03-24T03:44:22.287Zonline 3:44:11 svc:/system/auditset:default
8262026-03-24T03:44:22.287Zonline 3:44:11 svc:/system/pfexec:default
8272026-03-24T03:44:22.287Zonline 3:44:11 svc:/system/fmd:default
8282026-03-24T03:44:22.287Zonline 3:44:11 svc:/system/hostid:default
8292026-03-24T03:44:22.287Zonline 3:44:11 svc:/system/logadm-upgrade:default
8302026-03-24T03:44:22.287Zonline 3:44:13 svc:/system/rbac:default
8312026-03-24T03:44:22.287Zonline 3:44:13 svc:/network/service:default
8322026-03-24T03:44:22.287Zonline 3:44:13 svc:/system/cryptosvc:default
8332026-03-24T03:44:22.287Zonline 3:44:13 svc:/system/identity:domain
8342026-03-24T03:44:22.287Zonline 3:44:13 svc:/system/keymap:default
8352026-03-24T03:44:22.291Zonline 3:44:13 svc:/system/name-service-cache:default
8362026-03-24T03:44:22.291Zonline 3:44:13 svc:/milestone/name-services:default
8372026-03-24T03:44:22.291Zonline 3:44:13 svc:/system/manifest-import:default
8382026-03-24T03:44:22.291Zonline 3:44:13 svc:/system/coreadm:default
8392026-03-24T03:44:22.291Zonline 3:44:13 svc:/milestone/single-user:default
8402026-03-24T03:44:22.291Zonline 3:44:13 svc:/milestone/sysconfig:default
8412026-03-24T03:44:22.291Zonline 3:44:13 svc:/system/filesystem/local:default
8422026-03-24T03:44:22.291Zonline 3:44:13 svc:/system/utmp:default
8432026-03-24T03:44:22.291Zonline 3:44:13 svc:/system/system-log:default
8442026-03-24T03:44:22.291Zonline 3:44:13 svc:/system/boot-archive-update:default
8452026-03-24T03:44:22.292Zonline 3:44:13 svc:/system/console-login:default
8462026-03-24T03:44:22.292Zonline 3:44:13 svc:/system/cron:default
8472026-03-24T03:44:22.292Zonline 3:44:13 svc:/network/shares/group:default
8482026-03-24T03:44:22.292Zonline 3:44:13 svc:/milestone/multi-user:default
8492026-03-24T03:44:22.292Zonline 3:44:13 svc:/system/boot-config:default
8502026-03-24T03:44:22.292Zonline 3:44:13 svc:/network/shares/group:zfs
8512026-03-24T03:44:22.292Zonline 3:44:13 svc:/network/routing-setup:default
8522026-03-24T03:44:22.292Zonline 3:44:13 svc:/network/routing/ndp:default
8532026-03-24T03:44:22.292Zonline 3:44:13 svc:/network/ssh:default
8542026-03-24T03:44:22.292Zonline 3:44:14 svc:/milestone/multi-user-server:default
8552026-03-24T03:44:22.292Zonline 3:44:14 svc:/system/update-man-index:default
8562026-03-24T03:44:22.292Zuninitialized 3:44:10 svc:/network/rpc/gss:default
8572026-03-24T03:44:22.292Zuninitialized 3:44:11 svc:/network/nfs/rquota:default
8582026-03-24T03:44:22.292Zuninitialized 3:44:11 svc:/network/security/ktkt_warn:default
8592026-03-24T03:44:22.292Z[a] svcs milestone/network
8602026-03-24T03:44:22.301ZSTATE STIME FMRI
8612026-03-24T03:44:22.301Zonline 3:44:11 svc:/milestone/network:default
8622026-03-24T03:44:22.301Z[a] ipadm create-addr -t -T dhcp opte0/test
8632026-03-24T03:44:27.149Z
8642026-03-24T03:44:27.149Z[a] route add -iface 10.0.0.254 10.0.0.1
8652026-03-24T03:44:27.166Zadd host 10.0.0.254: gateway 10.0.0.1
8662026-03-24T03:44:27.166Z[a] route add 10.0.0.0/24 10.0.0.254
8672026-03-24T03:44:27.182Zadd net 10.0.0.0/24: gateway 10.0.0.254
8682026-03-24T03:44:27.182Z[a] route add 224.0.0.0/4 10.0.0.254
8692026-03-24T03:44:27.197Zadd net 224.0.0.0/4: gateway 10.0.0.254
8702026-03-24T03:44:27.197Zsetup zone b
8712026-03-24T03:44:27.197Z[b] svcs -a
8722026-03-24T03:44:27.308ZSTATE STIME FMRI
8732026-03-24T03:44:27.308Zlegacy_run 3:44:25 lrc:/etc/rc2_d/S20sysetup
8742026-03-24T03:44:27.308Zlegacy_run 3:44:25 lrc:/etc/rc2_d/S89PRESERVE
8752026-03-24T03:44:27.308Zdisabled 3:44:21 svc:/system/device/mpxio-upgrade:default
8762026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/network/physical:nwam
8772026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/network/ipmp:default
8782026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/network/install:default
8792026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/network/ipsec/manual-key:default
8802026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/network/location:default
8812026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/network/ipsec/ike:default
8822026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/network/tcpkey:default
8832026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/network/dns/install:default
8842026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/network/nis/client:default
8852026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/network/ldap/client:default
8862026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/network/nfs/status:default
8872026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/network/nfs/nlockmgr:default
8882026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/network/nfs/cbd:default
8892026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/system/idmap:default
8902026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/network/nfs/mapid:default
8912026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/network/rpc/keyserv:default
8922026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/network/inetd:default
8932026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/network/nfs/client:default
8942026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/network/smb/client:default
8952026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/system/auditd:default
8962026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/application/management/net-snmp:default
8972026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/application/pkg/mirror:default
8982026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/application/pkg/repositories-setup:default
8992026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/application/pkg/server:default
9002026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/network/dns/multicast:default
9012026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/application/pkg/dynamic-mirror:default
9022026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/application/security/tcsd:default
9032026-03-24T03:44:27.308Zdisabled 3:44:22 svc:/network/smb/server:default
9042026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/system/filesystem/reparse:default
9052026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/network/nfs/server:default
9062026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/network/nfs/log:default
9072026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/network/ipv6-forwarding:default
9082026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/network/routing/ripng:default
9092026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/network/routing/route:default
9102026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/network/routing/rdisc:default
9112026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/network/routing/legacy-routing:ipv4
9122026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/network/routing/legacy-routing:ipv6
9132026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/network/security/krb5kdc:default
9142026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/network/security/kadmin:default
9152026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/network/chrony:default
9162026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/network/ipv4-forwarding:default
9172026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/network/ipqos:default
9182026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/system/device/allocate:default
9192026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/system/fm/notify-params:default
9202026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/system/svc/global:default
9212026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/system/sar:default
9222026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/system/consadm:default
9232026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/system/vtdaemon:default
9242026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/system/console-login:vt2
9252026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/system/console-login:vt3
9262026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/system/console-login:vt4
9272026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/system/console-login:vt5
9282026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/system/console-login:vt6
9292026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/system/extended-accounting:flow
9302026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/system/extended-accounting:net
9312026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/system/extended-accounting:process
9322026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/system/extended-accounting:task
9332026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/system/process-security:default
9342026-03-24T03:44:27.309Zdisabled 3:44:22 svc:/system/hotplug:default
9352026-03-24T03:44:27.309Zdisabled 3:44:24 svc:/network/dns/client:default
9362026-03-24T03:44:27.309Zdisabled 3:44:24 svc:/network/rpc/bind:default
9372026-03-24T03:44:27.309Zdisabled 3:44:25 svc:/system/sac:default
9382026-03-24T03:44:27.309Zdisabled 3:44:25 svc:/network/inetd-upgrade:default
9392026-03-24T03:44:27.309Zonline 3:44:21 svc:/system/svc/restarter:default
9402026-03-24T03:44:27.309Zonline 3:44:21 svc:/system/early-manifest-import:default
9412026-03-24T03:44:27.309Zonline 3:44:22 svc:/network/datalink-management:default
9422026-03-24T03:44:27.309Zonline 3:44:22 svc:/network/ip-interface-management:default
9432026-03-24T03:44:27.310Zonline 3:44:22 svc:/system/filesystem/root:default
9442026-03-24T03:44:27.310Zonline 3:44:22 svc:/network/netcfg:default
9452026-03-24T03:44:27.310Zonline 3:44:22 svc:/system/boot-archive:default
9462026-03-24T03:44:27.310Zonline 3:44:22 svc:/network/loopback:default
9472026-03-24T03:44:27.310Zonline 3:44:22 svc:/system/filesystem/usr:default
9482026-03-24T03:44:27.310Zonline 3:44:22 svc:/network/physical:default
9492026-03-24T03:44:27.310Zonline 3:44:22 svc:/system/device/local:default
9502026-03-24T03:44:27.310Zonline 3:44:22 svc:/milestone/devices:default
9512026-03-24T03:44:27.310Zonline 3:44:22 svc:/system/identity:node
9522026-03-24T03:44:27.310Zonline 3:44:22 svc:/network/ipsec/ipsecalgs:default
9532026-03-24T03:44:27.310Zonline 3:44:22 svc:/system/device/audio:default
9542026-03-24T03:44:27.310Zonline 3:44:22 svc:/system/filesystem/minimal:default
9552026-03-24T03:44:27.310Zonline 3:44:22 svc:/network/ipsec/policy:default
9562026-03-24T03:44:27.310Zonline 3:44:22 svc:/system/rmtmpfiles:default
9572026-03-24T03:44:27.310Zonline 3:44:22 svc:/milestone/network:default
9582026-03-24T03:44:27.310Zonline 3:44:22 svc:/network/initial:default
9592026-03-24T03:44:27.310Zonline 3:44:22 svc:/network/netmask:default
9602026-03-24T03:44:27.310Zonline 3:44:22 svc:/network/iptun:default
9612026-03-24T03:44:27.310Zonline 3:44:22 svc:/system/pkgserv:default
9622026-03-24T03:44:27.310Zonline 3:44:22 svc:/system/auditset:default
9632026-03-24T03:44:27.310Zonline 3:44:22 svc:/system/pfexec:default
9642026-03-24T03:44:27.310Zonline 3:44:22 svc:/system/fmd:default
9652026-03-24T03:44:27.310Zonline 3:44:22 svc:/system/hostid:default
9662026-03-24T03:44:27.310Zonline 3:44:22 svc:/system/logadm-upgrade:default
9672026-03-24T03:44:27.310Zonline 3:44:24 svc:/system/rbac:default
9682026-03-24T03:44:27.310Zonline 3:44:24 svc:/network/service:default
9692026-03-24T03:44:27.310Zonline 3:44:24 svc:/system/cryptosvc:default
9702026-03-24T03:44:27.310Zonline 3:44:24 svc:/system/identity:domain
9712026-03-24T03:44:27.310Zonline 3:44:24 svc:/system/keymap:default
9722026-03-24T03:44:27.314Zonline 3:44:24 svc:/system/name-service-cache:default
9732026-03-24T03:44:27.314Zonline 3:44:24 svc:/system/manifest-import:default
9742026-03-24T03:44:27.314Zonline 3:44:24 svc:/milestone/name-services:default
9752026-03-24T03:44:27.314Zonline 3:44:24 svc:/milestone/single-user:default
9762026-03-24T03:44:27.314Zonline 3:44:24 svc:/system/coreadm:default
9772026-03-24T03:44:27.314Zonline 3:44:25 svc:/milestone/sysconfig:default
9782026-03-24T03:44:27.314Zonline 3:44:25 svc:/system/utmp:default
9792026-03-24T03:44:27.314Zonline 3:44:25 svc:/system/filesystem/local:default
9802026-03-24T03:44:27.314Zonline 3:44:25 svc:/system/console-login:default
9812026-03-24T03:44:27.314Zonline 3:44:25 svc:/system/boot-archive-update:default
9822026-03-24T03:44:27.314Zonline 3:44:25 svc:/system/system-log:default
9832026-03-24T03:44:27.314Zonline 3:44:25 svc:/system/cron:default
9842026-03-24T03:44:27.314Zonline 3:44:25 svc:/network/shares/group:default
9852026-03-24T03:44:27.314Zonline 3:44:25 svc:/milestone/multi-user:default
9862026-03-24T03:44:27.314Zonline 3:44:25 svc:/system/boot-config:default
9872026-03-24T03:44:27.314Zonline 3:44:25 svc:/network/shares/group:zfs
9882026-03-24T03:44:27.314Zonline 3:44:25 svc:/network/routing-setup:default
9892026-03-24T03:44:27.314Zonline 3:44:25 svc:/network/routing/ndp:default
9902026-03-24T03:44:27.314Zonline 3:44:25 svc:/system/update-man-index:default
9912026-03-24T03:44:27.314Zonline 3:44:25 svc:/network/ssh:default
9922026-03-24T03:44:27.314Zonline 3:44:25 svc:/milestone/multi-user-server:default
9932026-03-24T03:44:27.314Zuninitialized 3:44:22 svc:/network/rpc/gss:default
9942026-03-24T03:44:27.315Zuninitialized 3:44:22 svc:/network/nfs/rquota:default
9952026-03-24T03:44:27.315Zuninitialized 3:44:22 svc:/network/security/ktkt_warn:default
9962026-03-24T03:44:27.315Z[b] svcs milestone/network
9972026-03-24T03:44:27.325ZSTATE STIME FMRI
9982026-03-24T03:44:27.325Zonline 3:44:22 svc:/milestone/network:default
9992026-03-24T03:44:27.325Z[b] ipadm create-addr -t -T dhcp opte1/test
10002026-03-24T03:44:32.667Z
10012026-03-24T03:44:32.667Z[b] route add -iface 10.0.0.254 10.0.0.2
10022026-03-24T03:44:32.683Zadd host 10.0.0.254: gateway 10.0.0.2
10032026-03-24T03:44:32.683Z[b] route add 10.0.0.0/24 10.0.0.254
10042026-03-24T03:44:32.697Zadd net 10.0.0.0/24: gateway 10.0.0.254
10052026-03-24T03:44:32.697Z[b] route add 224.0.0.0/4 10.0.0.254
10062026-03-24T03:44:32.712Zadd net 224.0.0.0/4: gateway 10.0.0.254
10072026-03-24T03:44:32.712Z###---------------###
10082026-03-24T03:44:32.712Z:::Topology built!:::
10092026-03-24T03:44:32.712Z###---------------###
10102026-03-24T03:44:32.715Z###----------------###
10112026-03-24T03:44:32.715Z::: iPerf spawned! :::
10122026-03-24T03:44:32.715Z:::Waiting... (10s):::
10132026-03-24T03:44:32.715Z###----------------###
10142026-03-24T03:44:42.713Z###---###
10152026-03-24T03:44:42.713Z:::Go!:::
10162026-03-24T03:44:42.713Z###---###
10172026-03-24T03:44:42.713Z[a] ping 10.0.0.2
10182026-03-24T03:44:42.732Z10.0.0.2 is alive
10192026-03-24T03:44:42.732Z###-------------------###
10202026-03-24T03:44:42.732Z:::Running experiment :::
10212026-03-24T03:44:42.732Z:::iperf-tcp/local/c2s:::
10222026-03-24T03:44:42.732Z###-------------------###
10232026-03-24T03:44:49.758Z-----------------------------------------------------------
10242026-03-24T03:44:49.758ZServer listening on 5201
10252026-03-24T03:44:49.758Z-----------------------------------------------------------
10262026-03-24T03:44:49.758ZAccepted connection from 10.0.0.1, port 53003
10272026-03-24T03:44:49.758Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52484
10282026-03-24T03:44:49.758Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48346
10292026-03-24T03:44:49.758Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57083
10302026-03-24T03:44:49.758Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44911
10312026-03-24T03:44:49.758Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34199
10322026-03-24T03:44:49.758Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56901
10332026-03-24T03:44:49.758Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52556
10342026-03-24T03:44:49.758Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34902
10352026-03-24T03:44:49.758Z[ ID] Interval Transfer Bandwidth
10362026-03-24T03:44:49.758Z[ 5] 0.00-1.00 sec 82.3 MBytes 690 Mbits/sec
10372026-03-24T03:44:49.758Z[ 7] 0.00-1.00 sec 81.9 MBytes 687 Mbits/sec
10382026-03-24T03:44:49.758Z[ 9] 0.00-1.00 sec 81.6 MBytes 685 Mbits/sec
10392026-03-24T03:44:49.759Z[ 11] 0.00-1.00 sec 81.6 MBytes 684 Mbits/sec
10402026-03-24T03:44:49.759Z[ 13] 0.00-1.00 sec 81.6 MBytes 685 Mbits/sec
10412026-03-24T03:44:49.759Z[ 15] 0.00-1.00 sec 81.5 MBytes 684 Mbits/sec
10422026-03-24T03:44:49.759Z[ 17] 0.00-1.00 sec 81.5 MBytes 684 Mbits/sec
10432026-03-24T03:44:49.759Z[ 19] 0.00-1.00 sec 81.5 MBytes 684 Mbits/sec
10442026-03-24T03:44:49.759Z[SUM] 0.00-1.00 sec 654 MBytes 5.48 Gbits/sec
10452026-03-24T03:44:49.759Z- - - - - - - - - - - - - - - - - - - - - - - - -
10462026-03-24T03:44:49.759Z[ 5] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
10472026-03-24T03:44:49.759Z[ 7] 1.00-2.00 sec 122 MBytes 1.03 Gbits/sec
10482026-03-24T03:44:49.759Z[ 9] 1.00-2.00 sec 122 MBytes 1.03 Gbits/sec
10492026-03-24T03:44:49.759Z[ 11] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
10502026-03-24T03:44:49.759Z[ 13] 1.00-2.00 sec 122 MBytes 1.03 Gbits/sec
10512026-03-24T03:44:49.759Z[ 15] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
10522026-03-24T03:44:49.759Z[ 17] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
10532026-03-24T03:44:49.759Z[ 19] 1.00-2.00 sec 122 MBytes 1.03 Gbits/sec
10542026-03-24T03:44:49.759Z[SUM] 1.00-2.00 sec 977 MBytes 8.20 Gbits/sec
10552026-03-24T03:44:49.759Z- - - - - - - - - - - - - - - - - - - - - - - - -
10562026-03-24T03:44:49.759Z[ 5] 2.00-3.00 sec 122 MBytes 1.02 Gbits/sec
10572026-03-24T03:44:49.759Z[ 7] 2.00-3.00 sec 122 MBytes 1.02 Gbits/sec
10582026-03-24T03:44:49.759Z[ 9] 2.00-3.00 sec 122 MBytes 1.02 Gbits/sec
10592026-03-24T03:44:49.759Z[ 11] 2.00-3.00 sec 122 MBytes 1.02 Gbits/sec
10602026-03-24T03:44:49.759Z[ 13] 2.00-3.00 sec 122 MBytes 1.02 Gbits/sec
10612026-03-24T03:44:49.759Z[ 15] 2.00-3.00 sec 122 MBytes 1.02 Gbits/sec
10622026-03-24T03:44:49.759Z[ 17] 2.00-3.00 sec 122 MBytes 1.02 Gbits/sec
10632026-03-24T03:44:49.760Z[ 19] 2.00-3.00 sec 122 MBytes 1.02 Gbits/sec
10642026-03-24T03:44:49.760Z[SUM] 2.00-3.00 sec 976 MBytes 8.19 Gbits/sec
10652026-03-24T03:44:49.760Z- - - - - - - - - - - - - - - - - - - - - - - - -
10662026-03-24T03:44:49.760Z[ 5] 3.00-4.00 sec 120 MBytes 1.01 Gbits/sec
10672026-03-24T03:44:49.760Z[ 7] 3.00-4.00 sec 120 MBytes 1.01 Gbits/sec
10682026-03-24T03:44:49.760Z[ 9] 3.00-4.00 sec 120 MBytes 1.01 Gbits/sec
10692026-03-24T03:44:49.760Z[ 11] 3.00-4.00 sec 120 MBytes 1.01 Gbits/sec
10702026-03-24T03:44:49.760Z[ 13] 3.00-4.00 sec 120 MBytes 1.01 Gbits/sec
10712026-03-24T03:44:49.760Z[ 15] 3.00-4.00 sec 120 MBytes 1.01 Gbits/sec
10722026-03-24T03:44:49.760Z[ 17] 3.00-4.00 sec 120 MBytes 1.01 Gbits/sec
10732026-03-24T03:44:49.760Z[ 19] 3.00-4.00 sec 120 MBytes 1.01 Gbits/sec
10742026-03-24T03:44:49.760Z[SUM] 3.00-4.00 sec 961 MBytes 8.06 Gbits/sec
10752026-03-24T03:44:49.760Z- - - - - - - - - - - - - - - - - - - - - - - - -
10762026-03-24T03:44:49.760Z[ 5] 4.00-5.00 sec 120 MBytes 1.01 Gbits/sec
10772026-03-24T03:44:49.760Z[ 7] 4.00-5.00 sec 120 MBytes 1.00 Gbits/sec
10782026-03-24T03:44:49.760Z[ 9] 4.00-5.00 sec 120 MBytes 1.00 Gbits/sec
10792026-03-24T03:44:49.760Z[ 11] 4.00-5.00 sec 120 MBytes 1.00 Gbits/sec
10802026-03-24T03:44:49.760Z[ 13] 4.00-5.00 sec 120 MBytes 1.00 Gbits/sec
10812026-03-24T03:44:49.760Z[ 15] 4.00-5.00 sec 120 MBytes 1.00 Gbits/sec
10822026-03-24T03:44:49.760Z[ 17] 4.00-5.00 sec 120 MBytes 1.00 Gbits/sec
10832026-03-24T03:44:49.760Z[ 19] 4.00-5.00 sec 120 MBytes 1.00 Gbits/sec
10842026-03-24T03:44:49.760Z[SUM] 4.00-5.00 sec 958 MBytes 8.04 Gbits/sec
10852026-03-24T03:44:49.760Z- - - - - - - - - - - - - - - - - - - - - - - - -
10862026-03-24T03:44:49.760Z[ 5] 5.00-6.00 sec 123 MBytes 1.03 Gbits/sec
10872026-03-24T03:44:49.760Z[ 7] 5.00-6.00 sec 123 MBytes 1.03 Gbits/sec
10882026-03-24T03:44:49.760Z[ 9] 5.00-6.00 sec 123 MBytes 1.03 Gbits/sec
10892026-03-24T03:44:49.761Z[ 11] 5.00-6.00 sec 123 MBytes 1.03 Gbits/sec
10902026-03-24T03:44:49.761Z[ 13] 5.00-6.00 sec 123 MBytes 1.03 Gbits/sec
10912026-03-24T03:44:49.761Z[ 15] 5.00-6.00 sec 123 MBytes 1.03 Gbits/sec
10922026-03-24T03:44:49.761Z[ 17] 5.00-6.00 sec 123 MBytes 1.03 Gbits/sec
10932026-03-24T03:44:49.761Z[ 19] 5.00-6.00 sec 123 MBytes 1.03 Gbits/sec
10942026-03-24T03:44:49.761Z[SUM] 5.00-6.00 sec 986 MBytes 8.27 Gbits/sec
10952026-03-24T03:44:49.761Z- - - - - - - - - - - - - - - - - - - - - - - - -
10962026-03-24T03:44:49.761Z[ 5] 6.00-7.00 sec 121 MBytes 1.01 Gbits/sec
10972026-03-24T03:44:49.761Z[ 7] 6.00-7.00 sec 121 MBytes 1.01 Gbits/sec
10982026-03-24T03:44:49.761Z[ 9] 6.00-7.00 sec 121 MBytes 1.01 Gbits/sec
10992026-03-24T03:44:52.975Z[ 11] 6.00-7.00 sec 121 MBytes 1.01 Gbits/sec
11002026-03-24T03:44:52.975Z[ 13] 6.00-7.00 sec 121 MBytes 1.01 Gbits/sec
11012026-03-24T03:44:52.975Z[ 15] 6.00-7.00 sec 121 MBytes 1.01 Gbits/sec
11022026-03-24T03:44:52.975Z[ 17] 6.00-7.00 sec 121 MBytes 1.01 Gbits/sec
11032026-03-24T03:44:52.975Z[ 19] 6.00-7.00 sec 121 MBytes 1.01 Gbits/sec
11042026-03-24T03:44:52.975Z[SUM] 6.00-7.00 sec 967 MBytes 8.11 Gbits/sec
11052026-03-24T03:44:52.975Z- - - - - - - - - - - - - - - - - - - - - - - - -
11062026-03-24T03:44:52.975Z[ 5] 7.00-8.00 sec 121 MBytes 1.02 Gbits/sec
11072026-03-24T03:44:52.975Z[ 7] 7.00-8.00 sec 121 MBytes 1.02 Gbits/sec
11082026-03-24T03:44:52.975Z[ 9] 7.00-8.00 sec 121 MBytes 1.02 Gbits/sec
11092026-03-24T03:44:52.975Z[ 11] 7.00-8.00 sec 121 MBytes 1.02 Gbits/sec
11102026-03-24T03:44:52.975Z[ 13] 7.00-8.00 sec 121 MBytes 1.02 Gbits/sec
11112026-03-24T03:44:52.975Z[ 15] 7.00-8.00 sec 121 MBytes 1.02 Gbits/sec
11122026-03-24T03:44:52.975Z[ 17] 7.00-8.00 sec 121 MBytes 1.02 Gbits/sec
11132026-03-24T03:44:52.975Z[ 19] 7.00-8.00 sec 121 MBytes 1.02 Gbits/sec
11142026-03-24T03:44:52.975Z[SUM] 7.00-8.00 sec 971 MBytes 8.15 Gbits/sec
11152026-03-24T03:44:52.976Z- - - - - - - - - - - - - - - - - - - - - - - - -
11162026-03-24T03:44:52.976Z[ 5] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
11172026-03-24T03:44:52.976Z[ 7] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
11182026-03-24T03:44:52.976Z[ 9] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
11192026-03-24T03:44:52.976Z[ 11] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
11202026-03-24T03:44:52.976Z[ 13] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
11212026-03-24T03:44:52.976Z[ 15] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
11222026-03-24T03:44:52.976Z[ 17] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
11232026-03-24T03:44:52.976Z[ 19] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
11242026-03-24T03:44:52.976Z[SUM] 8.00-9.00 sec 974 MBytes 8.17 Gbits/sec
11252026-03-24T03:44:52.976Z- - - - - - - - - - - - - - - - - - - - - - - - -
11262026-03-24T03:44:52.976Z[ 5] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
11272026-03-24T03:44:52.976Z[ 7] 9.00-10.00 sec 121 MBytes 1.01 Gbits/sec
11282026-03-24T03:44:52.976Z[ 9] 9.00-10.00 sec 121 MBytes 1.01 Gbits/sec
11292026-03-24T03:44:52.976Z[ 11] 9.00-10.00 sec 121 MBytes 1.01 Gbits/sec
11302026-03-24T03:44:52.976Z[ 13] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
11312026-03-24T03:44:52.976Z[ 15] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
11322026-03-24T03:44:52.976Z[ 17] 9.00-10.00 sec 121 MBytes 1.01 Gbits/sec
11332026-03-24T03:44:52.976Z[ 19] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
11342026-03-24T03:44:52.976Z[SUM] 9.00-10.00 sec 968 MBytes 8.12 Gbits/sec
11352026-03-24T03:44:52.976Z- - - - - - - - - - - - - - - - - - - - - - - - -
11362026-03-24T03:44:52.976Z[ 5] 10.00-10.00 sec 84.3 KBytes 1.22 Gbits/sec
11372026-03-24T03:44:52.976Z[ 7] 10.00-10.00 sec 124 KBytes 1.81 Gbits/sec
11382026-03-24T03:44:52.976Z[ 9] 10.00-10.00 sec 119 KBytes 1.73 Gbits/sec
11392026-03-24T03:44:52.976Z[ 11] 10.00-10.00 sec 80.6 KBytes 1.18 Gbits/sec
11402026-03-24T03:44:52.976Z[ 13] 10.00-10.00 sec 48.1 KBytes 702 Mbits/sec
11412026-03-24T03:44:52.976Z[ 15] 10.00-10.00 sec 68.0 KBytes 1.03 Gbits/sec
11422026-03-24T03:44:52.976Z[ 17] 10.00-10.00 sec 112 KBytes 1.70 Gbits/sec
11432026-03-24T03:44:52.976Z[ 19] 10.00-10.00 sec 96.2 KBytes 1.46 Gbits/sec
11442026-03-24T03:44:52.976Z[SUM] 10.00-10.00 sec 733 KBytes 10.6 Gbits/sec
11452026-03-24T03:44:52.976Z- - - - - - - - - - - - - - - - - - - - - - - - -
11462026-03-24T03:44:52.976Z[ ID] Interval Transfer Bandwidth
11472026-03-24T03:44:52.976Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11482026-03-24T03:44:52.976Z[ 5] 0.00-10.00 sec 1.15 GBytes 986 Mbits/sec receiver
11492026-03-24T03:44:52.976Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11502026-03-24T03:44:52.976Z[ 7] 0.00-10.00 sec 1.15 GBytes 985 Mbits/sec receiver
11512026-03-24T03:44:52.976Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11522026-03-24T03:44:52.976Z[ 9] 0.00-10.00 sec 1.15 GBytes 985 Mbits/sec receiver
11532026-03-24T03:44:52.977Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11542026-03-24T03:44:52.977Z[ 11] 0.00-10.00 sec 1.15 GBytes 985 Mbits/sec receiver
11552026-03-24T03:44:52.977Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11562026-03-24T03:44:52.977Z[ 13] 0.00-10.00 sec 1.15 GBytes 985 Mbits/sec receiver
11572026-03-24T03:44:52.977Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11582026-03-24T03:44:52.977Z[ 15] 0.00-10.00 sec 1.15 GBytes 985 Mbits/sec receiver
11592026-03-24T03:44:52.977Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11602026-03-24T03:44:52.977Z[ 17] 0.00-10.00 sec 1.15 GBytes 985 Mbits/sec receiver
11612026-03-24T03:44:52.977Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11622026-03-24T03:44:52.977Z[ 19] 0.00-10.00 sec 1.15 GBytes 985 Mbits/sec receiver
11632026-03-24T03:44:52.977Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11642026-03-24T03:44:52.977Z[SUM] 0.00-10.00 sec 9.17 GBytes 7.88 Gbits/sec receiver
11652026-03-24T03:44:52.980ZRun 1/5...7880.041Mbps
11662026-03-24T03:45:00.002Z-----------------------------------------------------------
11672026-03-24T03:45:00.003ZServer listening on 5201
11682026-03-24T03:45:00.003Z-----------------------------------------------------------
11692026-03-24T03:45:00.003ZAccepted connection from 10.0.0.1, port 32866
11702026-03-24T03:45:00.003Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45545
11712026-03-24T03:45:00.003Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45990
11722026-03-24T03:45:00.003Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46652
11732026-03-24T03:45:00.003Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65534
11742026-03-24T03:45:00.003Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62392
11752026-03-24T03:45:00.003Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34890
11762026-03-24T03:45:00.003Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63725
11772026-03-24T03:45:00.003Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40520
11782026-03-24T03:45:00.003Z[ ID] Interval Transfer Bandwidth
11792026-03-24T03:45:00.003Z[ 5] 0.00-1.00 sec 83.1 MBytes 697 Mbits/sec
11802026-03-24T03:45:00.003Z[ 7] 0.00-1.00 sec 83.0 MBytes 696 Mbits/sec
11812026-03-24T03:45:00.003Z[ 9] 0.00-1.00 sec 82.9 MBytes 696 Mbits/sec
11822026-03-24T03:45:00.003Z[ 11] 0.00-1.00 sec 82.8 MBytes 694 Mbits/sec
11832026-03-24T03:45:00.003Z[ 13] 0.00-1.00 sec 82.8 MBytes 695 Mbits/sec
11842026-03-24T03:45:00.003Z[ 15] 0.00-1.00 sec 82.7 MBytes 694 Mbits/sec
11852026-03-24T03:45:00.003Z[ 17] 0.00-1.00 sec 82.8 MBytes 694 Mbits/sec
11862026-03-24T03:45:00.003Z[ 19] 0.00-1.00 sec 82.7 MBytes 694 Mbits/sec
11872026-03-24T03:45:00.003Z[SUM] 0.00-1.00 sec 663 MBytes 5.56 Gbits/sec
11882026-03-24T03:45:00.003Z- - - - - - - - - - - - - - - - - - - - - - - - -
11892026-03-24T03:45:00.003Z[ 5] 1.00-2.00 sec 121 MBytes 1.01 Gbits/sec
11902026-03-24T03:45:00.003Z[ 7] 1.00-2.00 sec 121 MBytes 1.01 Gbits/sec
11912026-03-24T03:45:00.003Z[ 9] 1.00-2.00 sec 121 MBytes 1.01 Gbits/sec
11922026-03-24T03:45:00.003Z[ 11] 1.00-2.00 sec 121 MBytes 1.01 Gbits/sec
11932026-03-24T03:45:00.003Z[ 13] 1.00-2.00 sec 121 MBytes 1.01 Gbits/sec
11942026-03-24T03:45:00.003Z[ 15] 1.00-2.00 sec 121 MBytes 1.01 Gbits/sec
11952026-03-24T03:45:00.003Z[ 17] 1.00-2.00 sec 121 MBytes 1.02 Gbits/sec
11962026-03-24T03:45:00.003Z[ 19] 1.00-2.00 sec 121 MBytes 1.01 Gbits/sec
11972026-03-24T03:45:00.003Z[SUM] 1.00-2.00 sec 967 MBytes 8.11 Gbits/sec
11982026-03-24T03:45:00.003Z- - - - - - - - - - - - - - - - - - - - - - - - -
11992026-03-24T03:45:00.003Z[ 5] 2.00-3.00 sec 122 MBytes 1.02 Gbits/sec
12002026-03-24T03:45:00.003Z[ 7] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
12012026-03-24T03:45:00.003Z[ 9] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
12022026-03-24T03:45:00.003Z[ 11] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
12032026-03-24T03:45:00.004Z[ 13] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
12042026-03-24T03:45:00.004Z[ 15] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
12052026-03-24T03:45:00.004Z[ 17] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
12062026-03-24T03:45:00.004Z[ 19] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
12072026-03-24T03:45:00.004Z[SUM] 2.00-3.00 sec 971 MBytes 8.14 Gbits/sec
12082026-03-24T03:45:00.004Z- - - - - - - - - - - - - - - - - - - - - - - - -
12092026-03-24T03:45:00.004Z[ 5] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
12102026-03-24T03:45:00.004Z[ 7] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
12112026-03-24T03:45:00.004Z[ 9] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
12122026-03-24T03:45:00.004Z[ 11] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
12132026-03-24T03:45:00.004Z[ 13] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
12142026-03-24T03:45:00.004Z[ 15] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
12152026-03-24T03:45:00.004Z[ 17] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
12162026-03-24T03:45:00.004Z[ 19] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
12172026-03-24T03:45:00.004Z[SUM] 3.00-4.00 sec 973 MBytes 8.16 Gbits/sec
12182026-03-24T03:45:00.004Z- - - - - - - - - - - - - - - - - - - - - - - - -
12192026-03-24T03:45:00.004Z[ 5] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
12202026-03-24T03:45:00.004Z[ 7] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
12212026-03-24T03:45:00.004Z[ 9] 4.00-5.00 sec 121 MBytes 1.02 Gbits/sec
12222026-03-24T03:45:00.004Z[ 11] 4.00-5.00 sec 121 MBytes 1.02 Gbits/sec
12232026-03-24T03:45:00.004Z[ 13] 4.00-5.00 sec 121 MBytes 1.02 Gbits/sec
12242026-03-24T03:45:00.004Z[ 15] 4.00-5.00 sec 121 MBytes 1.02 Gbits/sec
12252026-03-24T03:45:00.004Z[ 17] 4.00-5.00 sec 121 MBytes 1.02 Gbits/sec
12262026-03-24T03:45:00.004Z[ 19] 4.00-5.00 sec 121 MBytes 1.02 Gbits/sec
12272026-03-24T03:45:00.004Z[SUM] 4.00-5.00 sec 971 MBytes 8.15 Gbits/sec
12282026-03-24T03:45:00.004Z- - - - - - - - - - - - - - - - - - - - - - - - -
12292026-03-24T03:45:00.004Z[ 5] 5.00-6.00 sec 121 MBytes 1.02 Gbits/sec
12302026-03-24T03:45:00.004Z[ 7] 5.00-6.00 sec 121 MBytes 1.01 Gbits/sec
12312026-03-24T03:45:00.004Z[ 9] 5.00-6.00 sec 121 MBytes 1.01 Gbits/sec
12322026-03-24T03:45:00.004Z[ 11] 5.00-6.00 sec 121 MBytes 1.02 Gbits/sec
12332026-03-24T03:45:00.004Z[ 13] 5.00-6.00 sec 121 MBytes 1.01 Gbits/sec
12342026-03-24T03:45:00.004Z[ 15] 5.00-6.00 sec 121 MBytes 1.02 Gbits/sec
12352026-03-24T03:45:00.004Z[ 17] 5.00-6.00 sec 121 MBytes 1.01 Gbits/sec
12362026-03-24T03:45:00.004Z[ 19] 5.00-6.00 sec 121 MBytes 1.02 Gbits/sec
12372026-03-24T03:45:00.004Z[SUM] 5.00-6.00 sec 968 MBytes 8.12 Gbits/sec
12382026-03-24T03:45:00.004Z- - - - - - - - - - - - - - - - - - - - - - - - -
12392026-03-24T03:45:00.004Z[ 5] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
12402026-03-24T03:45:00.004Z[ 7] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
12412026-03-24T03:45:00.004Z[ 9] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
12422026-03-24T03:45:03.216Z[ 11] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
12432026-03-24T03:45:03.216Z[ 13] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
12442026-03-24T03:45:03.216Z[ 15] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
12452026-03-24T03:45:03.216Z[ 17] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
12462026-03-24T03:45:03.216Z[ 19] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
12472026-03-24T03:45:03.216Z[SUM] 6.00-7.00 sec 975 MBytes 8.18 Gbits/sec
12482026-03-24T03:45:03.216Z- - - - - - - - - - - - - - - - - - - - - - - - -
12492026-03-24T03:45:03.216Z[ 5] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
12502026-03-24T03:45:03.216Z[ 7] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
12512026-03-24T03:45:03.216Z[ 9] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
12522026-03-24T03:45:03.216Z[ 11] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
12532026-03-24T03:45:03.217Z[ 13] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
12542026-03-24T03:45:03.217Z[ 15] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
12552026-03-24T03:45:03.217Z[ 17] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
12562026-03-24T03:45:03.217Z[ 19] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
12572026-03-24T03:45:03.217Z[SUM] 7.00-8.00 sec 974 MBytes 8.17 Gbits/sec
12582026-03-24T03:45:03.217Z- - - - - - - - - - - - - - - - - - - - - - - - -
12592026-03-24T03:45:03.217Z[ 5] 8.00-9.00 sec 121 MBytes 1.02 Gbits/sec
12602026-03-24T03:45:03.217Z[ 7] 8.00-9.00 sec 121 MBytes 1.02 Gbits/sec
12612026-03-24T03:45:03.217Z[ 9] 8.00-9.00 sec 121 MBytes 1.02 Gbits/sec
12622026-03-24T03:45:03.217Z[ 11] 8.00-9.00 sec 121 MBytes 1.02 Gbits/sec
12632026-03-24T03:45:03.217Z[ 13] 8.00-9.00 sec 121 MBytes 1.02 Gbits/sec
12642026-03-24T03:45:03.217Z[ 15] 8.00-9.00 sec 121 MBytes 1.02 Gbits/sec
12652026-03-24T03:45:03.217Z[ 17] 8.00-9.00 sec 121 MBytes 1.02 Gbits/sec
12662026-03-24T03:45:03.217Z[ 19] 8.00-9.00 sec 121 MBytes 1.02 Gbits/sec
12672026-03-24T03:45:03.217Z[SUM] 8.00-9.00 sec 969 MBytes 8.13 Gbits/sec
12682026-03-24T03:45:03.217Z- - - - - - - - - - - - - - - - - - - - - - - - -
12692026-03-24T03:45:03.217Z[ 5] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
12702026-03-24T03:45:03.217Z[ 7] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
12712026-03-24T03:45:03.217Z[ 9] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
12722026-03-24T03:45:03.217Z[ 11] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
12732026-03-24T03:45:03.217Z[ 13] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
12742026-03-24T03:45:03.217Z[ 15] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
12752026-03-24T03:45:03.217Z[ 17] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
12762026-03-24T03:45:03.217Z[ 19] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
12772026-03-24T03:45:03.217Z[SUM] 9.00-10.00 sec 971 MBytes 8.15 Gbits/sec
12782026-03-24T03:45:03.217Z- - - - - - - - - - - - - - - - - - - - - - - - -
12792026-03-24T03:45:03.217Z[ 5] 10.00-10.00 sec 118 KBytes 1.86 Gbits/sec
12802026-03-24T03:45:03.217Z[ 7] 10.00-10.00 sec 84.1 KBytes 1.33 Gbits/sec
12812026-03-24T03:45:03.217Z[ 9] 10.00-10.00 sec 55.1 KBytes 874 Mbits/sec
12822026-03-24T03:45:03.217Z[ 11] 10.00-10.00 sec 53.4 KBytes 846 Mbits/sec
12832026-03-24T03:45:03.217Z[ 13] 10.00-10.00 sec 65.4 KBytes 1.04 Gbits/sec
12842026-03-24T03:45:03.217Z[ 15] 10.00-10.00 sec 53.9 KBytes 855 Mbits/sec
12852026-03-24T03:45:03.217Z[ 17] 10.00-10.00 sec 111 KBytes 1.76 Gbits/sec
12862026-03-24T03:45:03.217Z[ 19] 10.00-10.00 sec 79.4 KBytes 1.26 Gbits/sec
12872026-03-24T03:45:03.217Z[SUM] 10.00-10.00 sec 620 KBytes 9.77 Gbits/sec
12882026-03-24T03:45:03.217Z- - - - - - - - - - - - - - - - - - - - - - - - -
12892026-03-24T03:45:03.217Z[ ID] Interval Transfer Bandwidth
12902026-03-24T03:45:03.217Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12912026-03-24T03:45:03.217Z[ 5] 0.00-10.00 sec 1.15 GBytes 986 Mbits/sec receiver
12922026-03-24T03:45:03.217Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12932026-03-24T03:45:03.218Z[ 7] 0.00-10.00 sec 1.15 GBytes 986 Mbits/sec receiver
12942026-03-24T03:45:03.218Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12952026-03-24T03:45:03.218Z[ 9] 0.00-10.00 sec 1.15 GBytes 986 Mbits/sec receiver
12962026-03-24T03:45:03.218Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12972026-03-24T03:45:03.218Z[ 11] 0.00-10.00 sec 1.15 GBytes 986 Mbits/sec receiver
12982026-03-24T03:45:03.218Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12992026-03-24T03:45:03.218Z[ 13] 0.00-10.00 sec 1.15 GBytes 986 Mbits/sec receiver
13002026-03-24T03:45:03.218Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13012026-03-24T03:45:03.218Z[ 15] 0.00-10.00 sec 1.15 GBytes 986 Mbits/sec receiver
13022026-03-24T03:45:03.218Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13032026-03-24T03:45:03.218Z[ 17] 0.00-10.00 sec 1.15 GBytes 986 Mbits/sec receiver
13042026-03-24T03:45:03.218Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13052026-03-24T03:45:03.218Z[ 19] 0.00-10.00 sec 1.15 GBytes 986 Mbits/sec receiver
13062026-03-24T03:45:03.218Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13072026-03-24T03:45:03.218Z[SUM] 0.00-10.00 sec 9.18 GBytes 7.89 Gbits/sec receiver
13082026-03-24T03:45:03.221ZRun 2/5...7888.384Mbps
13092026-03-24T03:45:10.243Z-----------------------------------------------------------
13102026-03-24T03:45:10.243ZServer listening on 5201
13112026-03-24T03:45:10.243Z-----------------------------------------------------------
13122026-03-24T03:45:10.243ZAccepted connection from 10.0.0.1, port 57789
13132026-03-24T03:45:10.243Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62873
13142026-03-24T03:45:10.243Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50837
13152026-03-24T03:45:10.243Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59303
13162026-03-24T03:45:10.243Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50887
13172026-03-24T03:45:10.244Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53265
13182026-03-24T03:45:10.244Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61973
13192026-03-24T03:45:10.244Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46286
13202026-03-24T03:45:10.244Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48311
13212026-03-24T03:45:10.244Z[ ID] Interval Transfer Bandwidth
13222026-03-24T03:45:10.244Z[ 5] 0.00-1.00 sec 83.5 MBytes 700 Mbits/sec
13232026-03-24T03:45:10.244Z[ 7] 0.00-1.00 sec 83.2 MBytes 698 Mbits/sec
13242026-03-24T03:45:10.244Z[ 9] 0.00-1.00 sec 83.3 MBytes 699 Mbits/sec
13252026-03-24T03:45:10.244Z[ 11] 0.00-1.00 sec 83.2 MBytes 698 Mbits/sec
13262026-03-24T03:45:10.244Z[ 13] 0.00-1.00 sec 83.2 MBytes 698 Mbits/sec
13272026-03-24T03:45:10.244Z[ 15] 0.00-1.00 sec 83.1 MBytes 697 Mbits/sec
13282026-03-24T03:45:10.244Z[ 17] 0.00-1.00 sec 83.1 MBytes 697 Mbits/sec
13292026-03-24T03:45:10.244Z[ 19] 0.00-1.00 sec 83.0 MBytes 697 Mbits/sec
13302026-03-24T03:45:10.244Z[SUM] 0.00-1.00 sec 666 MBytes 5.58 Gbits/sec
13312026-03-24T03:45:10.244Z- - - - - - - - - - - - - - - - - - - - - - - - -
13322026-03-24T03:45:10.244Z[ 5] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
13332026-03-24T03:45:10.244Z[ 7] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
13342026-03-24T03:45:10.244Z[ 9] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
13352026-03-24T03:45:10.245Z[ 11] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
13362026-03-24T03:45:10.245Z[ 13] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
13372026-03-24T03:45:10.245Z[ 15] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
13382026-03-24T03:45:10.245Z[ 17] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
13392026-03-24T03:45:10.245Z[ 19] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
13402026-03-24T03:45:10.245Z[SUM] 1.00-2.00 sec 975 MBytes 8.18 Gbits/sec
13412026-03-24T03:45:10.245Z- - - - - - - - - - - - - - - - - - - - - - - - -
13422026-03-24T03:45:10.245Z[ 5] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
13432026-03-24T03:45:10.245Z[ 7] 2.00-3.00 sec 122 MBytes 1.02 Gbits/sec
13442026-03-24T03:45:10.245Z[ 9] 2.00-3.00 sec 122 MBytes 1.02 Gbits/sec
13452026-03-24T03:45:10.245Z[ 11] 2.00-3.00 sec 122 MBytes 1.02 Gbits/sec
13462026-03-24T03:45:10.245Z[ 13] 2.00-3.00 sec 122 MBytes 1.02 Gbits/sec
13472026-03-24T03:45:10.245Z[ 15] 2.00-3.00 sec 122 MBytes 1.02 Gbits/sec
13482026-03-24T03:45:10.245Z[ 17] 2.00-3.00 sec 122 MBytes 1.02 Gbits/sec
13492026-03-24T03:45:10.245Z[ 19] 2.00-3.00 sec 122 MBytes 1.02 Gbits/sec
13502026-03-24T03:45:10.245Z[SUM] 2.00-3.00 sec 973 MBytes 8.16 Gbits/sec
13512026-03-24T03:45:10.245Z- - - - - - - - - - - - - - - - - - - - - - - - -
13522026-03-24T03:45:10.245Z[ 5] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
13532026-03-24T03:45:10.245Z[ 7] 3.00-4.00 sec 121 MBytes 1.02 Gbits/sec
13542026-03-24T03:45:10.245Z[ 9] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
13552026-03-24T03:45:10.245Z[ 11] 3.00-4.00 sec 121 MBytes 1.02 Gbits/sec
13562026-03-24T03:45:10.245Z[ 13] 3.00-4.00 sec 121 MBytes 1.02 Gbits/sec
13572026-03-24T03:45:10.245Z[ 15] 3.00-4.00 sec 121 MBytes 1.02 Gbits/sec
13582026-03-24T03:45:10.245Z[ 17] 3.00-4.00 sec 121 MBytes 1.02 Gbits/sec
13592026-03-24T03:45:10.245Z[ 19] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
13602026-03-24T03:45:10.245Z[SUM] 3.00-4.00 sec 972 MBytes 8.16 Gbits/sec
13612026-03-24T03:45:10.246Z- - - - - - - - - - - - - - - - - - - - - - - - -
13622026-03-24T03:45:10.246Z[ 5] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
13632026-03-24T03:45:10.246Z[ 7] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
13642026-03-24T03:45:10.246Z[ 9] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
13652026-03-24T03:45:10.250Z[ 11] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
13662026-03-24T03:45:10.250Z[ 13] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
13672026-03-24T03:45:10.250Z[ 15] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
13682026-03-24T03:45:10.250Z[ 17] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
13692026-03-24T03:45:10.250Z[ 19] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
13702026-03-24T03:45:10.250Z[SUM] 4.00-5.00 sec 974 MBytes 8.17 Gbits/sec
13712026-03-24T03:45:10.250Z- - - - - - - - - - - - - - - - - - - - - - - - -
13722026-03-24T03:45:10.250Z[ 5] 5.00-6.00 sec 121 MBytes 1.02 Gbits/sec
13732026-03-24T03:45:10.250Z[ 7] 5.00-6.00 sec 121 MBytes 1.02 Gbits/sec
13742026-03-24T03:45:10.250Z[ 9] 5.00-6.00 sec 121 MBytes 1.02 Gbits/sec
13752026-03-24T03:45:10.250Z[ 11] 5.00-6.00 sec 121 MBytes 1.02 Gbits/sec
13762026-03-24T03:45:10.250Z[ 13] 5.00-6.00 sec 121 MBytes 1.02 Gbits/sec
13772026-03-24T03:45:10.250Z[ 15] 5.00-6.00 sec 121 MBytes 1.02 Gbits/sec
13782026-03-24T03:45:10.250Z[ 17] 5.00-6.00 sec 121 MBytes 1.02 Gbits/sec
13792026-03-24T03:45:10.250Z[ 19] 5.00-6.00 sec 121 MBytes 1.02 Gbits/sec
13802026-03-24T03:45:10.250Z[SUM] 5.00-6.00 sec 969 MBytes 8.13 Gbits/sec
13812026-03-24T03:45:10.250Z- - - - - - - - - - - - - - - - - - - - - - - - -
13822026-03-24T03:45:10.250Z[ 5] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
13832026-03-24T03:45:10.251Z[ 7] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
13842026-03-24T03:45:10.251Z[ 9] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
13852026-03-24T03:45:13.457Z[ 11] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
13862026-03-24T03:45:13.458Z[ 13] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
13872026-03-24T03:45:13.458Z[ 15] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
13882026-03-24T03:45:13.458Z[ 17] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
13892026-03-24T03:45:13.458Z[ 19] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
13902026-03-24T03:45:13.458Z[SUM] 6.00-7.00 sec 971 MBytes 8.15 Gbits/sec
13912026-03-24T03:45:13.458Z- - - - - - - - - - - - - - - - - - - - - - - - -
13922026-03-24T03:45:13.458Z[ 5] 7.00-8.00 sec 121 MBytes 1.02 Gbits/sec
13932026-03-24T03:45:13.458Z[ 7] 7.00-8.00 sec 121 MBytes 1.02 Gbits/sec
13942026-03-24T03:45:13.458Z[ 9] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
13952026-03-24T03:45:13.458Z[ 11] 7.00-8.00 sec 121 MBytes 1.02 Gbits/sec
13962026-03-24T03:45:13.458Z[ 13] 7.00-8.00 sec 121 MBytes 1.02 Gbits/sec
13972026-03-24T03:45:13.458Z[ 15] 7.00-8.00 sec 121 MBytes 1.02 Gbits/sec
13982026-03-24T03:45:13.458Z[ 17] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
13992026-03-24T03:45:13.458Z[ 19] 7.00-8.00 sec 121 MBytes 1.02 Gbits/sec
14002026-03-24T03:45:13.458Z[SUM] 7.00-8.00 sec 972 MBytes 8.15 Gbits/sec
14012026-03-24T03:45:13.458Z- - - - - - - - - - - - - - - - - - - - - - - - -
14022026-03-24T03:45:13.458Z[ 5] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
14032026-03-24T03:45:13.458Z[ 7] 8.00-9.00 sec 122 MBytes 1.03 Gbits/sec
14042026-03-24T03:45:13.458Z[ 9] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
14052026-03-24T03:45:13.458Z[ 11] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
14062026-03-24T03:45:13.458Z[ 13] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
14072026-03-24T03:45:13.458Z[ 15] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
14082026-03-24T03:45:13.458Z[ 17] 8.00-9.00 sec 122 MBytes 1.03 Gbits/sec
14092026-03-24T03:45:13.458Z[ 19] 8.00-9.00 sec 122 MBytes 1.03 Gbits/sec
14102026-03-24T03:45:13.458Z[SUM] 8.00-9.00 sec 977 MBytes 8.20 Gbits/sec
14112026-03-24T03:45:13.458Z- - - - - - - - - - - - - - - - - - - - - - - - -
14122026-03-24T03:45:13.458Z[ 5] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
14132026-03-24T03:45:13.458Z[ 7] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
14142026-03-24T03:45:13.458Z[ 9] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
14152026-03-24T03:45:13.458Z[ 11] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
14162026-03-24T03:45:13.458Z[ 13] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
14172026-03-24T03:45:13.458Z[ 15] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
14182026-03-24T03:45:13.458Z[ 17] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
14192026-03-24T03:45:13.458Z[ 19] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
14202026-03-24T03:45:13.458Z[SUM] 9.00-10.00 sec 970 MBytes 8.14 Gbits/sec
14212026-03-24T03:45:13.458Z- - - - - - - - - - - - - - - - - - - - - - - - -
14222026-03-24T03:45:13.458Z[ 5] 10.00-10.00 sec 20.0 KBytes 337 Mbits/sec
14232026-03-24T03:45:13.458Z[ 7] 10.00-10.00 sec 65.2 KBytes 1.10 Gbits/sec
14242026-03-24T03:45:13.459Z[ 9] 10.00-10.00 sec 113 KBytes 1.92 Gbits/sec
14252026-03-24T03:45:13.459Z[ 11] 10.00-10.00 sec 95.6 KBytes 1.62 Gbits/sec
14262026-03-24T03:45:13.459Z[ 13] 10.00-10.00 sec 97.2 KBytes 1.65 Gbits/sec
14272026-03-24T03:45:13.459Z[ 15] 10.00-10.00 sec 73.9 KBytes 1.25 Gbits/sec
14282026-03-24T03:45:13.459Z[ 17] 10.00-10.00 sec 89.1 KBytes 1.51 Gbits/sec
14292026-03-24T03:45:13.459Z[ 19] 10.00-10.00 sec 41.5 KBytes 705 Mbits/sec
14302026-03-24T03:45:13.459Z[SUM] 10.00-10.00 sec 596 KBytes 10.0 Gbits/sec
14312026-03-24T03:45:13.459Z- - - - - - - - - - - - - - - - - - - - - - - - -
14322026-03-24T03:45:13.459Z[ ID] Interval Transfer Bandwidth
14332026-03-24T03:45:13.459Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14342026-03-24T03:45:13.459Z[ 5] 0.00-10.00 sec 1.15 GBytes 988 Mbits/sec receiver
14352026-03-24T03:45:13.459Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14362026-03-24T03:45:13.459Z[ 7] 0.00-10.00 sec 1.15 GBytes 988 Mbits/sec receiver
14372026-03-24T03:45:13.459Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14382026-03-24T03:45:13.459Z[ 9] 0.00-10.00 sec 1.15 GBytes 988 Mbits/sec receiver
14392026-03-24T03:45:13.459Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14402026-03-24T03:45:13.459Z[ 11] 0.00-10.00 sec 1.15 GBytes 988 Mbits/sec receiver
14412026-03-24T03:45:13.459Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14422026-03-24T03:45:13.459Z[ 13] 0.00-10.00 sec 1.15 GBytes 988 Mbits/sec receiver
14432026-03-24T03:45:13.459Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14442026-03-24T03:45:13.459Z[ 15] 0.00-10.00 sec 1.15 GBytes 988 Mbits/sec receiver
14452026-03-24T03:45:13.459Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14462026-03-24T03:45:13.459Z[ 17] 0.00-10.00 sec 1.15 GBytes 988 Mbits/sec receiver
14472026-03-24T03:45:13.459Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14482026-03-24T03:45:13.459Z[ 19] 0.00-10.00 sec 1.15 GBytes 988 Mbits/sec receiver
14492026-03-24T03:45:13.459Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14502026-03-24T03:45:13.459Z[SUM] 0.00-10.00 sec 9.20 GBytes 7.90 Gbits/sec receiver
14512026-03-24T03:45:13.463ZRun 3/5...7903.023Mbps
14522026-03-24T03:45:20.484Z-----------------------------------------------------------
14532026-03-24T03:45:20.484ZServer listening on 5201
14542026-03-24T03:45:20.484Z-----------------------------------------------------------
14552026-03-24T03:45:20.484ZAccepted connection from 10.0.0.1, port 47191
14562026-03-24T03:45:20.485Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54289
14572026-03-24T03:45:20.485Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59739
14582026-03-24T03:45:20.485Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49247
14592026-03-24T03:45:20.485Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36233
14602026-03-24T03:45:20.485Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36460
14612026-03-24T03:45:20.485Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41482
14622026-03-24T03:45:20.485Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37203
14632026-03-24T03:45:20.485Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60452
14642026-03-24T03:45:20.485Z[ ID] Interval Transfer Bandwidth
14652026-03-24T03:45:20.485Z[ 5] 0.00-1.00 sec 82.6 MBytes 693 Mbits/sec
14662026-03-24T03:45:20.485Z[ 7] 0.00-1.00 sec 82.8 MBytes 695 Mbits/sec
14672026-03-24T03:45:20.485Z[ 9] 0.00-1.00 sec 82.7 MBytes 694 Mbits/sec
14682026-03-24T03:45:20.485Z[ 11] 0.00-1.00 sec 82.6 MBytes 693 Mbits/sec
14692026-03-24T03:45:20.485Z[ 13] 0.00-1.00 sec 82.5 MBytes 692 Mbits/sec
14702026-03-24T03:45:20.485Z[ 15] 0.00-1.00 sec 82.5 MBytes 692 Mbits/sec
14712026-03-24T03:45:20.485Z[ 17] 0.00-1.00 sec 82.6 MBytes 693 Mbits/sec
14722026-03-24T03:45:20.485Z[ 19] 0.00-1.00 sec 82.6 MBytes 692 Mbits/sec
14732026-03-24T03:45:20.485Z[SUM] 0.00-1.00 sec 661 MBytes 5.54 Gbits/sec
14742026-03-24T03:45:20.485Z- - - - - - - - - - - - - - - - - - - - - - - - -
14752026-03-24T03:45:20.485Z[ 5] 1.00-2.00 sec 121 MBytes 1.01 Gbits/sec
14762026-03-24T03:45:20.485Z[ 7] 1.00-2.00 sec 120 MBytes 1.01 Gbits/sec
14772026-03-24T03:45:20.485Z[ 9] 1.00-2.00 sec 121 MBytes 1.01 Gbits/sec
14782026-03-24T03:45:20.485Z[ 11] 1.00-2.00 sec 120 MBytes 1.01 Gbits/sec
14792026-03-24T03:45:20.485Z[ 13] 1.00-2.00 sec 121 MBytes 1.01 Gbits/sec
14802026-03-24T03:45:20.485Z[ 15] 1.00-2.00 sec 120 MBytes 1.01 Gbits/sec
14812026-03-24T03:45:20.485Z[ 17] 1.00-2.00 sec 121 MBytes 1.01 Gbits/sec
14822026-03-24T03:45:20.485Z[ 19] 1.00-2.00 sec 121 MBytes 1.01 Gbits/sec
14832026-03-24T03:45:20.485Z[SUM] 1.00-2.00 sec 964 MBytes 8.09 Gbits/sec
14842026-03-24T03:45:20.485Z- - - - - - - - - - - - - - - - - - - - - - - - -
14852026-03-24T03:45:20.485Z[ 5] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
14862026-03-24T03:45:20.485Z[ 7] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
14872026-03-24T03:45:20.485Z[ 9] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
14882026-03-24T03:45:20.485Z[ 11] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
14892026-03-24T03:45:20.485Z[ 13] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
14902026-03-24T03:45:20.485Z[ 15] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
14912026-03-24T03:45:20.485Z[ 17] 2.00-3.00 sec 122 MBytes 1.02 Gbits/sec
14922026-03-24T03:45:20.485Z[ 19] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
14932026-03-24T03:45:20.485Z[SUM] 2.00-3.00 sec 972 MBytes 8.15 Gbits/sec
14942026-03-24T03:45:20.485Z- - - - - - - - - - - - - - - - - - - - - - - - -
14952026-03-24T03:45:20.486Z[ 5] 3.00-4.00 sec 121 MBytes 1.01 Gbits/sec
14962026-03-24T03:45:20.486Z[ 7] 3.00-4.00 sec 121 MBytes 1.01 Gbits/sec
14972026-03-24T03:45:20.486Z[ 9] 3.00-4.00 sec 121 MBytes 1.01 Gbits/sec
14982026-03-24T03:45:20.486Z[ 11] 3.00-4.00 sec 121 MBytes 1.01 Gbits/sec
14992026-03-24T03:45:20.486Z[ 13] 3.00-4.00 sec 121 MBytes 1.02 Gbits/sec
15002026-03-24T03:45:20.486Z[ 15] 3.00-4.00 sec 121 MBytes 1.01 Gbits/sec
15012026-03-24T03:45:20.486Z[ 17] 3.00-4.00 sec 121 MBytes 1.01 Gbits/sec
15022026-03-24T03:45:20.486Z[ 19] 3.00-4.00 sec 121 MBytes 1.01 Gbits/sec
15032026-03-24T03:45:20.486Z[SUM] 3.00-4.00 sec 967 MBytes 8.11 Gbits/sec
15042026-03-24T03:45:20.486Z- - - - - - - - - - - - - - - - - - - - - - - - -
15052026-03-24T03:45:20.486Z[ 5] 4.00-5.00 sec 121 MBytes 1.02 Gbits/sec
15062026-03-24T03:45:20.486Z[ 7] 4.00-5.00 sec 121 MBytes 1.02 Gbits/sec
15072026-03-24T03:45:20.486Z[ 9] 4.00-5.00 sec 121 MBytes 1.02 Gbits/sec
15082026-03-24T03:45:20.486Z[ 11] 4.00-5.00 sec 121 MBytes 1.02 Gbits/sec
15092026-03-24T03:45:20.486Z[ 13] 4.00-5.00 sec 121 MBytes 1.02 Gbits/sec
15102026-03-24T03:45:20.486Z[ 15] 4.00-5.00 sec 121 MBytes 1.02 Gbits/sec
15112026-03-24T03:45:20.486Z[ 17] 4.00-5.00 sec 121 MBytes 1.02 Gbits/sec
15122026-03-24T03:45:20.486Z[ 19] 4.00-5.00 sec 121 MBytes 1.02 Gbits/sec
15132026-03-24T03:45:20.486Z[SUM] 4.00-5.00 sec 969 MBytes 8.13 Gbits/sec
15142026-03-24T03:45:20.486Z- - - - - - - - - - - - - - - - - - - - - - - - -
15152026-03-24T03:45:20.486Z[ 5] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
15162026-03-24T03:45:20.486Z[ 7] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
15172026-03-24T03:45:20.486Z[ 9] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
15182026-03-24T03:45:20.486Z[ 11] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
15192026-03-24T03:45:20.486Z[ 13] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
15202026-03-24T03:45:20.486Z[ 15] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
15212026-03-24T03:45:20.486Z[ 17] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
15222026-03-24T03:45:20.486Z[ 19] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
15232026-03-24T03:45:20.486Z[SUM] 5.00-6.00 sec 974 MBytes 8.17 Gbits/sec
15242026-03-24T03:45:20.486Z- - - - - - - - - - - - - - - - - - - - - - - - -
15252026-03-24T03:45:20.486Z[ 5] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
15262026-03-24T03:45:20.486Z[ 7] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
15272026-03-24T03:45:20.486Z[ 9] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
15282026-03-24T03:45:23.698Z[ 11] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
15292026-03-24T03:45:23.698Z[ 13] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
15302026-03-24T03:45:23.698Z[ 15] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
15312026-03-24T03:45:23.698Z[ 17] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
15322026-03-24T03:45:23.698Z[ 19] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
15332026-03-24T03:45:23.698Z[SUM] 6.00-7.00 sec 970 MBytes 8.14 Gbits/sec
15342026-03-24T03:45:23.698Z- - - - - - - - - - - - - - - - - - - - - - - - -
15352026-03-24T03:45:23.698Z[ 5] 7.00-8.00 sec 121 MBytes 1.02 Gbits/sec
15362026-03-24T03:45:23.698Z[ 7] 7.00-8.00 sec 121 MBytes 1.02 Gbits/sec
15372026-03-24T03:45:23.698Z[ 9] 7.00-8.00 sec 121 MBytes 1.02 Gbits/sec
15382026-03-24T03:45:23.698Z[ 11] 7.00-8.00 sec 121 MBytes 1.02 Gbits/sec
15392026-03-24T03:45:23.698Z[ 13] 7.00-8.00 sec 121 MBytes 1.02 Gbits/sec
15402026-03-24T03:45:23.698Z[ 15] 7.00-8.00 sec 121 MBytes 1.02 Gbits/sec
15412026-03-24T03:45:23.698Z[ 17] 7.00-8.00 sec 121 MBytes 1.02 Gbits/sec
15422026-03-24T03:45:23.699Z[ 19] 7.00-8.00 sec 121 MBytes 1.02 Gbits/sec
15432026-03-24T03:45:23.699Z[SUM] 7.00-8.00 sec 969 MBytes 8.13 Gbits/sec
15442026-03-24T03:45:23.699Z- - - - - - - - - - - - - - - - - - - - - - - - -
15452026-03-24T03:45:23.699Z[ 5] 8.00-9.00 sec 121 MBytes 1.02 Gbits/sec
15462026-03-24T03:45:23.699Z[ 7] 8.00-9.00 sec 121 MBytes 1.01 Gbits/sec
15472026-03-24T03:45:23.699Z[ 9] 8.00-9.00 sec 121 MBytes 1.01 Gbits/sec
15482026-03-24T03:45:23.699Z[ 11] 8.00-9.00 sec 121 MBytes 1.02 Gbits/sec
15492026-03-24T03:45:23.699Z[ 13] 8.00-9.00 sec 121 MBytes 1.01 Gbits/sec
15502026-03-24T03:45:23.699Z[ 15] 8.00-9.00 sec 121 MBytes 1.02 Gbits/sec
15512026-03-24T03:45:23.699Z[ 17] 8.00-9.00 sec 121 MBytes 1.02 Gbits/sec
15522026-03-24T03:45:23.699Z[ 19] 8.00-9.00 sec 121 MBytes 1.01 Gbits/sec
15532026-03-24T03:45:23.699Z[SUM] 8.00-9.00 sec 968 MBytes 8.12 Gbits/sec
15542026-03-24T03:45:23.699Z- - - - - - - - - - - - - - - - - - - - - - - - -
15552026-03-24T03:45:23.699Z[ 5] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
15562026-03-24T03:45:23.699Z[ 7] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
15572026-03-24T03:45:23.699Z[ 9] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
15582026-03-24T03:45:23.699Z[ 11] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
15592026-03-24T03:45:23.699Z[ 13] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
15602026-03-24T03:45:23.699Z[ 15] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
15612026-03-24T03:45:23.699Z[ 17] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
15622026-03-24T03:45:23.699Z[ 19] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
15632026-03-24T03:45:23.699Z[SUM] 9.00-10.00 sec 972 MBytes 8.15 Gbits/sec
15642026-03-24T03:45:23.699Z- - - - - - - - - - - - - - - - - - - - - - - - -
15652026-03-24T03:45:23.699Z[ 5] 10.00-10.00 sec 9.19 KBytes 176 Mbits/sec
15662026-03-24T03:45:23.699Z[ 7] 10.00-10.00 sec 65.0 KBytes 1.25 Gbits/sec
15672026-03-24T03:45:23.699Z[ 9] 10.00-10.00 sec 76.2 KBytes 1.47 Gbits/sec
15682026-03-24T03:45:23.699Z[ 11] 10.00-10.00 sec 70.7 KBytes 1.36 Gbits/sec
15692026-03-24T03:45:23.699Z[ 13] 10.00-10.00 sec 105 KBytes 2.03 Gbits/sec
15702026-03-24T03:45:23.699Z[ 15] 10.00-10.00 sec 20.0 KBytes 384 Mbits/sec
15712026-03-24T03:45:23.699Z[ 17] 10.00-10.00 sec 111 KBytes 2.15 Gbits/sec
15722026-03-24T03:45:23.699Z[ 19] 10.00-10.00 sec 9.73 KBytes 188 Mbits/sec
15732026-03-24T03:45:23.699Z[SUM] 10.00-10.00 sec 468 KBytes 8.95 Gbits/sec
15742026-03-24T03:45:23.699Z- - - - - - - - - - - - - - - - - - - - - - - - -
15752026-03-24T03:45:23.699Z[ ID] Interval Transfer Bandwidth
15762026-03-24T03:45:23.699Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15772026-03-24T03:45:23.700Z[ 5] 0.00-10.00 sec 1.15 GBytes 984 Mbits/sec receiver
15782026-03-24T03:45:23.700Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15792026-03-24T03:45:23.700Z[ 7] 0.00-10.00 sec 1.15 GBytes 984 Mbits/sec receiver
15802026-03-24T03:45:23.700Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15812026-03-24T03:45:23.700Z[ 9] 0.00-10.00 sec 1.15 GBytes 984 Mbits/sec receiver
15822026-03-24T03:45:23.700Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15832026-03-24T03:45:23.700Z[ 11] 0.00-10.00 sec 1.15 GBytes 984 Mbits/sec receiver
15842026-03-24T03:45:23.700Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15852026-03-24T03:45:23.700Z[ 13] 0.00-10.00 sec 1.15 GBytes 984 Mbits/sec receiver
15862026-03-24T03:45:23.700Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15872026-03-24T03:45:23.703Z[ 15] 0.00-10.00 sec 1.15 GBytes 984 Mbits/sec receiver
15882026-03-24T03:45:23.703Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15892026-03-24T03:45:23.704Z[ 17] 0.00-10.00 sec 1.15 GBytes 984 Mbits/sec receiver
15902026-03-24T03:45:23.704Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15912026-03-24T03:45:23.704Z[ 19] 0.00-10.00 sec 1.15 GBytes 984 Mbits/sec receiver
15922026-03-24T03:45:23.704Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15932026-03-24T03:45:23.704Z[SUM] 0.00-10.00 sec 9.17 GBytes 7.87 Gbits/sec receiver
15942026-03-24T03:45:23.704ZRun 4/5...7873.844Mbps
15952026-03-24T03:45:31.136Z-----------------------------------------------------------
15962026-03-24T03:45:31.136ZServer listening on 5201
15972026-03-24T03:45:31.136Z-----------------------------------------------------------
15982026-03-24T03:45:31.136ZAccepted connection from 10.0.0.1, port 54289
15992026-03-24T03:45:31.136Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46703
16002026-03-24T03:45:31.136Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63716
16012026-03-24T03:45:31.136Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49304
16022026-03-24T03:45:31.136Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54243
16032026-03-24T03:45:31.136Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36736
16042026-03-24T03:45:31.136Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33618
16052026-03-24T03:45:31.136Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52026
16062026-03-24T03:45:31.136Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49813
16072026-03-24T03:45:31.136Z[ ID] Interval Transfer Bandwidth
16082026-03-24T03:45:31.136Z[ 5] 0.00-1.00 sec 83.2 MBytes 698 Mbits/sec
16092026-03-24T03:45:31.136Z[ 7] 0.00-1.00 sec 83.0 MBytes 696 Mbits/sec
16102026-03-24T03:45:31.136Z[ 9] 0.00-1.00 sec 82.8 MBytes 695 Mbits/sec
16112026-03-24T03:45:31.136Z[ 11] 0.00-1.00 sec 82.7 MBytes 694 Mbits/sec
16122026-03-24T03:45:31.136Z[ 13] 0.00-1.00 sec 82.7 MBytes 694 Mbits/sec
16132026-03-24T03:45:31.136Z[ 15] 0.00-1.00 sec 82.6 MBytes 693 Mbits/sec
16142026-03-24T03:45:31.136Z[ 17] 0.00-1.00 sec 82.7 MBytes 693 Mbits/sec
16152026-03-24T03:45:31.136Z[ 19] 0.00-1.00 sec 82.5 MBytes 692 Mbits/sec
16162026-03-24T03:45:31.136Z[SUM] 0.00-1.00 sec 662 MBytes 5.55 Gbits/sec
16172026-03-24T03:45:31.136Z- - - - - - - - - - - - - - - - - - - - - - - - -
16182026-03-24T03:45:31.136Z[ 5] 1.00-2.00 sec 121 MBytes 1.01 Gbits/sec
16192026-03-24T03:45:31.136Z[ 7] 1.00-2.00 sec 121 MBytes 1.01 Gbits/sec
16202026-03-24T03:45:31.136Z[ 9] 1.00-2.00 sec 121 MBytes 1.01 Gbits/sec
16212026-03-24T03:45:31.136Z[ 11] 1.00-2.00 sec 121 MBytes 1.01 Gbits/sec
16222026-03-24T03:45:31.136Z[ 13] 1.00-2.00 sec 121 MBytes 1.01 Gbits/sec
16232026-03-24T03:45:31.136Z[ 15] 1.00-2.00 sec 121 MBytes 1.01 Gbits/sec
16242026-03-24T03:45:31.136Z[ 17] 1.00-2.00 sec 121 MBytes 1.01 Gbits/sec
16252026-03-24T03:45:31.136Z[ 19] 1.00-2.00 sec 121 MBytes 1.01 Gbits/sec
16262026-03-24T03:45:31.136Z[SUM] 1.00-2.00 sec 966 MBytes 8.10 Gbits/sec
16272026-03-24T03:45:31.136Z- - - - - - - - - - - - - - - - - - - - - - - - -
16282026-03-24T03:45:31.136Z[ 5] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
16292026-03-24T03:45:31.137Z[ 7] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
16302026-03-24T03:45:31.137Z[ 9] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
16312026-03-24T03:45:31.137Z[ 11] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
16322026-03-24T03:45:31.137Z[ 13] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
16332026-03-24T03:45:31.137Z[ 15] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
16342026-03-24T03:45:31.137Z[ 17] 2.00-3.00 sec 122 MBytes 1.02 Gbits/sec
16352026-03-24T03:45:31.137Z[ 19] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
16362026-03-24T03:45:31.137Z[SUM] 2.00-3.00 sec 971 MBytes 8.15 Gbits/sec
16372026-03-24T03:45:31.137Z- - - - - - - - - - - - - - - - - - - - - - - - -
16382026-03-24T03:45:31.137Z[ 5] 3.00-4.00 sec 120 MBytes 1.01 Gbits/sec
16392026-03-24T03:45:31.137Z[ 7] 3.00-4.00 sec 120 MBytes 1.01 Gbits/sec
16402026-03-24T03:45:31.137Z[ 9] 3.00-4.00 sec 120 MBytes 1.01 Gbits/sec
16412026-03-24T03:45:31.137Z[ 11] 3.00-4.00 sec 120 MBytes 1.01 Gbits/sec
16422026-03-24T03:45:31.137Z[ 13] 3.00-4.00 sec 120 MBytes 1.01 Gbits/sec
16432026-03-24T03:45:31.137Z[ 15] 3.00-4.00 sec 120 MBytes 1.01 Gbits/sec
16442026-03-24T03:45:31.137Z[ 17] 3.00-4.00 sec 120 MBytes 1.01 Gbits/sec
16452026-03-24T03:45:31.137Z[ 19] 3.00-4.00 sec 120 MBytes 1.01 Gbits/sec
16462026-03-24T03:45:31.137Z[SUM] 3.00-4.00 sec 962 MBytes 8.07 Gbits/sec
16472026-03-24T03:45:31.137Z- - - - - - - - - - - - - - - - - - - - - - - - -
16482026-03-24T03:45:31.137Z[ 5] 4.00-5.00 sec 121 MBytes 1.01 Gbits/sec
16492026-03-24T03:45:31.137Z[ 7] 4.00-5.00 sec 121 MBytes 1.01 Gbits/sec
16502026-03-24T03:45:31.137Z[ 9] 4.00-5.00 sec 121 MBytes 1.01 Gbits/sec
16512026-03-24T03:45:31.137Z[ 11] 4.00-5.00 sec 121 MBytes 1.01 Gbits/sec
16522026-03-24T03:45:31.137Z[ 13] 4.00-5.00 sec 121 MBytes 1.01 Gbits/sec
16532026-03-24T03:45:31.137Z[ 15] 4.00-5.00 sec 121 MBytes 1.01 Gbits/sec
16542026-03-24T03:45:31.137Z[ 17] 4.00-5.00 sec 121 MBytes 1.01 Gbits/sec
16552026-03-24T03:45:31.137Z[ 19] 4.00-5.00 sec 121 MBytes 1.01 Gbits/sec
16562026-03-24T03:45:31.137Z[SUM] 4.00-5.00 sec 966 MBytes 8.10 Gbits/sec
16572026-03-24T03:45:31.137Z- - - - - - - - - - - - - - - - - - - - - - - - -
16582026-03-24T03:45:31.137Z[ 5] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
16592026-03-24T03:45:31.137Z[ 7] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
16602026-03-24T03:45:31.137Z[ 9] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
16612026-03-24T03:45:31.137Z[ 11] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
16622026-03-24T03:45:31.137Z[ 13] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
16632026-03-24T03:45:31.137Z[ 15] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
16642026-03-24T03:45:31.137Z[ 17] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
16652026-03-24T03:45:31.137Z[ 19] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
16662026-03-24T03:45:31.137Z[SUM] 5.00-6.00 sec 973 MBytes 8.16 Gbits/sec
16672026-03-24T03:45:31.138Z- - - - - - - - - - - - - - - - - - - - - - - - -
16682026-03-24T03:45:31.138Z[ 5] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
16692026-03-24T03:45:31.138Z[ 7] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
16702026-03-24T03:45:31.141Z[ 9] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
16712026-03-24T03:45:34.349Z[ 11] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
16722026-03-24T03:45:34.349Z[ 13] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
16732026-03-24T03:45:34.349Z[ 15] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
16742026-03-24T03:45:34.349Z[ 17] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
16752026-03-24T03:45:34.349Z[ 19] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
16762026-03-24T03:45:34.349Z[SUM] 6.00-7.00 sec 970 MBytes 8.14 Gbits/sec
16772026-03-24T03:45:34.349Z- - - - - - - - - - - - - - - - - - - - - - - - -
16782026-03-24T03:45:34.349Z[ 5] 7.00-8.00 sec 120 MBytes 1.01 Gbits/sec
16792026-03-24T03:45:34.349Z[ 7] 7.00-8.00 sec 120 MBytes 1.01 Gbits/sec
16802026-03-24T03:45:34.350Z[ 9] 7.00-8.00 sec 120 MBytes 1.01 Gbits/sec
16812026-03-24T03:45:34.350Z[ 11] 7.00-8.00 sec 120 MBytes 1.01 Gbits/sec
16822026-03-24T03:45:34.350Z[ 13] 7.00-8.00 sec 120 MBytes 1.01 Gbits/sec
16832026-03-24T03:45:34.350Z[ 15] 7.00-8.00 sec 120 MBytes 1.01 Gbits/sec
16842026-03-24T03:45:34.350Z[ 17] 7.00-8.00 sec 120 MBytes 1.01 Gbits/sec
16852026-03-24T03:45:34.350Z[ 19] 7.00-8.00 sec 120 MBytes 1.01 Gbits/sec
16862026-03-24T03:45:34.350Z[SUM] 7.00-8.00 sec 962 MBytes 8.07 Gbits/sec
16872026-03-24T03:45:34.350Z- - - - - - - - - - - - - - - - - - - - - - - - -
16882026-03-24T03:45:34.350Z[ 5] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
16892026-03-24T03:45:34.350Z[ 7] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
16902026-03-24T03:45:34.350Z[ 9] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
16912026-03-24T03:45:34.350Z[ 11] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
16922026-03-24T03:45:34.350Z[ 13] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
16932026-03-24T03:45:34.350Z[ 15] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
16942026-03-24T03:45:34.350Z[ 17] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
16952026-03-24T03:45:34.350Z[ 19] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
16962026-03-24T03:45:34.350Z[SUM] 8.00-9.00 sec 974 MBytes 8.17 Gbits/sec
16972026-03-24T03:45:34.350Z- - - - - - - - - - - - - - - - - - - - - - - - -
16982026-03-24T03:45:34.350Z[ 5] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
16992026-03-24T03:45:34.350Z[ 7] 9.00-10.00 sec 121 MBytes 1.02 Gbits/sec
17002026-03-24T03:45:34.350Z[ 9] 9.00-10.00 sec 121 MBytes 1.01 Gbits/sec
17012026-03-24T03:45:34.350Z[ 11] 9.00-10.00 sec 121 MBytes 1.01 Gbits/sec
17022026-03-24T03:45:34.350Z[ 13] 9.00-10.00 sec 121 MBytes 1.01 Gbits/sec
17032026-03-24T03:45:34.350Z[ 15] 9.00-10.00 sec 121 MBytes 1.01 Gbits/sec
17042026-03-24T03:45:34.350Z[ 17] 9.00-10.00 sec 121 MBytes 1.01 Gbits/sec
17052026-03-24T03:45:34.350Z[ 19] 9.00-10.00 sec 121 MBytes 1.01 Gbits/sec
17062026-03-24T03:45:34.350Z[SUM] 9.00-10.00 sec 968 MBytes 8.12 Gbits/sec
17072026-03-24T03:45:34.350Z- - - - - - - - - - - - - - - - - - - - - - - - -
17082026-03-24T03:45:34.350Z[ 5] 10.00-10.00 sec 13.6 KBytes 237 Mbits/sec
17092026-03-24T03:45:34.350Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
17102026-03-24T03:45:34.350Z[ 9] 10.00-10.00 sec 112 KBytes 1.97 Gbits/sec
17112026-03-24T03:45:34.350Z[ 11] 10.00-10.00 sec 124 KBytes 2.18 Gbits/sec
17122026-03-24T03:45:34.350Z[ 13] 10.00-10.00 sec 29.7 KBytes 520 Mbits/sec
17132026-03-24T03:45:34.350Z[ 15] 10.00-10.00 sec 96.2 KBytes 1.68 Gbits/sec
17142026-03-24T03:45:34.350Z[ 17] 10.00-10.00 sec 111 KBytes 1.94 Gbits/sec
17152026-03-24T03:45:34.350Z[ 19] 10.00-10.00 sec 81.1 KBytes 1.42 Gbits/sec
17162026-03-24T03:45:34.350Z[SUM] 10.00-10.00 sec 568 KBytes 9.90 Gbits/sec
17172026-03-24T03:45:34.350Z- - - - - - - - - - - - - - - - - - - - - - - - -
17182026-03-24T03:45:34.350Z[ ID] Interval Transfer Bandwidth
17192026-03-24T03:45:34.351Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17202026-03-24T03:45:34.351Z[ 5] 0.00-10.00 sec 1.14 GBytes 983 Mbits/sec receiver
17212026-03-24T03:45:34.351Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17222026-03-24T03:45:34.351Z[ 7] 0.00-10.00 sec 1.14 GBytes 983 Mbits/sec receiver
17232026-03-24T03:45:34.351Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17242026-03-24T03:45:34.351Z[ 9] 0.00-10.00 sec 1.14 GBytes 983 Mbits/sec receiver
17252026-03-24T03:45:34.351Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17262026-03-24T03:45:34.351Z[ 11] 0.00-10.00 sec 1.14 GBytes 983 Mbits/sec receiver
17272026-03-24T03:45:34.351Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17282026-03-24T03:45:34.351Z[ 13] 0.00-10.00 sec 1.14 GBytes 983 Mbits/sec receiver
17292026-03-24T03:45:34.351Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17302026-03-24T03:45:34.351Z[ 15] 0.00-10.00 sec 1.14 GBytes 983 Mbits/sec receiver
17312026-03-24T03:45:34.351Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17322026-03-24T03:45:34.351Z[ 17] 0.00-10.00 sec 1.14 GBytes 983 Mbits/sec receiver
17332026-03-24T03:45:34.351Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17342026-03-24T03:45:34.351Z[ 19] 0.00-10.00 sec 1.14 GBytes 982 Mbits/sec receiver
17352026-03-24T03:45:34.351Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17362026-03-24T03:45:34.351Z[SUM] 0.00-10.00 sec 9.15 GBytes 7.86 Gbits/sec receiver
17372026-03-24T03:45:34.354ZRun 5/5...7863.614Mbps
17382026-03-24T03:45:34.354Z###---------------------###
17392026-03-24T03:45:34.354Z::: iPerf done... :::
17402026-03-24T03:45:34.355Z:::Awaiting out files...:::
17412026-03-24T03:45:34.355Z###---------------------###
17422026-03-24T03:45:34.355Z###-----###
17432026-03-24T03:45:34.355Z:::done!:::
17442026-03-24T03:45:34.355Z###-----###
17452026-03-24T03:45:34.355Z###-------------------###
17462026-03-24T03:45:34.355Z:::Running experiment :::
17472026-03-24T03:45:34.355Z:::iperf-tcp/local/s2c:::
17482026-03-24T03:45:34.355Z###-------------------###
17492026-03-24T03:45:41.377Z-----------------------------------------------------------
17502026-03-24T03:45:41.377ZServer listening on 5201
17512026-03-24T03:45:41.377Z-----------------------------------------------------------
17522026-03-24T03:45:41.377ZAccepted connection from 10.0.0.1, port 40574
17532026-03-24T03:45:41.377Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59061
17542026-03-24T03:45:41.377Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55183
17552026-03-24T03:45:41.377Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51000
17562026-03-24T03:45:41.377Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46470
17572026-03-24T03:45:41.377Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58477
17582026-03-24T03:45:41.377Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46378
17592026-03-24T03:45:41.377Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43988
17602026-03-24T03:45:41.377Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47265
17612026-03-24T03:45:41.377Z[ ID] Interval Transfer Bandwidth
17622026-03-24T03:45:41.377Z[ 5] 0.00-1.00 sec 108 MBytes 902 Mbits/sec
17632026-03-24T03:45:41.377Z[ 7] 0.00-1.00 sec 108 MBytes 904 Mbits/sec
17642026-03-24T03:45:41.377Z[ 9] 0.00-1.00 sec 108 MBytes 902 Mbits/sec
17652026-03-24T03:45:41.377Z[ 11] 0.00-1.00 sec 108 MBytes 903 Mbits/sec
17662026-03-24T03:45:41.377Z[ 13] 0.00-1.00 sec 108 MBytes 903 Mbits/sec
17672026-03-24T03:45:41.377Z[ 15] 0.00-1.00 sec 108 MBytes 903 Mbits/sec
17682026-03-24T03:45:41.377Z[ 17] 0.00-1.00 sec 108 MBytes 903 Mbits/sec
17692026-03-24T03:45:41.377Z[ 19] 0.00-1.00 sec 108 MBytes 902 Mbits/sec
17702026-03-24T03:45:41.377Z[SUM] 0.00-1.00 sec 861 MBytes 7.22 Gbits/sec
17712026-03-24T03:45:41.377Z- - - - - - - - - - - - - - - - - - - - - - - - -
17722026-03-24T03:45:41.377Z[ 5] 1.00-2.00 sec 136 MBytes 1.14 Gbits/sec
17732026-03-24T03:45:41.377Z[ 7] 1.00-2.00 sec 136 MBytes 1.14 Gbits/sec
17742026-03-24T03:45:41.377Z[ 9] 1.00-2.00 sec 136 MBytes 1.14 Gbits/sec
17752026-03-24T03:45:41.377Z[ 11] 1.00-2.00 sec 136 MBytes 1.14 Gbits/sec
17762026-03-24T03:45:41.377Z[ 13] 1.00-2.00 sec 136 MBytes 1.14 Gbits/sec
17772026-03-24T03:45:41.377Z[ 15] 1.00-2.00 sec 136 MBytes 1.14 Gbits/sec
17782026-03-24T03:45:41.377Z[ 17] 1.00-2.00 sec 136 MBytes 1.14 Gbits/sec
17792026-03-24T03:45:41.377Z[ 19] 1.00-2.00 sec 136 MBytes 1.14 Gbits/sec
17802026-03-24T03:45:41.378Z[SUM] 1.00-2.00 sec 1.06 GBytes 9.12 Gbits/sec
17812026-03-24T03:45:41.378Z- - - - - - - - - - - - - - - - - - - - - - - - -
17822026-03-24T03:45:41.378Z[ 5] 2.00-3.00 sec 135 MBytes 1.14 Gbits/sec
17832026-03-24T03:45:41.378Z[ 7] 2.00-3.00 sec 135 MBytes 1.13 Gbits/sec
17842026-03-24T03:45:41.378Z[ 9] 2.00-3.00 sec 135 MBytes 1.13 Gbits/sec
17852026-03-24T03:45:41.378Z[ 11] 2.00-3.00 sec 135 MBytes 1.13 Gbits/sec
17862026-03-24T03:45:41.378Z[ 13] 2.00-3.00 sec 135 MBytes 1.13 Gbits/sec
17872026-03-24T03:45:41.378Z[ 15] 2.00-3.00 sec 135 MBytes 1.13 Gbits/sec
17882026-03-24T03:45:41.378Z[ 17] 2.00-3.00 sec 135 MBytes 1.13 Gbits/sec
17892026-03-24T03:45:41.378Z[ 19] 2.00-3.00 sec 135 MBytes 1.13 Gbits/sec
17902026-03-24T03:45:41.378Z[SUM] 2.00-3.00 sec 1.06 GBytes 9.07 Gbits/sec
17912026-03-24T03:45:41.378Z- - - - - - - - - - - - - - - - - - - - - - - - -
17922026-03-24T03:45:41.378Z[ 5] 3.00-4.00 sec 135 MBytes 1.13 Gbits/sec
17932026-03-24T03:45:41.378Z[ 7] 3.00-4.00 sec 135 MBytes 1.13 Gbits/sec
17942026-03-24T03:45:41.378Z[ 9] 3.00-4.00 sec 135 MBytes 1.13 Gbits/sec
17952026-03-24T03:45:41.378Z[ 11] 3.00-4.00 sec 135 MBytes 1.13 Gbits/sec
17962026-03-24T03:45:41.378Z[ 13] 3.00-4.00 sec 135 MBytes 1.13 Gbits/sec
17972026-03-24T03:45:41.378Z[ 15] 3.00-4.00 sec 135 MBytes 1.13 Gbits/sec
17982026-03-24T03:45:41.378Z[ 17] 3.00-4.00 sec 135 MBytes 1.13 Gbits/sec
17992026-03-24T03:45:41.378Z[ 19] 3.00-4.00 sec 135 MBytes 1.13 Gbits/sec
18002026-03-24T03:45:41.378Z[SUM] 3.00-4.00 sec 1.05 GBytes 9.05 Gbits/sec
18012026-03-24T03:45:41.378Z- - - - - - - - - - - - - - - - - - - - - - - - -
18022026-03-24T03:45:41.378Z[ 5] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
18032026-03-24T03:45:41.378Z[ 7] 4.00-5.00 sec 136 MBytes 1.14 Gbits/sec
18042026-03-24T03:45:41.378Z[ 9] 4.00-5.00 sec 136 MBytes 1.14 Gbits/sec
18052026-03-24T03:45:41.378Z[ 11] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
18062026-03-24T03:45:41.378Z[ 13] 4.00-5.00 sec 136 MBytes 1.14 Gbits/sec
18072026-03-24T03:45:41.378Z[ 15] 4.00-5.00 sec 136 MBytes 1.14 Gbits/sec
18082026-03-24T03:45:41.378Z[ 17] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
18092026-03-24T03:45:41.378Z[ 19] 4.00-5.00 sec 136 MBytes 1.14 Gbits/sec
18102026-03-24T03:45:41.378Z[SUM] 4.00-5.00 sec 1.07 GBytes 9.16 Gbits/sec
18112026-03-24T03:45:41.378Z- - - - - - - - - - - - - - - - - - - - - - - - -
18122026-03-24T03:45:41.378Z[ 5] 5.00-6.00 sec 136 MBytes 1.14 Gbits/sec
18132026-03-24T03:45:41.378Z[ 7] 5.00-6.00 sec 136 MBytes 1.14 Gbits/sec
18142026-03-24T03:45:41.378Z[ 9] 5.00-6.00 sec 136 MBytes 1.14 Gbits/sec
18152026-03-24T03:45:41.378Z[ 11] 5.00-6.00 sec 135 MBytes 1.14 Gbits/sec
18162026-03-24T03:45:41.378Z[ 13] 5.00-6.00 sec 136 MBytes 1.14 Gbits/sec
18172026-03-24T03:45:41.378Z[ 15] 5.00-6.00 sec 136 MBytes 1.14 Gbits/sec
18182026-03-24T03:45:41.378Z[ 17] 5.00-6.00 sec 136 MBytes 1.14 Gbits/sec
18192026-03-24T03:45:41.379Z[ 19] 5.00-6.00 sec 136 MBytes 1.14 Gbits/sec
18202026-03-24T03:45:41.379Z[SUM] 5.00-6.00 sec 1.06 GBytes 9.09 Gbits/sec
18212026-03-24T03:45:41.379Z- - - - - - - - - - - - - - - - - - - - - - - - -
18222026-03-24T03:45:41.379Z[ 5] 6.00-7.00 sec 137 MBytes 1.15 Gbits/sec
18232026-03-24T03:45:41.379Z[ 7] 6.00-7.00 sec 137 MBytes 1.15 Gbits/sec
18242026-03-24T03:45:41.379Z[ 9] 6.00-7.00 sec 137 MBytes 1.15 Gbits/sec
18252026-03-24T03:45:44.591Z[ 11] 6.00-7.00 sec 137 MBytes 1.15 Gbits/sec
18262026-03-24T03:45:44.591Z[ 13] 6.00-7.00 sec 137 MBytes 1.15 Gbits/sec
18272026-03-24T03:45:44.591Z[ 15] 6.00-7.00 sec 137 MBytes 1.15 Gbits/sec
18282026-03-24T03:45:44.591Z[ 17] 6.00-7.00 sec 137 MBytes 1.15 Gbits/sec
18292026-03-24T03:45:44.591Z[ 19] 6.00-7.00 sec 137 MBytes 1.15 Gbits/sec
18302026-03-24T03:45:44.591Z[SUM] 6.00-7.00 sec 1.07 GBytes 9.19 Gbits/sec
18312026-03-24T03:45:44.591Z- - - - - - - - - - - - - - - - - - - - - - - - -
18322026-03-24T03:45:44.591Z[ 5] 7.00-8.00 sec 137 MBytes 1.15 Gbits/sec
18332026-03-24T03:45:44.591Z[ 7] 7.00-8.00 sec 137 MBytes 1.15 Gbits/sec
18342026-03-24T03:45:44.591Z[ 9] 7.00-8.00 sec 137 MBytes 1.15 Gbits/sec
18352026-03-24T03:45:44.591Z[ 11] 7.00-8.00 sec 137 MBytes 1.15 Gbits/sec
18362026-03-24T03:45:44.591Z[ 13] 7.00-8.00 sec 137 MBytes 1.15 Gbits/sec
18372026-03-24T03:45:44.591Z[ 15] 7.00-8.00 sec 137 MBytes 1.15 Gbits/sec
18382026-03-24T03:45:44.591Z[ 17] 7.00-8.00 sec 137 MBytes 1.15 Gbits/sec
18392026-03-24T03:45:44.591Z[ 19] 7.00-8.00 sec 137 MBytes 1.15 Gbits/sec
18402026-03-24T03:45:44.591Z[SUM] 7.00-8.00 sec 1.07 GBytes 9.19 Gbits/sec
18412026-03-24T03:45:44.591Z- - - - - - - - - - - - - - - - - - - - - - - - -
18422026-03-24T03:45:44.591Z[ 5] 8.00-9.00 sec 135 MBytes 1.13 Gbits/sec
18432026-03-24T03:45:44.591Z[ 7] 8.00-9.00 sec 135 MBytes 1.13 Gbits/sec
18442026-03-24T03:45:44.592Z[ 9] 8.00-9.00 sec 135 MBytes 1.13 Gbits/sec
18452026-03-24T03:45:44.592Z[ 11] 8.00-9.00 sec 135 MBytes 1.13 Gbits/sec
18462026-03-24T03:45:44.592Z[ 13] 8.00-9.00 sec 135 MBytes 1.13 Gbits/sec
18472026-03-24T03:45:44.592Z[ 15] 8.00-9.00 sec 135 MBytes 1.13 Gbits/sec
18482026-03-24T03:45:44.592Z[ 17] 8.00-9.00 sec 135 MBytes 1.13 Gbits/sec
18492026-03-24T03:45:44.592Z[ 19] 8.00-9.00 sec 135 MBytes 1.14 Gbits/sec
18502026-03-24T03:45:44.592Z[SUM] 8.00-9.00 sec 1.06 GBytes 9.08 Gbits/sec
18512026-03-24T03:45:44.592Z- - - - - - - - - - - - - - - - - - - - - - - - -
18522026-03-24T03:45:44.592Z[ 5] 9.00-10.00 sec 135 MBytes 1.14 Gbits/sec
18532026-03-24T03:45:44.592Z[ 7] 9.00-10.00 sec 135 MBytes 1.14 Gbits/sec
18542026-03-24T03:45:44.592Z[ 9] 9.00-10.00 sec 135 MBytes 1.14 Gbits/sec
18552026-03-24T03:45:44.592Z[ 11] 9.00-10.00 sec 135 MBytes 1.14 Gbits/sec
18562026-03-24T03:45:44.592Z[ 13] 9.00-10.00 sec 136 MBytes 1.14 Gbits/sec
18572026-03-24T03:45:44.592Z[ 15] 9.00-10.00 sec 135 MBytes 1.14 Gbits/sec
18582026-03-24T03:45:44.592Z[ 17] 9.00-10.00 sec 135 MBytes 1.14 Gbits/sec
18592026-03-24T03:45:44.592Z[ 19] 9.00-10.00 sec 136 MBytes 1.14 Gbits/sec
18602026-03-24T03:45:44.592Z[SUM] 9.00-10.00 sec 1.06 GBytes 9.09 Gbits/sec
18612026-03-24T03:45:44.592Z- - - - - - - - - - - - - - - - - - - - - - - - -
18622026-03-24T03:45:44.592Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18632026-03-24T03:45:44.592Z[ 7] 10.00-10.00 sec 144 KBytes 3.06 Gbits/sec
18642026-03-24T03:45:44.592Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18652026-03-24T03:45:44.592Z[ 11] 10.00-10.00 sec 96.2 KBytes 2.05 Gbits/sec
18662026-03-24T03:45:44.592Z[ 13] 10.00-10.00 sec 48.1 KBytes 1.02 Gbits/sec
18672026-03-24T03:45:44.592Z[ 15] 10.00-10.00 sec 96.2 KBytes 2.05 Gbits/sec
18682026-03-24T03:45:44.592Z[ 17] 10.00-10.00 sec 48.1 KBytes 1.02 Gbits/sec
18692026-03-24T03:45:44.592Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18702026-03-24T03:45:44.592Z[SUM] 10.00-10.00 sec 433 KBytes 9.13 Gbits/sec
18712026-03-24T03:45:44.592Z- - - - - - - - - - - - - - - - - - - - - - - - -
18722026-03-24T03:45:44.592Z[ ID] Interval Transfer Bandwidth
18732026-03-24T03:45:44.592Z[ 5] 0.00-10.00 sec 1.30 GBytes 1.12 Gbits/sec sender
18742026-03-24T03:45:44.592Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18752026-03-24T03:45:44.592Z[ 7] 0.00-10.00 sec 1.30 GBytes 1.12 Gbits/sec sender
18762026-03-24T03:45:44.592Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18772026-03-24T03:45:44.592Z[ 9] 0.00-10.00 sec 1.30 GBytes 1.12 Gbits/sec sender
18782026-03-24T03:45:44.592Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18792026-03-24T03:45:44.592Z[ 11] 0.00-10.00 sec 1.30 GBytes 1.12 Gbits/sec sender
18802026-03-24T03:45:44.592Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18812026-03-24T03:45:44.592Z[ 13] 0.00-10.00 sec 1.30 GBytes 1.12 Gbits/sec sender
18822026-03-24T03:45:44.592Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18832026-03-24T03:45:44.592Z[ 15] 0.00-10.00 sec 1.30 GBytes 1.12 Gbits/sec sender
18842026-03-24T03:45:44.593Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18852026-03-24T03:45:44.593Z[ 17] 0.00-10.00 sec 1.30 GBytes 1.12 Gbits/sec sender
18862026-03-24T03:45:44.593Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18872026-03-24T03:45:44.593Z[ 19] 0.00-10.00 sec 1.30 GBytes 1.12 Gbits/sec sender
18882026-03-24T03:45:44.593Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18892026-03-24T03:45:44.593Z[SUM] 0.00-10.00 sec 10.4 GBytes 8.93 Gbits/sec sender
18902026-03-24T03:45:44.593Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18912026-03-24T03:45:44.596ZRun 1/5...8925.739Mbps
18922026-03-24T03:45:51.619Z-----------------------------------------------------------
18932026-03-24T03:45:51.619ZServer listening on 5201
18942026-03-24T03:45:51.619Z-----------------------------------------------------------
18952026-03-24T03:45:51.619ZAccepted connection from 10.0.0.1, port 62314
18962026-03-24T03:45:51.619Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63724
18972026-03-24T03:45:51.619Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40601
18982026-03-24T03:45:51.619Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54784
18992026-03-24T03:45:51.619Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59525
19002026-03-24T03:45:51.619Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52106
19012026-03-24T03:45:51.619Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52865
19022026-03-24T03:45:51.619Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34142
19032026-03-24T03:45:51.619Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43251
19042026-03-24T03:45:51.619Z[ ID] Interval Transfer Bandwidth
19052026-03-24T03:45:51.619Z[ 5] 0.00-1.00 sec 108 MBytes 909 Mbits/sec
19062026-03-24T03:45:51.619Z[ 7] 0.00-1.00 sec 109 MBytes 910 Mbits/sec
19072026-03-24T03:45:51.619Z[ 9] 0.00-1.00 sec 108 MBytes 908 Mbits/sec
19082026-03-24T03:45:51.619Z[ 11] 0.00-1.00 sec 108 MBytes 910 Mbits/sec
19092026-03-24T03:45:51.619Z[ 13] 0.00-1.00 sec 108 MBytes 909 Mbits/sec
19102026-03-24T03:45:51.619Z[ 15] 0.00-1.00 sec 108 MBytes 907 Mbits/sec
19112026-03-24T03:45:51.619Z[ 17] 0.00-1.00 sec 108 MBytes 906 Mbits/sec
19122026-03-24T03:45:51.619Z[ 19] 0.00-1.00 sec 108 MBytes 906 Mbits/sec
19132026-03-24T03:45:51.619Z[SUM] 0.00-1.00 sec 866 MBytes 7.27 Gbits/sec
19142026-03-24T03:45:51.619Z- - - - - - - - - - - - - - - - - - - - - - - - -
19152026-03-24T03:45:51.619Z[ 5] 1.00-2.00 sec 138 MBytes 1.15 Gbits/sec
19162026-03-24T03:45:51.619Z[ 7] 1.00-2.00 sec 138 MBytes 1.15 Gbits/sec
19172026-03-24T03:45:51.619Z[ 9] 1.00-2.00 sec 138 MBytes 1.15 Gbits/sec
19182026-03-24T03:45:51.619Z[ 11] 1.00-2.00 sec 138 MBytes 1.15 Gbits/sec
19192026-03-24T03:45:51.619Z[ 13] 1.00-2.00 sec 138 MBytes 1.15 Gbits/sec
19202026-03-24T03:45:51.619Z[ 15] 1.00-2.00 sec 138 MBytes 1.15 Gbits/sec
19212026-03-24T03:45:51.619Z[ 17] 1.00-2.00 sec 137 MBytes 1.15 Gbits/sec
19222026-03-24T03:45:51.620Z[ 19] 1.00-2.00 sec 137 MBytes 1.15 Gbits/sec
19232026-03-24T03:45:51.620Z[SUM] 1.00-2.00 sec 1.07 GBytes 9.23 Gbits/sec
19242026-03-24T03:45:51.620Z- - - - - - - - - - - - - - - - - - - - - - - - -
19252026-03-24T03:45:51.620Z[ 5] 2.00-3.00 sec 135 MBytes 1.13 Gbits/sec
19262026-03-24T03:45:51.620Z[ 7] 2.00-3.00 sec 135 MBytes 1.13 Gbits/sec
19272026-03-24T03:45:51.620Z[ 9] 2.00-3.00 sec 135 MBytes 1.13 Gbits/sec
19282026-03-24T03:45:51.620Z[ 11] 2.00-3.00 sec 135 MBytes 1.13 Gbits/sec
19292026-03-24T03:45:51.620Z[ 13] 2.00-3.00 sec 135 MBytes 1.13 Gbits/sec
19302026-03-24T03:45:51.620Z[ 15] 2.00-3.00 sec 135 MBytes 1.13 Gbits/sec
19312026-03-24T03:45:51.620Z[ 17] 2.00-3.00 sec 135 MBytes 1.13 Gbits/sec
19322026-03-24T03:45:51.620Z[ 19] 2.00-3.00 sec 135 MBytes 1.13 Gbits/sec
19332026-03-24T03:45:51.620Z[SUM] 2.00-3.00 sec 1.06 GBytes 9.07 Gbits/sec
19342026-03-24T03:45:51.620Z- - - - - - - - - - - - - - - - - - - - - - - - -
19352026-03-24T03:45:51.620Z[ 5] 3.00-4.00 sec 137 MBytes 1.15 Gbits/sec
19362026-03-24T03:45:51.620Z[ 7] 3.00-4.00 sec 137 MBytes 1.15 Gbits/sec
19372026-03-24T03:45:51.620Z[ 9] 3.00-4.00 sec 137 MBytes 1.15 Gbits/sec
19382026-03-24T03:45:51.620Z[ 11] 3.00-4.00 sec 137 MBytes 1.15 Gbits/sec
19392026-03-24T03:45:51.620Z[ 13] 3.00-4.00 sec 137 MBytes 1.15 Gbits/sec
19402026-03-24T03:45:51.620Z[ 15] 3.00-4.00 sec 137 MBytes 1.15 Gbits/sec
19412026-03-24T03:45:51.620Z[ 17] 3.00-4.00 sec 137 MBytes 1.15 Gbits/sec
19422026-03-24T03:45:51.620Z[ 19] 3.00-4.00 sec 137 MBytes 1.15 Gbits/sec
19432026-03-24T03:45:51.620Z[SUM] 3.00-4.00 sec 1.07 GBytes 9.22 Gbits/sec
19442026-03-24T03:45:51.620Z- - - - - - - - - - - - - - - - - - - - - - - - -
19452026-03-24T03:45:51.620Z[ 5] 4.00-5.00 sec 138 MBytes 1.16 Gbits/sec
19462026-03-24T03:45:51.620Z[ 7] 4.00-5.00 sec 138 MBytes 1.16 Gbits/sec
19472026-03-24T03:45:51.620Z[ 9] 4.00-5.00 sec 138 MBytes 1.16 Gbits/sec
19482026-03-24T03:45:51.620Z[ 11] 4.00-5.00 sec 138 MBytes 1.16 Gbits/sec
19492026-03-24T03:45:51.620Z[ 13] 4.00-5.00 sec 138 MBytes 1.16 Gbits/sec
19502026-03-24T03:45:51.620Z[ 15] 4.00-5.00 sec 138 MBytes 1.16 Gbits/sec
19512026-03-24T03:45:51.620Z[ 17] 4.00-5.00 sec 138 MBytes 1.16 Gbits/sec
19522026-03-24T03:45:51.620Z[ 19] 4.00-5.00 sec 138 MBytes 1.16 Gbits/sec
19532026-03-24T03:45:51.620Z[SUM] 4.00-5.00 sec 1.08 GBytes 9.26 Gbits/sec
19542026-03-24T03:45:51.620Z- - - - - - - - - - - - - - - - - - - - - - - - -
19552026-03-24T03:45:51.620Z[ 5] 5.00-6.00 sec 138 MBytes 1.16 Gbits/sec
19562026-03-24T03:45:51.620Z[ 7] 5.00-6.00 sec 138 MBytes 1.15 Gbits/sec
19572026-03-24T03:45:51.620Z[ 9] 5.00-6.00 sec 138 MBytes 1.16 Gbits/sec
19582026-03-24T03:45:51.620Z[ 11] 5.00-6.00 sec 138 MBytes 1.15 Gbits/sec
19592026-03-24T03:45:51.620Z[ 13] 5.00-6.00 sec 138 MBytes 1.16 Gbits/sec
19602026-03-24T03:45:51.621Z[ 15] 5.00-6.00 sec 138 MBytes 1.15 Gbits/sec
19612026-03-24T03:45:51.621Z[ 17] 5.00-6.00 sec 138 MBytes 1.16 Gbits/sec
19622026-03-24T03:45:51.621Z[ 19] 5.00-6.00 sec 138 MBytes 1.15 Gbits/sec
19632026-03-24T03:45:51.621Z[SUM] 5.00-6.00 sec 1.08 GBytes 9.24 Gbits/sec
19642026-03-24T03:45:51.621Z- - - - - - - - - - - - - - - - - - - - - - - - -
19652026-03-24T03:45:51.621Z[ 5] 6.00-7.00 sec 137 MBytes 1.15 Gbits/sec
19662026-03-24T03:45:51.621Z[ 7] 6.00-7.00 sec 137 MBytes 1.15 Gbits/sec
19672026-03-24T03:45:51.621Z[ 9] 6.00-7.00 sec 137 MBytes 1.15 Gbits/sec
19682026-03-24T03:45:54.830Z[ 11] 6.00-7.00 sec 137 MBytes 1.15 Gbits/sec
19692026-03-24T03:45:54.830Z[ 13] 6.00-7.00 sec 137 MBytes 1.15 Gbits/sec
19702026-03-24T03:45:54.831Z[ 15] 6.00-7.00 sec 137 MBytes 1.15 Gbits/sec
19712026-03-24T03:45:54.831Z[ 17] 6.00-7.00 sec 137 MBytes 1.15 Gbits/sec
19722026-03-24T03:45:54.831Z[ 19] 6.00-7.00 sec 137 MBytes 1.15 Gbits/sec
19732026-03-24T03:45:54.831Z[SUM] 6.00-7.00 sec 1.07 GBytes 9.21 Gbits/sec
19742026-03-24T03:45:54.831Z- - - - - - - - - - - - - - - - - - - - - - - - -
19752026-03-24T03:45:54.831Z[ 5] 7.00-8.00 sec 139 MBytes 1.17 Gbits/sec
19762026-03-24T03:45:54.831Z[ 7] 7.00-8.00 sec 139 MBytes 1.17 Gbits/sec
19772026-03-24T03:45:54.831Z[ 9] 7.00-8.00 sec 139 MBytes 1.17 Gbits/sec
19782026-03-24T03:45:54.831Z[ 11] 7.00-8.00 sec 139 MBytes 1.17 Gbits/sec
19792026-03-24T03:45:54.831Z[ 13] 7.00-8.00 sec 140 MBytes 1.17 Gbits/sec
19802026-03-24T03:45:54.831Z[ 15] 7.00-8.00 sec 139 MBytes 1.17 Gbits/sec
19812026-03-24T03:45:54.831Z[ 17] 7.00-8.00 sec 139 MBytes 1.17 Gbits/sec
19822026-03-24T03:45:54.831Z[ 19] 7.00-8.00 sec 139 MBytes 1.17 Gbits/sec
19832026-03-24T03:45:54.831Z[SUM] 7.00-8.00 sec 1.09 GBytes 9.36 Gbits/sec
19842026-03-24T03:45:54.831Z- - - - - - - - - - - - - - - - - - - - - - - - -
19852026-03-24T03:45:54.831Z[ 5] 8.00-9.00 sec 140 MBytes 1.17 Gbits/sec
19862026-03-24T03:45:54.831Z[ 7] 8.00-9.00 sec 140 MBytes 1.17 Gbits/sec
19872026-03-24T03:45:54.831Z[ 9] 8.00-9.00 sec 140 MBytes 1.17 Gbits/sec
19882026-03-24T03:45:54.831Z[ 11] 8.00-9.00 sec 140 MBytes 1.17 Gbits/sec
19892026-03-24T03:45:54.831Z[ 13] 8.00-9.00 sec 140 MBytes 1.17 Gbits/sec
19902026-03-24T03:45:54.831Z[ 15] 8.00-9.00 sec 140 MBytes 1.17 Gbits/sec
19912026-03-24T03:45:54.831Z[ 17] 8.00-9.00 sec 140 MBytes 1.17 Gbits/sec
19922026-03-24T03:45:54.831Z[ 19] 8.00-9.00 sec 140 MBytes 1.18 Gbits/sec
19932026-03-24T03:45:54.831Z[SUM] 8.00-9.00 sec 1.09 GBytes 9.39 Gbits/sec
19942026-03-24T03:45:54.831Z- - - - - - - - - - - - - - - - - - - - - - - - -
19952026-03-24T03:45:54.831Z[ 5] 9.00-10.00 sec 139 MBytes 1.16 Gbits/sec
19962026-03-24T03:45:54.831Z[ 7] 9.00-10.00 sec 139 MBytes 1.16 Gbits/sec
19972026-03-24T03:45:54.831Z[ 9] 9.00-10.00 sec 139 MBytes 1.16 Gbits/sec
19982026-03-24T03:45:54.831Z[ 11] 9.00-10.00 sec 139 MBytes 1.16 Gbits/sec
19992026-03-24T03:45:54.831Z[ 13] 9.00-10.00 sec 139 MBytes 1.16 Gbits/sec
20002026-03-24T03:45:54.831Z[ 15] 9.00-10.00 sec 139 MBytes 1.16 Gbits/sec
20012026-03-24T03:45:54.831Z[ 17] 9.00-10.00 sec 139 MBytes 1.16 Gbits/sec
20022026-03-24T03:45:54.831Z[ 19] 9.00-10.00 sec 139 MBytes 1.16 Gbits/sec
20032026-03-24T03:45:54.831Z[SUM] 9.00-10.00 sec 1.08 GBytes 9.31 Gbits/sec
20042026-03-24T03:45:54.831Z- - - - - - - - - - - - - - - - - - - - - - - - -
20052026-03-24T03:45:54.832Z[ 5] 10.00-10.00 sec 96.2 KBytes 2.05 Gbits/sec
20062026-03-24T03:45:54.832Z[ 7] 10.00-10.00 sec 96.2 KBytes 2.05 Gbits/sec
20072026-03-24T03:45:54.832Z[ 9] 10.00-10.00 sec 48.1 KBytes 1.03 Gbits/sec
20082026-03-24T03:45:54.832Z[ 11] 10.00-10.00 sec 48.1 KBytes 1.03 Gbits/sec
20092026-03-24T03:45:54.832Z[ 13] 10.00-10.00 sec 96.2 KBytes 2.06 Gbits/sec
20102026-03-24T03:45:54.832Z[ 15] 10.00-10.00 sec 96.2 KBytes 2.06 Gbits/sec
20112026-03-24T03:45:54.832Z[ 17] 10.00-10.00 sec 96.2 KBytes 2.06 Gbits/sec
20122026-03-24T03:45:54.832Z[ 19] 10.00-10.00 sec 48.1 KBytes 1.03 Gbits/sec
20132026-03-24T03:45:54.832Z[SUM] 10.00-10.00 sec 625 KBytes 13.3 Gbits/sec
20142026-03-24T03:45:54.832Z- - - - - - - - - - - - - - - - - - - - - - - - -
20152026-03-24T03:45:54.832Z[ ID] Interval Transfer Bandwidth
20162026-03-24T03:45:54.832Z[ 5] 0.00-10.00 sec 1.32 GBytes 1.13 Gbits/sec sender
20172026-03-24T03:45:54.832Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20182026-03-24T03:45:54.832Z[ 7] 0.00-10.00 sec 1.32 GBytes 1.13 Gbits/sec sender
20192026-03-24T03:45:54.832Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20202026-03-24T03:45:54.832Z[ 9] 0.00-10.00 sec 1.32 GBytes 1.13 Gbits/sec sender
20212026-03-24T03:45:54.832Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20222026-03-24T03:45:54.835Z[ 11] 0.00-10.00 sec 1.32 GBytes 1.13 Gbits/sec sender
20232026-03-24T03:45:54.836Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20242026-03-24T03:45:54.836Z[ 13] 0.00-10.00 sec 1.32 GBytes 1.13 Gbits/sec sender
20252026-03-24T03:45:54.836Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20262026-03-24T03:45:54.836Z[ 15] 0.00-10.00 sec 1.32 GBytes 1.13 Gbits/sec sender
20272026-03-24T03:45:54.836Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20282026-03-24T03:45:54.836Z[ 17] 0.00-10.00 sec 1.32 GBytes 1.13 Gbits/sec sender
20292026-03-24T03:45:54.836Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20302026-03-24T03:45:54.836Z[ 19] 0.00-10.00 sec 1.32 GBytes 1.13 Gbits/sec sender
20312026-03-24T03:45:54.836Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20322026-03-24T03:45:54.836Z[SUM] 0.00-10.00 sec 10.5 GBytes 9.06 Gbits/sec sender
20332026-03-24T03:45:54.836Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20342026-03-24T03:45:54.836ZRun 2/5...9056.143Mbps
20352026-03-24T03:46:01.859Z-----------------------------------------------------------
20362026-03-24T03:46:01.859ZServer listening on 5201
20372026-03-24T03:46:01.859Z-----------------------------------------------------------
20382026-03-24T03:46:01.859ZAccepted connection from 10.0.0.1, port 54976
20392026-03-24T03:46:01.859Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59857
20402026-03-24T03:46:01.859Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53006
20412026-03-24T03:46:01.859Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46814
20422026-03-24T03:46:01.859Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59518
20432026-03-24T03:46:01.859Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57103
20442026-03-24T03:46:01.859Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53136
20452026-03-24T03:46:01.859Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62863
20462026-03-24T03:46:01.859Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63263
20472026-03-24T03:46:01.859Z[ ID] Interval Transfer Bandwidth
20482026-03-24T03:46:01.859Z[ 5] 0.00-1.00 sec 108 MBytes 907 Mbits/sec
20492026-03-24T03:46:01.859Z[ 7] 0.00-1.00 sec 108 MBytes 905 Mbits/sec
20502026-03-24T03:46:01.859Z[ 9] 0.00-1.00 sec 108 MBytes 905 Mbits/sec
20512026-03-24T03:46:01.860Z[ 11] 0.00-1.00 sec 108 MBytes 905 Mbits/sec
20522026-03-24T03:46:01.860Z[ 13] 0.00-1.00 sec 108 MBytes 904 Mbits/sec
20532026-03-24T03:46:01.860Z[ 15] 0.00-1.00 sec 108 MBytes 904 Mbits/sec
20542026-03-24T03:46:01.860Z[ 17] 0.00-1.00 sec 108 MBytes 904 Mbits/sec
20552026-03-24T03:46:01.860Z[ 19] 0.00-1.00 sec 108 MBytes 904 Mbits/sec
20562026-03-24T03:46:01.860Z[SUM] 0.00-1.00 sec 863 MBytes 7.24 Gbits/sec
20572026-03-24T03:46:01.860Z- - - - - - - - - - - - - - - - - - - - - - - - -
20582026-03-24T03:46:01.860Z[ 5] 1.00-2.00 sec 138 MBytes 1.16 Gbits/sec
20592026-03-24T03:46:01.860Z[ 7] 1.00-2.00 sec 138 MBytes 1.16 Gbits/sec
20602026-03-24T03:46:01.860Z[ 9] 1.00-2.00 sec 138 MBytes 1.16 Gbits/sec
20612026-03-24T03:46:01.860Z[ 11] 1.00-2.00 sec 138 MBytes 1.16 Gbits/sec
20622026-03-24T03:46:01.860Z[ 13] 1.00-2.00 sec 138 MBytes 1.16 Gbits/sec
20632026-03-24T03:46:01.860Z[ 15] 1.00-2.00 sec 138 MBytes 1.16 Gbits/sec
20642026-03-24T03:46:01.860Z[ 17] 1.00-2.00 sec 138 MBytes 1.16 Gbits/sec
20652026-03-24T03:46:01.860Z[ 19] 1.00-2.00 sec 138 MBytes 1.16 Gbits/sec
20662026-03-24T03:46:01.860Z[SUM] 1.00-2.00 sec 1.08 GBytes 9.27 Gbits/sec
20672026-03-24T03:46:01.860Z- - - - - - - - - - - - - - - - - - - - - - - - -
20682026-03-24T03:46:01.860Z[ 5] 2.00-3.00 sec 138 MBytes 1.15 Gbits/sec
20692026-03-24T03:46:01.860Z[ 7] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
20702026-03-24T03:46:01.860Z[ 9] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
20712026-03-24T03:46:01.860Z[ 11] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
20722026-03-24T03:46:01.860Z[ 13] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
20732026-03-24T03:46:01.860Z[ 15] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
20742026-03-24T03:46:01.860Z[ 17] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
20752026-03-24T03:46:01.860Z[ 19] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
20762026-03-24T03:46:01.860Z[SUM] 2.00-3.00 sec 1.07 GBytes 9.22 Gbits/sec
20772026-03-24T03:46:01.860Z- - - - - - - - - - - - - - - - - - - - - - - - -
20782026-03-24T03:46:01.860Z[ 5] 3.00-4.00 sec 138 MBytes 1.16 Gbits/sec
20792026-03-24T03:46:01.860Z[ 7] 3.00-4.00 sec 138 MBytes 1.16 Gbits/sec
20802026-03-24T03:46:01.860Z[ 9] 3.00-4.00 sec 138 MBytes 1.16 Gbits/sec
20812026-03-24T03:46:01.860Z[ 11] 3.00-4.00 sec 139 MBytes 1.16 Gbits/sec
20822026-03-24T03:46:01.860Z[ 13] 3.00-4.00 sec 138 MBytes 1.16 Gbits/sec
20832026-03-24T03:46:01.860Z[ 15] 3.00-4.00 sec 138 MBytes 1.16 Gbits/sec
20842026-03-24T03:46:01.860Z[ 17] 3.00-4.00 sec 138 MBytes 1.16 Gbits/sec
20852026-03-24T03:46:01.860Z[ 19] 3.00-4.00 sec 138 MBytes 1.16 Gbits/sec
20862026-03-24T03:46:01.860Z[SUM] 3.00-4.00 sec 1.08 GBytes 9.29 Gbits/sec
20872026-03-24T03:46:01.860Z- - - - - - - - - - - - - - - - - - - - - - - - -
20882026-03-24T03:46:01.860Z[ 5] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
20892026-03-24T03:46:01.860Z[ 7] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
20902026-03-24T03:46:01.861Z[ 9] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
20912026-03-24T03:46:01.861Z[ 11] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
20922026-03-24T03:46:01.861Z[ 13] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
20932026-03-24T03:46:01.861Z[ 15] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
20942026-03-24T03:46:01.861Z[ 17] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
20952026-03-24T03:46:01.861Z[ 19] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
20962026-03-24T03:46:01.861Z[SUM] 4.00-5.00 sec 1.07 GBytes 9.17 Gbits/sec
20972026-03-24T03:46:01.861Z- - - - - - - - - - - - - - - - - - - - - - - - -
20982026-03-24T03:46:01.861Z[ 5] 5.00-6.00 sec 139 MBytes 1.17 Gbits/sec
20992026-03-24T03:46:01.861Z[ 7] 5.00-6.00 sec 139 MBytes 1.17 Gbits/sec
21002026-03-24T03:46:01.861Z[ 9] 5.00-6.00 sec 139 MBytes 1.17 Gbits/sec
21012026-03-24T03:46:01.861Z[ 11] 5.00-6.00 sec 139 MBytes 1.17 Gbits/sec
21022026-03-24T03:46:01.861Z[ 13] 5.00-6.00 sec 139 MBytes 1.17 Gbits/sec
21032026-03-24T03:46:01.861Z[ 15] 5.00-6.00 sec 139 MBytes 1.17 Gbits/sec
21042026-03-24T03:46:01.861Z[ 17] 5.00-6.00 sec 139 MBytes 1.17 Gbits/sec
21052026-03-24T03:46:01.861Z[ 19] 5.00-6.00 sec 139 MBytes 1.17 Gbits/sec
21062026-03-24T03:46:01.861Z[SUM] 5.00-6.00 sec 1.09 GBytes 9.33 Gbits/sec
21072026-03-24T03:46:01.861Z- - - - - - - - - - - - - - - - - - - - - - - - -
21082026-03-24T03:46:01.861Z[ 5] 6.00-7.00 sec 138 MBytes 1.16 Gbits/sec
21092026-03-24T03:46:01.861Z[ 7] 6.00-7.00 sec 138 MBytes 1.16 Gbits/sec
21102026-03-24T03:46:01.861Z[ 9] 6.00-7.00 sec 138 MBytes 1.16 Gbits/sec
21112026-03-24T03:46:05.072Z[ 11] 6.00-7.00 sec 138 MBytes 1.16 Gbits/sec
21122026-03-24T03:46:05.072Z[ 13] 6.00-7.00 sec 138 MBytes 1.16 Gbits/sec
21132026-03-24T03:46:05.072Z[ 15] 6.00-7.00 sec 138 MBytes 1.16 Gbits/sec
21142026-03-24T03:46:05.072Z[ 17] 6.00-7.00 sec 138 MBytes 1.16 Gbits/sec
21152026-03-24T03:46:05.072Z[ 19] 6.00-7.00 sec 138 MBytes 1.16 Gbits/sec
21162026-03-24T03:46:05.072Z[SUM] 6.00-7.00 sec 1.08 GBytes 9.25 Gbits/sec
21172026-03-24T03:46:05.072Z- - - - - - - - - - - - - - - - - - - - - - - - -
21182026-03-24T03:46:05.072Z[ 5] 7.00-8.00 sec 137 MBytes 1.15 Gbits/sec
21192026-03-24T03:46:05.072Z[ 7] 7.00-8.00 sec 137 MBytes 1.15 Gbits/sec
21202026-03-24T03:46:05.072Z[ 9] 7.00-8.00 sec 137 MBytes 1.15 Gbits/sec
21212026-03-24T03:46:05.073Z[ 11] 7.00-8.00 sec 137 MBytes 1.15 Gbits/sec
21222026-03-24T03:46:05.073Z[ 13] 7.00-8.00 sec 137 MBytes 1.15 Gbits/sec
21232026-03-24T03:46:05.073Z[ 15] 7.00-8.00 sec 137 MBytes 1.15 Gbits/sec
21242026-03-24T03:46:05.073Z[ 17] 7.00-8.00 sec 137 MBytes 1.15 Gbits/sec
21252026-03-24T03:46:05.073Z[ 19] 7.00-8.00 sec 137 MBytes 1.15 Gbits/sec
21262026-03-24T03:46:05.073Z[SUM] 7.00-8.00 sec 1.07 GBytes 9.18 Gbits/sec
21272026-03-24T03:46:05.073Z- - - - - - - - - - - - - - - - - - - - - - - - -
21282026-03-24T03:46:05.073Z[ 5] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
21292026-03-24T03:46:05.073Z[ 7] 8.00-9.00 sec 138 MBytes 1.15 Gbits/sec
21302026-03-24T03:46:05.073Z[ 9] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
21312026-03-24T03:46:05.073Z[ 11] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
21322026-03-24T03:46:05.073Z[ 13] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
21332026-03-24T03:46:05.073Z[ 15] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
21342026-03-24T03:46:05.073Z[ 17] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
21352026-03-24T03:46:05.073Z[ 19] 8.00-9.00 sec 138 MBytes 1.15 Gbits/sec
21362026-03-24T03:46:05.073Z[SUM] 8.00-9.00 sec 1.08 GBytes 9.24 Gbits/sec
21372026-03-24T03:46:05.073Z- - - - - - - - - - - - - - - - - - - - - - - - -
21382026-03-24T03:46:05.073Z[ 5] 9.00-10.00 sec 138 MBytes 1.15 Gbits/sec
21392026-03-24T03:46:05.073Z[ 7] 9.00-10.00 sec 137 MBytes 1.15 Gbits/sec
21402026-03-24T03:46:05.073Z[ 9] 9.00-10.00 sec 138 MBytes 1.15 Gbits/sec
21412026-03-24T03:46:05.073Z[ 11] 9.00-10.00 sec 138 MBytes 1.15 Gbits/sec
21422026-03-24T03:46:05.073Z[ 13] 9.00-10.00 sec 138 MBytes 1.15 Gbits/sec
21432026-03-24T03:46:05.073Z[ 15] 9.00-10.00 sec 138 MBytes 1.15 Gbits/sec
21442026-03-24T03:46:05.073Z[ 17] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
21452026-03-24T03:46:05.073Z[ 19] 9.00-10.00 sec 138 MBytes 1.15 Gbits/sec
21462026-03-24T03:46:05.073Z[SUM] 9.00-10.00 sec 1.07 GBytes 9.23 Gbits/sec
21472026-03-24T03:46:05.073Z- - - - - - - - - - - - - - - - - - - - - - - - -
21482026-03-24T03:46:05.073Z[ 5] 10.00-10.00 sec 48.1 KBytes 995 Mbits/sec
21492026-03-24T03:46:05.074Z[ 7] 10.00-10.00 sec 48.1 KBytes 999 Mbits/sec
21502026-03-24T03:46:05.074Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
21512026-03-24T03:46:05.074Z[ 11] 10.00-10.00 sec 96.2 KBytes 2.00 Gbits/sec
21522026-03-24T03:46:05.074Z[ 13] 10.00-10.00 sec 144 KBytes 3.01 Gbits/sec
21532026-03-24T03:46:05.074Z[ 15] 10.00-10.00 sec 96.2 KBytes 2.00 Gbits/sec
21542026-03-24T03:46:05.074Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
21552026-03-24T03:46:05.074Z[ 19] 10.00-10.00 sec 96.2 KBytes 2.00 Gbits/sec
21562026-03-24T03:46:05.074Z[SUM] 10.00-10.00 sec 529 KBytes 10.9 Gbits/sec
21572026-03-24T03:46:05.074Z- - - - - - - - - - - - - - - - - - - - - - - - -
21582026-03-24T03:46:05.074Z[ ID] Interval Transfer Bandwidth
21592026-03-24T03:46:05.074Z[ 5] 0.00-10.00 sec 1.32 GBytes 1.13 Gbits/sec sender
21602026-03-24T03:46:05.074Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21612026-03-24T03:46:05.074Z[ 7] 0.00-10.00 sec 1.32 GBytes 1.13 Gbits/sec sender
21622026-03-24T03:46:05.074Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21632026-03-24T03:46:05.074Z[ 9] 0.00-10.00 sec 1.32 GBytes 1.13 Gbits/sec sender
21642026-03-24T03:46:05.074Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21652026-03-24T03:46:05.074Z[ 11] 0.00-10.00 sec 1.32 GBytes 1.13 Gbits/sec sender
21662026-03-24T03:46:05.074Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21672026-03-24T03:46:05.074Z[ 13] 0.00-10.00 sec 1.32 GBytes 1.13 Gbits/sec sender
21682026-03-24T03:46:05.074Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21692026-03-24T03:46:05.074Z[ 15] 0.00-10.00 sec 1.32 GBytes 1.13 Gbits/sec sender
21702026-03-24T03:46:05.074Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21712026-03-24T03:46:05.074Z[ 17] 0.00-10.00 sec 1.32 GBytes 1.13 Gbits/sec sender
21722026-03-24T03:46:05.074Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21732026-03-24T03:46:05.074Z[ 19] 0.00-10.00 sec 1.32 GBytes 1.13 Gbits/sec sender
21742026-03-24T03:46:05.074Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21752026-03-24T03:46:05.074Z[SUM] 0.00-10.00 sec 10.5 GBytes 9.04 Gbits/sec sender
21762026-03-24T03:46:05.074Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21772026-03-24T03:46:05.078ZRun 3/5...9042.582Mbps
21782026-03-24T03:46:12.099Z-----------------------------------------------------------
21792026-03-24T03:46:12.099ZServer listening on 5201
21802026-03-24T03:46:12.099Z-----------------------------------------------------------
21812026-03-24T03:46:12.099ZAccepted connection from 10.0.0.1, port 48379
21822026-03-24T03:46:12.099Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62315
21832026-03-24T03:46:12.099Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57981
21842026-03-24T03:46:12.099Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33558
21852026-03-24T03:46:12.099Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50613
21862026-03-24T03:46:12.099Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39178
21872026-03-24T03:46:12.099Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52693
21882026-03-24T03:46:12.099Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47126
21892026-03-24T03:46:12.099Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59568
21902026-03-24T03:46:12.099Z[ ID] Interval Transfer Bandwidth
21912026-03-24T03:46:12.099Z[ 5] 0.00-1.00 sec 112 MBytes 939 Mbits/sec
21922026-03-24T03:46:12.099Z[ 7] 0.00-1.00 sec 112 MBytes 937 Mbits/sec
21932026-03-24T03:46:12.099Z[ 9] 0.00-1.00 sec 112 MBytes 937 Mbits/sec
21942026-03-24T03:46:12.099Z[ 11] 0.00-1.00 sec 112 MBytes 939 Mbits/sec
21952026-03-24T03:46:12.099Z[ 13] 0.00-1.00 sec 112 MBytes 939 Mbits/sec
21962026-03-24T03:46:12.099Z[ 15] 0.00-1.00 sec 112 MBytes 939 Mbits/sec
21972026-03-24T03:46:12.099Z[ 17] 0.00-1.00 sec 112 MBytes 936 Mbits/sec
21982026-03-24T03:46:12.099Z[ 19] 0.00-1.00 sec 112 MBytes 936 Mbits/sec
21992026-03-24T03:46:12.099Z[SUM] 0.00-1.00 sec 894 MBytes 7.50 Gbits/sec
22002026-03-24T03:46:12.099Z- - - - - - - - - - - - - - - - - - - - - - - - -
22012026-03-24T03:46:12.100Z[ 5] 1.00-2.00 sec 139 MBytes 1.17 Gbits/sec
22022026-03-24T03:46:12.100Z[ 7] 1.00-2.00 sec 139 MBytes 1.17 Gbits/sec
22032026-03-24T03:46:12.100Z[ 9] 1.00-2.00 sec 139 MBytes 1.17 Gbits/sec
22042026-03-24T03:46:12.100Z[ 11] 1.00-2.00 sec 139 MBytes 1.17 Gbits/sec
22052026-03-24T03:46:12.100Z[ 13] 1.00-2.00 sec 139 MBytes 1.17 Gbits/sec
22062026-03-24T03:46:12.100Z[ 15] 1.00-2.00 sec 139 MBytes 1.17 Gbits/sec
22072026-03-24T03:46:12.100Z[ 17] 1.00-2.00 sec 139 MBytes 1.17 Gbits/sec
22082026-03-24T03:46:12.100Z[ 19] 1.00-2.00 sec 139 MBytes 1.17 Gbits/sec
22092026-03-24T03:46:12.100Z[SUM] 1.00-2.00 sec 1.09 GBytes 9.35 Gbits/sec
22102026-03-24T03:46:12.100Z- - - - - - - - - - - - - - - - - - - - - - - - -
22112026-03-24T03:46:12.100Z[ 5] 2.00-3.00 sec 141 MBytes 1.18 Gbits/sec
22122026-03-24T03:46:12.100Z[ 7] 2.00-3.00 sec 141 MBytes 1.18 Gbits/sec
22132026-03-24T03:46:12.100Z[ 9] 2.00-3.00 sec 141 MBytes 1.18 Gbits/sec
22142026-03-24T03:46:12.100Z[ 11] 2.00-3.00 sec 141 MBytes 1.18 Gbits/sec
22152026-03-24T03:46:12.100Z[ 13] 2.00-3.00 sec 141 MBytes 1.18 Gbits/sec
22162026-03-24T03:46:12.100Z[ 15] 2.00-3.00 sec 141 MBytes 1.18 Gbits/sec
22172026-03-24T03:46:12.100Z[ 17] 2.00-3.00 sec 141 MBytes 1.18 Gbits/sec
22182026-03-24T03:46:12.100Z[ 19] 2.00-3.00 sec 141 MBytes 1.18 Gbits/sec
22192026-03-24T03:46:12.100Z[SUM] 2.00-3.00 sec 1.10 GBytes 9.44 Gbits/sec
22202026-03-24T03:46:12.100Z- - - - - - - - - - - - - - - - - - - - - - - - -
22212026-03-24T03:46:12.100Z[ 5] 3.00-4.00 sec 140 MBytes 1.17 Gbits/sec
22222026-03-24T03:46:12.100Z[ 7] 3.00-4.00 sec 140 MBytes 1.17 Gbits/sec
22232026-03-24T03:46:12.100Z[ 9] 3.00-4.00 sec 140 MBytes 1.17 Gbits/sec
22242026-03-24T03:46:12.100Z[ 11] 3.00-4.00 sec 140 MBytes 1.17 Gbits/sec
22252026-03-24T03:46:12.100Z[ 13] 3.00-4.00 sec 140 MBytes 1.17 Gbits/sec
22262026-03-24T03:46:12.100Z[ 15] 3.00-4.00 sec 140 MBytes 1.17 Gbits/sec
22272026-03-24T03:46:12.100Z[ 17] 3.00-4.00 sec 140 MBytes 1.17 Gbits/sec
22282026-03-24T03:46:12.100Z[ 19] 3.00-4.00 sec 140 MBytes 1.17 Gbits/sec
22292026-03-24T03:46:12.100Z[SUM] 3.00-4.00 sec 1.09 GBytes 9.37 Gbits/sec
22302026-03-24T03:46:12.100Z- - - - - - - - - - - - - - - - - - - - - - - - -
22312026-03-24T03:46:12.100Z[ 5] 4.00-5.00 sec 139 MBytes 1.17 Gbits/sec
22322026-03-24T03:46:12.100Z[ 7] 4.00-5.00 sec 139 MBytes 1.17 Gbits/sec
22332026-03-24T03:46:12.100Z[ 9] 4.00-5.00 sec 139 MBytes 1.17 Gbits/sec
22342026-03-24T03:46:12.100Z[ 11] 4.00-5.00 sec 139 MBytes 1.17 Gbits/sec
22352026-03-24T03:46:12.100Z[ 13] 4.00-5.00 sec 139 MBytes 1.17 Gbits/sec
22362026-03-24T03:46:12.100Z[ 15] 4.00-5.00 sec 139 MBytes 1.17 Gbits/sec
22372026-03-24T03:46:12.100Z[ 17] 4.00-5.00 sec 139 MBytes 1.17 Gbits/sec
22382026-03-24T03:46:12.100Z[ 19] 4.00-5.00 sec 139 MBytes 1.17 Gbits/sec
22392026-03-24T03:46:12.101Z[SUM] 4.00-5.00 sec 1.09 GBytes 9.35 Gbits/sec
22402026-03-24T03:46:12.101Z- - - - - - - - - - - - - - - - - - - - - - - - -
22412026-03-24T03:46:12.101Z[ 5] 5.00-6.00 sec 140 MBytes 1.18 Gbits/sec
22422026-03-24T03:46:12.101Z[ 7] 5.00-6.00 sec 140 MBytes 1.18 Gbits/sec
22432026-03-24T03:46:12.101Z[ 9] 5.00-6.00 sec 140 MBytes 1.18 Gbits/sec
22442026-03-24T03:46:12.101Z[ 11] 5.00-6.00 sec 140 MBytes 1.18 Gbits/sec
22452026-03-24T03:46:12.101Z[ 13] 5.00-6.00 sec 140 MBytes 1.18 Gbits/sec
22462026-03-24T03:46:12.101Z[ 15] 5.00-6.00 sec 140 MBytes 1.18 Gbits/sec
22472026-03-24T03:46:12.101Z[ 17] 5.00-6.00 sec 140 MBytes 1.18 Gbits/sec
22482026-03-24T03:46:12.101Z[ 19] 5.00-6.00 sec 140 MBytes 1.18 Gbits/sec
22492026-03-24T03:46:12.101Z[SUM] 5.00-6.00 sec 1.10 GBytes 9.41 Gbits/sec
22502026-03-24T03:46:12.101Z- - - - - - - - - - - - - - - - - - - - - - - - -
22512026-03-24T03:46:12.101Z[ 5] 6.00-7.00 sec 140 MBytes 1.17 Gbits/sec
22522026-03-24T03:46:12.101Z[ 7] 6.00-7.00 sec 140 MBytes 1.17 Gbits/sec
22532026-03-24T03:46:12.101Z[ 9] 6.00-7.00 sec 140 MBytes 1.17 Gbits/sec
22542026-03-24T03:46:15.313Z[ 11] 6.00-7.00 sec 140 MBytes 1.17 Gbits/sec
22552026-03-24T03:46:15.313Z[ 13] 6.00-7.00 sec 140 MBytes 1.17 Gbits/sec
22562026-03-24T03:46:15.313Z[ 15] 6.00-7.00 sec 140 MBytes 1.17 Gbits/sec
22572026-03-24T03:46:15.313Z[ 17] 6.00-7.00 sec 140 MBytes 1.17 Gbits/sec
22582026-03-24T03:46:15.313Z[ 19] 6.00-7.00 sec 140 MBytes 1.17 Gbits/sec
22592026-03-24T03:46:15.313Z[SUM] 6.00-7.00 sec 1.09 GBytes 9.38 Gbits/sec
22602026-03-24T03:46:15.313Z- - - - - - - - - - - - - - - - - - - - - - - - -
22612026-03-24T03:46:15.313Z[ 5] 7.00-8.00 sec 139 MBytes 1.17 Gbits/sec
22622026-03-24T03:46:15.313Z[ 7] 7.00-8.00 sec 139 MBytes 1.17 Gbits/sec
22632026-03-24T03:46:15.313Z[ 9] 7.00-8.00 sec 139 MBytes 1.16 Gbits/sec
22642026-03-24T03:46:15.313Z[ 11] 7.00-8.00 sec 139 MBytes 1.16 Gbits/sec
22652026-03-24T03:46:15.313Z[ 13] 7.00-8.00 sec 139 MBytes 1.16 Gbits/sec
22662026-03-24T03:46:15.313Z[ 15] 7.00-8.00 sec 139 MBytes 1.16 Gbits/sec
22672026-03-24T03:46:15.314Z[ 17] 7.00-8.00 sec 139 MBytes 1.16 Gbits/sec
22682026-03-24T03:46:15.314Z[ 19] 7.00-8.00 sec 139 MBytes 1.16 Gbits/sec
22692026-03-24T03:46:15.314Z[SUM] 7.00-8.00 sec 1.08 GBytes 9.32 Gbits/sec
22702026-03-24T03:46:15.314Z- - - - - - - - - - - - - - - - - - - - - - - - -
22712026-03-24T03:46:15.314Z[ 5] 8.00-9.00 sec 137 MBytes 1.15 Gbits/sec
22722026-03-24T03:46:15.314Z[ 7] 8.00-9.00 sec 137 MBytes 1.15 Gbits/sec
22732026-03-24T03:46:15.314Z[ 9] 8.00-9.00 sec 137 MBytes 1.15 Gbits/sec
22742026-03-24T03:46:15.314Z[ 11] 8.00-9.00 sec 137 MBytes 1.15 Gbits/sec
22752026-03-24T03:46:15.314Z[ 13] 8.00-9.00 sec 137 MBytes 1.15 Gbits/sec
22762026-03-24T03:46:15.314Z[ 15] 8.00-9.00 sec 137 MBytes 1.15 Gbits/sec
22772026-03-24T03:46:15.314Z[ 17] 8.00-9.00 sec 137 MBytes 1.15 Gbits/sec
22782026-03-24T03:46:15.314Z[ 19] 8.00-9.00 sec 137 MBytes 1.15 Gbits/sec
22792026-03-24T03:46:15.314Z[SUM] 8.00-9.00 sec 1.07 GBytes 9.18 Gbits/sec
22802026-03-24T03:46:15.314Z- - - - - - - - - - - - - - - - - - - - - - - - -
22812026-03-24T03:46:15.314Z[ 5] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
22822026-03-24T03:46:15.314Z[ 7] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
22832026-03-24T03:46:15.314Z[ 9] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
22842026-03-24T03:46:15.314Z[ 11] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
22852026-03-24T03:46:15.314Z[ 13] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
22862026-03-24T03:46:15.314Z[ 15] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
22872026-03-24T03:46:15.314Z[ 17] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
22882026-03-24T03:46:15.314Z[ 19] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
22892026-03-24T03:46:15.314Z[SUM] 9.00-10.00 sec 1.08 GBytes 9.28 Gbits/sec
22902026-03-24T03:46:15.314Z- - - - - - - - - - - - - - - - - - - - - - - - -
22912026-03-24T03:46:15.314Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22922026-03-24T03:46:15.314Z[ 7] 10.00-10.00 sec 48.1 KBytes 935 Mbits/sec
22932026-03-24T03:46:15.314Z[ 9] 10.00-10.00 sec 96.2 KBytes 1.87 Gbits/sec
22942026-03-24T03:46:15.314Z[ 11] 10.00-10.00 sec 96.2 KBytes 1.87 Gbits/sec
22952026-03-24T03:46:15.314Z[ 13] 10.00-10.00 sec 48.1 KBytes 938 Mbits/sec
22962026-03-24T03:46:15.314Z[ 15] 10.00-10.00 sec 96.2 KBytes 1.87 Gbits/sec
22972026-03-24T03:46:15.314Z[ 17] 10.00-10.00 sec 96.2 KBytes 1.87 Gbits/sec
22982026-03-24T03:46:15.314Z[ 19] 10.00-10.00 sec 48.1 KBytes 935 Mbits/sec
22992026-03-24T03:46:15.314Z[SUM] 10.00-10.00 sec 529 KBytes 10.2 Gbits/sec
23002026-03-24T03:46:15.314Z- - - - - - - - - - - - - - - - - - - - - - - - -
23012026-03-24T03:46:15.314Z[ ID] Interval Transfer Bandwidth
23022026-03-24T03:46:15.314Z[ 5] 0.00-10.00 sec 1.33 GBytes 1.14 Gbits/sec sender
23032026-03-24T03:46:15.314Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23042026-03-24T03:46:15.314Z[ 7] 0.00-10.00 sec 1.33 GBytes 1.14 Gbits/sec sender
23052026-03-24T03:46:15.314Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23062026-03-24T03:46:15.315Z[ 9] 0.00-10.00 sec 1.33 GBytes 1.14 Gbits/sec sender
23072026-03-24T03:46:15.315Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23082026-03-24T03:46:15.315Z[ 11] 0.00-10.00 sec 1.33 GBytes 1.15 Gbits/sec sender
23092026-03-24T03:46:15.315Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23102026-03-24T03:46:15.315Z[ 13] 0.00-10.00 sec 1.33 GBytes 1.14 Gbits/sec sender
23112026-03-24T03:46:15.315Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23122026-03-24T03:46:15.315Z[ 15] 0.00-10.00 sec 1.33 GBytes 1.14 Gbits/sec sender
23132026-03-24T03:46:15.315Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23142026-03-24T03:46:15.315Z[ 17] 0.00-10.00 sec 1.33 GBytes 1.14 Gbits/sec sender
23152026-03-24T03:46:15.315Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23162026-03-24T03:46:15.315Z[ 19] 0.00-10.00 sec 1.33 GBytes 1.14 Gbits/sec sender
23172026-03-24T03:46:15.315Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23182026-03-24T03:46:15.315Z[SUM] 0.00-10.00 sec 10.7 GBytes 9.16 Gbits/sec sender
23192026-03-24T03:46:15.315Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23202026-03-24T03:46:15.318ZRun 4/5...9158.355Mbps
23212026-03-24T03:46:22.341Z-----------------------------------------------------------
23222026-03-24T03:46:22.341ZServer listening on 5201
23232026-03-24T03:46:22.341Z-----------------------------------------------------------
23242026-03-24T03:46:22.341ZAccepted connection from 10.0.0.1, port 42355
23252026-03-24T03:46:22.341Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60193
23262026-03-24T03:46:22.341Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60541
23272026-03-24T03:46:22.341Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38010
23282026-03-24T03:46:22.341Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40881
23292026-03-24T03:46:22.341Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41173
23302026-03-24T03:46:22.341Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53844
23312026-03-24T03:46:22.341Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39818
23322026-03-24T03:46:22.341Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63432
23332026-03-24T03:46:22.341Z[ ID] Interval Transfer Bandwidth
23342026-03-24T03:46:22.341Z[ 5] 0.00-1.00 sec 110 MBytes 926 Mbits/sec
23352026-03-24T03:46:22.341Z[ 7] 0.00-1.00 sec 110 MBytes 926 Mbits/sec
23362026-03-24T03:46:22.342Z[ 9] 0.00-1.00 sec 110 MBytes 926 Mbits/sec
23372026-03-24T03:46:22.342Z[ 11] 0.00-1.00 sec 110 MBytes 927 Mbits/sec
23382026-03-24T03:46:22.342Z[ 13] 0.00-1.00 sec 110 MBytes 926 Mbits/sec
23392026-03-24T03:46:22.342Z[ 15] 0.00-1.00 sec 110 MBytes 924 Mbits/sec
23402026-03-24T03:46:22.342Z[ 17] 0.00-1.00 sec 110 MBytes 925 Mbits/sec
23412026-03-24T03:46:22.342Z[ 19] 0.00-1.00 sec 110 MBytes 925 Mbits/sec
23422026-03-24T03:46:22.342Z[SUM] 0.00-1.00 sec 883 MBytes 7.40 Gbits/sec
23432026-03-24T03:46:22.342Z- - - - - - - - - - - - - - - - - - - - - - - - -
23442026-03-24T03:46:22.342Z[ 5] 1.00-2.00 sec 140 MBytes 1.18 Gbits/sec
23452026-03-24T03:46:22.342Z[ 7] 1.00-2.00 sec 140 MBytes 1.18 Gbits/sec
23462026-03-24T03:46:22.342Z[ 9] 1.00-2.00 sec 140 MBytes 1.18 Gbits/sec
23472026-03-24T03:46:22.342Z[ 11] 1.00-2.00 sec 140 MBytes 1.18 Gbits/sec
23482026-03-24T03:46:22.342Z[ 13] 1.00-2.00 sec 140 MBytes 1.18 Gbits/sec
23492026-03-24T03:46:22.342Z[ 15] 1.00-2.00 sec 140 MBytes 1.18 Gbits/sec
23502026-03-24T03:46:22.342Z[ 17] 1.00-2.00 sec 140 MBytes 1.18 Gbits/sec
23512026-03-24T03:46:22.342Z[ 19] 1.00-2.00 sec 140 MBytes 1.18 Gbits/sec
23522026-03-24T03:46:22.342Z[SUM] 1.00-2.00 sec 1.10 GBytes 9.42 Gbits/sec
23532026-03-24T03:46:22.342Z- - - - - - - - - - - - - - - - - - - - - - - - -
23542026-03-24T03:46:22.342Z[ 5] 2.00-3.00 sec 141 MBytes 1.18 Gbits/sec
23552026-03-24T03:46:22.342Z[ 7] 2.00-3.00 sec 141 MBytes 1.18 Gbits/sec
23562026-03-24T03:46:22.342Z[ 9] 2.00-3.00 sec 141 MBytes 1.18 Gbits/sec
23572026-03-24T03:46:22.342Z[ 11] 2.00-3.00 sec 141 MBytes 1.18 Gbits/sec
23582026-03-24T03:46:22.342Z[ 13] 2.00-3.00 sec 141 MBytes 1.18 Gbits/sec
23592026-03-24T03:46:22.342Z[ 15] 2.00-3.00 sec 141 MBytes 1.18 Gbits/sec
23602026-03-24T03:46:22.342Z[ 17] 2.00-3.00 sec 141 MBytes 1.18 Gbits/sec
23612026-03-24T03:46:22.342Z[ 19] 2.00-3.00 sec 141 MBytes 1.18 Gbits/sec
23622026-03-24T03:46:22.342Z[SUM] 2.00-3.00 sec 1.10 GBytes 9.44 Gbits/sec
23632026-03-24T03:46:22.342Z- - - - - - - - - - - - - - - - - - - - - - - - -
23642026-03-24T03:46:22.342Z[ 5] 3.00-4.00 sec 139 MBytes 1.17 Gbits/sec
23652026-03-24T03:46:22.342Z[ 7] 3.00-4.00 sec 139 MBytes 1.17 Gbits/sec
23662026-03-24T03:46:22.343Z[ 9] 3.00-4.00 sec 139 MBytes 1.17 Gbits/sec
23672026-03-24T03:46:22.343Z[ 11] 3.00-4.00 sec 139 MBytes 1.17 Gbits/sec
23682026-03-24T03:46:22.343Z[ 13] 3.00-4.00 sec 139 MBytes 1.17 Gbits/sec
23692026-03-24T03:46:22.343Z[ 15] 3.00-4.00 sec 139 MBytes 1.17 Gbits/sec
23702026-03-24T03:46:22.343Z[ 17] 3.00-4.00 sec 139 MBytes 1.17 Gbits/sec
23712026-03-24T03:46:22.343Z[ 19] 3.00-4.00 sec 139 MBytes 1.17 Gbits/sec
23722026-03-24T03:46:22.343Z[SUM] 3.00-4.00 sec 1.09 GBytes 9.32 Gbits/sec
23732026-03-24T03:46:22.343Z- - - - - - - - - - - - - - - - - - - - - - - - -
23742026-03-24T03:46:22.343Z[ 5] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
23752026-03-24T03:46:22.343Z[ 7] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
23762026-03-24T03:46:22.343Z[ 9] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
23772026-03-24T03:46:22.343Z[ 11] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
23782026-03-24T03:46:22.343Z[ 13] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
23792026-03-24T03:46:22.343Z[ 15] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
23802026-03-24T03:46:22.343Z[ 17] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
23812026-03-24T03:46:22.343Z[ 19] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
23822026-03-24T03:46:22.343Z[SUM] 4.00-5.00 sec 1.07 GBytes 9.22 Gbits/sec
23832026-03-24T03:46:22.343Z- - - - - - - - - - - - - - - - - - - - - - - - -
23842026-03-24T03:46:22.343Z[ 5] 5.00-6.00 sec 140 MBytes 1.17 Gbits/sec
23852026-03-24T03:46:22.343Z[ 7] 5.00-6.00 sec 140 MBytes 1.17 Gbits/sec
23862026-03-24T03:46:22.343Z[ 9] 5.00-6.00 sec 140 MBytes 1.17 Gbits/sec
23872026-03-24T03:46:22.343Z[ 11] 5.00-6.00 sec 140 MBytes 1.17 Gbits/sec
23882026-03-24T03:46:22.343Z[ 13] 5.00-6.00 sec 139 MBytes 1.17 Gbits/sec
23892026-03-24T03:46:22.343Z[ 15] 5.00-6.00 sec 140 MBytes 1.17 Gbits/sec
23902026-03-24T03:46:22.343Z[ 17] 5.00-6.00 sec 140 MBytes 1.17 Gbits/sec
23912026-03-24T03:46:22.343Z[ 19] 5.00-6.00 sec 140 MBytes 1.17 Gbits/sec
23922026-03-24T03:46:22.343Z[SUM] 5.00-6.00 sec 1.09 GBytes 9.37 Gbits/sec
23932026-03-24T03:46:22.343Z- - - - - - - - - - - - - - - - - - - - - - - - -
23942026-03-24T03:46:22.343Z[ 5] 6.00-7.00 sec 139 MBytes 1.17 Gbits/sec
23952026-03-24T03:46:22.343Z[ 7] 6.00-7.00 sec 139 MBytes 1.17 Gbits/sec
23962026-03-24T03:46:22.348Z[ 9] 6.00-7.00 sec 139 MBytes 1.17 Gbits/sec
23972026-03-24T03:46:25.554Z[ 11] 6.00-7.00 sec 139 MBytes 1.17 Gbits/sec
23982026-03-24T03:46:25.554Z[ 13] 6.00-7.00 sec 139 MBytes 1.17 Gbits/sec
23992026-03-24T03:46:25.554Z[ 15] 6.00-7.00 sec 139 MBytes 1.17 Gbits/sec
24002026-03-24T03:46:25.554Z[ 17] 6.00-7.00 sec 139 MBytes 1.17 Gbits/sec
24012026-03-24T03:46:25.554Z[ 19] 6.00-7.00 sec 139 MBytes 1.17 Gbits/sec
24022026-03-24T03:46:25.554Z[SUM] 6.00-7.00 sec 1.09 GBytes 9.34 Gbits/sec
24032026-03-24T03:46:25.554Z- - - - - - - - - - - - - - - - - - - - - - - - -
24042026-03-24T03:46:25.554Z[ 5] 7.00-8.00 sec 140 MBytes 1.18 Gbits/sec
24052026-03-24T03:46:25.554Z[ 7] 7.00-8.00 sec 140 MBytes 1.17 Gbits/sec
24062026-03-24T03:46:25.554Z[ 9] 7.00-8.00 sec 140 MBytes 1.17 Gbits/sec
24072026-03-24T03:46:25.554Z[ 11] 7.00-8.00 sec 140 MBytes 1.17 Gbits/sec
24082026-03-24T03:46:25.554Z[ 13] 7.00-8.00 sec 140 MBytes 1.17 Gbits/sec
24092026-03-24T03:46:25.554Z[ 15] 7.00-8.00 sec 140 MBytes 1.18 Gbits/sec
24102026-03-24T03:46:25.554Z[ 17] 7.00-8.00 sec 140 MBytes 1.17 Gbits/sec
24112026-03-24T03:46:25.555Z[ 19] 7.00-8.00 sec 140 MBytes 1.18 Gbits/sec
24122026-03-24T03:46:25.555Z[SUM] 7.00-8.00 sec 1.09 GBytes 9.40 Gbits/sec
24132026-03-24T03:46:25.555Z- - - - - - - - - - - - - - - - - - - - - - - - -
24142026-03-24T03:46:25.555Z[ 5] 8.00-9.00 sec 139 MBytes 1.16 Gbits/sec
24152026-03-24T03:46:25.555Z[ 7] 8.00-9.00 sec 139 MBytes 1.16 Gbits/sec
24162026-03-24T03:46:25.555Z[ 9] 8.00-9.00 sec 139 MBytes 1.16 Gbits/sec
24172026-03-24T03:46:25.555Z[ 11] 8.00-9.00 sec 139 MBytes 1.16 Gbits/sec
24182026-03-24T03:46:25.555Z[ 13] 8.00-9.00 sec 139 MBytes 1.16 Gbits/sec
24192026-03-24T03:46:25.555Z[ 15] 8.00-9.00 sec 139 MBytes 1.16 Gbits/sec
24202026-03-24T03:46:25.555Z[ 17] 8.00-9.00 sec 139 MBytes 1.16 Gbits/sec
24212026-03-24T03:46:25.555Z[ 19] 8.00-9.00 sec 139 MBytes 1.16 Gbits/sec
24222026-03-24T03:46:25.555Z[SUM] 8.00-9.00 sec 1.08 GBytes 9.31 Gbits/sec
24232026-03-24T03:46:25.555Z- - - - - - - - - - - - - - - - - - - - - - - - -
24242026-03-24T03:46:25.555Z[ 5] 9.00-10.00 sec 136 MBytes 1.14 Gbits/sec
24252026-03-24T03:46:25.555Z[ 7] 9.00-10.00 sec 136 MBytes 1.14 Gbits/sec
24262026-03-24T03:46:25.555Z[ 9] 9.00-10.00 sec 136 MBytes 1.14 Gbits/sec
24272026-03-24T03:46:25.555Z[ 11] 9.00-10.00 sec 136 MBytes 1.14 Gbits/sec
24282026-03-24T03:46:25.555Z[ 13] 9.00-10.00 sec 136 MBytes 1.14 Gbits/sec
24292026-03-24T03:46:25.555Z[ 15] 9.00-10.00 sec 136 MBytes 1.14 Gbits/sec
24302026-03-24T03:46:25.555Z[ 17] 9.00-10.00 sec 136 MBytes 1.14 Gbits/sec
24312026-03-24T03:46:25.555Z[ 19] 9.00-10.00 sec 136 MBytes 1.14 Gbits/sec
24322026-03-24T03:46:25.555Z[SUM] 9.00-10.00 sec 1.07 GBytes 9.15 Gbits/sec
24332026-03-24T03:46:25.555Z- - - - - - - - - - - - - - - - - - - - - - - - -
24342026-03-24T03:46:25.555Z[ 5] 10.00-10.00 sec 48.1 KBytes 802 Mbits/sec
24352026-03-24T03:46:25.555Z[ 7] 10.00-10.00 sec 144 KBytes 2.41 Gbits/sec
24362026-03-24T03:46:25.555Z[ 9] 10.00-10.00 sec 96.2 KBytes 1.61 Gbits/sec
24372026-03-24T03:46:25.555Z[ 11] 10.00-10.00 sec 48.1 KBytes 804 Mbits/sec
24382026-03-24T03:46:25.555Z[ 13] 10.00-10.00 sec 48.1 KBytes 804 Mbits/sec
24392026-03-24T03:46:25.555Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
24402026-03-24T03:46:25.555Z[ 17] 10.00-10.00 sec 48.1 KBytes 804 Mbits/sec
24412026-03-24T03:46:25.555Z[ 19] 10.00-10.00 sec 96.2 KBytes 1.61 Gbits/sec
24422026-03-24T03:46:25.555Z[SUM] 10.00-10.00 sec 529 KBytes 8.82 Gbits/sec
24432026-03-24T03:46:25.555Z- - - - - - - - - - - - - - - - - - - - - - - - -
24442026-03-24T03:46:25.555Z[ ID] Interval Transfer Bandwidth
24452026-03-24T03:46:25.555Z[ 5] 0.00-10.00 sec 1.33 GBytes 1.14 Gbits/sec sender
24462026-03-24T03:46:25.555Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24472026-03-24T03:46:25.555Z[ 7] 0.00-10.00 sec 1.33 GBytes 1.14 Gbits/sec sender
24482026-03-24T03:46:25.556Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24492026-03-24T03:46:25.556Z[ 9] 0.00-10.00 sec 1.33 GBytes 1.14 Gbits/sec sender
24502026-03-24T03:46:25.556Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24512026-03-24T03:46:25.556Z[ 11] 0.00-10.00 sec 1.33 GBytes 1.14 Gbits/sec sender
24522026-03-24T03:46:25.556Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24532026-03-24T03:46:25.556Z[ 13] 0.00-10.00 sec 1.33 GBytes 1.14 Gbits/sec sender
24542026-03-24T03:46:25.556Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24552026-03-24T03:46:25.556Z[ 15] 0.00-10.00 sec 1.33 GBytes 1.14 Gbits/sec sender
24562026-03-24T03:46:25.556Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24572026-03-24T03:46:25.556Z[ 17] 0.00-10.00 sec 1.33 GBytes 1.14 Gbits/sec sender
24582026-03-24T03:46:25.556Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24592026-03-24T03:46:25.556Z[ 19] 0.00-10.00 sec 1.33 GBytes 1.14 Gbits/sec sender
24602026-03-24T03:46:25.556Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24612026-03-24T03:46:25.556Z[SUM] 0.00-10.00 sec 10.6 GBytes 9.14 Gbits/sec sender
24622026-03-24T03:46:25.556Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24632026-03-24T03:46:25.560ZRun 5/5...9138.514Mbps
24642026-03-24T03:46:25.560Z###---------------------###
24652026-03-24T03:46:25.560Z::: iPerf done... :::
24662026-03-24T03:46:25.560Z:::Awaiting out files...:::
24672026-03-24T03:46:25.560Z###---------------------###
24682026-03-24T03:46:25.560Z###-----###
24692026-03-24T03:46:25.560Z:::done!:::
24702026-03-24T03:46:25.560Z###-----###
24712026-03-24T03:46:25.560Z###-------------------###
24722026-03-24T03:46:25.560Z:::Running experiment :::
24732026-03-24T03:46:25.560Z:::iperf-tcp/local/c2s:::
24742026-03-24T03:46:25.560Z###-------------------###
24752026-03-24T03:46:25.876Zdtrace: description 'profile-201us ' matched 2 probes
24762026-03-24T03:46:32.582Z-----------------------------------------------------------
24772026-03-24T03:46:32.582ZServer listening on 5201
24782026-03-24T03:46:32.582Z-----------------------------------------------------------
24792026-03-24T03:46:32.582ZAccepted connection from 10.0.0.1, port 34975
24802026-03-24T03:46:32.582Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52857
24812026-03-24T03:46:32.582Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48553
24822026-03-24T03:46:32.582Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35753
24832026-03-24T03:46:32.582Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37855
24842026-03-24T03:46:32.582Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57713
24852026-03-24T03:46:32.582Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42500
24862026-03-24T03:46:32.582Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37388
24872026-03-24T03:46:32.582Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58720
24882026-03-24T03:46:32.582Z[ ID] Interval Transfer Bandwidth
24892026-03-24T03:46:32.582Z[ 5] 0.00-1.00 sec 25.6 MBytes 215 Mbits/sec
24902026-03-24T03:46:32.582Z[ 7] 0.00-1.00 sec 25.6 MBytes 215 Mbits/sec
24912026-03-24T03:46:32.582Z[ 9] 0.00-1.00 sec 25.5 MBytes 214 Mbits/sec
24922026-03-24T03:46:32.582Z[ 11] 0.00-1.00 sec 25.5 MBytes 214 Mbits/sec
24932026-03-24T03:46:32.583Z[ 13] 0.00-1.00 sec 25.5 MBytes 214 Mbits/sec
24942026-03-24T03:46:32.583Z[ 15] 0.00-1.00 sec 25.5 MBytes 214 Mbits/sec
24952026-03-24T03:46:32.583Z[ 17] 0.00-1.00 sec 25.5 MBytes 214 Mbits/sec
24962026-03-24T03:46:32.583Z[ 19] 0.00-1.00 sec 25.4 MBytes 213 Mbits/sec
24972026-03-24T03:46:32.583Z[SUM] 0.00-1.00 sec 204 MBytes 1.71 Gbits/sec
24982026-03-24T03:46:32.583Z- - - - - - - - - - - - - - - - - - - - - - - - -
24992026-03-24T03:46:32.583Z[ 5] 1.00-2.00 sec 33.6 MBytes 282 Mbits/sec
25002026-03-24T03:46:32.583Z[ 7] 1.00-2.00 sec 33.5 MBytes 281 Mbits/sec
25012026-03-24T03:46:32.583Z[ 9] 1.00-2.00 sec 33.6 MBytes 282 Mbits/sec
25022026-03-24T03:46:32.583Z[ 11] 1.00-2.00 sec 33.6 MBytes 282 Mbits/sec
25032026-03-24T03:46:32.583Z[ 13] 1.00-2.00 sec 33.5 MBytes 281 Mbits/sec
25042026-03-24T03:46:32.583Z[ 15] 1.00-2.00 sec 33.6 MBytes 282 Mbits/sec
25052026-03-24T03:46:32.583Z[ 17] 1.00-2.00 sec 33.5 MBytes 281 Mbits/sec
25062026-03-24T03:46:32.583Z[ 19] 1.00-2.00 sec 33.6 MBytes 281 Mbits/sec
25072026-03-24T03:46:32.583Z[SUM] 1.00-2.00 sec 268 MBytes 2.25 Gbits/sec
25082026-03-24T03:46:32.583Z- - - - - - - - - - - - - - - - - - - - - - - - -
25092026-03-24T03:46:32.583Z[ 5] 2.00-3.00 sec 34.0 MBytes 285 Mbits/sec
25102026-03-24T03:46:32.583Z[ 7] 2.00-3.00 sec 34.0 MBytes 285 Mbits/sec
25112026-03-24T03:46:32.583Z[ 9] 2.00-3.00 sec 33.9 MBytes 285 Mbits/sec
25122026-03-24T03:46:32.583Z[ 11] 2.00-3.00 sec 34.0 MBytes 286 Mbits/sec
25132026-03-24T03:46:32.583Z[ 13] 2.00-3.00 sec 34.0 MBytes 285 Mbits/sec
25142026-03-24T03:46:32.583Z[ 15] 2.00-3.00 sec 34.0 MBytes 285 Mbits/sec
25152026-03-24T03:46:32.583Z[ 17] 2.00-3.00 sec 34.0 MBytes 285 Mbits/sec
25162026-03-24T03:46:32.583Z[ 19] 2.00-3.00 sec 34.0 MBytes 285 Mbits/sec
25172026-03-24T03:46:32.583Z[SUM] 2.00-3.00 sec 272 MBytes 2.28 Gbits/sec
25182026-03-24T03:46:32.583Z- - - - - - - - - - - - - - - - - - - - - - - - -
25192026-03-24T03:46:32.583Z[ 5] 3.00-4.00 sec 33.7 MBytes 283 Mbits/sec
25202026-03-24T03:46:32.583Z[ 7] 3.00-4.00 sec 33.6 MBytes 282 Mbits/sec
25212026-03-24T03:46:32.583Z[ 9] 3.00-4.00 sec 33.7 MBytes 283 Mbits/sec
25222026-03-24T03:46:32.583Z[ 11] 3.00-4.00 sec 33.7 MBytes 283 Mbits/sec
25232026-03-24T03:46:32.583Z[ 13] 3.00-4.00 sec 33.7 MBytes 282 Mbits/sec
25242026-03-24T03:46:32.583Z[ 15] 3.00-4.00 sec 33.7 MBytes 283 Mbits/sec
25252026-03-24T03:46:32.583Z[ 17] 3.00-4.00 sec 33.7 MBytes 282 Mbits/sec
25262026-03-24T03:46:32.583Z[ 19] 3.00-4.00 sec 33.7 MBytes 283 Mbits/sec
25272026-03-24T03:46:32.583Z[SUM] 3.00-4.00 sec 270 MBytes 2.26 Gbits/sec
25282026-03-24T03:46:32.583Z- - - - - - - - - - - - - - - - - - - - - - - - -
25292026-03-24T03:46:32.583Z[ 5] 4.00-5.00 sec 32.7 MBytes 274 Mbits/sec
25302026-03-24T03:46:32.583Z[ 7] 4.00-5.00 sec 32.6 MBytes 274 Mbits/sec
25312026-03-24T03:46:32.584Z[ 9] 4.00-5.00 sec 32.6 MBytes 274 Mbits/sec
25322026-03-24T03:46:32.584Z[ 11] 4.00-5.00 sec 32.7 MBytes 274 Mbits/sec
25332026-03-24T03:46:32.584Z[ 13] 4.00-5.00 sec 32.7 MBytes 274 Mbits/sec
25342026-03-24T03:46:32.584Z[ 15] 4.00-5.00 sec 32.8 MBytes 275 Mbits/sec
25352026-03-24T03:46:32.584Z[ 17] 4.00-5.00 sec 32.7 MBytes 274 Mbits/sec
25362026-03-24T03:46:32.584Z[ 19] 4.00-5.00 sec 32.7 MBytes 274 Mbits/sec
25372026-03-24T03:46:32.584Z[SUM] 4.00-5.00 sec 261 MBytes 2.19 Gbits/sec
25382026-03-24T03:46:32.584Z- - - - - - - - - - - - - - - - - - - - - - - - -
25392026-03-24T03:46:32.584Z[ 5] 5.00-6.00 sec 32.8 MBytes 275 Mbits/sec
25402026-03-24T03:46:32.584Z[ 7] 5.00-6.00 sec 32.8 MBytes 275 Mbits/sec
25412026-03-24T03:46:32.584Z[ 9] 5.00-6.00 sec 32.7 MBytes 274 Mbits/sec
25422026-03-24T03:46:32.584Z[ 11] 5.00-6.00 sec 32.8 MBytes 275 Mbits/sec
25432026-03-24T03:46:32.584Z[ 13] 5.00-6.00 sec 32.8 MBytes 275 Mbits/sec
25442026-03-24T03:46:32.584Z[ 15] 5.00-6.00 sec 32.7 MBytes 274 Mbits/sec
25452026-03-24T03:46:32.584Z[ 17] 5.00-6.00 sec 32.8 MBytes 275 Mbits/sec
25462026-03-24T03:46:32.584Z[ 19] 5.00-6.00 sec 32.7 MBytes 275 Mbits/sec
25472026-03-24T03:46:32.584Z[SUM] 5.00-6.00 sec 262 MBytes 2.20 Gbits/sec
25482026-03-24T03:46:32.584Z- - - - - - - - - - - - - - - - - - - - - - - - -
25492026-03-24T03:46:32.584Z[ 5] 6.00-7.00 sec 32.4 MBytes 272 Mbits/sec
25502026-03-24T03:46:32.584Z[ 7] 6.00-7.00 sec 32.5 MBytes 272 Mbits/sec
25512026-03-24T03:46:32.584Z[ 9] 6.00-7.00 sec 32.4 MBytes 272 Mbits/sec
25522026-03-24T03:46:35.695Z[ 11] 6.00-7.00 sec 32.3 MBytes 271 Mbits/sec
25532026-03-24T03:46:35.695Z[ 13] 6.00-7.00 sec 32.4 MBytes 272 Mbits/sec
25542026-03-24T03:46:35.695Z[ 15] 6.00-7.00 sec 32.5 MBytes 272 Mbits/sec
25552026-03-24T03:46:35.695Z[ 17] 6.00-7.00 sec 32.2 MBytes 271 Mbits/sec
25562026-03-24T03:46:35.695Z[ 19] 6.00-7.00 sec 32.5 MBytes 272 Mbits/sec
25572026-03-24T03:46:35.695Z[SUM] 6.00-7.00 sec 259 MBytes 2.17 Gbits/sec
25582026-03-24T03:46:35.695Z- - - - - - - - - - - - - - - - - - - - - - - - -
25592026-03-24T03:46:35.695Z[ 5] 7.00-8.00 sec 33.4 MBytes 280 Mbits/sec
25602026-03-24T03:46:35.696Z[ 7] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
25612026-03-24T03:46:35.696Z[ 9] 7.00-8.00 sec 33.4 MBytes 281 Mbits/sec
25622026-03-24T03:46:35.696Z[ 11] 7.00-8.00 sec 33.4 MBytes 281 Mbits/sec
25632026-03-24T03:46:35.696Z[ 13] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
25642026-03-24T03:46:35.696Z[ 15] 7.00-8.00 sec 33.4 MBytes 280 Mbits/sec
25652026-03-24T03:46:35.696Z[ 17] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
25662026-03-24T03:46:35.696Z[ 19] 7.00-8.00 sec 33.4 MBytes 280 Mbits/sec
25672026-03-24T03:46:35.696Z[SUM] 7.00-8.00 sec 267 MBytes 2.24 Gbits/sec
25682026-03-24T03:46:35.696Z- - - - - - - - - - - - - - - - - - - - - - - - -
25692026-03-24T03:46:35.696Z[ 5] 8.00-9.00 sec 33.1 MBytes 278 Mbits/sec
25702026-03-24T03:46:35.696Z[ 7] 8.00-9.00 sec 33.0 MBytes 277 Mbits/sec
25712026-03-24T03:46:35.696Z[ 9] 8.00-9.00 sec 33.1 MBytes 278 Mbits/sec
25722026-03-24T03:46:35.696Z[ 11] 8.00-9.00 sec 33.1 MBytes 278 Mbits/sec
25732026-03-24T03:46:35.696Z[ 13] 8.00-9.00 sec 33.1 MBytes 278 Mbits/sec
25742026-03-24T03:46:35.696Z[ 15] 8.00-9.00 sec 33.2 MBytes 278 Mbits/sec
25752026-03-24T03:46:35.696Z[ 17] 8.00-9.00 sec 33.1 MBytes 278 Mbits/sec
25762026-03-24T03:46:35.696Z[ 19] 8.00-9.00 sec 33.0 MBytes 277 Mbits/sec
25772026-03-24T03:46:35.696Z[SUM] 8.00-9.00 sec 265 MBytes 2.22 Gbits/sec
25782026-03-24T03:46:35.696Z- - - - - - - - - - - - - - - - - - - - - - - - -
25792026-03-24T03:46:35.696Z[ 5] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
25802026-03-24T03:46:35.696Z[ 7] 9.00-10.00 sec 33.5 MBytes 281 Mbits/sec
25812026-03-24T03:46:35.696Z[ 9] 9.00-10.00 sec 33.5 MBytes 281 Mbits/sec
25822026-03-24T03:46:35.696Z[ 11] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
25832026-03-24T03:46:35.696Z[ 13] 9.00-10.00 sec 33.5 MBytes 281 Mbits/sec
25842026-03-24T03:46:35.696Z[ 15] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
25852026-03-24T03:46:35.696Z[ 17] 9.00-10.00 sec 33.5 MBytes 281 Mbits/sec
25862026-03-24T03:46:35.696Z[ 19] 9.00-10.00 sec 33.5 MBytes 281 Mbits/sec
25872026-03-24T03:46:35.696Z[SUM] 9.00-10.00 sec 268 MBytes 2.24 Gbits/sec
25882026-03-24T03:46:35.696Z- - - - - - - - - - - - - - - - - - - - - - - - -
25892026-03-24T03:46:35.697Z[ 5] 10.00-10.00 sec 125 KBytes 579 Mbits/sec
25902026-03-24T03:46:35.697Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25912026-03-24T03:46:35.697Z[ 9] 10.00-10.00 sec 125 KBytes 579 Mbits/sec
25922026-03-24T03:46:35.697Z[ 11] 10.00-10.00 sec 117 KBytes 544 Mbits/sec
25932026-03-24T03:46:35.697Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25942026-03-24T03:46:35.697Z[ 15] 10.00-10.00 sec 126 KBytes 584 Mbits/sec
25952026-03-24T03:46:35.697Z[ 17] 10.00-10.00 sec 58.3 KBytes 271 Mbits/sec
25962026-03-24T03:46:35.697Z[ 19] 10.00-10.00 sec 24.8 KBytes 115 Mbits/sec
25972026-03-24T03:46:35.697Z[SUM] 10.00-10.00 sec 576 KBytes 2.67 Gbits/sec
25982026-03-24T03:46:35.697Z- - - - - - - - - - - - - - - - - - - - - - - - -
25992026-03-24T03:46:35.697Z[ ID] Interval Transfer Bandwidth
26002026-03-24T03:46:35.697Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26012026-03-24T03:46:35.697Z[ 5] 0.00-10.00 sec 325 MBytes 272 Mbits/sec receiver
26022026-03-24T03:46:35.697Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26032026-03-24T03:46:35.697Z[ 7] 0.00-10.00 sec 325 MBytes 272 Mbits/sec receiver
26042026-03-24T03:46:35.697Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26052026-03-24T03:46:35.697Z[ 9] 0.00-10.00 sec 325 MBytes 272 Mbits/sec receiver
26062026-03-24T03:46:35.697Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26072026-03-24T03:46:35.697Z[ 11] 0.00-10.00 sec 325 MBytes 272 Mbits/sec receiver
26082026-03-24T03:46:35.697Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26092026-03-24T03:46:35.697Z[ 13] 0.00-10.00 sec 325 MBytes 272 Mbits/sec receiver
26102026-03-24T03:46:35.697Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26112026-03-24T03:46:35.697Z[ 15] 0.00-10.00 sec 325 MBytes 272 Mbits/sec receiver
26122026-03-24T03:46:35.697Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26132026-03-24T03:46:35.697Z[ 17] 0.00-10.00 sec 325 MBytes 272 Mbits/sec receiver
26142026-03-24T03:46:35.697Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26152026-03-24T03:46:35.697Z[ 19] 0.00-10.00 sec 325 MBytes 272 Mbits/sec receiver
26162026-03-24T03:46:35.697Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26172026-03-24T03:46:35.697Z[SUM] 0.00-10.00 sec 2.54 GBytes 2.18 Gbits/sec receiver
26182026-03-24T03:46:35.701ZRun 1/10...2178.921Mbps
26192026-03-24T03:46:42.722Z-----------------------------------------------------------
26202026-03-24T03:46:42.723ZServer listening on 5201
26212026-03-24T03:46:42.723Z-----------------------------------------------------------
26222026-03-24T03:46:42.723ZAccepted connection from 10.0.0.1, port 55502
26232026-03-24T03:46:42.723Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61552
26242026-03-24T03:46:42.723Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40531
26252026-03-24T03:46:42.723Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38115
26262026-03-24T03:46:42.723Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62727
26272026-03-24T03:46:42.723Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40769
26282026-03-24T03:46:42.723Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59006
26292026-03-24T03:46:42.723Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59629
26302026-03-24T03:46:42.723Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38467
26312026-03-24T03:46:42.723Z[ ID] Interval Transfer Bandwidth
26322026-03-24T03:46:42.723Z[ 5] 0.00-1.00 sec 23.1 MBytes 194 Mbits/sec
26332026-03-24T03:46:42.723Z[ 7] 0.00-1.00 sec 23.2 MBytes 195 Mbits/sec
26342026-03-24T03:46:42.723Z[ 9] 0.00-1.00 sec 23.1 MBytes 194 Mbits/sec
26352026-03-24T03:46:42.723Z[ 11] 0.00-1.00 sec 23.2 MBytes 195 Mbits/sec
26362026-03-24T03:46:42.723Z[ 13] 0.00-1.00 sec 23.1 MBytes 194 Mbits/sec
26372026-03-24T03:46:42.723Z[ 15] 0.00-1.00 sec 23.2 MBytes 194 Mbits/sec
26382026-03-24T03:46:42.723Z[ 17] 0.00-1.00 sec 23.2 MBytes 194 Mbits/sec
26392026-03-24T03:46:42.723Z[ 19] 0.00-1.00 sec 23.1 MBytes 194 Mbits/sec
26402026-03-24T03:46:42.723Z[SUM] 0.00-1.00 sec 185 MBytes 1.55 Gbits/sec
26412026-03-24T03:46:42.723Z- - - - - - - - - - - - - - - - - - - - - - - - -
26422026-03-24T03:46:42.723Z[ 5] 1.00-2.00 sec 32.5 MBytes 273 Mbits/sec
26432026-03-24T03:46:42.723Z[ 7] 1.00-2.00 sec 32.6 MBytes 273 Mbits/sec
26442026-03-24T03:46:42.723Z[ 9] 1.00-2.00 sec 32.6 MBytes 273 Mbits/sec
26452026-03-24T03:46:42.723Z[ 11] 1.00-2.00 sec 32.5 MBytes 273 Mbits/sec
26462026-03-24T03:46:42.723Z[ 13] 1.00-2.00 sec 32.6 MBytes 273 Mbits/sec
26472026-03-24T03:46:42.723Z[ 15] 1.00-2.00 sec 32.5 MBytes 272 Mbits/sec
26482026-03-24T03:46:42.723Z[ 17] 1.00-2.00 sec 32.6 MBytes 273 Mbits/sec
26492026-03-24T03:46:42.723Z[ 19] 1.00-2.00 sec 32.5 MBytes 273 Mbits/sec
26502026-03-24T03:46:42.723Z[SUM] 1.00-2.00 sec 260 MBytes 2.18 Gbits/sec
26512026-03-24T03:46:42.723Z- - - - - - - - - - - - - - - - - - - - - - - - -
26522026-03-24T03:46:42.723Z[ 5] 2.00-3.00 sec 33.3 MBytes 279 Mbits/sec
26532026-03-24T03:46:42.724Z[ 7] 2.00-3.00 sec 33.2 MBytes 278 Mbits/sec
26542026-03-24T03:46:42.724Z[ 9] 2.00-3.00 sec 33.2 MBytes 278 Mbits/sec
26552026-03-24T03:46:42.724Z[ 11] 2.00-3.00 sec 33.1 MBytes 278 Mbits/sec
26562026-03-24T03:46:42.724Z[ 13] 2.00-3.00 sec 33.2 MBytes 279 Mbits/sec
26572026-03-24T03:46:42.724Z[ 15] 2.00-3.00 sec 33.3 MBytes 279 Mbits/sec
26582026-03-24T03:46:42.724Z[ 17] 2.00-3.00 sec 33.3 MBytes 279 Mbits/sec
26592026-03-24T03:46:42.724Z[ 19] 2.00-3.00 sec 33.3 MBytes 279 Mbits/sec
26602026-03-24T03:46:42.724Z[SUM] 2.00-3.00 sec 266 MBytes 2.23 Gbits/sec
26612026-03-24T03:46:42.727Z- - - - - - - - - - - - - - - - - - - - - - - - -
26622026-03-24T03:46:42.727Z[ 5] 3.00-4.00 sec 33.1 MBytes 278 Mbits/sec
26632026-03-24T03:46:42.727Z[ 7] 3.00-4.00 sec 33.2 MBytes 278 Mbits/sec
26642026-03-24T03:46:42.727Z[ 9] 3.00-4.00 sec 33.2 MBytes 278 Mbits/sec
26652026-03-24T03:46:42.727Z[ 11] 3.00-4.00 sec 33.2 MBytes 279 Mbits/sec
26662026-03-24T03:46:42.727Z[ 13] 3.00-4.00 sec 33.2 MBytes 278 Mbits/sec
26672026-03-24T03:46:42.727Z[ 15] 3.00-4.00 sec 33.2 MBytes 278 Mbits/sec
26682026-03-24T03:46:42.727Z[ 17] 3.00-4.00 sec 33.2 MBytes 278 Mbits/sec
26692026-03-24T03:46:42.727Z[ 19] 3.00-4.00 sec 33.1 MBytes 278 Mbits/sec
26702026-03-24T03:46:42.727Z[SUM] 3.00-4.00 sec 265 MBytes 2.23 Gbits/sec
26712026-03-24T03:46:42.727Z- - - - - - - - - - - - - - - - - - - - - - - - -
26722026-03-24T03:46:42.727Z[ 5] 4.00-5.00 sec 33.1 MBytes 278 Mbits/sec
26732026-03-24T03:46:42.727Z[ 7] 4.00-5.00 sec 33.1 MBytes 278 Mbits/sec
26742026-03-24T03:46:42.727Z[ 9] 4.00-5.00 sec 33.1 MBytes 278 Mbits/sec
26752026-03-24T03:46:42.728Z[ 11] 4.00-5.00 sec 33.2 MBytes 278 Mbits/sec
26762026-03-24T03:46:42.728Z[ 13] 4.00-5.00 sec 33.2 MBytes 279 Mbits/sec
26772026-03-24T03:46:42.728Z[ 15] 4.00-5.00 sec 33.2 MBytes 279 Mbits/sec
26782026-03-24T03:46:42.728Z[ 17] 4.00-5.00 sec 33.1 MBytes 278 Mbits/sec
26792026-03-24T03:46:42.728Z[ 19] 4.00-5.00 sec 33.2 MBytes 278 Mbits/sec
26802026-03-24T03:46:42.728Z[SUM] 4.00-5.00 sec 265 MBytes 2.23 Gbits/sec
26812026-03-24T03:46:42.728Z- - - - - - - - - - - - - - - - - - - - - - - - -
26822026-03-24T03:46:42.728Z[ 5] 5.00-6.00 sec 33.2 MBytes 278 Mbits/sec
26832026-03-24T03:46:42.728Z[ 7] 5.00-6.00 sec 33.2 MBytes 278 Mbits/sec
26842026-03-24T03:46:42.728Z[ 9] 5.00-6.00 sec 33.2 MBytes 278 Mbits/sec
26852026-03-24T03:46:42.728Z[ 11] 5.00-6.00 sec 33.2 MBytes 278 Mbits/sec
26862026-03-24T03:46:42.728Z[ 13] 5.00-6.00 sec 33.2 MBytes 278 Mbits/sec
26872026-03-24T03:46:42.728Z[ 15] 5.00-6.00 sec 33.2 MBytes 278 Mbits/sec
26882026-03-24T03:46:42.728Z[ 17] 5.00-6.00 sec 33.2 MBytes 278 Mbits/sec
26892026-03-24T03:46:42.728Z[ 19] 5.00-6.00 sec 33.2 MBytes 278 Mbits/sec
26902026-03-24T03:46:42.728Z[SUM] 5.00-6.00 sec 265 MBytes 2.23 Gbits/sec
26912026-03-24T03:46:42.728Z- - - - - - - - - - - - - - - - - - - - - - - - -
26922026-03-24T03:46:42.728Z[ 5] 6.00-7.00 sec 33.5 MBytes 281 Mbits/sec
26932026-03-24T03:46:42.728Z[ 7] 6.00-7.00 sec 33.5 MBytes 281 Mbits/sec
26942026-03-24T03:46:42.728Z[ 9] 6.00-7.00 sec 33.5 MBytes 281 Mbits/sec
26952026-03-24T03:46:45.836Z[ 11] 6.00-7.00 sec 33.6 MBytes 282 Mbits/sec
26962026-03-24T03:46:45.836Z[ 13] 6.00-7.00 sec 33.4 MBytes 280 Mbits/sec
26972026-03-24T03:46:45.836Z[ 15] 6.00-7.00 sec 33.5 MBytes 281 Mbits/sec
26982026-03-24T03:46:45.836Z[ 17] 6.00-7.00 sec 33.5 MBytes 281 Mbits/sec
26992026-03-24T03:46:45.836Z[ 19] 6.00-7.00 sec 33.5 MBytes 281 Mbits/sec
27002026-03-24T03:46:45.836Z[SUM] 6.00-7.00 sec 268 MBytes 2.25 Gbits/sec
27012026-03-24T03:46:45.836Z- - - - - - - - - - - - - - - - - - - - - - - - -
27022026-03-24T03:46:45.836Z[ 5] 7.00-8.00 sec 33.8 MBytes 283 Mbits/sec
27032026-03-24T03:46:45.836Z[ 7] 7.00-8.00 sec 33.7 MBytes 283 Mbits/sec
27042026-03-24T03:46:45.836Z[ 9] 7.00-8.00 sec 33.6 MBytes 282 Mbits/sec
27052026-03-24T03:46:45.836Z[ 11] 7.00-8.00 sec 33.7 MBytes 283 Mbits/sec
27062026-03-24T03:46:45.836Z[ 13] 7.00-8.00 sec 33.8 MBytes 283 Mbits/sec
27072026-03-24T03:46:45.836Z[ 15] 7.00-8.00 sec 33.7 MBytes 283 Mbits/sec
27082026-03-24T03:46:45.836Z[ 17] 7.00-8.00 sec 33.7 MBytes 283 Mbits/sec
27092026-03-24T03:46:45.836Z[ 19] 7.00-8.00 sec 33.7 MBytes 282 Mbits/sec
27102026-03-24T03:46:45.836Z[SUM] 7.00-8.00 sec 270 MBytes 2.26 Gbits/sec
27112026-03-24T03:46:45.836Z- - - - - - - - - - - - - - - - - - - - - - - - -
27122026-03-24T03:46:45.836Z[ 5] 8.00-9.00 sec 32.7 MBytes 274 Mbits/sec
27132026-03-24T03:46:45.836Z[ 7] 8.00-9.00 sec 32.8 MBytes 275 Mbits/sec
27142026-03-24T03:46:45.836Z[ 9] 8.00-9.00 sec 32.8 MBytes 276 Mbits/sec
27152026-03-24T03:46:45.836Z[ 11] 8.00-9.00 sec 32.9 MBytes 276 Mbits/sec
27162026-03-24T03:46:45.836Z[ 13] 8.00-9.00 sec 32.7 MBytes 275 Mbits/sec
27172026-03-24T03:46:45.836Z[ 15] 8.00-9.00 sec 32.8 MBytes 275 Mbits/sec
27182026-03-24T03:46:45.836Z[ 17] 8.00-9.00 sec 32.8 MBytes 275 Mbits/sec
27192026-03-24T03:46:45.836Z[ 19] 8.00-9.00 sec 32.8 MBytes 275 Mbits/sec
27202026-03-24T03:46:45.837Z[SUM] 8.00-9.00 sec 262 MBytes 2.20 Gbits/sec
27212026-03-24T03:46:45.837Z- - - - - - - - - - - - - - - - - - - - - - - - -
27222026-03-24T03:46:45.837Z[ 5] 9.00-10.00 sec 33.2 MBytes 279 Mbits/sec
27232026-03-24T03:46:45.837Z[ 7] 9.00-10.00 sec 33.3 MBytes 279 Mbits/sec
27242026-03-24T03:46:45.837Z[ 9] 9.00-10.00 sec 33.3 MBytes 279 Mbits/sec
27252026-03-24T03:46:45.837Z[ 11] 9.00-10.00 sec 33.3 MBytes 280 Mbits/sec
27262026-03-24T03:46:45.837Z[ 13] 9.00-10.00 sec 33.3 MBytes 279 Mbits/sec
27272026-03-24T03:46:45.837Z[ 15] 9.00-10.00 sec 33.2 MBytes 279 Mbits/sec
27282026-03-24T03:46:45.837Z[ 17] 9.00-10.00 sec 33.3 MBytes 279 Mbits/sec
27292026-03-24T03:46:45.837Z[ 19] 9.00-10.00 sec 33.3 MBytes 280 Mbits/sec
27302026-03-24T03:46:45.837Z[SUM] 9.00-10.00 sec 266 MBytes 2.23 Gbits/sec
27312026-03-24T03:46:45.837Z- - - - - - - - - - - - - - - - - - - - - - - - -
27322026-03-24T03:46:45.837Z[ 5] 10.00-10.00 sec 126 KBytes 754 Mbits/sec
27332026-03-24T03:46:45.837Z[ 7] 10.00-10.00 sec 10.3 KBytes 61.5 Mbits/sec
27342026-03-24T03:46:45.837Z[ 9] 10.00-10.00 sec 61.0 KBytes 366 Mbits/sec
27352026-03-24T03:46:45.837Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27362026-03-24T03:46:45.837Z[ 13] 10.00-10.00 sec 126 KBytes 755 Mbits/sec
27372026-03-24T03:46:45.837Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27382026-03-24T03:46:45.837Z[ 17] 10.00-10.00 sec 19.6 KBytes 118 Mbits/sec
27392026-03-24T03:46:45.837Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27402026-03-24T03:46:45.837Z[SUM] 10.00-10.00 sec 343 KBytes 2.05 Gbits/sec
27412026-03-24T03:46:45.837Z- - - - - - - - - - - - - - - - - - - - - - - - -
27422026-03-24T03:46:45.837Z[ ID] Interval Transfer Bandwidth
27432026-03-24T03:46:45.837Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27442026-03-24T03:46:45.837Z[ 5] 0.00-10.00 sec 322 MBytes 270 Mbits/sec receiver
27452026-03-24T03:46:45.837Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27462026-03-24T03:46:45.837Z[ 7] 0.00-10.00 sec 322 MBytes 270 Mbits/sec receiver
27472026-03-24T03:46:45.837Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27482026-03-24T03:46:45.837Z[ 9] 0.00-10.00 sec 322 MBytes 270 Mbits/sec receiver
27492026-03-24T03:46:45.837Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27502026-03-24T03:46:45.837Z[ 11] 0.00-10.00 sec 322 MBytes 270 Mbits/sec receiver
27512026-03-24T03:46:45.837Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27522026-03-24T03:46:45.837Z[ 13] 0.00-10.00 sec 322 MBytes 270 Mbits/sec receiver
27532026-03-24T03:46:45.837Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27542026-03-24T03:46:45.837Z[ 15] 0.00-10.00 sec 322 MBytes 270 Mbits/sec receiver
27552026-03-24T03:46:45.837Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27562026-03-24T03:46:45.838Z[ 17] 0.00-10.00 sec 322 MBytes 270 Mbits/sec receiver
27572026-03-24T03:46:45.838Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27582026-03-24T03:46:45.838Z[ 19] 0.00-10.00 sec 322 MBytes 270 Mbits/sec receiver
27592026-03-24T03:46:45.838Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27602026-03-24T03:46:45.838Z[SUM] 0.00-10.00 sec 2.51 GBytes 2.16 Gbits/sec receiver
27612026-03-24T03:46:45.841ZRun 2/10...2159.362Mbps
27622026-03-24T03:46:52.864Z-----------------------------------------------------------
27632026-03-24T03:46:52.864ZServer listening on 5201
27642026-03-24T03:46:52.864Z-----------------------------------------------------------
27652026-03-24T03:46:52.865ZAccepted connection from 10.0.0.1, port 60079
27662026-03-24T03:46:52.865Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46960
27672026-03-24T03:46:52.865Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58185
27682026-03-24T03:46:52.865Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60280
27692026-03-24T03:46:52.865Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39711
27702026-03-24T03:46:52.865Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61147
27712026-03-24T03:46:52.865Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61166
27722026-03-24T03:46:52.865Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54035
27732026-03-24T03:46:52.865Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57171
27742026-03-24T03:46:52.865Z[ ID] Interval Transfer Bandwidth
27752026-03-24T03:46:52.865Z[ 5] 0.00-1.00 sec 23.2 MBytes 194 Mbits/sec
27762026-03-24T03:46:52.865Z[ 7] 0.00-1.00 sec 23.1 MBytes 194 Mbits/sec
27772026-03-24T03:46:52.865Z[ 9] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
27782026-03-24T03:46:52.865Z[ 11] 0.00-1.00 sec 23.1 MBytes 194 Mbits/sec
27792026-03-24T03:46:52.865Z[ 13] 0.00-1.00 sec 23.1 MBytes 193 Mbits/sec
27802026-03-24T03:46:52.865Z[ 15] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
27812026-03-24T03:46:52.865Z[ 17] 0.00-1.00 sec 23.1 MBytes 193 Mbits/sec
27822026-03-24T03:46:52.865Z[ 19] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
27832026-03-24T03:46:52.865Z[SUM] 0.00-1.00 sec 185 MBytes 1.55 Gbits/sec
27842026-03-24T03:46:52.865Z- - - - - - - - - - - - - - - - - - - - - - - - -
27852026-03-24T03:46:52.865Z[ 5] 1.00-2.00 sec 33.0 MBytes 277 Mbits/sec
27862026-03-24T03:46:52.865Z[ 7] 1.00-2.00 sec 33.1 MBytes 278 Mbits/sec
27872026-03-24T03:46:52.865Z[ 9] 1.00-2.00 sec 33.1 MBytes 278 Mbits/sec
27882026-03-24T03:46:52.865Z[ 11] 1.00-2.00 sec 33.1 MBytes 278 Mbits/sec
27892026-03-24T03:46:52.865Z[ 13] 1.00-2.00 sec 33.1 MBytes 278 Mbits/sec
27902026-03-24T03:46:52.865Z[ 15] 1.00-2.00 sec 33.2 MBytes 278 Mbits/sec
27912026-03-24T03:46:52.865Z[ 17] 1.00-2.00 sec 33.1 MBytes 278 Mbits/sec
27922026-03-24T03:46:52.865Z[ 19] 1.00-2.00 sec 33.2 MBytes 278 Mbits/sec
27932026-03-24T03:46:52.865Z[SUM] 1.00-2.00 sec 265 MBytes 2.22 Gbits/sec
27942026-03-24T03:46:52.865Z- - - - - - - - - - - - - - - - - - - - - - - - -
27952026-03-24T03:46:52.865Z[ 5] 2.00-3.00 sec 33.3 MBytes 279 Mbits/sec
27962026-03-24T03:46:52.865Z[ 7] 2.00-3.00 sec 33.3 MBytes 279 Mbits/sec
27972026-03-24T03:46:52.865Z[ 9] 2.00-3.00 sec 33.2 MBytes 279 Mbits/sec
27982026-03-24T03:46:52.865Z[ 11] 2.00-3.00 sec 33.2 MBytes 279 Mbits/sec
27992026-03-24T03:46:52.865Z[ 13] 2.00-3.00 sec 33.2 MBytes 278 Mbits/sec
28002026-03-24T03:46:52.865Z[ 15] 2.00-3.00 sec 33.3 MBytes 279 Mbits/sec
28012026-03-24T03:46:52.865Z[ 17] 2.00-3.00 sec 33.1 MBytes 278 Mbits/sec
28022026-03-24T03:46:52.865Z[ 19] 2.00-3.00 sec 33.2 MBytes 279 Mbits/sec
28032026-03-24T03:46:52.866Z[SUM] 2.00-3.00 sec 266 MBytes 2.23 Gbits/sec
28042026-03-24T03:46:52.866Z- - - - - - - - - - - - - - - - - - - - - - - - -
28052026-03-24T03:46:52.866Z[ 5] 3.00-4.00 sec 33.3 MBytes 279 Mbits/sec
28062026-03-24T03:46:52.866Z[ 7] 3.00-4.00 sec 33.3 MBytes 279 Mbits/sec
28072026-03-24T03:46:52.866Z[ 9] 3.00-4.00 sec 33.4 MBytes 280 Mbits/sec
28082026-03-24T03:46:52.866Z[ 11] 3.00-4.00 sec 33.3 MBytes 279 Mbits/sec
28092026-03-24T03:46:52.866Z[ 13] 3.00-4.00 sec 33.4 MBytes 280 Mbits/sec
28102026-03-24T03:46:52.866Z[ 15] 3.00-4.00 sec 33.4 MBytes 280 Mbits/sec
28112026-03-24T03:46:52.866Z[ 17] 3.00-4.00 sec 33.3 MBytes 280 Mbits/sec
28122026-03-24T03:46:52.866Z[ 19] 3.00-4.00 sec 33.3 MBytes 279 Mbits/sec
28132026-03-24T03:46:52.866Z[SUM] 3.00-4.00 sec 267 MBytes 2.24 Gbits/sec
28142026-03-24T03:46:52.866Z- - - - - - - - - - - - - - - - - - - - - - - - -
28152026-03-24T03:46:52.866Z[ 5] 4.00-5.00 sec 32.9 MBytes 276 Mbits/sec
28162026-03-24T03:46:52.866Z[ 7] 4.00-5.00 sec 32.8 MBytes 275 Mbits/sec
28172026-03-24T03:46:52.866Z[ 9] 4.00-5.00 sec 33.0 MBytes 277 Mbits/sec
28182026-03-24T03:46:52.866Z[ 11] 4.00-5.00 sec 32.9 MBytes 276 Mbits/sec
28192026-03-24T03:46:52.866Z[ 13] 4.00-5.00 sec 32.9 MBytes 276 Mbits/sec
28202026-03-24T03:46:52.866Z[ 15] 4.00-5.00 sec 32.9 MBytes 276 Mbits/sec
28212026-03-24T03:46:52.866Z[ 17] 4.00-5.00 sec 33.0 MBytes 277 Mbits/sec
28222026-03-24T03:46:52.866Z[ 19] 4.00-5.00 sec 33.0 MBytes 277 Mbits/sec
28232026-03-24T03:46:52.866Z[SUM] 4.00-5.00 sec 264 MBytes 2.21 Gbits/sec
28242026-03-24T03:46:52.866Z- - - - - - - - - - - - - - - - - - - - - - - - -
28252026-03-24T03:46:52.866Z[ 5] 5.00-6.00 sec 33.6 MBytes 282 Mbits/sec
28262026-03-24T03:46:52.866Z[ 7] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
28272026-03-24T03:46:52.866Z[ 9] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
28282026-03-24T03:46:52.866Z[ 11] 5.00-6.00 sec 33.4 MBytes 281 Mbits/sec
28292026-03-24T03:46:52.866Z[ 13] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
28302026-03-24T03:46:52.866Z[ 15] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
28312026-03-24T03:46:52.866Z[ 17] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
28322026-03-24T03:46:52.866Z[ 19] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
28332026-03-24T03:46:52.866Z[SUM] 5.00-6.00 sec 268 MBytes 2.24 Gbits/sec
28342026-03-24T03:46:52.866Z- - - - - - - - - - - - - - - - - - - - - - - - -
28352026-03-24T03:46:52.866Z[ 5] 6.00-7.00 sec 32.8 MBytes 275 Mbits/sec
28362026-03-24T03:46:52.866Z[ 7] 6.00-7.00 sec 32.9 MBytes 276 Mbits/sec
28372026-03-24T03:46:52.866Z[ 9] 6.00-7.00 sec 32.9 MBytes 276 Mbits/sec
28382026-03-24T03:46:55.977Z[ 11] 6.00-7.00 sec 32.9 MBytes 276 Mbits/sec
28392026-03-24T03:46:55.977Z[ 13] 6.00-7.00 sec 32.8 MBytes 275 Mbits/sec
28402026-03-24T03:46:55.977Z[ 15] 6.00-7.00 sec 32.9 MBytes 276 Mbits/sec
28412026-03-24T03:46:55.977Z[ 17] 6.00-7.00 sec 32.8 MBytes 275 Mbits/sec
28422026-03-24T03:46:55.977Z[ 19] 6.00-7.00 sec 32.8 MBytes 275 Mbits/sec
28432026-03-24T03:46:55.977Z[SUM] 6.00-7.00 sec 263 MBytes 2.20 Gbits/sec
28442026-03-24T03:46:55.977Z- - - - - - - - - - - - - - - - - - - - - - - - -
28452026-03-24T03:46:55.977Z[ 5] 7.00-8.00 sec 33.0 MBytes 277 Mbits/sec
28462026-03-24T03:46:55.977Z[ 7] 7.00-8.00 sec 32.9 MBytes 276 Mbits/sec
28472026-03-24T03:46:55.977Z[ 9] 7.00-8.00 sec 33.0 MBytes 277 Mbits/sec
28482026-03-24T03:46:55.977Z[ 11] 7.00-8.00 sec 32.9 MBytes 276 Mbits/sec
28492026-03-24T03:46:55.977Z[ 13] 7.00-8.00 sec 33.0 MBytes 277 Mbits/sec
28502026-03-24T03:46:55.977Z[ 15] 7.00-8.00 sec 32.9 MBytes 276 Mbits/sec
28512026-03-24T03:46:55.977Z[ 17] 7.00-8.00 sec 33.0 MBytes 277 Mbits/sec
28522026-03-24T03:46:55.977Z[ 19] 7.00-8.00 sec 33.1 MBytes 278 Mbits/sec
28532026-03-24T03:46:55.977Z[SUM] 7.00-8.00 sec 264 MBytes 2.21 Gbits/sec
28542026-03-24T03:46:55.977Z- - - - - - - - - - - - - - - - - - - - - - - - -
28552026-03-24T03:46:55.977Z[ 5] 8.00-9.00 sec 32.7 MBytes 274 Mbits/sec
28562026-03-24T03:46:55.977Z[ 7] 8.00-9.00 sec 32.6 MBytes 274 Mbits/sec
28572026-03-24T03:46:55.977Z[ 9] 8.00-9.00 sec 32.6 MBytes 273 Mbits/sec
28582026-03-24T03:46:55.977Z[ 11] 8.00-9.00 sec 32.7 MBytes 274 Mbits/sec
28592026-03-24T03:46:55.978Z[ 13] 8.00-9.00 sec 32.6 MBytes 274 Mbits/sec
28602026-03-24T03:46:55.978Z[ 15] 8.00-9.00 sec 32.7 MBytes 274 Mbits/sec
28612026-03-24T03:46:55.978Z[ 17] 8.00-9.00 sec 32.5 MBytes 273 Mbits/sec
28622026-03-24T03:46:55.978Z[ 19] 8.00-9.00 sec 32.6 MBytes 273 Mbits/sec
28632026-03-24T03:46:55.978Z[SUM] 8.00-9.00 sec 261 MBytes 2.19 Gbits/sec
28642026-03-24T03:46:55.978Z- - - - - - - - - - - - - - - - - - - - - - - - -
28652026-03-24T03:46:55.978Z[ 5] 9.00-10.00 sec 33.0 MBytes 277 Mbits/sec
28662026-03-24T03:46:55.978Z[ 7] 9.00-10.00 sec 33.1 MBytes 278 Mbits/sec
28672026-03-24T03:46:55.978Z[ 9] 9.00-10.00 sec 33.1 MBytes 278 Mbits/sec
28682026-03-24T03:46:55.978Z[ 11] 9.00-10.00 sec 33.1 MBytes 277 Mbits/sec
28692026-03-24T03:46:55.978Z[ 13] 9.00-10.00 sec 33.1 MBytes 278 Mbits/sec
28702026-03-24T03:46:55.978Z[ 15] 9.00-10.00 sec 33.1 MBytes 277 Mbits/sec
28712026-03-24T03:46:55.978Z[ 17] 9.00-10.00 sec 33.0 MBytes 277 Mbits/sec
28722026-03-24T03:46:55.978Z[ 19] 9.00-10.00 sec 33.0 MBytes 277 Mbits/sec
28732026-03-24T03:46:55.978Z[SUM] 9.00-10.00 sec 265 MBytes 2.22 Gbits/sec
28742026-03-24T03:46:55.978Z- - - - - - - - - - - - - - - - - - - - - - - - -
28752026-03-24T03:46:55.978Z[ 5] 10.00-10.00 sec 124 KBytes 625 Mbits/sec
28762026-03-24T03:46:55.978Z[ 7] 10.00-10.00 sec 55.1 KBytes 277 Mbits/sec
28772026-03-24T03:46:55.978Z[ 9] 10.00-10.00 sec 21.0 KBytes 106 Mbits/sec
28782026-03-24T03:46:55.978Z[ 11] 10.00-10.00 sec 39.1 KBytes 196 Mbits/sec
28792026-03-24T03:46:55.978Z[ 13] 10.00-10.00 sec 9.72 KBytes 48.9 Mbits/sec
28802026-03-24T03:46:55.978Z[ 15] 10.00-10.00 sec 15.0 KBytes 75.6 Mbits/sec
28812026-03-24T03:46:55.978Z[ 17] 10.00-10.00 sec 107 KBytes 538 Mbits/sec
28822026-03-24T03:46:55.978Z[ 19] 10.00-10.00 sec 125 KBytes 628 Mbits/sec
28832026-03-24T03:46:55.978Z[SUM] 10.00-10.00 sec 496 KBytes 2.49 Gbits/sec
28842026-03-24T03:46:55.978Z- - - - - - - - - - - - - - - - - - - - - - - - -
28852026-03-24T03:46:55.978Z[ ID] Interval Transfer Bandwidth
28862026-03-24T03:46:55.978Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28872026-03-24T03:46:55.978Z[ 5] 0.00-10.00 sec 321 MBytes 269 Mbits/sec receiver
28882026-03-24T03:46:55.978Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28892026-03-24T03:46:55.978Z[ 7] 0.00-10.00 sec 321 MBytes 269 Mbits/sec receiver
28902026-03-24T03:46:55.978Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28912026-03-24T03:46:55.978Z[ 9] 0.00-10.00 sec 321 MBytes 269 Mbits/sec receiver
28922026-03-24T03:46:55.978Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28932026-03-24T03:46:55.978Z[ 11] 0.00-10.00 sec 321 MBytes 269 Mbits/sec receiver
28942026-03-24T03:46:55.978Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28952026-03-24T03:46:55.978Z[ 13] 0.00-10.00 sec 321 MBytes 269 Mbits/sec receiver
28962026-03-24T03:46:55.978Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28972026-03-24T03:46:55.979Z[ 15] 0.00-10.00 sec 321 MBytes 269 Mbits/sec receiver
28982026-03-24T03:46:55.979Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28992026-03-24T03:46:55.979Z[ 17] 0.00-10.00 sec 321 MBytes 269 Mbits/sec receiver
29002026-03-24T03:46:55.979Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
29012026-03-24T03:46:55.979Z[ 19] 0.00-10.00 sec 321 MBytes 269 Mbits/sec receiver
29022026-03-24T03:46:55.979Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
29032026-03-24T03:46:55.979Z[SUM] 0.00-10.00 sec 2.51 GBytes 2.15 Gbits/sec receiver
29042026-03-24T03:46:55.982ZRun 3/10...2152.214Mbps
29052026-03-24T03:47:03.005Z-----------------------------------------------------------
29062026-03-24T03:47:03.005ZServer listening on 5201
29072026-03-24T03:47:03.005Z-----------------------------------------------------------
29082026-03-24T03:47:03.005ZAccepted connection from 10.0.0.1, port 62875
29092026-03-24T03:47:03.005Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52325
29102026-03-24T03:47:03.005Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51075
29112026-03-24T03:47:03.005Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64902
29122026-03-24T03:47:03.005Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43331
29132026-03-24T03:47:03.005Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33857
29142026-03-24T03:47:03.005Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52595
29152026-03-24T03:47:03.005Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41973
29162026-03-24T03:47:03.005Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50191
29172026-03-24T03:47:03.005Z[ ID] Interval Transfer Bandwidth
29182026-03-24T03:47:03.005Z[ 5] 0.00-1.00 sec 22.9 MBytes 192 Mbits/sec
29192026-03-24T03:47:03.005Z[ 7] 0.00-1.00 sec 22.8 MBytes 191 Mbits/sec
29202026-03-24T03:47:03.005Z[ 9] 0.00-1.00 sec 22.8 MBytes 191 Mbits/sec
29212026-03-24T03:47:03.005Z[ 11] 0.00-1.00 sec 22.8 MBytes 191 Mbits/sec
29222026-03-24T03:47:03.005Z[ 13] 0.00-1.00 sec 22.8 MBytes 191 Mbits/sec
29232026-03-24T03:47:03.005Z[ 15] 0.00-1.00 sec 22.8 MBytes 192 Mbits/sec
29242026-03-24T03:47:03.005Z[ 17] 0.00-1.00 sec 22.8 MBytes 191 Mbits/sec
29252026-03-24T03:47:03.005Z[ 19] 0.00-1.00 sec 22.8 MBytes 191 Mbits/sec
29262026-03-24T03:47:03.005Z[SUM] 0.00-1.00 sec 183 MBytes 1.53 Gbits/sec
29272026-03-24T03:47:03.005Z- - - - - - - - - - - - - - - - - - - - - - - - -
29282026-03-24T03:47:03.005Z[ 5] 1.00-2.00 sec 33.0 MBytes 277 Mbits/sec
29292026-03-24T03:47:03.005Z[ 7] 1.00-2.00 sec 33.1 MBytes 277 Mbits/sec
29302026-03-24T03:47:03.005Z[ 9] 1.00-2.00 sec 33.1 MBytes 277 Mbits/sec
29312026-03-24T03:47:03.005Z[ 11] 1.00-2.00 sec 33.0 MBytes 277 Mbits/sec
29322026-03-24T03:47:03.005Z[ 13] 1.00-2.00 sec 33.0 MBytes 277 Mbits/sec
29332026-03-24T03:47:03.005Z[ 15] 1.00-2.00 sec 33.1 MBytes 278 Mbits/sec
29342026-03-24T03:47:03.005Z[ 17] 1.00-2.00 sec 33.1 MBytes 277 Mbits/sec
29352026-03-24T03:47:03.005Z[ 19] 1.00-2.00 sec 33.1 MBytes 277 Mbits/sec
29362026-03-24T03:47:03.005Z[SUM] 1.00-2.00 sec 264 MBytes 2.22 Gbits/sec
29372026-03-24T03:47:03.005Z- - - - - - - - - - - - - - - - - - - - - - - - -
29382026-03-24T03:47:03.005Z[ 5] 2.00-3.00 sec 33.4 MBytes 281 Mbits/sec
29392026-03-24T03:47:03.005Z[ 7] 2.00-3.00 sec 33.4 MBytes 281 Mbits/sec
29402026-03-24T03:47:03.006Z[ 9] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
29412026-03-24T03:47:03.006Z[ 11] 2.00-3.00 sec 33.4 MBytes 281 Mbits/sec
29422026-03-24T03:47:03.006Z[ 13] 2.00-3.00 sec 33.4 MBytes 280 Mbits/sec
29432026-03-24T03:47:03.006Z[ 15] 2.00-3.00 sec 33.4 MBytes 280 Mbits/sec
29442026-03-24T03:47:03.006Z[ 17] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
29452026-03-24T03:47:03.006Z[ 19] 2.00-3.00 sec 33.4 MBytes 281 Mbits/sec
29462026-03-24T03:47:03.006Z[SUM] 2.00-3.00 sec 268 MBytes 2.24 Gbits/sec
29472026-03-24T03:47:03.006Z- - - - - - - - - - - - - - - - - - - - - - - - -
29482026-03-24T03:47:03.006Z[ 5] 3.00-4.00 sec 32.8 MBytes 275 Mbits/sec
29492026-03-24T03:47:03.006Z[ 7] 3.00-4.00 sec 32.9 MBytes 276 Mbits/sec
29502026-03-24T03:47:03.006Z[ 9] 3.00-4.00 sec 32.8 MBytes 275 Mbits/sec
29512026-03-24T03:47:03.006Z[ 11] 3.00-4.00 sec 32.9 MBytes 276 Mbits/sec
29522026-03-24T03:47:03.006Z[ 13] 3.00-4.00 sec 33.0 MBytes 276 Mbits/sec
29532026-03-24T03:47:03.006Z[ 15] 3.00-4.00 sec 32.9 MBytes 276 Mbits/sec
29542026-03-24T03:47:03.006Z[ 17] 3.00-4.00 sec 32.9 MBytes 276 Mbits/sec
29552026-03-24T03:47:03.006Z[ 19] 3.00-4.00 sec 32.9 MBytes 276 Mbits/sec
29562026-03-24T03:47:03.006Z[SUM] 3.00-4.00 sec 263 MBytes 2.21 Gbits/sec
29572026-03-24T03:47:03.006Z- - - - - - - - - - - - - - - - - - - - - - - - -
29582026-03-24T03:47:03.006Z[ 5] 4.00-5.00 sec 32.7 MBytes 274 Mbits/sec
29592026-03-24T03:47:03.006Z[ 7] 4.00-5.00 sec 32.5 MBytes 273 Mbits/sec
29602026-03-24T03:47:03.006Z[ 9] 4.00-5.00 sec 32.7 MBytes 274 Mbits/sec
29612026-03-24T03:47:03.010Z[ 11] 4.00-5.00 sec 32.7 MBytes 274 Mbits/sec
29622026-03-24T03:47:03.010Z[ 13] 4.00-5.00 sec 32.5 MBytes 273 Mbits/sec
29632026-03-24T03:47:03.010Z[ 15] 4.00-5.00 sec 32.5 MBytes 273 Mbits/sec
29642026-03-24T03:47:03.010Z[ 17] 4.00-5.00 sec 32.6 MBytes 273 Mbits/sec
29652026-03-24T03:47:03.010Z[ 19] 4.00-5.00 sec 32.6 MBytes 273 Mbits/sec
29662026-03-24T03:47:03.011Z[SUM] 4.00-5.00 sec 261 MBytes 2.19 Gbits/sec
29672026-03-24T03:47:03.011Z- - - - - - - - - - - - - - - - - - - - - - - - -
29682026-03-24T03:47:03.011Z[ 5] 5.00-6.00 sec 33.1 MBytes 277 Mbits/sec
29692026-03-24T03:47:03.011Z[ 7] 5.00-6.00 sec 33.1 MBytes 277 Mbits/sec
29702026-03-24T03:47:03.011Z[ 9] 5.00-6.00 sec 33.0 MBytes 277 Mbits/sec
29712026-03-24T03:47:03.011Z[ 11] 5.00-6.00 sec 33.1 MBytes 278 Mbits/sec
29722026-03-24T03:47:03.011Z[ 13] 5.00-6.00 sec 33.1 MBytes 278 Mbits/sec
29732026-03-24T03:47:03.011Z[ 15] 5.00-6.00 sec 33.0 MBytes 277 Mbits/sec
29742026-03-24T03:47:03.011Z[ 17] 5.00-6.00 sec 33.0 MBytes 277 Mbits/sec
29752026-03-24T03:47:03.011Z[ 19] 5.00-6.00 sec 33.1 MBytes 278 Mbits/sec
29762026-03-24T03:47:03.011Z[SUM] 5.00-6.00 sec 265 MBytes 2.22 Gbits/sec
29772026-03-24T03:47:03.011Z- - - - - - - - - - - - - - - - - - - - - - - - -
29782026-03-24T03:47:03.012Z[ 5] 6.00-7.00 sec 33.2 MBytes 278 Mbits/sec
29792026-03-24T03:47:03.012Z[ 7] 6.00-7.00 sec 33.3 MBytes 279 Mbits/sec
29802026-03-24T03:47:03.012Z[ 9] 6.00-7.00 sec 33.2 MBytes 278 Mbits/sec
29812026-03-24T03:47:06.118Z[ 11] 6.00-7.00 sec 33.1 MBytes 278 Mbits/sec
29822026-03-24T03:47:06.118Z[ 13] 6.00-7.00 sec 33.2 MBytes 279 Mbits/sec
29832026-03-24T03:47:06.118Z[ 15] 6.00-7.00 sec 33.3 MBytes 279 Mbits/sec
29842026-03-24T03:47:06.118Z[ 17] 6.00-7.00 sec 33.2 MBytes 279 Mbits/sec
29852026-03-24T03:47:06.118Z[ 19] 6.00-7.00 sec 33.2 MBytes 279 Mbits/sec
29862026-03-24T03:47:06.118Z[SUM] 6.00-7.00 sec 266 MBytes 2.23 Gbits/sec
29872026-03-24T03:47:06.118Z- - - - - - - - - - - - - - - - - - - - - - - - -
29882026-03-24T03:47:06.118Z[ 5] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
29892026-03-24T03:47:06.118Z[ 7] 7.00-8.00 sec 33.4 MBytes 280 Mbits/sec
29902026-03-24T03:47:06.118Z[ 9] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
29912026-03-24T03:47:06.118Z[ 11] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
29922026-03-24T03:47:06.118Z[ 13] 7.00-8.00 sec 33.4 MBytes 280 Mbits/sec
29932026-03-24T03:47:06.118Z[ 15] 7.00-8.00 sec 33.4 MBytes 280 Mbits/sec
29942026-03-24T03:47:06.118Z[ 17] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
29952026-03-24T03:47:06.118Z[ 19] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
29962026-03-24T03:47:06.118Z[SUM] 7.00-8.00 sec 268 MBytes 2.24 Gbits/sec
29972026-03-24T03:47:06.118Z- - - - - - - - - - - - - - - - - - - - - - - - -
29982026-03-24T03:47:06.118Z[ 5] 8.00-9.00 sec 33.2 MBytes 278 Mbits/sec
29992026-03-24T03:47:06.118Z[ 7] 8.00-9.00 sec 33.2 MBytes 279 Mbits/sec
30002026-03-24T03:47:06.118Z[ 9] 8.00-9.00 sec 33.2 MBytes 278 Mbits/sec
30012026-03-24T03:47:06.118Z[ 11] 8.00-9.00 sec 33.3 MBytes 279 Mbits/sec
30022026-03-24T03:47:06.118Z[ 13] 8.00-9.00 sec 33.2 MBytes 278 Mbits/sec
30032026-03-24T03:47:06.118Z[ 15] 8.00-9.00 sec 33.2 MBytes 278 Mbits/sec
30042026-03-24T03:47:06.118Z[ 17] 8.00-9.00 sec 33.1 MBytes 278 Mbits/sec
30052026-03-24T03:47:06.118Z[ 19] 8.00-9.00 sec 33.1 MBytes 278 Mbits/sec
30062026-03-24T03:47:06.118Z[SUM] 8.00-9.00 sec 265 MBytes 2.23 Gbits/sec
30072026-03-24T03:47:06.118Z- - - - - - - - - - - - - - - - - - - - - - - - -
30082026-03-24T03:47:06.118Z[ 5] 9.00-10.00 sec 33.3 MBytes 280 Mbits/sec
30092026-03-24T03:47:06.118Z[ 7] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
30102026-03-24T03:47:06.118Z[ 9] 9.00-10.00 sec 33.3 MBytes 279 Mbits/sec
30112026-03-24T03:47:06.118Z[ 11] 9.00-10.00 sec 33.3 MBytes 279 Mbits/sec
30122026-03-24T03:47:06.118Z[ 13] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
30132026-03-24T03:47:06.118Z[ 15] 9.00-10.00 sec 33.4 MBytes 281 Mbits/sec
30142026-03-24T03:47:06.118Z[ 17] 9.00-10.00 sec 33.3 MBytes 280 Mbits/sec
30152026-03-24T03:47:06.118Z[ 19] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
30162026-03-24T03:47:06.118Z[SUM] 9.00-10.00 sec 267 MBytes 2.24 Gbits/sec
30172026-03-24T03:47:06.118Z- - - - - - - - - - - - - - - - - - - - - - - - -
30182026-03-24T03:47:06.119Z[ 5] 10.00-10.00 sec 120 KBytes 638 Mbits/sec
30192026-03-24T03:47:06.119Z[ 7] 10.00-10.00 sec 39.9 KBytes 213 Mbits/sec
30202026-03-24T03:47:06.119Z[ 9] 10.00-10.00 sec 124 KBytes 662 Mbits/sec
30212026-03-24T03:47:06.119Z[ 11] 10.00-10.00 sec 126 KBytes 670 Mbits/sec
30222026-03-24T03:47:06.119Z[ 13] 10.00-10.00 sec 45.4 KBytes 242 Mbits/sec
30232026-03-24T03:47:06.119Z[ 15] 10.00-10.00 sec 29.7 KBytes 158 Mbits/sec
30242026-03-24T03:47:06.119Z[ 17] 10.00-10.00 sec 20.0 KBytes 106 Mbits/sec
30252026-03-24T03:47:06.119Z[ 19] 10.00-10.00 sec 33.6 KBytes 179 Mbits/sec
30262026-03-24T03:47:06.119Z[SUM] 10.00-10.00 sec 539 KBytes 2.87 Gbits/sec
30272026-03-24T03:47:06.119Z- - - - - - - - - - - - - - - - - - - - - - - - -
30282026-03-24T03:47:06.119Z[ ID] Interval Transfer Bandwidth
30292026-03-24T03:47:06.119Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30302026-03-24T03:47:06.119Z[ 5] 0.00-10.00 sec 321 MBytes 269 Mbits/sec receiver
30312026-03-24T03:47:06.119Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30322026-03-24T03:47:06.119Z[ 7] 0.00-10.00 sec 321 MBytes 269 Mbits/sec receiver
30332026-03-24T03:47:06.119Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30342026-03-24T03:47:06.119Z[ 9] 0.00-10.00 sec 321 MBytes 269 Mbits/sec receiver
30352026-03-24T03:47:06.119Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30362026-03-24T03:47:06.119Z[ 11] 0.00-10.00 sec 321 MBytes 270 Mbits/sec receiver
30372026-03-24T03:47:06.119Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30382026-03-24T03:47:06.119Z[ 13] 0.00-10.00 sec 321 MBytes 269 Mbits/sec receiver
30392026-03-24T03:47:06.119Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30402026-03-24T03:47:06.119Z[ 15] 0.00-10.00 sec 321 MBytes 269 Mbits/sec receiver
30412026-03-24T03:47:06.119Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30422026-03-24T03:47:06.119Z[ 17] 0.00-10.00 sec 321 MBytes 269 Mbits/sec receiver
30432026-03-24T03:47:06.119Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30442026-03-24T03:47:06.119Z[ 19] 0.00-10.00 sec 321 MBytes 269 Mbits/sec receiver
30452026-03-24T03:47:06.119Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30462026-03-24T03:47:06.119Z[SUM] 0.00-10.00 sec 2.51 GBytes 2.15 Gbits/sec receiver
30472026-03-24T03:47:06.123ZRun 4/10...2155.449Mbps
30482026-03-24T03:47:13.146Z-----------------------------------------------------------
30492026-03-24T03:47:13.146ZServer listening on 5201
30502026-03-24T03:47:13.146Z-----------------------------------------------------------
30512026-03-24T03:47:13.146ZAccepted connection from 10.0.0.1, port 34352
30522026-03-24T03:47:13.146Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35999
30532026-03-24T03:47:13.146Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43714
30542026-03-24T03:47:13.146Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52413
30552026-03-24T03:47:13.146Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53754
30562026-03-24T03:47:13.146Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65527
30572026-03-24T03:47:13.146Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48890
30582026-03-24T03:47:13.146Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60670
30592026-03-24T03:47:13.146Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61909
30602026-03-24T03:47:13.146Z[ ID] Interval Transfer Bandwidth
30612026-03-24T03:47:13.146Z[ 5] 0.00-1.00 sec 22.9 MBytes 192 Mbits/sec
30622026-03-24T03:47:13.146Z[ 7] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
30632026-03-24T03:47:13.146Z[ 9] 0.00-1.00 sec 22.9 MBytes 192 Mbits/sec
30642026-03-24T03:47:13.146Z[ 11] 0.00-1.00 sec 22.9 MBytes 192 Mbits/sec
30652026-03-24T03:47:13.146Z[ 13] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
30662026-03-24T03:47:13.146Z[ 15] 0.00-1.00 sec 22.9 MBytes 192 Mbits/sec
30672026-03-24T03:47:13.146Z[ 17] 0.00-1.00 sec 22.9 MBytes 192 Mbits/sec
30682026-03-24T03:47:13.146Z[ 19] 0.00-1.00 sec 22.8 MBytes 191 Mbits/sec
30692026-03-24T03:47:13.146Z[SUM] 0.00-1.00 sec 183 MBytes 1.54 Gbits/sec
30702026-03-24T03:47:13.147Z- - - - - - - - - - - - - - - - - - - - - - - - -
30712026-03-24T03:47:13.147Z[ 5] 1.00-2.00 sec 32.8 MBytes 275 Mbits/sec
30722026-03-24T03:47:13.147Z[ 7] 1.00-2.00 sec 32.8 MBytes 275 Mbits/sec
30732026-03-24T03:47:13.147Z[ 9] 1.00-2.00 sec 32.8 MBytes 275 Mbits/sec
30742026-03-24T03:47:13.147Z[ 11] 1.00-2.00 sec 32.8 MBytes 275 Mbits/sec
30752026-03-24T03:47:13.147Z[ 13] 1.00-2.00 sec 32.8 MBytes 275 Mbits/sec
30762026-03-24T03:47:13.147Z[ 15] 1.00-2.00 sec 32.7 MBytes 274 Mbits/sec
30772026-03-24T03:47:13.147Z[ 17] 1.00-2.00 sec 32.7 MBytes 274 Mbits/sec
30782026-03-24T03:47:13.147Z[ 19] 1.00-2.00 sec 32.8 MBytes 275 Mbits/sec
30792026-03-24T03:47:13.147Z[SUM] 1.00-2.00 sec 262 MBytes 2.20 Gbits/sec
30802026-03-24T03:47:13.147Z- - - - - - - - - - - - - - - - - - - - - - - - -
30812026-03-24T03:47:13.147Z[ 5] 2.00-3.00 sec 33.1 MBytes 277 Mbits/sec
30822026-03-24T03:47:13.147Z[ 7] 2.00-3.00 sec 33.1 MBytes 277 Mbits/sec
30832026-03-24T03:47:13.147Z[ 9] 2.00-3.00 sec 33.0 MBytes 277 Mbits/sec
30842026-03-24T03:47:13.147Z[ 11] 2.00-3.00 sec 33.1 MBytes 277 Mbits/sec
30852026-03-24T03:47:13.147Z[ 13] 2.00-3.00 sec 33.1 MBytes 277 Mbits/sec
30862026-03-24T03:47:13.147Z[ 15] 2.00-3.00 sec 33.0 MBytes 277 Mbits/sec
30872026-03-24T03:47:13.147Z[ 17] 2.00-3.00 sec 33.1 MBytes 277 Mbits/sec
30882026-03-24T03:47:13.147Z[ 19] 2.00-3.00 sec 33.1 MBytes 278 Mbits/sec
30892026-03-24T03:47:13.147Z[SUM] 2.00-3.00 sec 264 MBytes 2.22 Gbits/sec
30902026-03-24T03:47:13.147Z- - - - - - - - - - - - - - - - - - - - - - - - -
30912026-03-24T03:47:13.147Z[ 5] 3.00-4.00 sec 32.5 MBytes 272 Mbits/sec
30922026-03-24T03:47:13.147Z[ 7] 3.00-4.00 sec 32.4 MBytes 271 Mbits/sec
30932026-03-24T03:47:13.147Z[ 9] 3.00-4.00 sec 32.3 MBytes 271 Mbits/sec
30942026-03-24T03:47:13.147Z[ 11] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
30952026-03-24T03:47:13.147Z[ 13] 3.00-4.00 sec 32.3 MBytes 271 Mbits/sec
30962026-03-24T03:47:13.147Z[ 15] 3.00-4.00 sec 32.5 MBytes 272 Mbits/sec
30972026-03-24T03:47:13.147Z[ 17] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
30982026-03-24T03:47:13.147Z[ 19] 3.00-4.00 sec 32.3 MBytes 271 Mbits/sec
30992026-03-24T03:47:13.147Z[SUM] 3.00-4.00 sec 259 MBytes 2.17 Gbits/sec
31002026-03-24T03:47:13.147Z- - - - - - - - - - - - - - - - - - - - - - - - -
31012026-03-24T03:47:13.147Z[ 5] 4.00-5.00 sec 32.8 MBytes 275 Mbits/sec
31022026-03-24T03:47:13.147Z[ 7] 4.00-5.00 sec 32.8 MBytes 275 Mbits/sec
31032026-03-24T03:47:13.147Z[ 9] 4.00-5.00 sec 33.0 MBytes 277 Mbits/sec
31042026-03-24T03:47:13.147Z[ 11] 4.00-5.00 sec 32.9 MBytes 276 Mbits/sec
31052026-03-24T03:47:13.147Z[ 13] 4.00-5.00 sec 32.9 MBytes 276 Mbits/sec
31062026-03-24T03:47:13.147Z[ 15] 4.00-5.00 sec 32.9 MBytes 276 Mbits/sec
31072026-03-24T03:47:13.147Z[ 17] 4.00-5.00 sec 32.9 MBytes 276 Mbits/sec
31082026-03-24T03:47:13.148Z[ 19] 4.00-5.00 sec 32.9 MBytes 276 Mbits/sec
31092026-03-24T03:47:13.148Z[SUM] 4.00-5.00 sec 263 MBytes 2.21 Gbits/sec
31102026-03-24T03:47:13.148Z- - - - - - - - - - - - - - - - - - - - - - - - -
31112026-03-24T03:47:13.148Z[ 5] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
31122026-03-24T03:47:13.148Z[ 7] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
31132026-03-24T03:47:13.148Z[ 9] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
31142026-03-24T03:47:13.148Z[ 11] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
31152026-03-24T03:47:13.148Z[ 13] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
31162026-03-24T03:47:13.148Z[ 15] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
31172026-03-24T03:47:13.148Z[ 17] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
31182026-03-24T03:47:13.148Z[ 19] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
31192026-03-24T03:47:13.148Z[SUM] 5.00-6.00 sec 268 MBytes 2.25 Gbits/sec
31202026-03-24T03:47:13.148Z- - - - - - - - - - - - - - - - - - - - - - - - -
31212026-03-24T03:47:13.148Z[ 5] 6.00-7.00 sec 33.2 MBytes 279 Mbits/sec
31222026-03-24T03:47:13.148Z[ 7] 6.00-7.00 sec 33.2 MBytes 279 Mbits/sec
31232026-03-24T03:47:13.152Z[ 9] 6.00-7.00 sec 33.1 MBytes 278 Mbits/sec
31242026-03-24T03:47:16.259Z[ 11] 6.00-7.00 sec 33.1 MBytes 278 Mbits/sec
31252026-03-24T03:47:16.259Z[ 13] 6.00-7.00 sec 33.1 MBytes 278 Mbits/sec
31262026-03-24T03:47:16.259Z[ 15] 6.00-7.00 sec 33.1 MBytes 278 Mbits/sec
31272026-03-24T03:47:16.259Z[ 17] 6.00-7.00 sec 33.1 MBytes 277 Mbits/sec
31282026-03-24T03:47:16.259Z[ 19] 6.00-7.00 sec 33.2 MBytes 278 Mbits/sec
31292026-03-24T03:47:16.259Z[SUM] 6.00-7.00 sec 265 MBytes 2.22 Gbits/sec
31302026-03-24T03:47:16.259Z- - - - - - - - - - - - - - - - - - - - - - - - -
31312026-03-24T03:47:16.259Z[ 5] 7.00-8.00 sec 33.4 MBytes 280 Mbits/sec
31322026-03-24T03:47:16.259Z[ 7] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
31332026-03-24T03:47:16.259Z[ 9] 7.00-8.00 sec 33.4 MBytes 280 Mbits/sec
31342026-03-24T03:47:16.259Z[ 11] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
31352026-03-24T03:47:16.259Z[ 13] 7.00-8.00 sec 33.4 MBytes 280 Mbits/sec
31362026-03-24T03:47:16.259Z[ 15] 7.00-8.00 sec 33.6 MBytes 282 Mbits/sec
31372026-03-24T03:47:16.259Z[ 17] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
31382026-03-24T03:47:16.259Z[ 19] 7.00-8.00 sec 33.4 MBytes 280 Mbits/sec
31392026-03-24T03:47:16.259Z[SUM] 7.00-8.00 sec 268 MBytes 2.25 Gbits/sec
31402026-03-24T03:47:16.259Z- - - - - - - - - - - - - - - - - - - - - - - - -
31412026-03-24T03:47:16.259Z[ 5] 8.00-9.00 sec 32.8 MBytes 275 Mbits/sec
31422026-03-24T03:47:16.259Z[ 7] 8.00-9.00 sec 32.7 MBytes 274 Mbits/sec
31432026-03-24T03:47:16.259Z[ 9] 8.00-9.00 sec 32.7 MBytes 274 Mbits/sec
31442026-03-24T03:47:16.259Z[ 11] 8.00-9.00 sec 32.7 MBytes 274 Mbits/sec
31452026-03-24T03:47:16.259Z[ 13] 8.00-9.00 sec 32.7 MBytes 274 Mbits/sec
31462026-03-24T03:47:16.259Z[ 15] 8.00-9.00 sec 32.7 MBytes 275 Mbits/sec
31472026-03-24T03:47:16.259Z[ 17] 8.00-9.00 sec 32.7 MBytes 274 Mbits/sec
31482026-03-24T03:47:16.259Z[ 19] 8.00-9.00 sec 32.7 MBytes 274 Mbits/sec
31492026-03-24T03:47:16.259Z[SUM] 8.00-9.00 sec 262 MBytes 2.20 Gbits/sec
31502026-03-24T03:47:16.259Z- - - - - - - - - - - - - - - - - - - - - - - - -
31512026-03-24T03:47:16.259Z[ 5] 9.00-10.00 sec 32.9 MBytes 276 Mbits/sec
31522026-03-24T03:47:16.259Z[ 7] 9.00-10.00 sec 32.9 MBytes 276 Mbits/sec
31532026-03-24T03:47:16.259Z[ 9] 9.00-10.00 sec 32.9 MBytes 276 Mbits/sec
31542026-03-24T03:47:16.259Z[ 11] 9.00-10.00 sec 32.9 MBytes 276 Mbits/sec
31552026-03-24T03:47:16.259Z[ 13] 9.00-10.00 sec 32.9 MBytes 276 Mbits/sec
31562026-03-24T03:47:16.260Z[ 15] 9.00-10.00 sec 32.9 MBytes 276 Mbits/sec
31572026-03-24T03:47:16.260Z[ 17] 9.00-10.00 sec 32.9 MBytes 276 Mbits/sec
31582026-03-24T03:47:16.260Z[ 19] 9.00-10.00 sec 32.9 MBytes 276 Mbits/sec
31592026-03-24T03:47:16.260Z[SUM] 9.00-10.00 sec 263 MBytes 2.21 Gbits/sec
31602026-03-24T03:47:16.260Z- - - - - - - - - - - - - - - - - - - - - - - - -
31612026-03-24T03:47:16.260Z[ 5] 10.00-10.00 sec 124 KBytes 561 Mbits/sec
31622026-03-24T03:47:16.260Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31632026-03-24T03:47:16.260Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31642026-03-24T03:47:16.260Z[ 11] 10.00-10.00 sec 110 KBytes 497 Mbits/sec
31652026-03-24T03:47:16.260Z[ 13] 10.00-10.00 sec 23.9 KBytes 108 Mbits/sec
31662026-03-24T03:47:16.260Z[ 15] 10.00-10.00 sec 68.1 KBytes 309 Mbits/sec
31672026-03-24T03:47:16.260Z[ 17] 10.00-10.00 sec 106 KBytes 481 Mbits/sec
31682026-03-24T03:47:16.260Z[ 19] 10.00-10.00 sec 55.0 KBytes 250 Mbits/sec
31692026-03-24T03:47:16.260Z[SUM] 10.00-10.00 sec 486 KBytes 2.20 Gbits/sec
31702026-03-24T03:47:16.260Z- - - - - - - - - - - - - - - - - - - - - - - - -
31712026-03-24T03:47:16.260Z[ ID] Interval Transfer Bandwidth
31722026-03-24T03:47:16.260Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31732026-03-24T03:47:16.260Z[ 5] 0.00-10.00 sec 320 MBytes 268 Mbits/sec receiver
31742026-03-24T03:47:16.260Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31752026-03-24T03:47:16.260Z[ 7] 0.00-10.00 sec 320 MBytes 268 Mbits/sec receiver
31762026-03-24T03:47:16.260Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31772026-03-24T03:47:16.260Z[ 9] 0.00-10.00 sec 320 MBytes 268 Mbits/sec receiver
31782026-03-24T03:47:16.260Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31792026-03-24T03:47:16.260Z[ 11] 0.00-10.00 sec 320 MBytes 268 Mbits/sec receiver
31802026-03-24T03:47:16.260Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31812026-03-24T03:47:16.260Z[ 13] 0.00-10.00 sec 320 MBytes 268 Mbits/sec receiver
31822026-03-24T03:47:16.260Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31832026-03-24T03:47:16.260Z[ 15] 0.00-10.00 sec 320 MBytes 268 Mbits/sec receiver
31842026-03-24T03:47:16.260Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31852026-03-24T03:47:16.260Z[ 17] 0.00-10.00 sec 320 MBytes 268 Mbits/sec receiver
31862026-03-24T03:47:16.260Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31872026-03-24T03:47:16.260Z[ 19] 0.00-10.00 sec 320 MBytes 268 Mbits/sec receiver
31882026-03-24T03:47:16.260Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31892026-03-24T03:47:16.260Z[SUM] 0.00-10.00 sec 2.50 GBytes 2.15 Gbits/sec receiver
31902026-03-24T03:47:16.264ZRun 5/10...2146.377Mbps
31912026-03-24T03:47:23.288Z-----------------------------------------------------------
31922026-03-24T03:47:23.288ZServer listening on 5201
31932026-03-24T03:47:23.288Z-----------------------------------------------------------
31942026-03-24T03:47:23.288ZAccepted connection from 10.0.0.1, port 58891
31952026-03-24T03:47:23.288Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55497
31962026-03-24T03:47:23.288Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52379
31972026-03-24T03:47:23.288Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40479
31982026-03-24T03:47:23.288Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47905
31992026-03-24T03:47:23.288Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61860
32002026-03-24T03:47:23.288Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55278
32012026-03-24T03:47:23.288Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38782
32022026-03-24T03:47:23.288Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51897
32032026-03-24T03:47:23.288Z[ ID] Interval Transfer Bandwidth
32042026-03-24T03:47:23.288Z[ 5] 0.00-1.00 sec 22.7 MBytes 190 Mbits/sec
32052026-03-24T03:47:23.288Z[ 7] 0.00-1.00 sec 22.7 MBytes 190 Mbits/sec
32062026-03-24T03:47:23.288Z[ 9] 0.00-1.00 sec 22.7 MBytes 190 Mbits/sec
32072026-03-24T03:47:23.288Z[ 11] 0.00-1.00 sec 22.7 MBytes 190 Mbits/sec
32082026-03-24T03:47:23.288Z[ 13] 0.00-1.00 sec 22.6 MBytes 190 Mbits/sec
32092026-03-24T03:47:23.288Z[ 15] 0.00-1.00 sec 22.6 MBytes 190 Mbits/sec
32102026-03-24T03:47:23.289Z[ 17] 0.00-1.00 sec 22.5 MBytes 189 Mbits/sec
32112026-03-24T03:47:23.289Z[ 19] 0.00-1.00 sec 22.5 MBytes 189 Mbits/sec
32122026-03-24T03:47:23.289Z[SUM] 0.00-1.00 sec 181 MBytes 1.52 Gbits/sec
32132026-03-24T03:47:23.289Z- - - - - - - - - - - - - - - - - - - - - - - - -
32142026-03-24T03:47:23.289Z[ 5] 1.00-2.00 sec 33.4 MBytes 280 Mbits/sec
32152026-03-24T03:47:23.289Z[ 7] 1.00-2.00 sec 33.4 MBytes 280 Mbits/sec
32162026-03-24T03:47:23.289Z[ 9] 1.00-2.00 sec 33.4 MBytes 280 Mbits/sec
32172026-03-24T03:47:23.289Z[ 11] 1.00-2.00 sec 33.4 MBytes 280 Mbits/sec
32182026-03-24T03:47:23.289Z[ 13] 1.00-2.00 sec 33.4 MBytes 280 Mbits/sec
32192026-03-24T03:47:23.289Z[ 15] 1.00-2.00 sec 33.4 MBytes 280 Mbits/sec
32202026-03-24T03:47:23.289Z[ 17] 1.00-2.00 sec 33.4 MBytes 280 Mbits/sec
32212026-03-24T03:47:23.289Z[ 19] 1.00-2.00 sec 33.4 MBytes 280 Mbits/sec
32222026-03-24T03:47:23.289Z[SUM] 1.00-2.00 sec 267 MBytes 2.24 Gbits/sec
32232026-03-24T03:47:23.289Z- - - - - - - - - - - - - - - - - - - - - - - - -
32242026-03-24T03:47:23.289Z[ 5] 2.00-3.00 sec 32.9 MBytes 276 Mbits/sec
32252026-03-24T03:47:23.289Z[ 7] 2.00-3.00 sec 32.9 MBytes 276 Mbits/sec
32262026-03-24T03:47:23.289Z[ 9] 2.00-3.00 sec 33.0 MBytes 276 Mbits/sec
32272026-03-24T03:47:23.289Z[ 11] 2.00-3.00 sec 32.9 MBytes 276 Mbits/sec
32282026-03-24T03:47:23.289Z[ 13] 2.00-3.00 sec 32.9 MBytes 276 Mbits/sec
32292026-03-24T03:47:23.289Z[ 15] 2.00-3.00 sec 33.0 MBytes 276 Mbits/sec
32302026-03-24T03:47:23.289Z[ 17] 2.00-3.00 sec 33.0 MBytes 277 Mbits/sec
32312026-03-24T03:47:23.289Z[ 19] 2.00-3.00 sec 33.0 MBytes 277 Mbits/sec
32322026-03-24T03:47:23.289Z[SUM] 2.00-3.00 sec 264 MBytes 2.21 Gbits/sec
32332026-03-24T03:47:23.289Z- - - - - - - - - - - - - - - - - - - - - - - - -
32342026-03-24T03:47:23.289Z[ 5] 3.00-4.00 sec 32.9 MBytes 276 Mbits/sec
32352026-03-24T03:47:23.289Z[ 7] 3.00-4.00 sec 32.9 MBytes 276 Mbits/sec
32362026-03-24T03:47:23.289Z[ 9] 3.00-4.00 sec 32.9 MBytes 276 Mbits/sec
32372026-03-24T03:47:23.289Z[ 11] 3.00-4.00 sec 32.9 MBytes 276 Mbits/sec
32382026-03-24T03:47:23.289Z[ 13] 3.00-4.00 sec 33.0 MBytes 276 Mbits/sec
32392026-03-24T03:47:23.289Z[ 15] 3.00-4.00 sec 33.0 MBytes 276 Mbits/sec
32402026-03-24T03:47:23.289Z[ 17] 3.00-4.00 sec 32.9 MBytes 276 Mbits/sec
32412026-03-24T03:47:23.289Z[ 19] 3.00-4.00 sec 32.9 MBytes 276 Mbits/sec
32422026-03-24T03:47:23.289Z[SUM] 3.00-4.00 sec 263 MBytes 2.21 Gbits/sec
32432026-03-24T03:47:23.289Z- - - - - - - - - - - - - - - - - - - - - - - - -
32442026-03-24T03:47:23.289Z[ 5] 4.00-5.00 sec 33.1 MBytes 278 Mbits/sec
32452026-03-24T03:47:23.289Z[ 7] 4.00-5.00 sec 33.2 MBytes 278 Mbits/sec
32462026-03-24T03:47:23.289Z[ 9] 4.00-5.00 sec 33.0 MBytes 277 Mbits/sec
32472026-03-24T03:47:23.289Z[ 11] 4.00-5.00 sec 33.1 MBytes 277 Mbits/sec
32482026-03-24T03:47:23.290Z[ 13] 4.00-5.00 sec 33.1 MBytes 278 Mbits/sec
32492026-03-24T03:47:23.290Z[ 15] 4.00-5.00 sec 33.0 MBytes 277 Mbits/sec
32502026-03-24T03:47:23.290Z[ 17] 4.00-5.00 sec 33.0 MBytes 277 Mbits/sec
32512026-03-24T03:47:23.290Z[ 19] 4.00-5.00 sec 33.1 MBytes 277 Mbits/sec
32522026-03-24T03:47:23.290Z[SUM] 4.00-5.00 sec 264 MBytes 2.22 Gbits/sec
32532026-03-24T03:47:23.290Z- - - - - - - - - - - - - - - - - - - - - - - - -
32542026-03-24T03:47:23.290Z[ 5] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
32552026-03-24T03:47:23.290Z[ 7] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
32562026-03-24T03:47:23.290Z[ 9] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
32572026-03-24T03:47:23.290Z[ 11] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
32582026-03-24T03:47:23.290Z[ 13] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
32592026-03-24T03:47:23.290Z[ 15] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
32602026-03-24T03:47:23.290Z[ 17] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
32612026-03-24T03:47:23.290Z[ 19] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
32622026-03-24T03:47:23.290Z[SUM] 5.00-6.00 sec 267 MBytes 2.24 Gbits/sec
32632026-03-24T03:47:23.290Z- - - - - - - - - - - - - - - - - - - - - - - - -
32642026-03-24T03:47:23.290Z[ 5] 6.00-7.00 sec 33.7 MBytes 282 Mbits/sec
32652026-03-24T03:47:23.290Z[ 7] 6.00-7.00 sec 33.7 MBytes 282 Mbits/sec
32662026-03-24T03:47:23.290Z[ 9] 6.00-7.00 sec 33.6 MBytes 282 Mbits/sec
32672026-03-24T03:47:26.400Z[ 11] 6.00-7.00 sec 33.6 MBytes 282 Mbits/sec
32682026-03-24T03:47:26.400Z[ 13] 6.00-7.00 sec 33.6 MBytes 282 Mbits/sec
32692026-03-24T03:47:26.400Z[ 15] 6.00-7.00 sec 33.6 MBytes 282 Mbits/sec
32702026-03-24T03:47:26.400Z[ 17] 6.00-7.00 sec 33.6 MBytes 282 Mbits/sec
32712026-03-24T03:47:26.400Z[ 19] 6.00-7.00 sec 33.7 MBytes 282 Mbits/sec
32722026-03-24T03:47:26.400Z[SUM] 6.00-7.00 sec 269 MBytes 2.26 Gbits/sec
32732026-03-24T03:47:26.400Z- - - - - - - - - - - - - - - - - - - - - - - - -
32742026-03-24T03:47:26.400Z[ 5] 7.00-8.00 sec 33.2 MBytes 278 Mbits/sec
32752026-03-24T03:47:26.400Z[ 7] 7.00-8.00 sec 33.1 MBytes 278 Mbits/sec
32762026-03-24T03:47:26.400Z[ 9] 7.00-8.00 sec 33.1 MBytes 278 Mbits/sec
32772026-03-24T03:47:26.400Z[ 11] 7.00-8.00 sec 33.2 MBytes 278 Mbits/sec
32782026-03-24T03:47:26.400Z[ 13] 7.00-8.00 sec 33.1 MBytes 278 Mbits/sec
32792026-03-24T03:47:26.400Z[ 15] 7.00-8.00 sec 33.1 MBytes 278 Mbits/sec
32802026-03-24T03:47:26.400Z[ 17] 7.00-8.00 sec 33.2 MBytes 278 Mbits/sec
32812026-03-24T03:47:26.400Z[ 19] 7.00-8.00 sec 33.1 MBytes 278 Mbits/sec
32822026-03-24T03:47:26.400Z[SUM] 7.00-8.00 sec 265 MBytes 2.23 Gbits/sec
32832026-03-24T03:47:26.400Z- - - - - - - - - - - - - - - - - - - - - - - - -
32842026-03-24T03:47:26.400Z[ 5] 8.00-9.00 sec 33.6 MBytes 281 Mbits/sec
32852026-03-24T03:47:26.400Z[ 7] 8.00-9.00 sec 33.6 MBytes 282 Mbits/sec
32862026-03-24T03:47:26.400Z[ 9] 8.00-9.00 sec 33.6 MBytes 282 Mbits/sec
32872026-03-24T03:47:26.400Z[ 11] 8.00-9.00 sec 33.5 MBytes 281 Mbits/sec
32882026-03-24T03:47:26.400Z[ 13] 8.00-9.00 sec 33.5 MBytes 281 Mbits/sec
32892026-03-24T03:47:26.400Z[ 15] 8.00-9.00 sec 33.5 MBytes 281 Mbits/sec
32902026-03-24T03:47:26.400Z[ 17] 8.00-9.00 sec 33.5 MBytes 281 Mbits/sec
32912026-03-24T03:47:26.400Z[ 19] 8.00-9.00 sec 33.5 MBytes 281 Mbits/sec
32922026-03-24T03:47:26.401Z[SUM] 8.00-9.00 sec 268 MBytes 2.25 Gbits/sec
32932026-03-24T03:47:26.401Z- - - - - - - - - - - - - - - - - - - - - - - - -
32942026-03-24T03:47:26.401Z[ 5] 9.00-10.00 sec 33.6 MBytes 282 Mbits/sec
32952026-03-24T03:47:26.401Z[ 7] 9.00-10.00 sec 33.7 MBytes 283 Mbits/sec
32962026-03-24T03:47:26.401Z[ 9] 9.00-10.00 sec 33.7 MBytes 283 Mbits/sec
32972026-03-24T03:47:26.401Z[ 11] 9.00-10.00 sec 33.6 MBytes 282 Mbits/sec
32982026-03-24T03:47:26.401Z[ 13] 9.00-10.00 sec 33.7 MBytes 283 Mbits/sec
32992026-03-24T03:47:26.401Z[ 15] 9.00-10.00 sec 33.7 MBytes 283 Mbits/sec
33002026-03-24T03:47:26.401Z[ 17] 9.00-10.00 sec 33.7 MBytes 282 Mbits/sec
33012026-03-24T03:47:26.401Z[ 19] 9.00-10.00 sec 33.7 MBytes 282 Mbits/sec
33022026-03-24T03:47:26.401Z[SUM] 9.00-10.00 sec 269 MBytes 2.26 Gbits/sec
33032026-03-24T03:47:26.401Z- - - - - - - - - - - - - - - - - - - - - - - - -
33042026-03-24T03:47:26.401Z[ 5] 10.00-10.00 sec 126 KBytes 539 Mbits/sec
33052026-03-24T03:47:26.401Z[ 7] 10.00-10.00 sec 57.4 KBytes 247 Mbits/sec
33062026-03-24T03:47:26.401Z[ 9] 10.00-10.00 sec 116 KBytes 497 Mbits/sec
33072026-03-24T03:47:26.401Z[ 11] 10.00-10.00 sec 125 KBytes 537 Mbits/sec
33082026-03-24T03:47:26.401Z[ 13] 10.00-10.00 sec 124 KBytes 534 Mbits/sec
33092026-03-24T03:47:26.401Z[ 15] 10.00-10.00 sec 70.5 KBytes 303 Mbits/sec
33102026-03-24T03:47:26.401Z[ 17] 10.00-10.00 sec 123 KBytes 527 Mbits/sec
33112026-03-24T03:47:26.401Z[ 19] 10.00-10.00 sec 124 KBytes 534 Mbits/sec
33122026-03-24T03:47:26.401Z[SUM] 10.00-10.00 sec 865 KBytes 3.70 Gbits/sec
33132026-03-24T03:47:26.401Z- - - - - - - - - - - - - - - - - - - - - - - - -
33142026-03-24T03:47:26.401Z[ ID] Interval Transfer Bandwidth
33152026-03-24T03:47:26.401Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33162026-03-24T03:47:26.401Z[ 5] 0.00-10.00 sec 323 MBytes 270 Mbits/sec receiver
33172026-03-24T03:47:26.401Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33182026-03-24T03:47:26.401Z[ 7] 0.00-10.00 sec 323 MBytes 271 Mbits/sec receiver
33192026-03-24T03:47:26.401Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33202026-03-24T03:47:26.401Z[ 9] 0.00-10.00 sec 322 MBytes 270 Mbits/sec receiver
33212026-03-24T03:47:26.401Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33222026-03-24T03:47:26.401Z[ 11] 0.00-10.00 sec 322 MBytes 270 Mbits/sec receiver
33232026-03-24T03:47:26.401Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33242026-03-24T03:47:26.401Z[ 13] 0.00-10.00 sec 323 MBytes 271 Mbits/sec receiver
33252026-03-24T03:47:26.401Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33262026-03-24T03:47:26.401Z[ 15] 0.00-10.00 sec 322 MBytes 270 Mbits/sec receiver
33272026-03-24T03:47:26.401Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33282026-03-24T03:47:26.401Z[ 17] 0.00-10.00 sec 322 MBytes 270 Mbits/sec receiver
33292026-03-24T03:47:26.402Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33302026-03-24T03:47:26.402Z[ 19] 0.00-10.00 sec 322 MBytes 270 Mbits/sec receiver
33312026-03-24T03:47:26.402Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33322026-03-24T03:47:26.402Z[SUM] 0.00-10.00 sec 2.52 GBytes 2.16 Gbits/sec receiver
33332026-03-24T03:47:26.405ZRun 6/10...2164.018Mbps
33342026-03-24T03:47:33.427Z-----------------------------------------------------------
33352026-03-24T03:47:33.427ZServer listening on 5201
33362026-03-24T03:47:33.427Z-----------------------------------------------------------
33372026-03-24T03:47:33.427ZAccepted connection from 10.0.0.1, port 62482
33382026-03-24T03:47:33.427Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43179
33392026-03-24T03:47:33.427Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55933
33402026-03-24T03:47:33.428Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48250
33412026-03-24T03:47:33.428Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53328
33422026-03-24T03:47:33.428Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54476
33432026-03-24T03:47:33.428Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35274
33442026-03-24T03:47:33.428Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60581
33452026-03-24T03:47:33.428Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55412
33462026-03-24T03:47:33.428Z[ ID] Interval Transfer Bandwidth
33472026-03-24T03:47:33.428Z[ 5] 0.00-1.00 sec 23.1 MBytes 194 Mbits/sec
33482026-03-24T03:47:33.428Z[ 7] 0.00-1.00 sec 23.1 MBytes 193 Mbits/sec
33492026-03-24T03:47:33.428Z[ 9] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
33502026-03-24T03:47:33.428Z[ 11] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
33512026-03-24T03:47:33.428Z[ 13] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
33522026-03-24T03:47:33.428Z[ 15] 0.00-1.00 sec 23.1 MBytes 194 Mbits/sec
33532026-03-24T03:47:33.428Z[ 17] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
33542026-03-24T03:47:33.428Z[ 19] 0.00-1.00 sec 22.9 MBytes 192 Mbits/sec
33552026-03-24T03:47:33.428Z[SUM] 0.00-1.00 sec 184 MBytes 1.55 Gbits/sec
33562026-03-24T03:47:33.428Z- - - - - - - - - - - - - - - - - - - - - - - - -
33572026-03-24T03:47:33.428Z[ 5] 1.00-2.00 sec 33.5 MBytes 281 Mbits/sec
33582026-03-24T03:47:33.428Z[ 7] 1.00-2.00 sec 33.5 MBytes 281 Mbits/sec
33592026-03-24T03:47:33.428Z[ 9] 1.00-2.00 sec 33.5 MBytes 281 Mbits/sec
33602026-03-24T03:47:33.428Z[ 11] 1.00-2.00 sec 33.5 MBytes 281 Mbits/sec
33612026-03-24T03:47:33.428Z[ 13] 1.00-2.00 sec 33.5 MBytes 281 Mbits/sec
33622026-03-24T03:47:33.429Z[ 15] 1.00-2.00 sec 33.4 MBytes 280 Mbits/sec
33632026-03-24T03:47:33.429Z[ 17] 1.00-2.00 sec 33.5 MBytes 281 Mbits/sec
33642026-03-24T03:47:33.429Z[ 19] 1.00-2.00 sec 33.5 MBytes 281 Mbits/sec
33652026-03-24T03:47:33.429Z[SUM] 1.00-2.00 sec 268 MBytes 2.25 Gbits/sec
33662026-03-24T03:47:33.429Z- - - - - - - - - - - - - - - - - - - - - - - - -
33672026-03-24T03:47:33.429Z[ 5] 2.00-3.00 sec 33.6 MBytes 281 Mbits/sec
33682026-03-24T03:47:33.429Z[ 7] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
33692026-03-24T03:47:33.429Z[ 9] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
33702026-03-24T03:47:33.429Z[ 11] 2.00-3.00 sec 33.6 MBytes 282 Mbits/sec
33712026-03-24T03:47:33.429Z[ 13] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
33722026-03-24T03:47:33.429Z[ 15] 2.00-3.00 sec 33.6 MBytes 282 Mbits/sec
33732026-03-24T03:47:33.429Z[ 17] 2.00-3.00 sec 33.6 MBytes 282 Mbits/sec
33742026-03-24T03:47:33.429Z[ 19] 2.00-3.00 sec 33.6 MBytes 282 Mbits/sec
33752026-03-24T03:47:33.429Z[SUM] 2.00-3.00 sec 269 MBytes 2.25 Gbits/sec
33762026-03-24T03:47:33.429Z- - - - - - - - - - - - - - - - - - - - - - - - -
33772026-03-24T03:47:33.429Z[ 5] 3.00-4.00 sec 33.2 MBytes 279 Mbits/sec
33782026-03-24T03:47:33.429Z[ 7] 3.00-4.00 sec 33.3 MBytes 279 Mbits/sec
33792026-03-24T03:47:33.429Z[ 9] 3.00-4.00 sec 33.2 MBytes 278 Mbits/sec
33802026-03-24T03:47:33.429Z[ 11] 3.00-4.00 sec 33.2 MBytes 279 Mbits/sec
33812026-03-24T03:47:33.429Z[ 13] 3.00-4.00 sec 33.2 MBytes 278 Mbits/sec
33822026-03-24T03:47:33.429Z[ 15] 3.00-4.00 sec 33.2 MBytes 279 Mbits/sec
33832026-03-24T03:47:33.429Z[ 17] 3.00-4.00 sec 33.1 MBytes 278 Mbits/sec
33842026-03-24T03:47:33.429Z[ 19] 3.00-4.00 sec 33.3 MBytes 279 Mbits/sec
33852026-03-24T03:47:33.429Z[SUM] 3.00-4.00 sec 266 MBytes 2.23 Gbits/sec
33862026-03-24T03:47:33.429Z- - - - - - - - - - - - - - - - - - - - - - - - -
33872026-03-24T03:47:33.429Z[ 5] 4.00-5.00 sec 33.3 MBytes 279 Mbits/sec
33882026-03-24T03:47:33.429Z[ 7] 4.00-5.00 sec 33.2 MBytes 279 Mbits/sec
33892026-03-24T03:47:33.429Z[ 9] 4.00-5.00 sec 33.4 MBytes 280 Mbits/sec
33902026-03-24T03:47:33.429Z[ 11] 4.00-5.00 sec 33.5 MBytes 281 Mbits/sec
33912026-03-24T03:47:33.429Z[ 13] 4.00-5.00 sec 33.4 MBytes 281 Mbits/sec
33922026-03-24T03:47:33.433Z[ 15] 4.00-5.00 sec 33.3 MBytes 279 Mbits/sec
33932026-03-24T03:47:33.433Z[ 17] 4.00-5.00 sec 33.3 MBytes 280 Mbits/sec
33942026-03-24T03:47:33.433Z[ 19] 4.00-5.00 sec 33.2 MBytes 279 Mbits/sec
33952026-03-24T03:47:33.433Z[SUM] 4.00-5.00 sec 267 MBytes 2.24 Gbits/sec
33962026-03-24T03:47:33.433Z- - - - - - - - - - - - - - - - - - - - - - - - -
33972026-03-24T03:47:33.433Z[ 5] 5.00-6.00 sec 32.7 MBytes 274 Mbits/sec
33982026-03-24T03:47:33.433Z[ 7] 5.00-6.00 sec 32.7 MBytes 275 Mbits/sec
33992026-03-24T03:47:33.433Z[ 9] 5.00-6.00 sec 32.7 MBytes 274 Mbits/sec
34002026-03-24T03:47:33.433Z[ 11] 5.00-6.00 sec 32.7 MBytes 274 Mbits/sec
34012026-03-24T03:47:33.433Z[ 13] 5.00-6.00 sec 32.7 MBytes 274 Mbits/sec
34022026-03-24T03:47:33.433Z[ 15] 5.00-6.00 sec 32.7 MBytes 275 Mbits/sec
34032026-03-24T03:47:33.433Z[ 17] 5.00-6.00 sec 32.7 MBytes 274 Mbits/sec
34042026-03-24T03:47:33.433Z[ 19] 5.00-6.00 sec 32.8 MBytes 275 Mbits/sec
34052026-03-24T03:47:33.433Z[SUM] 5.00-6.00 sec 262 MBytes 2.19 Gbits/sec
34062026-03-24T03:47:33.433Z- - - - - - - - - - - - - - - - - - - - - - - - -
34072026-03-24T03:47:33.433Z[ 5] 6.00-7.00 sec 33.2 MBytes 279 Mbits/sec
34082026-03-24T03:47:33.433Z[ 7] 6.00-7.00 sec 33.3 MBytes 279 Mbits/sec
34092026-03-24T03:47:33.433Z[ 9] 6.00-7.00 sec 33.2 MBytes 278 Mbits/sec
34102026-03-24T03:47:36.541Z[ 11] 6.00-7.00 sec 33.1 MBytes 278 Mbits/sec
34112026-03-24T03:47:36.541Z[ 13] 6.00-7.00 sec 33.2 MBytes 278 Mbits/sec
34122026-03-24T03:47:36.541Z[ 15] 6.00-7.00 sec 33.2 MBytes 278 Mbits/sec
34132026-03-24T03:47:36.541Z[ 17] 6.00-7.00 sec 33.2 MBytes 278 Mbits/sec
34142026-03-24T03:47:36.541Z[ 19] 6.00-7.00 sec 33.2 MBytes 278 Mbits/sec
34152026-03-24T03:47:36.541Z[SUM] 6.00-7.00 sec 265 MBytes 2.23 Gbits/sec
34162026-03-24T03:47:36.541Z- - - - - - - - - - - - - - - - - - - - - - - - -
34172026-03-24T03:47:36.541Z[ 5] 7.00-8.00 sec 33.4 MBytes 281 Mbits/sec
34182026-03-24T03:47:36.541Z[ 7] 7.00-8.00 sec 33.4 MBytes 280 Mbits/sec
34192026-03-24T03:47:36.541Z[ 9] 7.00-8.00 sec 33.4 MBytes 280 Mbits/sec
34202026-03-24T03:47:36.541Z[ 11] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
34212026-03-24T03:47:36.541Z[ 13] 7.00-8.00 sec 33.4 MBytes 280 Mbits/sec
34222026-03-24T03:47:36.541Z[ 15] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
34232026-03-24T03:47:36.541Z[ 17] 7.00-8.00 sec 33.4 MBytes 281 Mbits/sec
34242026-03-24T03:47:36.541Z[ 19] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
34252026-03-24T03:47:36.541Z[SUM] 7.00-8.00 sec 268 MBytes 2.25 Gbits/sec
34262026-03-24T03:47:36.541Z- - - - - - - - - - - - - - - - - - - - - - - - -
34272026-03-24T03:47:36.541Z[ 5] 8.00-9.00 sec 33.1 MBytes 278 Mbits/sec
34282026-03-24T03:47:36.541Z[ 7] 8.00-9.00 sec 33.1 MBytes 278 Mbits/sec
34292026-03-24T03:47:36.541Z[ 9] 8.00-9.00 sec 33.2 MBytes 279 Mbits/sec
34302026-03-24T03:47:36.541Z[ 11] 8.00-9.00 sec 33.0 MBytes 277 Mbits/sec
34312026-03-24T03:47:36.541Z[ 13] 8.00-9.00 sec 33.1 MBytes 277 Mbits/sec
34322026-03-24T03:47:36.541Z[ 15] 8.00-9.00 sec 33.1 MBytes 278 Mbits/sec
34332026-03-24T03:47:36.541Z[ 17] 8.00-9.00 sec 33.1 MBytes 277 Mbits/sec
34342026-03-24T03:47:36.541Z[ 19] 8.00-9.00 sec 33.0 MBytes 277 Mbits/sec
34352026-03-24T03:47:36.541Z[SUM] 8.00-9.00 sec 265 MBytes 2.22 Gbits/sec
34362026-03-24T03:47:36.541Z- - - - - - - - - - - - - - - - - - - - - - - - -
34372026-03-24T03:47:36.541Z[ 5] 9.00-10.00 sec 33.0 MBytes 277 Mbits/sec
34382026-03-24T03:47:36.541Z[ 7] 9.00-10.00 sec 32.9 MBytes 276 Mbits/sec
34392026-03-24T03:47:36.541Z[ 9] 9.00-10.00 sec 33.0 MBytes 277 Mbits/sec
34402026-03-24T03:47:36.541Z[ 11] 9.00-10.00 sec 33.0 MBytes 277 Mbits/sec
34412026-03-24T03:47:36.541Z[ 13] 9.00-10.00 sec 33.0 MBytes 277 Mbits/sec
34422026-03-24T03:47:36.541Z[ 15] 9.00-10.00 sec 33.0 MBytes 276 Mbits/sec
34432026-03-24T03:47:36.541Z[ 17] 9.00-10.00 sec 32.9 MBytes 276 Mbits/sec
34442026-03-24T03:47:36.542Z[ 19] 9.00-10.00 sec 33.0 MBytes 276 Mbits/sec
34452026-03-24T03:47:36.542Z[SUM] 9.00-10.00 sec 264 MBytes 2.21 Gbits/sec
34462026-03-24T03:47:36.542Z- - - - - - - - - - - - - - - - - - - - - - - - -
34472026-03-24T03:47:36.542Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34482026-03-24T03:47:36.542Z[ 7] 10.00-10.00 sec 125 KBytes 549 Mbits/sec
34492026-03-24T03:47:36.542Z[ 9] 10.00-10.00 sec 122 KBytes 540 Mbits/sec
34502026-03-24T03:47:36.542Z[ 11] 10.00-10.00 sec 11.3 KBytes 49.9 Mbits/sec
34512026-03-24T03:47:36.542Z[ 13] 10.00-10.00 sec 53.0 KBytes 234 Mbits/sec
34522026-03-24T03:47:36.542Z[ 15] 10.00-10.00 sec 37.8 KBytes 167 Mbits/sec
34532026-03-24T03:47:36.542Z[ 17] 10.00-10.00 sec 80.6 KBytes 355 Mbits/sec
34542026-03-24T03:47:36.542Z[ 19] 10.00-10.00 sec 95.6 KBytes 422 Mbits/sec
34552026-03-24T03:47:36.542Z[SUM] 10.00-10.00 sec 525 KBytes 2.31 Gbits/sec
34562026-03-24T03:47:36.542Z- - - - - - - - - - - - - - - - - - - - - - - - -
34572026-03-24T03:47:36.542Z[ ID] Interval Transfer Bandwidth
34582026-03-24T03:47:36.542Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34592026-03-24T03:47:36.542Z[ 5] 0.00-10.00 sec 322 MBytes 270 Mbits/sec receiver
34602026-03-24T03:47:36.542Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34612026-03-24T03:47:36.542Z[ 7] 0.00-10.00 sec 322 MBytes 270 Mbits/sec receiver
34622026-03-24T03:47:36.542Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34632026-03-24T03:47:36.542Z[ 9] 0.00-10.00 sec 322 MBytes 270 Mbits/sec receiver
34642026-03-24T03:47:36.542Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34652026-03-24T03:47:36.542Z[ 11] 0.00-10.00 sec 322 MBytes 270 Mbits/sec receiver
34662026-03-24T03:47:36.542Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34672026-03-24T03:47:36.542Z[ 13] 0.00-10.00 sec 322 MBytes 270 Mbits/sec receiver
34682026-03-24T03:47:36.542Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34692026-03-24T03:47:36.542Z[ 15] 0.00-10.00 sec 322 MBytes 270 Mbits/sec receiver
34702026-03-24T03:47:36.542Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34712026-03-24T03:47:36.542Z[ 17] 0.00-10.00 sec 322 MBytes 270 Mbits/sec receiver
34722026-03-24T03:47:36.542Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34732026-03-24T03:47:36.542Z[ 19] 0.00-10.00 sec 322 MBytes 270 Mbits/sec receiver
34742026-03-24T03:47:36.542Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34752026-03-24T03:47:36.542Z[SUM] 0.00-10.00 sec 2.52 GBytes 2.16 Gbits/sec receiver
34762026-03-24T03:47:36.546ZRun 7/10...2161.67Mbps
34772026-03-24T03:47:43.569Z-----------------------------------------------------------
34782026-03-24T03:47:43.569ZServer listening on 5201
34792026-03-24T03:47:43.569Z-----------------------------------------------------------
34802026-03-24T03:47:43.569ZAccepted connection from 10.0.0.1, port 55872
34812026-03-24T03:47:43.569Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65345
34822026-03-24T03:47:43.569Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35948
34832026-03-24T03:47:43.569Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50639
34842026-03-24T03:47:43.569Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58670
34852026-03-24T03:47:43.569Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48626
34862026-03-24T03:47:43.569Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35711
34872026-03-24T03:47:43.569Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50982
34882026-03-24T03:47:43.569Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53730
34892026-03-24T03:47:43.569Z[ ID] Interval Transfer Bandwidth
34902026-03-24T03:47:43.569Z[ 5] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
34912026-03-24T03:47:43.569Z[ 7] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
34922026-03-24T03:47:43.569Z[ 9] 0.00-1.00 sec 22.9 MBytes 192 Mbits/sec
34932026-03-24T03:47:43.569Z[ 11] 0.00-1.00 sec 22.9 MBytes 192 Mbits/sec
34942026-03-24T03:47:43.569Z[ 13] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
34952026-03-24T03:47:43.569Z[ 15] 0.00-1.00 sec 22.9 MBytes 193 Mbits/sec
34962026-03-24T03:47:43.569Z[ 17] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
34972026-03-24T03:47:43.569Z[ 19] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
34982026-03-24T03:47:43.569Z[SUM] 0.00-1.00 sec 184 MBytes 1.54 Gbits/sec
34992026-03-24T03:47:43.569Z- - - - - - - - - - - - - - - - - - - - - - - - -
35002026-03-24T03:47:43.569Z[ 5] 1.00-2.00 sec 32.5 MBytes 272 Mbits/sec
35012026-03-24T03:47:43.569Z[ 7] 1.00-2.00 sec 32.5 MBytes 273 Mbits/sec
35022026-03-24T03:47:43.569Z[ 9] 1.00-2.00 sec 32.5 MBytes 273 Mbits/sec
35032026-03-24T03:47:43.569Z[ 11] 1.00-2.00 sec 32.6 MBytes 273 Mbits/sec
35042026-03-24T03:47:43.570Z[ 13] 1.00-2.00 sec 32.6 MBytes 273 Mbits/sec
35052026-03-24T03:47:43.570Z[ 15] 1.00-2.00 sec 32.6 MBytes 273 Mbits/sec
35062026-03-24T03:47:43.570Z[ 17] 1.00-2.00 sec 32.5 MBytes 273 Mbits/sec
35072026-03-24T03:47:43.570Z[ 19] 1.00-2.00 sec 32.5 MBytes 273 Mbits/sec
35082026-03-24T03:47:43.570Z[SUM] 1.00-2.00 sec 260 MBytes 2.18 Gbits/sec
35092026-03-24T03:47:43.570Z- - - - - - - - - - - - - - - - - - - - - - - - -
35102026-03-24T03:47:43.570Z[ 5] 2.00-3.00 sec 33.7 MBytes 283 Mbits/sec
35112026-03-24T03:47:43.570Z[ 7] 2.00-3.00 sec 33.8 MBytes 284 Mbits/sec
35122026-03-24T03:47:43.570Z[ 9] 2.00-3.00 sec 33.8 MBytes 284 Mbits/sec
35132026-03-24T03:47:43.570Z[ 11] 2.00-3.00 sec 33.7 MBytes 283 Mbits/sec
35142026-03-24T03:47:43.570Z[ 13] 2.00-3.00 sec 33.8 MBytes 283 Mbits/sec
35152026-03-24T03:47:43.570Z[ 15] 2.00-3.00 sec 33.8 MBytes 284 Mbits/sec
35162026-03-24T03:47:43.570Z[ 17] 2.00-3.00 sec 33.7 MBytes 283 Mbits/sec
35172026-03-24T03:47:43.570Z[ 19] 2.00-3.00 sec 33.7 MBytes 283 Mbits/sec
35182026-03-24T03:47:43.570Z[SUM] 2.00-3.00 sec 270 MBytes 2.27 Gbits/sec
35192026-03-24T03:47:43.570Z- - - - - - - - - - - - - - - - - - - - - - - - -
35202026-03-24T03:47:43.570Z[ 5] 3.00-4.00 sec 33.5 MBytes 281 Mbits/sec
35212026-03-24T03:47:43.570Z[ 7] 3.00-4.00 sec 33.3 MBytes 280 Mbits/sec
35222026-03-24T03:47:43.570Z[ 9] 3.00-4.00 sec 33.5 MBytes 281 Mbits/sec
35232026-03-24T03:47:43.570Z[ 11] 3.00-4.00 sec 33.4 MBytes 280 Mbits/sec
35242026-03-24T03:47:43.570Z[ 13] 3.00-4.00 sec 33.4 MBytes 281 Mbits/sec
35252026-03-24T03:47:43.570Z[ 15] 3.00-4.00 sec 33.4 MBytes 280 Mbits/sec
35262026-03-24T03:47:43.570Z[ 17] 3.00-4.00 sec 33.5 MBytes 281 Mbits/sec
35272026-03-24T03:47:43.570Z[ 19] 3.00-4.00 sec 33.4 MBytes 280 Mbits/sec
35282026-03-24T03:47:43.570Z[SUM] 3.00-4.00 sec 267 MBytes 2.24 Gbits/sec
35292026-03-24T03:47:43.570Z- - - - - - - - - - - - - - - - - - - - - - - - -
35302026-03-24T03:47:43.570Z[ 5] 4.00-5.00 sec 33.3 MBytes 279 Mbits/sec
35312026-03-24T03:47:43.570Z[ 7] 4.00-5.00 sec 33.3 MBytes 279 Mbits/sec
35322026-03-24T03:47:43.570Z[ 9] 4.00-5.00 sec 33.3 MBytes 279 Mbits/sec
35332026-03-24T03:47:43.570Z[ 11] 4.00-5.00 sec 33.2 MBytes 279 Mbits/sec
35342026-03-24T03:47:43.570Z[ 13] 4.00-5.00 sec 33.3 MBytes 279 Mbits/sec
35352026-03-24T03:47:43.570Z[ 15] 4.00-5.00 sec 33.2 MBytes 278 Mbits/sec
35362026-03-24T03:47:43.570Z[ 17] 4.00-5.00 sec 33.3 MBytes 279 Mbits/sec
35372026-03-24T03:47:43.570Z[ 19] 4.00-5.00 sec 33.2 MBytes 278 Mbits/sec
35382026-03-24T03:47:43.570Z[SUM] 4.00-5.00 sec 266 MBytes 2.23 Gbits/sec
35392026-03-24T03:47:43.570Z- - - - - - - - - - - - - - - - - - - - - - - - -
35402026-03-24T03:47:43.570Z[ 5] 5.00-6.00 sec 33.7 MBytes 283 Mbits/sec
35412026-03-24T03:47:43.571Z[ 7] 5.00-6.00 sec 33.8 MBytes 284 Mbits/sec
35422026-03-24T03:47:43.571Z[ 9] 5.00-6.00 sec 33.6 MBytes 282 Mbits/sec
35432026-03-24T03:47:43.571Z[ 11] 5.00-6.00 sec 33.7 MBytes 282 Mbits/sec
35442026-03-24T03:47:43.571Z[ 13] 5.00-6.00 sec 33.7 MBytes 283 Mbits/sec
35452026-03-24T03:47:43.571Z[ 15] 5.00-6.00 sec 33.7 MBytes 283 Mbits/sec
35462026-03-24T03:47:43.571Z[ 17] 5.00-6.00 sec 33.7 MBytes 283 Mbits/sec
35472026-03-24T03:47:43.571Z[ 19] 5.00-6.00 sec 33.7 MBytes 283 Mbits/sec
35482026-03-24T03:47:43.571Z[SUM] 5.00-6.00 sec 270 MBytes 2.26 Gbits/sec
35492026-03-24T03:47:43.571Z- - - - - - - - - - - - - - - - - - - - - - - - -
35502026-03-24T03:47:43.571Z[ 5] 6.00-7.00 sec 33.2 MBytes 278 Mbits/sec
35512026-03-24T03:47:43.571Z[ 7] 6.00-7.00 sec 33.2 MBytes 278 Mbits/sec
35522026-03-24T03:47:43.571Z[ 9] 6.00-7.00 sec 33.1 MBytes 278 Mbits/sec
35532026-03-24T03:47:46.682Z[ 11] 6.00-7.00 sec 33.2 MBytes 278 Mbits/sec
35542026-03-24T03:47:46.682Z[ 13] 6.00-7.00 sec 33.2 MBytes 278 Mbits/sec
35552026-03-24T03:47:46.682Z[ 15] 6.00-7.00 sec 33.2 MBytes 278 Mbits/sec
35562026-03-24T03:47:46.682Z[ 17] 6.00-7.00 sec 33.1 MBytes 277 Mbits/sec
35572026-03-24T03:47:46.682Z[ 19] 6.00-7.00 sec 33.2 MBytes 278 Mbits/sec
35582026-03-24T03:47:46.682Z[SUM] 6.00-7.00 sec 265 MBytes 2.23 Gbits/sec
35592026-03-24T03:47:46.682Z- - - - - - - - - - - - - - - - - - - - - - - - -
35602026-03-24T03:47:46.682Z[ 5] 7.00-8.00 sec 33.2 MBytes 279 Mbits/sec
35612026-03-24T03:47:46.682Z[ 7] 7.00-8.00 sec 33.2 MBytes 278 Mbits/sec
35622026-03-24T03:47:46.682Z[ 9] 7.00-8.00 sec 33.2 MBytes 279 Mbits/sec
35632026-03-24T03:47:46.683Z[ 11] 7.00-8.00 sec 33.2 MBytes 279 Mbits/sec
35642026-03-24T03:47:46.683Z[ 13] 7.00-8.00 sec 33.2 MBytes 279 Mbits/sec
35652026-03-24T03:47:46.683Z[ 15] 7.00-8.00 sec 33.2 MBytes 278 Mbits/sec
35662026-03-24T03:47:46.683Z[ 17] 7.00-8.00 sec 33.2 MBytes 279 Mbits/sec
35672026-03-24T03:47:46.683Z[ 19] 7.00-8.00 sec 33.1 MBytes 278 Mbits/sec
35682026-03-24T03:47:46.683Z[SUM] 7.00-8.00 sec 266 MBytes 2.23 Gbits/sec
35692026-03-24T03:47:46.683Z- - - - - - - - - - - - - - - - - - - - - - - - -
35702026-03-24T03:47:46.683Z[ 5] 8.00-9.00 sec 33.7 MBytes 283 Mbits/sec
35712026-03-24T03:47:46.684Z[ 7] 8.00-9.00 sec 33.6 MBytes 282 Mbits/sec
35722026-03-24T03:47:46.684Z[ 9] 8.00-9.00 sec 33.7 MBytes 283 Mbits/sec
35732026-03-24T03:47:46.684Z[ 11] 8.00-9.00 sec 33.6 MBytes 282 Mbits/sec
35742026-03-24T03:47:46.684Z[ 13] 8.00-9.00 sec 33.7 MBytes 283 Mbits/sec
35752026-03-24T03:47:46.684Z[ 15] 8.00-9.00 sec 33.7 MBytes 283 Mbits/sec
35762026-03-24T03:47:46.684Z[ 17] 8.00-9.00 sec 33.7 MBytes 283 Mbits/sec
35772026-03-24T03:47:46.684Z[ 19] 8.00-9.00 sec 33.7 MBytes 282 Mbits/sec
35782026-03-24T03:47:46.684Z[SUM] 8.00-9.00 sec 269 MBytes 2.26 Gbits/sec
35792026-03-24T03:47:46.684Z- - - - - - - - - - - - - - - - - - - - - - - - -
35802026-03-24T03:47:46.684Z[ 5] 9.00-10.00 sec 33.1 MBytes 278 Mbits/sec
35812026-03-24T03:47:46.684Z[ 7] 9.00-10.00 sec 33.2 MBytes 278 Mbits/sec
35822026-03-24T03:47:46.684Z[ 9] 9.00-10.00 sec 33.1 MBytes 278 Mbits/sec
35832026-03-24T03:47:46.684Z[ 11] 9.00-10.00 sec 33.2 MBytes 279 Mbits/sec
35842026-03-24T03:47:46.684Z[ 13] 9.00-10.00 sec 33.2 MBytes 279 Mbits/sec
35852026-03-24T03:47:46.684Z[ 15] 9.00-10.00 sec 33.1 MBytes 278 Mbits/sec
35862026-03-24T03:47:46.684Z[ 17] 9.00-10.00 sec 33.2 MBytes 279 Mbits/sec
35872026-03-24T03:47:46.684Z[ 19] 9.00-10.00 sec 33.2 MBytes 279 Mbits/sec
35882026-03-24T03:47:46.684Z[SUM] 9.00-10.00 sec 265 MBytes 2.23 Gbits/sec
35892026-03-24T03:47:46.684Z- - - - - - - - - - - - - - - - - - - - - - - - -
35902026-03-24T03:47:46.684Z[ 5] 10.00-10.00 sec 126 KBytes 491 Mbits/sec
35912026-03-24T03:47:46.684Z[ 7] 10.00-10.00 sec 126 KBytes 491 Mbits/sec
35922026-03-24T03:47:46.684Z[ 9] 10.00-10.00 sec 76.0 KBytes 297 Mbits/sec
35932026-03-24T03:47:46.684Z[ 11] 10.00-10.00 sec 99.3 KBytes 388 Mbits/sec
35942026-03-24T03:47:46.684Z[ 13] 10.00-10.00 sec 38.3 KBytes 150 Mbits/sec
35952026-03-24T03:47:46.684Z[ 15] 10.00-10.00 sec 123 KBytes 479 Mbits/sec
35962026-03-24T03:47:46.685Z[ 17] 10.00-10.00 sec 39.9 KBytes 156 Mbits/sec
35972026-03-24T03:47:46.685Z[ 19] 10.00-10.00 sec 106 KBytes 413 Mbits/sec
35982026-03-24T03:47:46.685Z[SUM] 10.00-10.00 sec 734 KBytes 2.86 Gbits/sec
35992026-03-24T03:47:46.685Z- - - - - - - - - - - - - - - - - - - - - - - - -
36002026-03-24T03:47:46.685Z[ ID] Interval Transfer Bandwidth
36012026-03-24T03:47:46.685Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36022026-03-24T03:47:46.685Z[ 5] 0.00-10.00 sec 323 MBytes 271 Mbits/sec receiver
36032026-03-24T03:47:46.685Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36042026-03-24T03:47:46.685Z[ 7] 0.00-10.00 sec 323 MBytes 271 Mbits/sec receiver
36052026-03-24T03:47:46.685Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36062026-03-24T03:47:46.685Z[ 9] 0.00-10.00 sec 323 MBytes 271 Mbits/sec receiver
36072026-03-24T03:47:46.685Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36082026-03-24T03:47:46.685Z[ 11] 0.00-10.00 sec 323 MBytes 271 Mbits/sec receiver
36092026-03-24T03:47:46.685Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36102026-03-24T03:47:46.685Z[ 13] 0.00-10.00 sec 323 MBytes 271 Mbits/sec receiver
36112026-03-24T03:47:46.685Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36122026-03-24T03:47:46.685Z[ 15] 0.00-10.00 sec 323 MBytes 271 Mbits/sec receiver
36132026-03-24T03:47:46.685Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36142026-03-24T03:47:46.685Z[ 17] 0.00-10.00 sec 323 MBytes 271 Mbits/sec receiver
36152026-03-24T03:47:46.685Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36162026-03-24T03:47:46.685Z[ 19] 0.00-10.00 sec 323 MBytes 271 Mbits/sec receiver
36172026-03-24T03:47:46.685Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36182026-03-24T03:47:46.685Z[SUM] 0.00-10.00 sec 2.52 GBytes 2.17 Gbits/sec receiver
36192026-03-24T03:47:46.689ZRun 8/10...2167.299Mbps
36202026-03-24T03:47:53.709Z-----------------------------------------------------------
36212026-03-24T03:47:53.709ZServer listening on 5201
36222026-03-24T03:47:53.709Z-----------------------------------------------------------
36232026-03-24T03:47:53.709ZAccepted connection from 10.0.0.1, port 45174
36242026-03-24T03:47:53.709Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44159
36252026-03-24T03:47:53.709Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48631
36262026-03-24T03:47:53.709Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50681
36272026-03-24T03:47:53.709Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64311
36282026-03-24T03:47:53.709Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38772
36292026-03-24T03:47:53.709Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57015
36302026-03-24T03:47:53.709Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40887
36312026-03-24T03:47:53.709Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55487
36322026-03-24T03:47:53.709Z[ ID] Interval Transfer Bandwidth
36332026-03-24T03:47:53.709Z[ 5] 0.00-1.00 sec 23.7 MBytes 199 Mbits/sec
36342026-03-24T03:47:53.710Z[ 7] 0.00-1.00 sec 23.5 MBytes 197 Mbits/sec
36352026-03-24T03:47:53.710Z[ 9] 0.00-1.00 sec 23.5 MBytes 197 Mbits/sec
36362026-03-24T03:47:53.710Z[ 11] 0.00-1.00 sec 23.6 MBytes 198 Mbits/sec
36372026-03-24T03:47:53.710Z[ 13] 0.00-1.00 sec 23.5 MBytes 197 Mbits/sec
36382026-03-24T03:47:53.710Z[ 15] 0.00-1.00 sec 23.5 MBytes 197 Mbits/sec
36392026-03-24T03:47:53.710Z[ 17] 0.00-1.00 sec 23.5 MBytes 197 Mbits/sec
36402026-03-24T03:47:53.710Z[ 19] 0.00-1.00 sec 23.5 MBytes 197 Mbits/sec
36412026-03-24T03:47:53.710Z[SUM] 0.00-1.00 sec 188 MBytes 1.58 Gbits/sec
36422026-03-24T03:47:53.710Z- - - - - - - - - - - - - - - - - - - - - - - - -
36432026-03-24T03:47:53.710Z[ 5] 1.00-2.00 sec 33.4 MBytes 280 Mbits/sec
36442026-03-24T03:47:53.710Z[ 7] 1.00-2.00 sec 33.6 MBytes 282 Mbits/sec
36452026-03-24T03:47:53.710Z[ 9] 1.00-2.00 sec 33.5 MBytes 281 Mbits/sec
36462026-03-24T03:47:53.710Z[ 11] 1.00-2.00 sec 33.5 MBytes 281 Mbits/sec
36472026-03-24T03:47:53.710Z[ 13] 1.00-2.00 sec 33.4 MBytes 280 Mbits/sec
36482026-03-24T03:47:53.710Z[ 15] 1.00-2.00 sec 33.5 MBytes 281 Mbits/sec
36492026-03-24T03:47:53.710Z[ 17] 1.00-2.00 sec 33.4 MBytes 280 Mbits/sec
36502026-03-24T03:47:53.710Z[ 19] 1.00-2.00 sec 33.4 MBytes 280 Mbits/sec
36512026-03-24T03:47:53.710Z[SUM] 1.00-2.00 sec 268 MBytes 2.25 Gbits/sec
36522026-03-24T03:47:53.710Z- - - - - - - - - - - - - - - - - - - - - - - - -
36532026-03-24T03:47:53.710Z[ 5] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
36542026-03-24T03:47:53.710Z[ 7] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
36552026-03-24T03:47:53.710Z[ 9] 2.00-3.00 sec 33.4 MBytes 280 Mbits/sec
36562026-03-24T03:47:53.710Z[ 11] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
36572026-03-24T03:47:53.710Z[ 13] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
36582026-03-24T03:47:53.710Z[ 15] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
36592026-03-24T03:47:53.710Z[ 17] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
36602026-03-24T03:47:53.710Z[ 19] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
36612026-03-24T03:47:53.710Z[SUM] 2.00-3.00 sec 268 MBytes 2.25 Gbits/sec
36622026-03-24T03:47:53.710Z- - - - - - - - - - - - - - - - - - - - - - - - -
36632026-03-24T03:47:53.710Z[ 5] 3.00-4.00 sec 32.9 MBytes 276 Mbits/sec
36642026-03-24T03:47:53.710Z[ 7] 3.00-4.00 sec 33.0 MBytes 277 Mbits/sec
36652026-03-24T03:47:53.713Z[ 9] 3.00-4.00 sec 33.1 MBytes 277 Mbits/sec
36662026-03-24T03:47:53.714Z[ 11] 3.00-4.00 sec 33.1 MBytes 277 Mbits/sec
36672026-03-24T03:47:53.714Z[ 13] 3.00-4.00 sec 33.0 MBytes 277 Mbits/sec
36682026-03-24T03:47:53.714Z[ 15] 3.00-4.00 sec 33.0 MBytes 277 Mbits/sec
36692026-03-24T03:47:53.714Z[ 17] 3.00-4.00 sec 33.0 MBytes 277 Mbits/sec
36702026-03-24T03:47:53.714Z[ 19] 3.00-4.00 sec 32.9 MBytes 276 Mbits/sec
36712026-03-24T03:47:53.714Z[SUM] 3.00-4.00 sec 264 MBytes 2.22 Gbits/sec
36722026-03-24T03:47:53.714Z- - - - - - - - - - - - - - - - - - - - - - - - -
36732026-03-24T03:47:53.714Z[ 5] 4.00-5.00 sec 33.1 MBytes 278 Mbits/sec
36742026-03-24T03:47:53.714Z[ 7] 4.00-5.00 sec 33.1 MBytes 277 Mbits/sec
36752026-03-24T03:47:53.714Z[ 9] 4.00-5.00 sec 33.1 MBytes 277 Mbits/sec
36762026-03-24T03:47:53.714Z[ 11] 4.00-5.00 sec 33.0 MBytes 277 Mbits/sec
36772026-03-24T03:47:53.714Z[ 13] 4.00-5.00 sec 33.0 MBytes 277 Mbits/sec
36782026-03-24T03:47:53.714Z[ 15] 4.00-5.00 sec 33.0 MBytes 277 Mbits/sec
36792026-03-24T03:47:53.714Z[ 17] 4.00-5.00 sec 33.1 MBytes 278 Mbits/sec
36802026-03-24T03:47:53.714Z[ 19] 4.00-5.00 sec 33.1 MBytes 278 Mbits/sec
36812026-03-24T03:47:53.714Z[SUM] 4.00-5.00 sec 265 MBytes 2.22 Gbits/sec
36822026-03-24T03:47:53.714Z- - - - - - - - - - - - - - - - - - - - - - - - -
36832026-03-24T03:47:53.714Z[ 5] 5.00-6.00 sec 33.0 MBytes 276 Mbits/sec
36842026-03-24T03:47:53.714Z[ 7] 5.00-6.00 sec 33.0 MBytes 277 Mbits/sec
36852026-03-24T03:47:53.714Z[ 9] 5.00-6.00 sec 33.0 MBytes 276 Mbits/sec
36862026-03-24T03:47:53.714Z[ 11] 5.00-6.00 sec 33.0 MBytes 277 Mbits/sec
36872026-03-24T03:47:53.714Z[ 13] 5.00-6.00 sec 32.9 MBytes 276 Mbits/sec
36882026-03-24T03:47:53.714Z[ 15] 5.00-6.00 sec 33.0 MBytes 277 Mbits/sec
36892026-03-24T03:47:53.714Z[ 17] 5.00-6.00 sec 32.9 MBytes 276 Mbits/sec
36902026-03-24T03:47:53.714Z[ 19] 5.00-6.00 sec 33.0 MBytes 277 Mbits/sec
36912026-03-24T03:47:53.714Z[SUM] 5.00-6.00 sec 264 MBytes 2.21 Gbits/sec
36922026-03-24T03:47:53.714Z- - - - - - - - - - - - - - - - - - - - - - - - -
36932026-03-24T03:47:53.714Z[ 5] 6.00-7.00 sec 32.6 MBytes 273 Mbits/sec
36942026-03-24T03:47:53.714Z[ 7] 6.00-7.00 sec 32.5 MBytes 273 Mbits/sec
36952026-03-24T03:47:53.714Z[ 9] 6.00-7.00 sec 32.7 MBytes 274 Mbits/sec
36962026-03-24T03:47:56.822Z[ 11] 6.00-7.00 sec 32.6 MBytes 274 Mbits/sec
36972026-03-24T03:47:56.822Z[ 13] 6.00-7.00 sec 32.7 MBytes 274 Mbits/sec
36982026-03-24T03:47:56.822Z[ 15] 6.00-7.00 sec 32.7 MBytes 274 Mbits/sec
36992026-03-24T03:47:56.823Z[ 17] 6.00-7.00 sec 32.7 MBytes 274 Mbits/sec
37002026-03-24T03:47:56.823Z[ 19] 6.00-7.00 sec 32.5 MBytes 273 Mbits/sec
37012026-03-24T03:47:56.823Z[SUM] 6.00-7.00 sec 261 MBytes 2.19 Gbits/sec
37022026-03-24T03:47:56.823Z- - - - - - - - - - - - - - - - - - - - - - - - -
37032026-03-24T03:47:56.823Z[ 5] 7.00-8.00 sec 33.4 MBytes 280 Mbits/sec
37042026-03-24T03:47:56.823Z[ 7] 7.00-8.00 sec 33.3 MBytes 280 Mbits/sec
37052026-03-24T03:47:56.823Z[ 9] 7.00-8.00 sec 33.4 MBytes 280 Mbits/sec
37062026-03-24T03:47:56.823Z[ 11] 7.00-8.00 sec 33.3 MBytes 280 Mbits/sec
37072026-03-24T03:47:56.823Z[ 13] 7.00-8.00 sec 33.4 MBytes 280 Mbits/sec
37082026-03-24T03:47:56.823Z[ 15] 7.00-8.00 sec 33.4 MBytes 280 Mbits/sec
37092026-03-24T03:47:56.823Z[ 17] 7.00-8.00 sec 33.4 MBytes 280 Mbits/sec
37102026-03-24T03:47:56.823Z[ 19] 7.00-8.00 sec 33.4 MBytes 280 Mbits/sec
37112026-03-24T03:47:56.823Z[SUM] 7.00-8.00 sec 267 MBytes 2.24 Gbits/sec
37122026-03-24T03:47:56.823Z- - - - - - - - - - - - - - - - - - - - - - - - -
37132026-03-24T03:47:56.823Z[ 5] 8.00-9.00 sec 33.4 MBytes 280 Mbits/sec
37142026-03-24T03:47:56.823Z[ 7] 8.00-9.00 sec 33.5 MBytes 281 Mbits/sec
37152026-03-24T03:47:56.823Z[ 9] 8.00-9.00 sec 33.3 MBytes 280 Mbits/sec
37162026-03-24T03:47:56.823Z[ 11] 8.00-9.00 sec 33.4 MBytes 280 Mbits/sec
37172026-03-24T03:47:56.823Z[ 13] 8.00-9.00 sec 33.3 MBytes 280 Mbits/sec
37182026-03-24T03:47:56.823Z[ 15] 8.00-9.00 sec 33.4 MBytes 280 Mbits/sec
37192026-03-24T03:47:56.823Z[ 17] 8.00-9.00 sec 33.3 MBytes 280 Mbits/sec
37202026-03-24T03:47:56.823Z[ 19] 8.00-9.00 sec 33.4 MBytes 280 Mbits/sec
37212026-03-24T03:47:56.823Z[SUM] 8.00-9.00 sec 267 MBytes 2.24 Gbits/sec
37222026-03-24T03:47:56.823Z- - - - - - - - - - - - - - - - - - - - - - - - -
37232026-03-24T03:47:56.823Z[ 5] 9.00-10.00 sec 32.4 MBytes 271 Mbits/sec
37242026-03-24T03:47:56.823Z[ 7] 9.00-10.00 sec 32.3 MBytes 271 Mbits/sec
37252026-03-24T03:47:56.823Z[ 9] 9.00-10.00 sec 32.4 MBytes 271 Mbits/sec
37262026-03-24T03:47:56.823Z[ 11] 9.00-10.00 sec 32.3 MBytes 271 Mbits/sec
37272026-03-24T03:47:56.823Z[ 13] 9.00-10.00 sec 32.4 MBytes 272 Mbits/sec
37282026-03-24T03:47:56.823Z[ 15] 9.00-10.00 sec 32.4 MBytes 272 Mbits/sec
37292026-03-24T03:47:56.823Z[ 17] 9.00-10.00 sec 32.4 MBytes 272 Mbits/sec
37302026-03-24T03:47:56.823Z[ 19] 9.00-10.00 sec 32.3 MBytes 271 Mbits/sec
37312026-03-24T03:47:56.823Z[SUM] 9.00-10.00 sec 259 MBytes 2.17 Gbits/sec
37322026-03-24T03:47:56.823Z- - - - - - - - - - - - - - - - - - - - - - - - -
37332026-03-24T03:47:56.823Z[ 5] 10.00-10.00 sec 61.0 KBytes 278 Mbits/sec
37342026-03-24T03:47:56.823Z[ 7] 10.00-10.00 sec 125 KBytes 569 Mbits/sec
37352026-03-24T03:47:56.823Z[ 9] 10.00-10.00 sec 67.0 KBytes 306 Mbits/sec
37362026-03-24T03:47:56.824Z[ 11] 10.00-10.00 sec 93.2 KBytes 425 Mbits/sec
37372026-03-24T03:47:56.824Z[ 13] 10.00-10.00 sec 68.1 KBytes 311 Mbits/sec
37382026-03-24T03:47:56.824Z[ 15] 10.00-10.00 sec 12.4 KBytes 56.5 Mbits/sec
37392026-03-24T03:47:56.824Z[ 17] 10.00-10.00 sec 64.9 KBytes 296 Mbits/sec
37402026-03-24T03:47:56.824Z[ 19] 10.00-10.00 sec 126 KBytes 575 Mbits/sec
37412026-03-24T03:47:56.824Z[SUM] 10.00-10.00 sec 617 KBytes 2.81 Gbits/sec
37422026-03-24T03:47:56.824Z- - - - - - - - - - - - - - - - - - - - - - - - -
37432026-03-24T03:47:56.824Z[ ID] Interval Transfer Bandwidth
37442026-03-24T03:47:56.824Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37452026-03-24T03:47:56.824Z[ 5] 0.00-10.00 sec 321 MBytes 270 Mbits/sec receiver
37462026-03-24T03:47:56.824Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37472026-03-24T03:47:56.824Z[ 7] 0.00-10.00 sec 321 MBytes 270 Mbits/sec receiver
37482026-03-24T03:47:56.824Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37492026-03-24T03:47:56.824Z[ 9] 0.00-10.00 sec 321 MBytes 270 Mbits/sec receiver
37502026-03-24T03:47:56.824Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37512026-03-24T03:47:56.824Z[ 11] 0.00-10.00 sec 321 MBytes 270 Mbits/sec receiver
37522026-03-24T03:47:56.824Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37532026-03-24T03:47:56.824Z[ 13] 0.00-10.00 sec 321 MBytes 269 Mbits/sec receiver
37542026-03-24T03:47:56.824Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37552026-03-24T03:47:56.824Z[ 15] 0.00-10.00 sec 321 MBytes 270 Mbits/sec receiver
37562026-03-24T03:47:56.824Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37572026-03-24T03:47:56.824Z[ 17] 0.00-10.00 sec 321 MBytes 269 Mbits/sec receiver
37582026-03-24T03:47:56.824Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37592026-03-24T03:47:56.824Z[ 19] 0.00-10.00 sec 321 MBytes 269 Mbits/sec receiver
37602026-03-24T03:47:56.824Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37612026-03-24T03:47:56.824Z[SUM] 0.00-10.00 sec 2.51 GBytes 2.16 Gbits/sec receiver
37622026-03-24T03:47:56.829ZRun 9/10...2156.818Mbps
37632026-03-24T03:48:03.851Z-----------------------------------------------------------
37642026-03-24T03:48:03.851ZServer listening on 5201
37652026-03-24T03:48:03.851Z-----------------------------------------------------------
37662026-03-24T03:48:03.851ZAccepted connection from 10.0.0.1, port 54981
37672026-03-24T03:48:03.851Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45889
37682026-03-24T03:48:03.851Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51554
37692026-03-24T03:48:03.851Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39243
37702026-03-24T03:48:03.851Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55634
37712026-03-24T03:48:03.851Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37650
37722026-03-24T03:48:03.851Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52249
37732026-03-24T03:48:03.851Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60112
37742026-03-24T03:48:03.851Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57769
37752026-03-24T03:48:03.851Z[ ID] Interval Transfer Bandwidth
37762026-03-24T03:48:03.851Z[ 5] 0.00-1.00 sec 22.7 MBytes 191 Mbits/sec
37772026-03-24T03:48:03.851Z[ 7] 0.00-1.00 sec 22.7 MBytes 190 Mbits/sec
37782026-03-24T03:48:03.851Z[ 9] 0.00-1.00 sec 22.7 MBytes 191 Mbits/sec
37792026-03-24T03:48:03.851Z[ 11] 0.00-1.00 sec 22.7 MBytes 190 Mbits/sec
37802026-03-24T03:48:03.851Z[ 13] 0.00-1.00 sec 22.7 MBytes 191 Mbits/sec
37812026-03-24T03:48:03.851Z[ 15] 0.00-1.00 sec 22.7 MBytes 190 Mbits/sec
37822026-03-24T03:48:03.851Z[ 17] 0.00-1.00 sec 22.7 MBytes 190 Mbits/sec
37832026-03-24T03:48:03.851Z[ 19] 0.00-1.00 sec 22.6 MBytes 189 Mbits/sec
37842026-03-24T03:48:03.851Z[SUM] 0.00-1.00 sec 182 MBytes 1.52 Gbits/sec
37852026-03-24T03:48:03.851Z- - - - - - - - - - - - - - - - - - - - - - - - -
37862026-03-24T03:48:03.851Z[ 5] 1.00-2.00 sec 33.0 MBytes 276 Mbits/sec
37872026-03-24T03:48:03.851Z[ 7] 1.00-2.00 sec 32.8 MBytes 275 Mbits/sec
37882026-03-24T03:48:03.851Z[ 9] 1.00-2.00 sec 32.9 MBytes 276 Mbits/sec
37892026-03-24T03:48:03.851Z[ 11] 1.00-2.00 sec 32.8 MBytes 275 Mbits/sec
37902026-03-24T03:48:03.852Z[ 13] 1.00-2.00 sec 32.8 MBytes 275 Mbits/sec
37912026-03-24T03:48:03.852Z[ 15] 1.00-2.00 sec 32.8 MBytes 275 Mbits/sec
37922026-03-24T03:48:03.852Z[ 17] 1.00-2.00 sec 32.8 MBytes 275 Mbits/sec
37932026-03-24T03:48:03.852Z[ 19] 1.00-2.00 sec 32.8 MBytes 275 Mbits/sec
37942026-03-24T03:48:03.852Z[SUM] 1.00-2.00 sec 263 MBytes 2.20 Gbits/sec
37952026-03-24T03:48:03.852Z- - - - - - - - - - - - - - - - - - - - - - - - -
37962026-03-24T03:48:03.852Z[ 5] 2.00-3.00 sec 33.2 MBytes 279 Mbits/sec
37972026-03-24T03:48:03.852Z[ 7] 2.00-3.00 sec 33.3 MBytes 279 Mbits/sec
37982026-03-24T03:48:03.852Z[ 9] 2.00-3.00 sec 33.2 MBytes 279 Mbits/sec
37992026-03-24T03:48:03.852Z[ 11] 2.00-3.00 sec 33.3 MBytes 280 Mbits/sec
38002026-03-24T03:48:03.852Z[ 13] 2.00-3.00 sec 33.3 MBytes 279 Mbits/sec
38012026-03-24T03:48:03.852Z[ 15] 2.00-3.00 sec 33.3 MBytes 279 Mbits/sec
38022026-03-24T03:48:03.852Z[ 17] 2.00-3.00 sec 33.3 MBytes 279 Mbits/sec
38032026-03-24T03:48:03.852Z[ 19] 2.00-3.00 sec 33.3 MBytes 279 Mbits/sec
38042026-03-24T03:48:03.852Z[SUM] 2.00-3.00 sec 266 MBytes 2.23 Gbits/sec
38052026-03-24T03:48:03.852Z- - - - - - - - - - - - - - - - - - - - - - - - -
38062026-03-24T03:48:03.852Z[ 5] 3.00-4.00 sec 33.6 MBytes 281 Mbits/sec
38072026-03-24T03:48:03.852Z[ 7] 3.00-4.00 sec 33.5 MBytes 281 Mbits/sec
38082026-03-24T03:48:03.852Z[ 9] 3.00-4.00 sec 33.6 MBytes 282 Mbits/sec
38092026-03-24T03:48:03.852Z[ 11] 3.00-4.00 sec 33.5 MBytes 281 Mbits/sec
38102026-03-24T03:48:03.852Z[ 13] 3.00-4.00 sec 33.5 MBytes 281 Mbits/sec
38112026-03-24T03:48:03.852Z[ 15] 3.00-4.00 sec 33.5 MBytes 281 Mbits/sec
38122026-03-24T03:48:03.852Z[ 17] 3.00-4.00 sec 33.5 MBytes 281 Mbits/sec
38132026-03-24T03:48:03.852Z[ 19] 3.00-4.00 sec 33.4 MBytes 280 Mbits/sec
38142026-03-24T03:48:03.852Z[SUM] 3.00-4.00 sec 268 MBytes 2.25 Gbits/sec
38152026-03-24T03:48:03.852Z- - - - - - - - - - - - - - - - - - - - - - - - -
38162026-03-24T03:48:03.852Z[ 5] 4.00-5.00 sec 33.1 MBytes 277 Mbits/sec
38172026-03-24T03:48:03.852Z[ 7] 4.00-5.00 sec 33.0 MBytes 276 Mbits/sec
38182026-03-24T03:48:03.852Z[ 9] 4.00-5.00 sec 33.0 MBytes 277 Mbits/sec
38192026-03-24T03:48:03.852Z[ 11] 4.00-5.00 sec 32.9 MBytes 276 Mbits/sec
38202026-03-24T03:48:03.852Z[ 13] 4.00-5.00 sec 33.1 MBytes 278 Mbits/sec
38212026-03-24T03:48:03.852Z[ 15] 4.00-5.00 sec 33.0 MBytes 277 Mbits/sec
38222026-03-24T03:48:03.852Z[ 17] 4.00-5.00 sec 33.0 MBytes 277 Mbits/sec
38232026-03-24T03:48:03.852Z[ 19] 4.00-5.00 sec 33.1 MBytes 277 Mbits/sec
38242026-03-24T03:48:03.852Z[SUM] 4.00-5.00 sec 264 MBytes 2.22 Gbits/sec
38252026-03-24T03:48:03.852Z- - - - - - - - - - - - - - - - - - - - - - - - -
38262026-03-24T03:48:03.852Z[ 5] 5.00-6.00 sec 33.0 MBytes 277 Mbits/sec
38272026-03-24T03:48:03.852Z[ 7] 5.00-6.00 sec 33.1 MBytes 277 Mbits/sec
38282026-03-24T03:48:03.853Z[ 9] 5.00-6.00 sec 32.9 MBytes 276 Mbits/sec
38292026-03-24T03:48:03.853Z[ 11] 5.00-6.00 sec 33.1 MBytes 277 Mbits/sec
38302026-03-24T03:48:03.853Z[ 13] 5.00-6.00 sec 33.0 MBytes 277 Mbits/sec
38312026-03-24T03:48:03.853Z[ 15] 5.00-6.00 sec 33.0 MBytes 277 Mbits/sec
38322026-03-24T03:48:03.853Z[ 17] 5.00-6.00 sec 33.0 MBytes 277 Mbits/sec
38332026-03-24T03:48:03.853Z[ 19] 5.00-6.00 sec 33.1 MBytes 278 Mbits/sec
38342026-03-24T03:48:03.853Z[SUM] 5.00-6.00 sec 264 MBytes 2.22 Gbits/sec
38352026-03-24T03:48:03.853Z- - - - - - - - - - - - - - - - - - - - - - - - -
38362026-03-24T03:48:03.853Z[ 5] 6.00-7.00 sec 32.9 MBytes 276 Mbits/sec
38372026-03-24T03:48:03.853Z[ 7] 6.00-7.00 sec 32.9 MBytes 276 Mbits/sec
38382026-03-24T03:48:03.856Z[ 9] 6.00-7.00 sec 32.9 MBytes 276 Mbits/sec
38392026-03-24T03:48:07.073Z[ 11] 6.00-7.00 sec 32.9 MBytes 276 Mbits/sec
38402026-03-24T03:48:07.073Z[ 13] 6.00-7.00 sec 33.0 MBytes 277 Mbits/sec
38412026-03-24T03:48:07.073Z[ 15] 6.00-7.00 sec 32.8 MBytes 275 Mbits/sec
38422026-03-24T03:48:07.073Z[ 17] 6.00-7.00 sec 32.9 MBytes 276 Mbits/sec
38432026-03-24T03:48:07.073Z[ 19] 6.00-7.00 sec 32.9 MBytes 276 Mbits/sec
38442026-03-24T03:48:07.073Z[SUM] 6.00-7.00 sec 263 MBytes 2.21 Gbits/sec
38452026-03-24T03:48:07.074Z- - - - - - - - - - - - - - - - - - - - - - - - -
38462026-03-24T03:48:07.074Z[ 5] 7.00-8.00 sec 33.3 MBytes 279 Mbits/sec
38472026-03-24T03:48:07.074Z[ 7] 7.00-8.00 sec 33.2 MBytes 279 Mbits/sec
38482026-03-24T03:48:07.074Z[ 9] 7.00-8.00 sec 33.4 MBytes 280 Mbits/sec
38492026-03-24T03:48:07.074Z[ 11] 7.00-8.00 sec 33.3 MBytes 279 Mbits/sec
38502026-03-24T03:48:07.074Z[ 13] 7.00-8.00 sec 33.3 MBytes 279 Mbits/sec
38512026-03-24T03:48:07.074Z[ 15] 7.00-8.00 sec 33.4 MBytes 281 Mbits/sec
38522026-03-24T03:48:07.074Z[ 17] 7.00-8.00 sec 33.3 MBytes 279 Mbits/sec
38532026-03-24T03:48:07.074Z[ 19] 7.00-8.00 sec 33.3 MBytes 279 Mbits/sec
38542026-03-24T03:48:07.074Z[SUM] 7.00-8.00 sec 267 MBytes 2.24 Gbits/sec
38552026-03-24T03:48:07.074Z- - - - - - - - - - - - - - - - - - - - - - - - -
38562026-03-24T03:48:07.074Z[ 5] 8.00-9.00 sec 33.2 MBytes 279 Mbits/sec
38572026-03-24T03:48:07.074Z[ 7] 8.00-9.00 sec 33.2 MBytes 278 Mbits/sec
38582026-03-24T03:48:07.074Z[ 9] 8.00-9.00 sec 33.0 MBytes 277 Mbits/sec
38592026-03-24T03:48:07.074Z[ 11] 8.00-9.00 sec 33.2 MBytes 278 Mbits/sec
38602026-03-24T03:48:07.074Z[ 13] 8.00-9.00 sec 33.2 MBytes 278 Mbits/sec
38612026-03-24T03:48:07.074Z[ 15] 8.00-9.00 sec 33.1 MBytes 278 Mbits/sec
38622026-03-24T03:48:07.074Z[ 17] 8.00-9.00 sec 33.2 MBytes 278 Mbits/sec
38632026-03-24T03:48:07.074Z[ 19] 8.00-9.00 sec 33.1 MBytes 278 Mbits/sec
38642026-03-24T03:48:07.074Z[SUM] 8.00-9.00 sec 265 MBytes 2.22 Gbits/sec
38652026-03-24T03:48:07.074Z- - - - - - - - - - - - - - - - - - - - - - - - -
38662026-03-24T03:48:07.074Z[ 5] 9.00-10.00 sec 33.3 MBytes 279 Mbits/sec
38672026-03-24T03:48:07.074Z[ 7] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
38682026-03-24T03:48:07.074Z[ 9] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
38692026-03-24T03:48:07.074Z[ 11] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
38702026-03-24T03:48:07.074Z[ 13] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
38712026-03-24T03:48:07.074Z[ 15] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
38722026-03-24T03:48:07.074Z[ 17] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
38732026-03-24T03:48:07.074Z[ 19] 9.00-10.00 sec 33.4 MBytes 281 Mbits/sec
38742026-03-24T03:48:07.074Z[SUM] 9.00-10.00 sec 267 MBytes 2.24 Gbits/sec
38752026-03-24T03:48:07.074Z- - - - - - - - - - - - - - - - - - - - - - - - -
38762026-03-24T03:48:07.074Z[ 5] 10.00-10.00 sec 106 KBytes 528 Mbits/sec
38772026-03-24T03:48:07.074Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38782026-03-24T03:48:07.074Z[ 9] 10.00-10.00 sec 124 KBytes 617 Mbits/sec
38792026-03-24T03:48:07.074Z[ 11] 10.00-10.00 sec 116 KBytes 577 Mbits/sec
38802026-03-24T03:48:07.074Z[ 13] 10.00-10.00 sec 12.4 KBytes 61.5 Mbits/sec
38812026-03-24T03:48:07.074Z[ 15] 10.00-10.00 sec 119 KBytes 593 Mbits/sec
38822026-03-24T03:48:07.075Z[ 17] 10.00-10.00 sec 115 KBytes 569 Mbits/sec
38832026-03-24T03:48:07.075Z[ 19] 10.00-10.00 sec 12.4 KBytes 61.5 Mbits/sec
38842026-03-24T03:48:07.075Z[SUM] 10.00-10.00 sec 605 KBytes 3.00 Gbits/sec
38852026-03-24T03:48:07.075Z- - - - - - - - - - - - - - - - - - - - - - - - -
38862026-03-24T03:48:07.075Z[ ID] Interval Transfer Bandwidth
38872026-03-24T03:48:07.075Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38882026-03-24T03:48:07.075Z[ 5] 0.00-10.00 sec 321 MBytes 270 Mbits/sec receiver
38892026-03-24T03:48:07.075Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38902026-03-24T03:48:07.075Z[ 7] 0.00-10.00 sec 321 MBytes 269 Mbits/sec receiver
38912026-03-24T03:48:07.075Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38922026-03-24T03:48:07.078Z[ 9] 0.00-10.00 sec 321 MBytes 269 Mbits/sec receiver
38932026-03-24T03:48:07.078Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38942026-03-24T03:48:07.078Z[ 11] 0.00-10.00 sec 321 MBytes 269 Mbits/sec receiver
38952026-03-24T03:48:07.078Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38962026-03-24T03:48:07.078Z[ 13] 0.00-10.00 sec 321 MBytes 269 Mbits/sec receiver
38972026-03-24T03:48:07.078Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38982026-03-24T03:48:07.078Z[ 15] 0.00-10.00 sec 321 MBytes 269 Mbits/sec receiver
38992026-03-24T03:48:07.079Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
39002026-03-24T03:48:07.079Z[ 17] 0.00-10.00 sec 321 MBytes 269 Mbits/sec receiver
39012026-03-24T03:48:07.079Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
39022026-03-24T03:48:07.079Z[ 19] 0.00-10.00 sec 321 MBytes 269 Mbits/sec receiver
39032026-03-24T03:48:07.079Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
39042026-03-24T03:48:07.079Z[SUM] 0.00-10.00 sec 2.51 GBytes 2.16 Gbits/sec receiver
39052026-03-24T03:48:07.079ZRun 10/10...2155.603Mbps
39062026-03-24T03:48:07.079Z###---------------------###
39072026-03-24T03:48:07.079Z::: iPerf done... :::
39082026-03-24T03:48:07.079Z:::Awaiting out files...:::
39092026-03-24T03:48:07.079Z###---------------------###
39102026-03-24T03:48:07.079Z###-----###
39112026-03-24T03:48:07.079Z:::done!:::
39122026-03-24T03:48:07.079Z###-----###
39132026-03-24T03:48:08.573ZGnuplot not found, using plotters backend
39142026-03-24T03:48:08.775ZBenchmarking iperf-tcp/local/c2s/tx
39152026-03-24T03:48:08.775ZBenchmarking iperf-tcp/local/c2s/tx: Warming up for 3.0000 s
39162026-03-24T03:48:12.807ZBenchmarking iperf-tcp/local/c2s/tx: Collecting 100 samples in estimated 20.000 s (1.3B iterations)
39172026-03-24T03:48:33.036ZBenchmarking iperf-tcp/local/c2s/tx: Analyzing
39182026-03-24T03:48:33.156Ziperf-tcp/local/c2s/tx time: [5.5236 µs 5.5237 µs 5.5238 µs]
39192026-03-24T03:48:33.156Z change: [+1.5293% +1.5345% +1.5393%] (p = 0.00 < 0.05)
39202026-03-24T03:48:33.156Z Performance has regressed.
39212026-03-24T03:48:33.156ZFound 7 outliers among 100 measurements (7.00%)
39222026-03-24T03:48:33.156Z 1 (1.00%) low severe
39232026-03-24T03:48:33.156Z 4 (4.00%) low mild
39242026-03-24T03:48:33.156Z 2 (2.00%) high mild
39252026-03-24T03:48:34.328Z
39262026-03-24T03:48:34.331ZBenchmarking iperf-tcp/local/c2s/rx
39272026-03-24T03:48:34.332ZBenchmarking iperf-tcp/local/c2s/rx: Warming up for 3.0000 s
39282026-03-24T03:48:38.357ZBenchmarking iperf-tcp/local/c2s/rx: Collecting 100 samples in estimated 20.000 s (1.3B iterations)
39292026-03-24T03:48:58.455ZBenchmarking iperf-tcp/local/c2s/rx: Analyzing
39302026-03-24T03:48:58.570Ziperf-tcp/local/c2s/rx time: [9.6968 µs 9.6970 µs 9.6972 µs]
39312026-03-24T03:48:58.571Z change: [+1.1634% +1.1688% +1.1743%] (p = 0.00 < 0.05)
39322026-03-24T03:48:58.571Z Performance has regressed.
39332026-03-24T03:48:58.571ZFound 6 outliers among 100 measurements (6.00%)
39342026-03-24T03:48:58.571Z 1 (1.00%) low severe
39352026-03-24T03:48:58.571Z 4 (4.00%) high mild
39362026-03-24T03:48:58.571Z 1 (1.00%) high severe
39372026-03-24T03:48:59.745Z
39382026-03-24T03:48:59.745Z###-------------------###
39392026-03-24T03:48:59.748Z:::Running experiment :::
39402026-03-24T03:48:59.748Z:::iperf-tcp/local/s2c:::
39412026-03-24T03:48:59.748Z###-------------------###
39422026-03-24T03:49:00.096Zdtrace: description 'profile-201us ' matched 2 probes
39432026-03-24T03:49:06.772Z-----------------------------------------------------------
39442026-03-24T03:49:06.772ZServer listening on 5201
39452026-03-24T03:49:06.772Z-----------------------------------------------------------
39462026-03-24T03:49:06.772ZAccepted connection from 10.0.0.1, port 64022
39472026-03-24T03:49:06.772Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43430
39482026-03-24T03:49:06.772Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55658
39492026-03-24T03:49:06.772Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52843
39502026-03-24T03:49:06.772Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62823
39512026-03-24T03:49:06.772Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63590
39522026-03-24T03:49:06.772Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60462
39532026-03-24T03:49:06.773Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38322
39542026-03-24T03:49:06.773Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62325
39552026-03-24T03:49:06.773Z[ ID] Interval Transfer Bandwidth
39562026-03-24T03:49:06.773Z[ 5] 0.00-1.00 sec 38.9 MBytes 326 Mbits/sec
39572026-03-24T03:49:06.773Z[ 7] 0.00-1.00 sec 38.8 MBytes 325 Mbits/sec
39582026-03-24T03:49:06.773Z[ 9] 0.00-1.00 sec 38.7 MBytes 325 Mbits/sec
39592026-03-24T03:49:06.773Z[ 11] 0.00-1.00 sec 38.7 MBytes 324 Mbits/sec
39602026-03-24T03:49:06.773Z[ 13] 0.00-1.00 sec 38.8 MBytes 325 Mbits/sec
39612026-03-24T03:49:06.773Z[ 15] 0.00-1.00 sec 38.7 MBytes 324 Mbits/sec
39622026-03-24T03:49:06.773Z[ 17] 0.00-1.00 sec 39.1 MBytes 328 Mbits/sec
39632026-03-24T03:49:06.773Z[ 19] 0.00-1.00 sec 39.0 MBytes 327 Mbits/sec
39642026-03-24T03:49:06.773Z[SUM] 0.00-1.00 sec 311 MBytes 2.61 Gbits/sec
39652026-03-24T03:49:06.773Z- - - - - - - - - - - - - - - - - - - - - - - - -
39662026-03-24T03:49:06.773Z[ 5] 1.00-2.00 sec 33.4 MBytes 280 Mbits/sec
39672026-03-24T03:49:06.773Z[ 7] 1.00-2.00 sec 33.6 MBytes 282 Mbits/sec
39682026-03-24T03:49:06.773Z[ 9] 1.00-2.00 sec 33.4 MBytes 280 Mbits/sec
39692026-03-24T03:49:06.773Z[ 11] 1.00-2.00 sec 33.4 MBytes 280 Mbits/sec
39702026-03-24T03:49:06.773Z[ 13] 1.00-2.00 sec 33.4 MBytes 280 Mbits/sec
39712026-03-24T03:49:06.773Z[ 15] 1.00-2.00 sec 33.5 MBytes 281 Mbits/sec
39722026-03-24T03:49:06.773Z[ 17] 1.00-2.00 sec 33.4 MBytes 280 Mbits/sec
39732026-03-24T03:49:06.773Z[ 19] 1.00-2.00 sec 33.4 MBytes 280 Mbits/sec
39742026-03-24T03:49:06.773Z[SUM] 1.00-2.00 sec 267 MBytes 2.24 Gbits/sec
39752026-03-24T03:49:06.773Z- - - - - - - - - - - - - - - - - - - - - - - - -
39762026-03-24T03:49:06.773Z[ 5] 2.00-3.00 sec 32.1 MBytes 269 Mbits/sec
39772026-03-24T03:49:06.773Z[ 7] 2.00-3.00 sec 32.2 MBytes 270 Mbits/sec
39782026-03-24T03:49:06.773Z[ 9] 2.00-3.00 sec 32.3 MBytes 271 Mbits/sec
39792026-03-24T03:49:06.773Z[ 11] 2.00-3.00 sec 32.3 MBytes 271 Mbits/sec
39802026-03-24T03:49:06.773Z[ 13] 2.00-3.00 sec 32.3 MBytes 271 Mbits/sec
39812026-03-24T03:49:06.773Z[ 15] 2.00-3.00 sec 32.3 MBytes 271 Mbits/sec
39822026-03-24T03:49:06.773Z[ 17] 2.00-3.00 sec 32.3 MBytes 271 Mbits/sec
39832026-03-24T03:49:06.773Z[ 19] 2.00-3.00 sec 32.2 MBytes 270 Mbits/sec
39842026-03-24T03:49:06.773Z[SUM] 2.00-3.00 sec 258 MBytes 2.17 Gbits/sec
39852026-03-24T03:49:06.773Z- - - - - - - - - - - - - - - - - - - - - - - - -
39862026-03-24T03:49:06.773Z[ 5] 3.00-4.00 sec 32.3 MBytes 271 Mbits/sec
39872026-03-24T03:49:06.773Z[ 7] 3.00-4.00 sec 32.2 MBytes 270 Mbits/sec
39882026-03-24T03:49:06.773Z[ 9] 3.00-4.00 sec 32.2 MBytes 270 Mbits/sec
39892026-03-24T03:49:06.773Z[ 11] 3.00-4.00 sec 32.2 MBytes 270 Mbits/sec
39902026-03-24T03:49:06.773Z[ 13] 3.00-4.00 sec 32.1 MBytes 269 Mbits/sec
39912026-03-24T03:49:06.774Z[ 15] 3.00-4.00 sec 32.0 MBytes 269 Mbits/sec
39922026-03-24T03:49:06.774Z[ 17] 3.00-4.00 sec 32.1 MBytes 269 Mbits/sec
39932026-03-24T03:49:06.774Z[ 19] 3.00-4.00 sec 32.2 MBytes 270 Mbits/sec
39942026-03-24T03:49:06.774Z[SUM] 3.00-4.00 sec 257 MBytes 2.16 Gbits/sec
39952026-03-24T03:49:06.774Z- - - - - - - - - - - - - - - - - - - - - - - - -
39962026-03-24T03:49:06.774Z[ 5] 4.00-5.00 sec 33.3 MBytes 280 Mbits/sec
39972026-03-24T03:49:06.774Z[ 7] 4.00-5.00 sec 33.4 MBytes 280 Mbits/sec
39982026-03-24T03:49:06.774Z[ 9] 4.00-5.00 sec 33.4 MBytes 280 Mbits/sec
39992026-03-24T03:49:06.774Z[ 11] 4.00-5.00 sec 33.4 MBytes 280 Mbits/sec
40002026-03-24T03:49:06.774Z[ 13] 4.00-5.00 sec 33.4 MBytes 280 Mbits/sec
40012026-03-24T03:49:06.774Z[ 15] 4.00-5.00 sec 33.6 MBytes 282 Mbits/sec
40022026-03-24T03:49:06.774Z[ 17] 4.00-5.00 sec 33.4 MBytes 280 Mbits/sec
40032026-03-24T03:49:06.774Z[ 19] 4.00-5.00 sec 33.5 MBytes 281 Mbits/sec
40042026-03-24T03:49:06.774Z[SUM] 4.00-5.00 sec 268 MBytes 2.24 Gbits/sec
40052026-03-24T03:49:06.774Z- - - - - - - - - - - - - - - - - - - - - - - - -
40062026-03-24T03:49:06.774Z[ 5] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
40072026-03-24T03:49:06.774Z[ 7] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
40082026-03-24T03:49:06.774Z[ 9] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
40092026-03-24T03:49:06.774Z[ 11] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
40102026-03-24T03:49:06.774Z[ 13] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
40112026-03-24T03:49:06.774Z[ 15] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
40122026-03-24T03:49:06.774Z[ 17] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
40132026-03-24T03:49:06.774Z[ 19] 5.00-6.00 sec 33.3 MBytes 280 Mbits/sec
40142026-03-24T03:49:06.774Z[SUM] 5.00-6.00 sec 267 MBytes 2.24 Gbits/sec
40152026-03-24T03:49:06.774Z- - - - - - - - - - - - - - - - - - - - - - - - -
40162026-03-24T03:49:06.774Z[ 5] 6.00-7.00 sec 32.5 MBytes 273 Mbits/sec
40172026-03-24T03:49:06.774Z[ 7] 6.00-7.00 sec 32.4 MBytes 272 Mbits/sec
40182026-03-24T03:49:06.774Z[ 9] 6.00-7.00 sec 32.4 MBytes 272 Mbits/sec
40192026-03-24T03:49:09.990Z[ 11] 6.00-7.00 sec 32.4 MBytes 272 Mbits/sec
40202026-03-24T03:49:09.990Z[ 13] 6.00-7.00 sec 32.4 MBytes 272 Mbits/sec
40212026-03-24T03:49:09.990Z[ 15] 6.00-7.00 sec 32.3 MBytes 271 Mbits/sec
40222026-03-24T03:49:09.990Z[ 17] 6.00-7.00 sec 32.5 MBytes 273 Mbits/sec
40232026-03-24T03:49:09.990Z[ 19] 6.00-7.00 sec 32.5 MBytes 273 Mbits/sec
40242026-03-24T03:49:09.990Z[SUM] 6.00-7.00 sec 260 MBytes 2.18 Gbits/sec
40252026-03-24T03:49:09.990Z- - - - - - - - - - - - - - - - - - - - - - - - -
40262026-03-24T03:49:09.990Z[ 5] 7.00-8.00 sec 32.1 MBytes 269 Mbits/sec
40272026-03-24T03:49:09.990Z[ 7] 7.00-8.00 sec 32.1 MBytes 269 Mbits/sec
40282026-03-24T03:49:09.990Z[ 9] 7.00-8.00 sec 32.1 MBytes 269 Mbits/sec
40292026-03-24T03:49:09.990Z[ 11] 7.00-8.00 sec 32.1 MBytes 269 Mbits/sec
40302026-03-24T03:49:09.990Z[ 13] 7.00-8.00 sec 32.2 MBytes 270 Mbits/sec
40312026-03-24T03:49:09.990Z[ 15] 7.00-8.00 sec 32.1 MBytes 269 Mbits/sec
40322026-03-24T03:49:09.990Z[ 17] 7.00-8.00 sec 32.1 MBytes 269 Mbits/sec
40332026-03-24T03:49:09.990Z[ 19] 7.00-8.00 sec 32.1 MBytes 269 Mbits/sec
40342026-03-24T03:49:09.990Z[SUM] 7.00-8.00 sec 257 MBytes 2.15 Gbits/sec
40352026-03-24T03:49:09.990Z- - - - - - - - - - - - - - - - - - - - - - - - -
40362026-03-24T03:49:09.990Z[ 5] 8.00-9.00 sec 32.2 MBytes 270 Mbits/sec
40372026-03-24T03:49:09.990Z[ 7] 8.00-9.00 sec 32.3 MBytes 271 Mbits/sec
40382026-03-24T03:49:09.990Z[ 9] 8.00-9.00 sec 32.3 MBytes 271 Mbits/sec
40392026-03-24T03:49:09.990Z[ 11] 8.00-9.00 sec 32.3 MBytes 271 Mbits/sec
40402026-03-24T03:49:09.991Z[ 13] 8.00-9.00 sec 32.3 MBytes 271 Mbits/sec
40412026-03-24T03:49:09.991Z[ 15] 8.00-9.00 sec 32.3 MBytes 271 Mbits/sec
40422026-03-24T03:49:09.991Z[ 17] 8.00-9.00 sec 32.2 MBytes 270 Mbits/sec
40432026-03-24T03:49:09.991Z[ 19] 8.00-9.00 sec 32.2 MBytes 270 Mbits/sec
40442026-03-24T03:49:09.991Z[SUM] 8.00-9.00 sec 258 MBytes 2.17 Gbits/sec
40452026-03-24T03:49:09.991Z- - - - - - - - - - - - - - - - - - - - - - - - -
40462026-03-24T03:49:09.991Z[ 5] 9.00-10.00 sec 33.8 MBytes 284 Mbits/sec
40472026-03-24T03:49:09.991Z[ 7] 9.00-10.00 sec 33.8 MBytes 284 Mbits/sec
40482026-03-24T03:49:09.991Z[ 9] 9.00-10.00 sec 33.9 MBytes 284 Mbits/sec
40492026-03-24T03:49:09.991Z[ 11] 9.00-10.00 sec 33.8 MBytes 284 Mbits/sec
40502026-03-24T03:49:09.991Z[ 13] 9.00-10.00 sec 33.8 MBytes 284 Mbits/sec
40512026-03-24T03:49:09.991Z[ 15] 9.00-10.00 sec 33.8 MBytes 284 Mbits/sec
40522026-03-24T03:49:09.991Z[ 17] 9.00-10.00 sec 33.9 MBytes 284 Mbits/sec
40532026-03-24T03:49:09.991Z[ 19] 9.00-10.00 sec 33.9 MBytes 284 Mbits/sec
40542026-03-24T03:49:09.991Z[SUM] 9.00-10.00 sec 271 MBytes 2.27 Gbits/sec
40552026-03-24T03:49:09.991Z- - - - - - - - - - - - - - - - - - - - - - - - -
40562026-03-24T03:49:09.991Z[ 5] 10.00-10.00 sec 48.1 KBytes 226 Mbits/sec
40572026-03-24T03:49:09.991Z[ 7] 10.00-10.00 sec 144 KBytes 681 Mbits/sec
40582026-03-24T03:49:09.991Z[ 9] 10.00-10.00 sec 96.2 KBytes 454 Mbits/sec
40592026-03-24T03:49:09.991Z[ 11] 10.00-10.00 sec 144 KBytes 682 Mbits/sec
40602026-03-24T03:49:09.991Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40612026-03-24T03:49:09.991Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40622026-03-24T03:49:09.991Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40632026-03-24T03:49:09.991Z[ 19] 10.00-10.00 sec 96.2 KBytes 455 Mbits/sec
40642026-03-24T03:49:09.991Z[SUM] 10.00-10.00 sec 529 KBytes 2.49 Gbits/sec
40652026-03-24T03:49:09.991Z- - - - - - - - - - - - - - - - - - - - - - - - -
40662026-03-24T03:49:09.991Z[ ID] Interval Transfer Bandwidth
40672026-03-24T03:49:09.991Z[ 5] 0.00-10.00 sec 334 MBytes 280 Mbits/sec sender
40682026-03-24T03:49:09.991Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40692026-03-24T03:49:09.991Z[ 7] 0.00-10.00 sec 334 MBytes 280 Mbits/sec sender
40702026-03-24T03:49:09.991Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40712026-03-24T03:49:09.991Z[ 9] 0.00-10.00 sec 334 MBytes 280 Mbits/sec sender
40722026-03-24T03:49:09.991Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40732026-03-24T03:49:09.991Z[ 11] 0.00-10.00 sec 334 MBytes 280 Mbits/sec sender
40742026-03-24T03:49:09.991Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40752026-03-24T03:49:09.991Z[ 13] 0.00-10.00 sec 334 MBytes 280 Mbits/sec sender
40762026-03-24T03:49:09.991Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40772026-03-24T03:49:09.991Z[ 15] 0.00-10.00 sec 334 MBytes 280 Mbits/sec sender
40782026-03-24T03:49:09.992Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40792026-03-24T03:49:09.992Z[ 17] 0.00-10.00 sec 334 MBytes 280 Mbits/sec sender
40802026-03-24T03:49:09.992Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40812026-03-24T03:49:09.992Z[ 19] 0.00-10.00 sec 334 MBytes 280 Mbits/sec sender
40822026-03-24T03:49:09.992Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40832026-03-24T03:49:09.992Z[SUM] 0.00-10.00 sec 2.61 GBytes 2.24 Gbits/sec sender
40842026-03-24T03:49:09.992Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40852026-03-24T03:49:09.995ZRun 1/10...2243.118Mbps
40862026-03-24T03:49:17.018Z-----------------------------------------------------------
40872026-03-24T03:49:17.018ZServer listening on 5201
40882026-03-24T03:49:17.018Z-----------------------------------------------------------
40892026-03-24T03:49:17.018ZAccepted connection from 10.0.0.1, port 45858
40902026-03-24T03:49:17.018Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54360
40912026-03-24T03:49:17.018Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51026
40922026-03-24T03:49:17.018Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63769
40932026-03-24T03:49:17.018Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61091
40942026-03-24T03:49:17.018Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55146
40952026-03-24T03:49:17.019Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60698
40962026-03-24T03:49:17.019Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33951
40972026-03-24T03:49:17.019Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46208
40982026-03-24T03:49:17.019Z[ ID] Interval Transfer Bandwidth
40992026-03-24T03:49:17.019Z[ 5] 0.00-1.00 sec 26.3 MBytes 221 Mbits/sec
41002026-03-24T03:49:17.019Z[ 7] 0.00-1.00 sec 26.6 MBytes 223 Mbits/sec
41012026-03-24T03:49:17.019Z[ 9] 0.00-1.00 sec 26.5 MBytes 222 Mbits/sec
41022026-03-24T03:49:17.019Z[ 11] 0.00-1.00 sec 26.3 MBytes 221 Mbits/sec
41032026-03-24T03:49:17.019Z[ 13] 0.00-1.00 sec 26.4 MBytes 221 Mbits/sec
41042026-03-24T03:49:17.019Z[ 15] 0.00-1.00 sec 26.3 MBytes 221 Mbits/sec
41052026-03-24T03:49:17.019Z[ 17] 0.00-1.00 sec 26.3 MBytes 221 Mbits/sec
41062026-03-24T03:49:17.019Z[ 19] 0.00-1.00 sec 26.3 MBytes 221 Mbits/sec
41072026-03-24T03:49:17.019Z[SUM] 0.00-1.00 sec 211 MBytes 1.77 Gbits/sec
41082026-03-24T03:49:17.019Z- - - - - - - - - - - - - - - - - - - - - - - - -
41092026-03-24T03:49:17.019Z[ 5] 1.00-2.00 sec 32.7 MBytes 274 Mbits/sec
41102026-03-24T03:49:17.019Z[ 7] 1.00-2.00 sec 32.7 MBytes 275 Mbits/sec
41112026-03-24T03:49:17.019Z[ 9] 1.00-2.00 sec 32.7 MBytes 274 Mbits/sec
41122026-03-24T03:49:17.019Z[ 11] 1.00-2.00 sec 32.8 MBytes 275 Mbits/sec
41132026-03-24T03:49:17.019Z[ 13] 1.00-2.00 sec 32.7 MBytes 274 Mbits/sec
41142026-03-24T03:49:17.019Z[ 15] 1.00-2.00 sec 32.7 MBytes 275 Mbits/sec
41152026-03-24T03:49:17.019Z[ 17] 1.00-2.00 sec 32.7 MBytes 274 Mbits/sec
41162026-03-24T03:49:17.019Z[ 19] 1.00-2.00 sec 32.7 MBytes 275 Mbits/sec
41172026-03-24T03:49:17.019Z[SUM] 1.00-2.00 sec 262 MBytes 2.19 Gbits/sec
41182026-03-24T03:49:17.019Z- - - - - - - - - - - - - - - - - - - - - - - - -
41192026-03-24T03:49:17.019Z[ 5] 2.00-3.00 sec 32.7 MBytes 274 Mbits/sec
41202026-03-24T03:49:17.019Z[ 7] 2.00-3.00 sec 32.7 MBytes 275 Mbits/sec
41212026-03-24T03:49:17.019Z[ 9] 2.00-3.00 sec 32.7 MBytes 275 Mbits/sec
41222026-03-24T03:49:17.019Z[ 11] 2.00-3.00 sec 32.6 MBytes 274 Mbits/sec
41232026-03-24T03:49:17.019Z[ 13] 2.00-3.00 sec 32.6 MBytes 273 Mbits/sec
41242026-03-24T03:49:17.019Z[ 15] 2.00-3.00 sec 32.6 MBytes 274 Mbits/sec
41252026-03-24T03:49:17.019Z[ 17] 2.00-3.00 sec 32.7 MBytes 274 Mbits/sec
41262026-03-24T03:49:17.019Z[ 19] 2.00-3.00 sec 32.7 MBytes 274 Mbits/sec
41272026-03-24T03:49:17.019Z[SUM] 2.00-3.00 sec 261 MBytes 2.19 Gbits/sec
41282026-03-24T03:49:17.019Z- - - - - - - - - - - - - - - - - - - - - - - - -
41292026-03-24T03:49:17.019Z[ 5] 3.00-4.00 sec 33.8 MBytes 283 Mbits/sec
41302026-03-24T03:49:17.019Z[ 7] 3.00-4.00 sec 33.9 MBytes 284 Mbits/sec
41312026-03-24T03:49:17.019Z[ 9] 3.00-4.00 sec 33.8 MBytes 284 Mbits/sec
41322026-03-24T03:49:17.020Z[ 11] 3.00-4.00 sec 33.9 MBytes 284 Mbits/sec
41332026-03-24T03:49:17.020Z[ 13] 3.00-4.00 sec 33.9 MBytes 285 Mbits/sec
41342026-03-24T03:49:17.020Z[ 15] 3.00-4.00 sec 33.9 MBytes 284 Mbits/sec
41352026-03-24T03:49:17.020Z[ 17] 3.00-4.00 sec 33.9 MBytes 284 Mbits/sec
41362026-03-24T03:49:17.020Z[ 19] 3.00-4.00 sec 33.9 MBytes 285 Mbits/sec
41372026-03-24T03:49:17.020Z[SUM] 3.00-4.00 sec 271 MBytes 2.27 Gbits/sec
41382026-03-24T03:49:17.020Z- - - - - - - - - - - - - - - - - - - - - - - - -
41392026-03-24T03:49:17.020Z[ 5] 4.00-5.00 sec 34.2 MBytes 287 Mbits/sec
41402026-03-24T03:49:17.020Z[ 7] 4.00-5.00 sec 34.2 MBytes 287 Mbits/sec
41412026-03-24T03:49:17.020Z[ 9] 4.00-5.00 sec 34.1 MBytes 286 Mbits/sec
41422026-03-24T03:49:17.020Z[ 11] 4.00-5.00 sec 34.1 MBytes 286 Mbits/sec
41432026-03-24T03:49:17.020Z[ 13] 4.00-5.00 sec 34.1 MBytes 286 Mbits/sec
41442026-03-24T03:49:17.020Z[ 15] 4.00-5.00 sec 34.0 MBytes 286 Mbits/sec
41452026-03-24T03:49:17.020Z[ 17] 4.00-5.00 sec 34.0 MBytes 286 Mbits/sec
41462026-03-24T03:49:17.020Z[ 19] 4.00-5.00 sec 33.9 MBytes 285 Mbits/sec
41472026-03-24T03:49:17.020Z[SUM] 4.00-5.00 sec 273 MBytes 2.29 Gbits/sec
41482026-03-24T03:49:17.020Z- - - - - - - - - - - - - - - - - - - - - - - - -
41492026-03-24T03:49:17.020Z[ 5] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
41502026-03-24T03:49:17.020Z[ 7] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
41512026-03-24T03:49:17.020Z[ 9] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
41522026-03-24T03:49:17.020Z[ 11] 5.00-6.00 sec 33.8 MBytes 283 Mbits/sec
41532026-03-24T03:49:17.020Z[ 13] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
41542026-03-24T03:49:17.020Z[ 15] 5.00-6.00 sec 33.9 MBytes 285 Mbits/sec
41552026-03-24T03:49:17.020Z[ 17] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
41562026-03-24T03:49:17.020Z[ 19] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
41572026-03-24T03:49:17.020Z[SUM] 5.00-6.00 sec 271 MBytes 2.27 Gbits/sec
41582026-03-24T03:49:17.020Z- - - - - - - - - - - - - - - - - - - - - - - - -
41592026-03-24T03:49:17.020Z[ 5] 6.00-7.00 sec 34.1 MBytes 286 Mbits/sec
41602026-03-24T03:49:17.020Z[ 7] 6.00-7.00 sec 34.1 MBytes 286 Mbits/sec
41612026-03-24T03:49:17.020Z[ 9] 6.00-7.00 sec 34.1 MBytes 286 Mbits/sec
41622026-03-24T03:49:20.129Z[ 11] 6.00-7.00 sec 34.2 MBytes 287 Mbits/sec
41632026-03-24T03:49:20.129Z[ 13] 6.00-7.00 sec 34.1 MBytes 286 Mbits/sec
41642026-03-24T03:49:20.129Z[ 15] 6.00-7.00 sec 34.1 MBytes 286 Mbits/sec
41652026-03-24T03:49:20.129Z[ 17] 6.00-7.00 sec 34.1 MBytes 286 Mbits/sec
41662026-03-24T03:49:20.133Z[ 19] 6.00-7.00 sec 34.1 MBytes 286 Mbits/sec
41672026-03-24T03:49:20.133Z[SUM] 6.00-7.00 sec 273 MBytes 2.29 Gbits/sec
41682026-03-24T03:49:20.133Z- - - - - - - - - - - - - - - - - - - - - - - - -
41692026-03-24T03:49:20.133Z[ 5] 7.00-8.00 sec 34.7 MBytes 291 Mbits/sec
41702026-03-24T03:49:20.133Z[ 7] 7.00-8.00 sec 34.7 MBytes 291 Mbits/sec
41712026-03-24T03:49:20.133Z[ 9] 7.00-8.00 sec 34.7 MBytes 291 Mbits/sec
41722026-03-24T03:49:20.133Z[ 11] 7.00-8.00 sec 34.6 MBytes 290 Mbits/sec
41732026-03-24T03:49:20.133Z[ 13] 7.00-8.00 sec 34.6 MBytes 290 Mbits/sec
41742026-03-24T03:49:20.133Z[ 15] 7.00-8.00 sec 34.6 MBytes 290 Mbits/sec
41752026-03-24T03:49:20.133Z[ 17] 7.00-8.00 sec 34.6 MBytes 290 Mbits/sec
41762026-03-24T03:49:20.133Z[ 19] 7.00-8.00 sec 34.7 MBytes 291 Mbits/sec
41772026-03-24T03:49:20.133Z[SUM] 7.00-8.00 sec 277 MBytes 2.32 Gbits/sec
41782026-03-24T03:49:20.133Z- - - - - - - - - - - - - - - - - - - - - - - - -
41792026-03-24T03:49:20.133Z[ 5] 8.00-9.00 sec 34.5 MBytes 290 Mbits/sec
41802026-03-24T03:49:20.133Z[ 7] 8.00-9.00 sec 34.5 MBytes 289 Mbits/sec
41812026-03-24T03:49:20.133Z[ 9] 8.00-9.00 sec 34.4 MBytes 288 Mbits/sec
41822026-03-24T03:49:20.134Z[ 11] 8.00-9.00 sec 34.4 MBytes 288 Mbits/sec
41832026-03-24T03:49:20.134Z[ 13] 8.00-9.00 sec 34.4 MBytes 288 Mbits/sec
41842026-03-24T03:49:20.134Z[ 15] 8.00-9.00 sec 34.4 MBytes 289 Mbits/sec
41852026-03-24T03:49:20.134Z[ 17] 8.00-9.00 sec 34.5 MBytes 289 Mbits/sec
41862026-03-24T03:49:20.134Z[ 19] 8.00-9.00 sec 34.5 MBytes 289 Mbits/sec
41872026-03-24T03:49:20.134Z[SUM] 8.00-9.00 sec 275 MBytes 2.31 Gbits/sec
41882026-03-24T03:49:20.134Z- - - - - - - - - - - - - - - - - - - - - - - - -
41892026-03-24T03:49:20.134Z[ 5] 9.00-10.00 sec 33.0 MBytes 277 Mbits/sec
41902026-03-24T03:49:20.134Z[ 7] 9.00-10.00 sec 33.1 MBytes 277 Mbits/sec
41912026-03-24T03:49:20.134Z[ 9] 9.00-10.00 sec 33.0 MBytes 277 Mbits/sec
41922026-03-24T03:49:20.134Z[ 11] 9.00-10.00 sec 33.1 MBytes 278 Mbits/sec
41932026-03-24T03:49:20.134Z[ 13] 9.00-10.00 sec 33.1 MBytes 278 Mbits/sec
41942026-03-24T03:49:20.134Z[ 15] 9.00-10.00 sec 33.0 MBytes 277 Mbits/sec
41952026-03-24T03:49:20.134Z[ 17] 9.00-10.00 sec 33.1 MBytes 277 Mbits/sec
41962026-03-24T03:49:20.134Z[ 19] 9.00-10.00 sec 33.0 MBytes 277 Mbits/sec
41972026-03-24T03:49:20.134Z[SUM] 9.00-10.00 sec 264 MBytes 2.22 Gbits/sec
41982026-03-24T03:49:20.134Z- - - - - - - - - - - - - - - - - - - - - - - - -
41992026-03-24T03:49:20.134Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42002026-03-24T03:49:20.134Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42012026-03-24T03:49:20.134Z[ 9] 10.00-10.00 sec 96.2 KBytes 414 Mbits/sec
42022026-03-24T03:49:20.134Z[ 11] 10.00-10.00 sec 96.2 KBytes 415 Mbits/sec
42032026-03-24T03:49:20.134Z[ 13] 10.00-10.00 sec 96.2 KBytes 415 Mbits/sec
42042026-03-24T03:49:20.134Z[ 15] 10.00-10.00 sec 96.2 KBytes 415 Mbits/sec
42052026-03-24T03:49:20.134Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42062026-03-24T03:49:20.134Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42072026-03-24T03:49:20.134Z[SUM] 10.00-10.00 sec 385 KBytes 1.66 Gbits/sec
42082026-03-24T03:49:20.134Z- - - - - - - - - - - - - - - - - - - - - - - - -
42092026-03-24T03:49:20.134Z[ ID] Interval Transfer Bandwidth
42102026-03-24T03:49:20.134Z[ 5] 0.00-10.00 sec 330 MBytes 277 Mbits/sec sender
42112026-03-24T03:49:20.134Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42122026-03-24T03:49:20.134Z[ 7] 0.00-10.00 sec 330 MBytes 277 Mbits/sec sender
42132026-03-24T03:49:20.134Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42142026-03-24T03:49:20.134Z[ 9] 0.00-10.00 sec 330 MBytes 277 Mbits/sec sender
42152026-03-24T03:49:20.134Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42162026-03-24T03:49:20.134Z[ 11] 0.00-10.00 sec 330 MBytes 277 Mbits/sec sender
42172026-03-24T03:49:20.134Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42182026-03-24T03:49:20.134Z[ 13] 0.00-10.00 sec 330 MBytes 277 Mbits/sec sender
42192026-03-24T03:49:20.134Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42202026-03-24T03:49:20.135Z[ 15] 0.00-10.00 sec 330 MBytes 277 Mbits/sec sender
42212026-03-24T03:49:20.135Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42222026-03-24T03:49:20.135Z[ 17] 0.00-10.00 sec 330 MBytes 277 Mbits/sec sender
42232026-03-24T03:49:20.135Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42242026-03-24T03:49:20.135Z[ 19] 0.00-10.00 sec 330 MBytes 277 Mbits/sec sender
42252026-03-24T03:49:20.135Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42262026-03-24T03:49:20.135Z[SUM] 0.00-10.00 sec 2.58 GBytes 2.21 Gbits/sec sender
42272026-03-24T03:49:20.135Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42282026-03-24T03:49:20.135ZRun 2/10...2213.616Mbps
42292026-03-24T03:49:27.159Z-----------------------------------------------------------
42302026-03-24T03:49:27.159ZServer listening on 5201
42312026-03-24T03:49:27.159Z-----------------------------------------------------------
42322026-03-24T03:49:27.159ZAccepted connection from 10.0.0.1, port 42394
42332026-03-24T03:49:27.159Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50864
42342026-03-24T03:49:27.159Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64674
42352026-03-24T03:49:27.159Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48430
42362026-03-24T03:49:27.159Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51665
42372026-03-24T03:49:27.159Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35874
42382026-03-24T03:49:27.159Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45959
42392026-03-24T03:49:27.159Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57115
42402026-03-24T03:49:27.159Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45818
42412026-03-24T03:49:27.159Z[ ID] Interval Transfer Bandwidth
42422026-03-24T03:49:27.160Z[ 5] 0.00-1.00 sec 27.4 MBytes 230 Mbits/sec
42432026-03-24T03:49:27.160Z[ 7] 0.00-1.00 sec 27.4 MBytes 230 Mbits/sec
42442026-03-24T03:49:27.160Z[ 9] 0.00-1.00 sec 27.3 MBytes 229 Mbits/sec
42452026-03-24T03:49:27.160Z[ 11] 0.00-1.00 sec 27.4 MBytes 230 Mbits/sec
42462026-03-24T03:49:27.160Z[ 13] 0.00-1.00 sec 27.3 MBytes 229 Mbits/sec
42472026-03-24T03:49:27.160Z[ 15] 0.00-1.00 sec 27.5 MBytes 230 Mbits/sec
42482026-03-24T03:49:27.160Z[ 17] 0.00-1.00 sec 27.3 MBytes 229 Mbits/sec
42492026-03-24T03:49:27.160Z[ 19] 0.00-1.00 sec 27.3 MBytes 229 Mbits/sec
42502026-03-24T03:49:27.160Z[SUM] 0.00-1.00 sec 219 MBytes 1.84 Gbits/sec
42512026-03-24T03:49:27.160Z- - - - - - - - - - - - - - - - - - - - - - - - -
42522026-03-24T03:49:27.160Z[ 5] 1.00-2.00 sec 33.8 MBytes 283 Mbits/sec
42532026-03-24T03:49:27.160Z[ 7] 1.00-2.00 sec 33.8 MBytes 284 Mbits/sec
42542026-03-24T03:49:27.160Z[ 9] 1.00-2.00 sec 33.9 MBytes 284 Mbits/sec
42552026-03-24T03:49:27.160Z[ 11] 1.00-2.00 sec 33.9 MBytes 284 Mbits/sec
42562026-03-24T03:49:27.160Z[ 13] 1.00-2.00 sec 33.8 MBytes 284 Mbits/sec
42572026-03-24T03:49:27.160Z[ 15] 1.00-2.00 sec 33.8 MBytes 283 Mbits/sec
42582026-03-24T03:49:27.160Z[ 17] 1.00-2.00 sec 33.8 MBytes 284 Mbits/sec
42592026-03-24T03:49:27.160Z[ 19] 1.00-2.00 sec 33.9 MBytes 284 Mbits/sec
42602026-03-24T03:49:27.160Z[SUM] 1.00-2.00 sec 271 MBytes 2.27 Gbits/sec
42612026-03-24T03:49:27.160Z- - - - - - - - - - - - - - - - - - - - - - - - -
42622026-03-24T03:49:27.160Z[ 5] 2.00-3.00 sec 33.3 MBytes 279 Mbits/sec
42632026-03-24T03:49:27.160Z[ 7] 2.00-3.00 sec 33.2 MBytes 279 Mbits/sec
42642026-03-24T03:49:27.160Z[ 9] 2.00-3.00 sec 33.2 MBytes 278 Mbits/sec
42652026-03-24T03:49:27.160Z[ 11] 2.00-3.00 sec 33.3 MBytes 279 Mbits/sec
42662026-03-24T03:49:27.160Z[ 13] 2.00-3.00 sec 33.3 MBytes 279 Mbits/sec
42672026-03-24T03:49:27.160Z[ 15] 2.00-3.00 sec 33.3 MBytes 279 Mbits/sec
42682026-03-24T03:49:27.160Z[ 17] 2.00-3.00 sec 33.2 MBytes 278 Mbits/sec
42692026-03-24T03:49:27.160Z[ 19] 2.00-3.00 sec 33.1 MBytes 278 Mbits/sec
42702026-03-24T03:49:27.160Z[SUM] 2.00-3.00 sec 266 MBytes 2.23 Gbits/sec
42712026-03-24T03:49:27.160Z- - - - - - - - - - - - - - - - - - - - - - - - -
42722026-03-24T03:49:27.161Z[ 5] 3.00-4.00 sec 32.7 MBytes 275 Mbits/sec
42732026-03-24T03:49:27.161Z[ 7] 3.00-4.00 sec 32.6 MBytes 273 Mbits/sec
42742026-03-24T03:49:27.161Z[ 9] 3.00-4.00 sec 32.7 MBytes 274 Mbits/sec
42752026-03-24T03:49:27.161Z[ 11] 3.00-4.00 sec 32.6 MBytes 274 Mbits/sec
42762026-03-24T03:49:27.161Z[ 13] 3.00-4.00 sec 32.7 MBytes 274 Mbits/sec
42772026-03-24T03:49:27.161Z[ 15] 3.00-4.00 sec 32.6 MBytes 274 Mbits/sec
42782026-03-24T03:49:27.161Z[ 17] 3.00-4.00 sec 32.7 MBytes 274 Mbits/sec
42792026-03-24T03:49:27.161Z[ 19] 3.00-4.00 sec 32.6 MBytes 274 Mbits/sec
42802026-03-24T03:49:27.161Z[SUM] 3.00-4.00 sec 261 MBytes 2.19 Gbits/sec
42812026-03-24T03:49:27.161Z- - - - - - - - - - - - - - - - - - - - - - - - -
42822026-03-24T03:49:27.161Z[ 5] 4.00-5.00 sec 32.1 MBytes 269 Mbits/sec
42832026-03-24T03:49:27.161Z[ 7] 4.00-5.00 sec 32.0 MBytes 269 Mbits/sec
42842026-03-24T03:49:27.161Z[ 9] 4.00-5.00 sec 32.0 MBytes 269 Mbits/sec
42852026-03-24T03:49:27.161Z[ 11] 4.00-5.00 sec 32.0 MBytes 269 Mbits/sec
42862026-03-24T03:49:27.161Z[ 13] 4.00-5.00 sec 32.1 MBytes 269 Mbits/sec
42872026-03-24T03:49:27.161Z[ 15] 4.00-5.00 sec 32.1 MBytes 269 Mbits/sec
42882026-03-24T03:49:27.161Z[ 17] 4.00-5.00 sec 32.0 MBytes 269 Mbits/sec
42892026-03-24T03:49:27.161Z[ 19] 4.00-5.00 sec 32.0 MBytes 269 Mbits/sec
42902026-03-24T03:49:27.161Z[SUM] 4.00-5.00 sec 256 MBytes 2.15 Gbits/sec
42912026-03-24T03:49:27.161Z- - - - - - - - - - - - - - - - - - - - - - - - -
42922026-03-24T03:49:27.161Z[ 5] 5.00-6.00 sec 32.7 MBytes 274 Mbits/sec
42932026-03-24T03:49:27.161Z[ 7] 5.00-6.00 sec 32.8 MBytes 275 Mbits/sec
42942026-03-24T03:49:27.161Z[ 9] 5.00-6.00 sec 32.6 MBytes 274 Mbits/sec
42952026-03-24T03:49:27.161Z[ 11] 5.00-6.00 sec 32.8 MBytes 275 Mbits/sec
42962026-03-24T03:49:27.161Z[ 13] 5.00-6.00 sec 32.7 MBytes 274 Mbits/sec
42972026-03-24T03:49:27.161Z[ 15] 5.00-6.00 sec 32.7 MBytes 274 Mbits/sec
42982026-03-24T03:49:27.161Z[ 17] 5.00-6.00 sec 32.6 MBytes 274 Mbits/sec
42992026-03-24T03:49:27.161Z[ 19] 5.00-6.00 sec 32.6 MBytes 274 Mbits/sec
43002026-03-24T03:49:27.161Z[SUM] 5.00-6.00 sec 262 MBytes 2.19 Gbits/sec
43012026-03-24T03:49:27.162Z- - - - - - - - - - - - - - - - - - - - - - - - -
43022026-03-24T03:49:27.162Z[ 5] 6.00-7.00 sec 32.8 MBytes 275 Mbits/sec
43032026-03-24T03:49:27.162Z[ 7] 6.00-7.00 sec 32.8 MBytes 275 Mbits/sec
43042026-03-24T03:49:27.162Z[ 9] 6.00-7.00 sec 32.9 MBytes 276 Mbits/sec
43052026-03-24T03:49:30.272Z[ 11] 6.00-7.00 sec 32.9 MBytes 276 Mbits/sec
43062026-03-24T03:49:30.272Z[ 13] 6.00-7.00 sec 32.8 MBytes 275 Mbits/sec
43072026-03-24T03:49:30.272Z[ 15] 6.00-7.00 sec 32.8 MBytes 275 Mbits/sec
43082026-03-24T03:49:30.272Z[ 17] 6.00-7.00 sec 32.8 MBytes 275 Mbits/sec
43092026-03-24T03:49:30.272Z[ 19] 6.00-7.00 sec 32.8 MBytes 275 Mbits/sec
43102026-03-24T03:49:30.272Z[SUM] 6.00-7.00 sec 263 MBytes 2.20 Gbits/sec
43112026-03-24T03:49:30.272Z- - - - - - - - - - - - - - - - - - - - - - - - -
43122026-03-24T03:49:30.272Z[ 5] 7.00-8.00 sec 32.7 MBytes 274 Mbits/sec
43132026-03-24T03:49:30.272Z[ 7] 7.00-8.00 sec 32.7 MBytes 274 Mbits/sec
43142026-03-24T03:49:30.272Z[ 9] 7.00-8.00 sec 32.7 MBytes 275 Mbits/sec
43152026-03-24T03:49:30.272Z[ 11] 7.00-8.00 sec 32.6 MBytes 274 Mbits/sec
43162026-03-24T03:49:30.272Z[ 13] 7.00-8.00 sec 32.7 MBytes 274 Mbits/sec
43172026-03-24T03:49:30.272Z[ 15] 7.00-8.00 sec 32.7 MBytes 275 Mbits/sec
43182026-03-24T03:49:30.272Z[ 17] 7.00-8.00 sec 32.7 MBytes 274 Mbits/sec
43192026-03-24T03:49:30.272Z[ 19] 7.00-8.00 sec 32.7 MBytes 274 Mbits/sec
43202026-03-24T03:49:30.272Z[SUM] 7.00-8.00 sec 261 MBytes 2.19 Gbits/sec
43212026-03-24T03:49:30.272Z- - - - - - - - - - - - - - - - - - - - - - - - -
43222026-03-24T03:49:30.273Z[ 5] 8.00-9.00 sec 32.5 MBytes 273 Mbits/sec
43232026-03-24T03:49:30.273Z[ 7] 8.00-9.00 sec 32.6 MBytes 274 Mbits/sec
43242026-03-24T03:49:30.273Z[ 9] 8.00-9.00 sec 32.6 MBytes 274 Mbits/sec
43252026-03-24T03:49:30.273Z[ 11] 8.00-9.00 sec 32.6 MBytes 274 Mbits/sec
43262026-03-24T03:49:30.273Z[ 13] 8.00-9.00 sec 32.6 MBytes 273 Mbits/sec
43272026-03-24T03:49:30.273Z[ 15] 8.00-9.00 sec 32.7 MBytes 275 Mbits/sec
43282026-03-24T03:49:30.273Z[ 17] 8.00-9.00 sec 32.6 MBytes 273 Mbits/sec
43292026-03-24T03:49:30.273Z[ 19] 8.00-9.00 sec 32.7 MBytes 274 Mbits/sec
43302026-03-24T03:49:30.273Z[SUM] 8.00-9.00 sec 261 MBytes 2.19 Gbits/sec
43312026-03-24T03:49:30.273Z- - - - - - - - - - - - - - - - - - - - - - - - -
43322026-03-24T03:49:30.273Z[ 5] 9.00-10.00 sec 32.5 MBytes 273 Mbits/sec
43332026-03-24T03:49:30.273Z[ 7] 9.00-10.00 sec 32.4 MBytes 272 Mbits/sec
43342026-03-24T03:49:30.273Z[ 9] 9.00-10.00 sec 32.5 MBytes 273 Mbits/sec
43352026-03-24T03:49:30.273Z[ 11] 9.00-10.00 sec 32.4 MBytes 272 Mbits/sec
43362026-03-24T03:49:30.273Z[ 13] 9.00-10.00 sec 32.4 MBytes 272 Mbits/sec
43372026-03-24T03:49:30.273Z[ 15] 9.00-10.00 sec 32.4 MBytes 272 Mbits/sec
43382026-03-24T03:49:30.273Z[ 17] 9.00-10.00 sec 32.4 MBytes 272 Mbits/sec
43392026-03-24T03:49:30.273Z[ 19] 9.00-10.00 sec 32.4 MBytes 272 Mbits/sec
43402026-03-24T03:49:30.273Z[SUM] 9.00-10.00 sec 259 MBytes 2.18 Gbits/sec
43412026-03-24T03:49:30.273Z- - - - - - - - - - - - - - - - - - - - - - - - -
43422026-03-24T03:49:30.273Z[ 5] 10.00-10.00 sec 96.2 KBytes 468 Mbits/sec
43432026-03-24T03:49:30.273Z[ 7] 10.00-10.00 sec 48.1 KBytes 234 Mbits/sec
43442026-03-24T03:49:30.273Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
43452026-03-24T03:49:30.273Z[ 11] 10.00-10.00 sec 48.1 KBytes 234 Mbits/sec
43462026-03-24T03:49:30.273Z[ 13] 10.00-10.00 sec 96.2 KBytes 468 Mbits/sec
43472026-03-24T03:49:30.273Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
43482026-03-24T03:49:30.273Z[ 17] 10.00-10.00 sec 96.2 KBytes 469 Mbits/sec
43492026-03-24T03:49:30.273Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
43502026-03-24T03:49:30.273Z[SUM] 10.00-10.00 sec 385 KBytes 1.87 Gbits/sec
43512026-03-24T03:49:30.273Z- - - - - - - - - - - - - - - - - - - - - - - - -
43522026-03-24T03:49:30.273Z[ ID] Interval Transfer Bandwidth
43532026-03-24T03:49:30.273Z[ 5] 0.00-10.00 sec 323 MBytes 271 Mbits/sec sender
43542026-03-24T03:49:30.273Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43552026-03-24T03:49:30.273Z[ 7] 0.00-10.00 sec 322 MBytes 270 Mbits/sec sender
43562026-03-24T03:49:30.273Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43572026-03-24T03:49:30.273Z[ 9] 0.00-10.00 sec 322 MBytes 270 Mbits/sec sender
43582026-03-24T03:49:30.273Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43592026-03-24T03:49:30.273Z[ 11] 0.00-10.00 sec 323 MBytes 271 Mbits/sec sender
43602026-03-24T03:49:30.274Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43612026-03-24T03:49:30.274Z[ 13] 0.00-10.00 sec 322 MBytes 270 Mbits/sec sender
43622026-03-24T03:49:30.274Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43632026-03-24T03:49:30.274Z[ 15] 0.00-10.00 sec 323 MBytes 271 Mbits/sec sender
43642026-03-24T03:49:30.274Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43652026-03-24T03:49:30.274Z[ 17] 0.00-10.00 sec 322 MBytes 270 Mbits/sec sender
43662026-03-24T03:49:30.274Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43672026-03-24T03:49:30.274Z[ 19] 0.00-10.00 sec 322 MBytes 270 Mbits/sec sender
43682026-03-24T03:49:30.274Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43692026-03-24T03:49:30.274Z[SUM] 0.00-10.00 sec 2.52 GBytes 2.16 Gbits/sec sender
43702026-03-24T03:49:30.274Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43712026-03-24T03:49:30.277ZRun 3/10...2163.836Mbps
43722026-03-24T03:49:37.299Z-----------------------------------------------------------
43732026-03-24T03:49:37.299ZServer listening on 5201
43742026-03-24T03:49:37.299Z-----------------------------------------------------------
43752026-03-24T03:49:37.299ZAccepted connection from 10.0.0.1, port 36239
43762026-03-24T03:49:37.299Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40519
43772026-03-24T03:49:37.299Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60031
43782026-03-24T03:49:37.299Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38981
43792026-03-24T03:49:37.299Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43602
43802026-03-24T03:49:37.299Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36654
43812026-03-24T03:49:37.299Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57671
43822026-03-24T03:49:37.299Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64215
43832026-03-24T03:49:37.299Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65165
43842026-03-24T03:49:37.299Z[ ID] Interval Transfer Bandwidth
43852026-03-24T03:49:37.299Z[ 5] 0.00-1.00 sec 26.0 MBytes 218 Mbits/sec
43862026-03-24T03:49:37.299Z[ 7] 0.00-1.00 sec 26.0 MBytes 218 Mbits/sec
43872026-03-24T03:49:37.299Z[ 9] 0.00-1.00 sec 26.0 MBytes 218 Mbits/sec
43882026-03-24T03:49:37.299Z[ 11] 0.00-1.00 sec 26.1 MBytes 219 Mbits/sec
43892026-03-24T03:49:37.300Z[ 13] 0.00-1.00 sec 26.0 MBytes 218 Mbits/sec
43902026-03-24T03:49:37.300Z[ 15] 0.00-1.00 sec 26.1 MBytes 219 Mbits/sec
43912026-03-24T03:49:37.300Z[ 17] 0.00-1.00 sec 26.0 MBytes 218 Mbits/sec
43922026-03-24T03:49:37.300Z[ 19] 0.00-1.00 sec 25.9 MBytes 217 Mbits/sec
43932026-03-24T03:49:37.300Z[SUM] 0.00-1.00 sec 208 MBytes 1.75 Gbits/sec
43942026-03-24T03:49:37.300Z- - - - - - - - - - - - - - - - - - - - - - - - -
43952026-03-24T03:49:37.300Z[ 5] 1.00-2.00 sec 32.3 MBytes 271 Mbits/sec
43962026-03-24T03:49:37.300Z[ 7] 1.00-2.00 sec 32.3 MBytes 271 Mbits/sec
43972026-03-24T03:49:37.300Z[ 9] 1.00-2.00 sec 32.3 MBytes 271 Mbits/sec
43982026-03-24T03:49:37.300Z[ 11] 1.00-2.00 sec 32.2 MBytes 270 Mbits/sec
43992026-03-24T03:49:37.300Z[ 13] 1.00-2.00 sec 32.3 MBytes 271 Mbits/sec
44002026-03-24T03:49:37.300Z[ 15] 1.00-2.00 sec 32.3 MBytes 271 Mbits/sec
44012026-03-24T03:49:37.300Z[ 17] 1.00-2.00 sec 32.3 MBytes 271 Mbits/sec
44022026-03-24T03:49:37.300Z[ 19] 1.00-2.00 sec 32.3 MBytes 271 Mbits/sec
44032026-03-24T03:49:37.300Z[SUM] 1.00-2.00 sec 258 MBytes 2.17 Gbits/sec
44042026-03-24T03:49:37.300Z- - - - - - - - - - - - - - - - - - - - - - - - -
44052026-03-24T03:49:37.300Z[ 5] 2.00-3.00 sec 32.4 MBytes 272 Mbits/sec
44062026-03-24T03:49:37.300Z[ 7] 2.00-3.00 sec 32.4 MBytes 272 Mbits/sec
44072026-03-24T03:49:37.300Z[ 9] 2.00-3.00 sec 32.5 MBytes 273 Mbits/sec
44082026-03-24T03:49:37.300Z[ 11] 2.00-3.00 sec 32.4 MBytes 272 Mbits/sec
44092026-03-24T03:49:37.300Z[ 13] 2.00-3.00 sec 32.5 MBytes 273 Mbits/sec
44102026-03-24T03:49:37.300Z[ 15] 2.00-3.00 sec 32.5 MBytes 273 Mbits/sec
44112026-03-24T03:49:37.300Z[ 17] 2.00-3.00 sec 32.4 MBytes 272 Mbits/sec
44122026-03-24T03:49:37.303Z[ 19] 2.00-3.00 sec 32.4 MBytes 272 Mbits/sec
44132026-03-24T03:49:37.303Z[SUM] 2.00-3.00 sec 260 MBytes 2.18 Gbits/sec
44142026-03-24T03:49:37.304Z- - - - - - - - - - - - - - - - - - - - - - - - -
44152026-03-24T03:49:37.304Z[ 5] 3.00-4.00 sec 32.5 MBytes 273 Mbits/sec
44162026-03-24T03:49:37.304Z[ 7] 3.00-4.00 sec 32.7 MBytes 274 Mbits/sec
44172026-03-24T03:49:37.304Z[ 9] 3.00-4.00 sec 32.6 MBytes 273 Mbits/sec
44182026-03-24T03:49:37.304Z[ 11] 3.00-4.00 sec 32.6 MBytes 273 Mbits/sec
44192026-03-24T03:49:37.304Z[ 13] 3.00-4.00 sec 32.7 MBytes 274 Mbits/sec
44202026-03-24T03:49:37.304Z[ 15] 3.00-4.00 sec 32.7 MBytes 274 Mbits/sec
44212026-03-24T03:49:37.304Z[ 17] 3.00-4.00 sec 32.6 MBytes 273 Mbits/sec
44222026-03-24T03:49:37.304Z[ 19] 3.00-4.00 sec 32.6 MBytes 273 Mbits/sec
44232026-03-24T03:49:37.304Z[SUM] 3.00-4.00 sec 261 MBytes 2.19 Gbits/sec
44242026-03-24T03:49:37.304Z- - - - - - - - - - - - - - - - - - - - - - - - -
44252026-03-24T03:49:37.304Z[ 5] 4.00-5.00 sec 32.0 MBytes 269 Mbits/sec
44262026-03-24T03:49:37.304Z[ 7] 4.00-5.00 sec 31.7 MBytes 266 Mbits/sec
44272026-03-24T03:49:37.304Z[ 9] 4.00-5.00 sec 31.9 MBytes 267 Mbits/sec
44282026-03-24T03:49:37.304Z[ 11] 4.00-5.00 sec 32.0 MBytes 268 Mbits/sec
44292026-03-24T03:49:37.304Z[ 13] 4.00-5.00 sec 31.9 MBytes 267 Mbits/sec
44302026-03-24T03:49:37.304Z[ 15] 4.00-5.00 sec 31.9 MBytes 267 Mbits/sec
44312026-03-24T03:49:37.304Z[ 17] 4.00-5.00 sec 32.0 MBytes 268 Mbits/sec
44322026-03-24T03:49:37.304Z[ 19] 4.00-5.00 sec 31.9 MBytes 268 Mbits/sec
44332026-03-24T03:49:37.304Z[SUM] 4.00-5.00 sec 255 MBytes 2.14 Gbits/sec
44342026-03-24T03:49:37.304Z- - - - - - - - - - - - - - - - - - - - - - - - -
44352026-03-24T03:49:37.304Z[ 5] 5.00-6.00 sec 33.1 MBytes 278 Mbits/sec
44362026-03-24T03:49:37.304Z[ 7] 5.00-6.00 sec 33.3 MBytes 279 Mbits/sec
44372026-03-24T03:49:37.304Z[ 9] 5.00-6.00 sec 33.3 MBytes 279 Mbits/sec
44382026-03-24T03:49:37.304Z[ 11] 5.00-6.00 sec 33.2 MBytes 278 Mbits/sec
44392026-03-24T03:49:37.304Z[ 13] 5.00-6.00 sec 33.2 MBytes 279 Mbits/sec
44402026-03-24T03:49:37.304Z[ 15] 5.00-6.00 sec 33.3 MBytes 279 Mbits/sec
44412026-03-24T03:49:37.304Z[ 17] 5.00-6.00 sec 33.2 MBytes 278 Mbits/sec
44422026-03-24T03:49:37.304Z[ 19] 5.00-6.00 sec 33.1 MBytes 278 Mbits/sec
44432026-03-24T03:49:37.304Z[SUM] 5.00-6.00 sec 266 MBytes 2.23 Gbits/sec
44442026-03-24T03:49:37.304Z- - - - - - - - - - - - - - - - - - - - - - - - -
44452026-03-24T03:49:37.304Z[ 5] 6.00-7.00 sec 33.5 MBytes 281 Mbits/sec
44462026-03-24T03:49:37.304Z[ 7] 6.00-7.00 sec 33.5 MBytes 281 Mbits/sec
44472026-03-24T03:49:37.304Z[ 9] 6.00-7.00 sec 33.5 MBytes 281 Mbits/sec
44482026-03-24T03:49:40.413Z[ 11] 6.00-7.00 sec 33.5 MBytes 281 Mbits/sec
44492026-03-24T03:49:40.413Z[ 13] 6.00-7.00 sec 33.4 MBytes 280 Mbits/sec
44502026-03-24T03:49:40.413Z[ 15] 6.00-7.00 sec 33.5 MBytes 281 Mbits/sec
44512026-03-24T03:49:40.413Z[ 17] 6.00-7.00 sec 33.5 MBytes 281 Mbits/sec
44522026-03-24T03:49:40.413Z[ 19] 6.00-7.00 sec 33.6 MBytes 282 Mbits/sec
44532026-03-24T03:49:40.413Z[SUM] 6.00-7.00 sec 268 MBytes 2.25 Gbits/sec
44542026-03-24T03:49:40.413Z- - - - - - - - - - - - - - - - - - - - - - - - -
44552026-03-24T03:49:40.413Z[ 5] 7.00-8.00 sec 33.9 MBytes 285 Mbits/sec
44562026-03-24T03:49:40.413Z[ 7] 7.00-8.00 sec 34.0 MBytes 285 Mbits/sec
44572026-03-24T03:49:40.413Z[ 9] 7.00-8.00 sec 34.0 MBytes 285 Mbits/sec
44582026-03-24T03:49:40.413Z[ 11] 7.00-8.00 sec 34.0 MBytes 285 Mbits/sec
44592026-03-24T03:49:40.413Z[ 13] 7.00-8.00 sec 34.1 MBytes 286 Mbits/sec
44602026-03-24T03:49:40.413Z[ 15] 7.00-8.00 sec 33.9 MBytes 284 Mbits/sec
44612026-03-24T03:49:40.413Z[ 17] 7.00-8.00 sec 34.1 MBytes 286 Mbits/sec
44622026-03-24T03:49:40.413Z[ 19] 7.00-8.00 sec 34.0 MBytes 285 Mbits/sec
44632026-03-24T03:49:40.414Z[SUM] 7.00-8.00 sec 272 MBytes 2.28 Gbits/sec
44642026-03-24T03:49:40.414Z- - - - - - - - - - - - - - - - - - - - - - - - -
44652026-03-24T03:49:40.414Z[ 5] 8.00-9.00 sec 33.9 MBytes 284 Mbits/sec
44662026-03-24T03:49:40.414Z[ 7] 8.00-9.00 sec 33.9 MBytes 284 Mbits/sec
44672026-03-24T03:49:40.414Z[ 9] 8.00-9.00 sec 33.9 MBytes 284 Mbits/sec
44682026-03-24T03:49:40.414Z[ 11] 8.00-9.00 sec 33.9 MBytes 285 Mbits/sec
44692026-03-24T03:49:40.414Z[ 13] 8.00-9.00 sec 33.9 MBytes 284 Mbits/sec
44702026-03-24T03:49:40.414Z[ 15] 8.00-9.00 sec 34.0 MBytes 285 Mbits/sec
44712026-03-24T03:49:40.414Z[ 17] 8.00-9.00 sec 33.9 MBytes 284 Mbits/sec
44722026-03-24T03:49:40.414Z[ 19] 8.00-9.00 sec 33.9 MBytes 284 Mbits/sec
44732026-03-24T03:49:40.414Z[SUM] 8.00-9.00 sec 271 MBytes 2.28 Gbits/sec
44742026-03-24T03:49:40.414Z- - - - - - - - - - - - - - - - - - - - - - - - -
44752026-03-24T03:49:40.414Z[ 5] 9.00-10.00 sec 35.0 MBytes 294 Mbits/sec
44762026-03-24T03:49:40.414Z[ 7] 9.00-10.00 sec 34.9 MBytes 293 Mbits/sec
44772026-03-24T03:49:40.414Z[ 9] 9.00-10.00 sec 35.0 MBytes 294 Mbits/sec
44782026-03-24T03:49:40.414Z[ 11] 9.00-10.00 sec 34.8 MBytes 292 Mbits/sec
44792026-03-24T03:49:40.414Z[ 13] 9.00-10.00 sec 35.1 MBytes 294 Mbits/sec
44802026-03-24T03:49:40.414Z[ 15] 9.00-10.00 sec 34.9 MBytes 293 Mbits/sec
44812026-03-24T03:49:40.414Z[ 17] 9.00-10.00 sec 34.8 MBytes 292 Mbits/sec
44822026-03-24T03:49:40.414Z[ 19] 9.00-10.00 sec 34.9 MBytes 293 Mbits/sec
44832026-03-24T03:49:40.414Z[SUM] 9.00-10.00 sec 280 MBytes 2.34 Gbits/sec
44842026-03-24T03:49:40.414Z- - - - - - - - - - - - - - - - - - - - - - - - -
44852026-03-24T03:49:40.414Z[ 5] 10.00-10.00 sec 48.1 KBytes 263 Mbits/sec
44862026-03-24T03:49:40.414Z[ 7] 10.00-10.00 sec 96.2 KBytes 527 Mbits/sec
44872026-03-24T03:49:40.414Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44882026-03-24T03:49:40.414Z[ 11] 10.00-10.00 sec 144 KBytes 790 Mbits/sec
44892026-03-24T03:49:40.414Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44902026-03-24T03:49:40.414Z[ 15] 10.00-10.00 sec 96.2 KBytes 527 Mbits/sec
44912026-03-24T03:49:40.414Z[ 17] 10.00-10.00 sec 144 KBytes 790 Mbits/sec
44922026-03-24T03:49:40.414Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44932026-03-24T03:49:40.414Z[SUM] 10.00-10.00 sec 529 KBytes 2.89 Gbits/sec
44942026-03-24T03:49:40.414Z- - - - - - - - - - - - - - - - - - - - - - - - -
44952026-03-24T03:49:40.414Z[ ID] Interval Transfer Bandwidth
44962026-03-24T03:49:40.414Z[ 5] 0.00-10.00 sec 325 MBytes 272 Mbits/sec sender
44972026-03-24T03:49:40.414Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44982026-03-24T03:49:40.414Z[ 7] 0.00-10.00 sec 325 MBytes 272 Mbits/sec sender
44992026-03-24T03:49:40.414Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45002026-03-24T03:49:40.414Z[ 9] 0.00-10.00 sec 325 MBytes 272 Mbits/sec sender
45012026-03-24T03:49:40.414Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45022026-03-24T03:49:40.415Z[ 11] 0.00-10.00 sec 325 MBytes 272 Mbits/sec sender
45032026-03-24T03:49:40.415Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45042026-03-24T03:49:40.415Z[ 13] 0.00-10.00 sec 325 MBytes 273 Mbits/sec sender
45052026-03-24T03:49:40.415Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45062026-03-24T03:49:40.415Z[ 15] 0.00-10.00 sec 325 MBytes 273 Mbits/sec sender
45072026-03-24T03:49:40.415Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45082026-03-24T03:49:40.415Z[ 17] 0.00-10.00 sec 325 MBytes 273 Mbits/sec sender
45092026-03-24T03:49:40.415Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45102026-03-24T03:49:40.415Z[ 19] 0.00-10.00 sec 325 MBytes 272 Mbits/sec sender
45112026-03-24T03:49:40.415Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45122026-03-24T03:49:40.415Z[SUM] 0.00-10.00 sec 2.54 GBytes 2.18 Gbits/sec sender
45132026-03-24T03:49:40.415Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45142026-03-24T03:49:40.418ZRun 4/10...2180.461Mbps
45152026-03-24T03:49:47.441Z-----------------------------------------------------------
45162026-03-24T03:49:47.441ZServer listening on 5201
45172026-03-24T03:49:47.441Z-----------------------------------------------------------
45182026-03-24T03:49:47.441ZAccepted connection from 10.0.0.1, port 35800
45192026-03-24T03:49:47.441Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59321
45202026-03-24T03:49:47.441Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40492
45212026-03-24T03:49:47.441Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35936
45222026-03-24T03:49:47.441Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58891
45232026-03-24T03:49:47.441Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44992
45242026-03-24T03:49:47.441Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39634
45252026-03-24T03:49:47.441Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51273
45262026-03-24T03:49:47.441Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42081
45272026-03-24T03:49:47.441Z[ ID] Interval Transfer Bandwidth
45282026-03-24T03:49:47.441Z[ 5] 0.00-1.00 sec 27.5 MBytes 231 Mbits/sec
45292026-03-24T03:49:47.441Z[ 7] 0.00-1.00 sec 27.7 MBytes 233 Mbits/sec
45302026-03-24T03:49:47.442Z[ 9] 0.00-1.00 sec 27.7 MBytes 232 Mbits/sec
45312026-03-24T03:49:47.442Z[ 11] 0.00-1.00 sec 27.5 MBytes 231 Mbits/sec
45322026-03-24T03:49:47.442Z[ 13] 0.00-1.00 sec 27.5 MBytes 231 Mbits/sec
45332026-03-24T03:49:47.442Z[ 15] 0.00-1.00 sec 27.6 MBytes 231 Mbits/sec
45342026-03-24T03:49:47.442Z[ 17] 0.00-1.00 sec 27.5 MBytes 231 Mbits/sec
45352026-03-24T03:49:47.442Z[ 19] 0.00-1.00 sec 27.6 MBytes 231 Mbits/sec
45362026-03-24T03:49:47.442Z[SUM] 0.00-1.00 sec 221 MBytes 1.85 Gbits/sec
45372026-03-24T03:49:47.442Z- - - - - - - - - - - - - - - - - - - - - - - - -
45382026-03-24T03:49:47.442Z[ 5] 1.00-2.00 sec 34.2 MBytes 287 Mbits/sec
45392026-03-24T03:49:47.442Z[ 7] 1.00-2.00 sec 34.1 MBytes 286 Mbits/sec
45402026-03-24T03:49:47.442Z[ 9] 1.00-2.00 sec 34.1 MBytes 286 Mbits/sec
45412026-03-24T03:49:47.442Z[ 11] 1.00-2.00 sec 34.2 MBytes 287 Mbits/sec
45422026-03-24T03:49:47.442Z[ 13] 1.00-2.00 sec 34.2 MBytes 287 Mbits/sec
45432026-03-24T03:49:47.442Z[ 15] 1.00-2.00 sec 34.1 MBytes 286 Mbits/sec
45442026-03-24T03:49:47.442Z[ 17] 1.00-2.00 sec 34.2 MBytes 287 Mbits/sec
45452026-03-24T03:49:47.442Z[ 19] 1.00-2.00 sec 34.1 MBytes 286 Mbits/sec
45462026-03-24T03:49:47.442Z[SUM] 1.00-2.00 sec 273 MBytes 2.29 Gbits/sec
45472026-03-24T03:49:47.442Z- - - - - - - - - - - - - - - - - - - - - - - - -
45482026-03-24T03:49:47.442Z[ 5] 2.00-3.00 sec 32.4 MBytes 272 Mbits/sec
45492026-03-24T03:49:47.442Z[ 7] 2.00-3.00 sec 32.5 MBytes 273 Mbits/sec
45502026-03-24T03:49:47.442Z[ 9] 2.00-3.00 sec 32.5 MBytes 273 Mbits/sec
45512026-03-24T03:49:47.442Z[ 11] 2.00-3.00 sec 32.5 MBytes 273 Mbits/sec
45522026-03-24T03:49:47.442Z[ 13] 2.00-3.00 sec 32.6 MBytes 273 Mbits/sec
45532026-03-24T03:49:47.442Z[ 15] 2.00-3.00 sec 32.5 MBytes 273 Mbits/sec
45542026-03-24T03:49:47.442Z[ 17] 2.00-3.00 sec 32.5 MBytes 273 Mbits/sec
45552026-03-24T03:49:47.442Z[ 19] 2.00-3.00 sec 32.5 MBytes 273 Mbits/sec
45562026-03-24T03:49:47.442Z[SUM] 2.00-3.00 sec 260 MBytes 2.18 Gbits/sec
45572026-03-24T03:49:47.442Z- - - - - - - - - - - - - - - - - - - - - - - - -
45582026-03-24T03:49:47.442Z[ 5] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
45592026-03-24T03:49:47.442Z[ 7] 3.00-4.00 sec 32.3 MBytes 271 Mbits/sec
45602026-03-24T03:49:47.442Z[ 9] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
45612026-03-24T03:49:47.442Z[ 11] 3.00-4.00 sec 32.3 MBytes 271 Mbits/sec
45622026-03-24T03:49:47.442Z[ 13] 3.00-4.00 sec 32.3 MBytes 271 Mbits/sec
45632026-03-24T03:49:47.442Z[ 15] 3.00-4.00 sec 32.3 MBytes 271 Mbits/sec
45642026-03-24T03:49:47.442Z[ 17] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
45652026-03-24T03:49:47.443Z[ 19] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
45662026-03-24T03:49:47.443Z[SUM] 3.00-4.00 sec 259 MBytes 2.17 Gbits/sec
45672026-03-24T03:49:47.443Z- - - - - - - - - - - - - - - - - - - - - - - - -
45682026-03-24T03:49:47.443Z[ 5] 4.00-5.00 sec 33.7 MBytes 283 Mbits/sec
45692026-03-24T03:49:47.443Z[ 7] 4.00-5.00 sec 33.7 MBytes 283 Mbits/sec
45702026-03-24T03:49:47.443Z[ 9] 4.00-5.00 sec 33.7 MBytes 283 Mbits/sec
45712026-03-24T03:49:47.443Z[ 11] 4.00-5.00 sec 33.7 MBytes 282 Mbits/sec
45722026-03-24T03:49:47.443Z[ 13] 4.00-5.00 sec 33.7 MBytes 283 Mbits/sec
45732026-03-24T03:49:47.443Z[ 15] 4.00-5.00 sec 33.6 MBytes 282 Mbits/sec
45742026-03-24T03:49:47.443Z[ 17] 4.00-5.00 sec 33.7 MBytes 282 Mbits/sec
45752026-03-24T03:49:47.443Z[ 19] 4.00-5.00 sec 33.7 MBytes 283 Mbits/sec
45762026-03-24T03:49:47.443Z[SUM] 4.00-5.00 sec 270 MBytes 2.26 Gbits/sec
45772026-03-24T03:49:47.443Z- - - - - - - - - - - - - - - - - - - - - - - - -
45782026-03-24T03:49:47.443Z[ 5] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
45792026-03-24T03:49:47.443Z[ 7] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
45802026-03-24T03:49:47.443Z[ 9] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
45812026-03-24T03:49:47.443Z[ 11] 5.00-6.00 sec 33.9 MBytes 285 Mbits/sec
45822026-03-24T03:49:47.443Z[ 13] 5.00-6.00 sec 33.9 MBytes 285 Mbits/sec
45832026-03-24T03:49:47.443Z[ 15] 5.00-6.00 sec 34.0 MBytes 285 Mbits/sec
45842026-03-24T03:49:47.443Z[ 17] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
45852026-03-24T03:49:47.443Z[ 19] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
45862026-03-24T03:49:47.443Z[SUM] 5.00-6.00 sec 271 MBytes 2.28 Gbits/sec
45872026-03-24T03:49:47.443Z- - - - - - - - - - - - - - - - - - - - - - - - -
45882026-03-24T03:49:47.443Z[ 5] 6.00-7.00 sec 34.5 MBytes 290 Mbits/sec
45892026-03-24T03:49:47.443Z[ 7] 6.00-7.00 sec 34.5 MBytes 290 Mbits/sec
45902026-03-24T03:49:47.443Z[ 9] 6.00-7.00 sec 34.5 MBytes 290 Mbits/sec
45912026-03-24T03:49:50.553Z[ 11] 6.00-7.00 sec 34.6 MBytes 290 Mbits/sec
45922026-03-24T03:49:50.553Z[ 13] 6.00-7.00 sec 34.5 MBytes 290 Mbits/sec
45932026-03-24T03:49:50.553Z[ 15] 6.00-7.00 sec 34.6 MBytes 290 Mbits/sec
45942026-03-24T03:49:50.553Z[ 17] 6.00-7.00 sec 34.6 MBytes 290 Mbits/sec
45952026-03-24T03:49:50.553Z[ 19] 6.00-7.00 sec 34.5 MBytes 290 Mbits/sec
45962026-03-24T03:49:50.553Z[SUM] 6.00-7.00 sec 276 MBytes 2.32 Gbits/sec
45972026-03-24T03:49:50.553Z- - - - - - - - - - - - - - - - - - - - - - - - -
45982026-03-24T03:49:50.553Z[ 5] 7.00-8.00 sec 34.4 MBytes 288 Mbits/sec
45992026-03-24T03:49:50.553Z[ 7] 7.00-8.00 sec 34.2 MBytes 287 Mbits/sec
46002026-03-24T03:49:50.553Z[ 9] 7.00-8.00 sec 34.2 MBytes 287 Mbits/sec
46012026-03-24T03:49:50.553Z[ 11] 7.00-8.00 sec 34.3 MBytes 288 Mbits/sec
46022026-03-24T03:49:50.553Z[ 13] 7.00-8.00 sec 34.3 MBytes 288 Mbits/sec
46032026-03-24T03:49:50.553Z[ 15] 7.00-8.00 sec 34.3 MBytes 288 Mbits/sec
46042026-03-24T03:49:50.553Z[ 17] 7.00-8.00 sec 34.3 MBytes 288 Mbits/sec
46052026-03-24T03:49:50.553Z[ 19] 7.00-8.00 sec 34.3 MBytes 288 Mbits/sec
46062026-03-24T03:49:50.553Z[SUM] 7.00-8.00 sec 274 MBytes 2.30 Gbits/sec
46072026-03-24T03:49:50.554Z- - - - - - - - - - - - - - - - - - - - - - - - -
46082026-03-24T03:49:50.554Z[ 5] 8.00-9.00 sec 33.8 MBytes 283 Mbits/sec
46092026-03-24T03:49:50.554Z[ 7] 8.00-9.00 sec 33.8 MBytes 284 Mbits/sec
46102026-03-24T03:49:50.554Z[ 9] 8.00-9.00 sec 33.8 MBytes 283 Mbits/sec
46112026-03-24T03:49:50.554Z[ 11] 8.00-9.00 sec 33.8 MBytes 284 Mbits/sec
46122026-03-24T03:49:50.554Z[ 13] 8.00-9.00 sec 33.8 MBytes 283 Mbits/sec
46132026-03-24T03:49:50.554Z[ 15] 8.00-9.00 sec 33.7 MBytes 283 Mbits/sec
46142026-03-24T03:49:50.554Z[ 17] 8.00-9.00 sec 33.9 MBytes 284 Mbits/sec
46152026-03-24T03:49:50.554Z[ 19] 8.00-9.00 sec 33.8 MBytes 283 Mbits/sec
46162026-03-24T03:49:50.554Z[SUM] 8.00-9.00 sec 270 MBytes 2.27 Gbits/sec
46172026-03-24T03:49:50.554Z- - - - - - - - - - - - - - - - - - - - - - - - -
46182026-03-24T03:49:50.554Z[ 5] 9.00-10.00 sec 32.5 MBytes 273 Mbits/sec
46192026-03-24T03:49:50.554Z[ 7] 9.00-10.00 sec 32.6 MBytes 273 Mbits/sec
46202026-03-24T03:49:50.554Z[ 9] 9.00-10.00 sec 32.5 MBytes 273 Mbits/sec
46212026-03-24T03:49:50.554Z[ 11] 9.00-10.00 sec 32.4 MBytes 272 Mbits/sec
46222026-03-24T03:49:50.554Z[ 13] 9.00-10.00 sec 32.5 MBytes 273 Mbits/sec
46232026-03-24T03:49:50.554Z[ 15] 9.00-10.00 sec 32.6 MBytes 273 Mbits/sec
46242026-03-24T03:49:50.554Z[ 17] 9.00-10.00 sec 32.5 MBytes 273 Mbits/sec
46252026-03-24T03:49:50.554Z[ 19] 9.00-10.00 sec 32.5 MBytes 273 Mbits/sec
46262026-03-24T03:49:50.554Z[SUM] 9.00-10.00 sec 260 MBytes 2.18 Gbits/sec
46272026-03-24T03:49:50.554Z- - - - - - - - - - - - - - - - - - - - - - - - -
46282026-03-24T03:49:50.554Z[ 5] 10.00-10.00 sec 48.1 KBytes 214 Mbits/sec
46292026-03-24T03:49:50.554Z[ 7] 10.00-10.00 sec 48.1 KBytes 214 Mbits/sec
46302026-03-24T03:49:50.554Z[ 9] 10.00-10.00 sec 96.2 KBytes 428 Mbits/sec
46312026-03-24T03:49:50.554Z[ 11] 10.00-10.00 sec 48.1 KBytes 214 Mbits/sec
46322026-03-24T03:49:50.554Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46332026-03-24T03:49:50.554Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46342026-03-24T03:49:50.554Z[ 17] 10.00-10.00 sec 96.2 KBytes 428 Mbits/sec
46352026-03-24T03:49:50.554Z[ 19] 10.00-10.00 sec 96.2 KBytes 428 Mbits/sec
46362026-03-24T03:49:50.554Z[SUM] 10.00-10.00 sec 433 KBytes 1.92 Gbits/sec
46372026-03-24T03:49:50.554Z- - - - - - - - - - - - - - - - - - - - - - - - -
46382026-03-24T03:49:50.554Z[ ID] Interval Transfer Bandwidth
46392026-03-24T03:49:50.554Z[ 5] 0.00-10.00 sec 329 MBytes 276 Mbits/sec sender
46402026-03-24T03:49:50.554Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46412026-03-24T03:49:50.555Z[ 7] 0.00-10.00 sec 330 MBytes 276 Mbits/sec sender
46422026-03-24T03:49:50.555Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46432026-03-24T03:49:50.555Z[ 9] 0.00-10.00 sec 329 MBytes 276 Mbits/sec sender
46442026-03-24T03:49:50.555Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46452026-03-24T03:49:50.559Z[ 11] 0.00-10.00 sec 329 MBytes 276 Mbits/sec sender
46462026-03-24T03:49:50.559Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46472026-03-24T03:49:50.559Z[ 13] 0.00-10.00 sec 329 MBytes 276 Mbits/sec sender
46482026-03-24T03:49:50.559Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46492026-03-24T03:49:50.559Z[ 15] 0.00-10.00 sec 329 MBytes 276 Mbits/sec sender
46502026-03-24T03:49:50.559Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46512026-03-24T03:49:50.560Z[ 17] 0.00-10.00 sec 330 MBytes 276 Mbits/sec sender
46522026-03-24T03:49:50.560Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46532026-03-24T03:49:50.560Z[ 19] 0.00-10.00 sec 329 MBytes 276 Mbits/sec sender
46542026-03-24T03:49:50.560Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46552026-03-24T03:49:50.560Z[SUM] 0.00-10.00 sec 2.57 GBytes 2.21 Gbits/sec sender
46562026-03-24T03:49:50.560Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46572026-03-24T03:49:50.560ZRun 5/10...2210.468Mbps
46582026-03-24T03:49:57.582Z-----------------------------------------------------------
46592026-03-24T03:49:57.582ZServer listening on 5201
46602026-03-24T03:49:57.582Z-----------------------------------------------------------
46612026-03-24T03:49:57.582ZAccepted connection from 10.0.0.1, port 48330
46622026-03-24T03:49:57.582Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48684
46632026-03-24T03:49:57.582Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52260
46642026-03-24T03:49:57.582Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45268
46652026-03-24T03:49:57.582Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46548
46662026-03-24T03:49:57.582Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34626
46672026-03-24T03:49:57.582Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34873
46682026-03-24T03:49:57.582Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64168
46692026-03-24T03:49:57.582Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33672
46702026-03-24T03:49:57.582Z[ ID] Interval Transfer Bandwidth
46712026-03-24T03:49:57.582Z[ 5] 0.00-1.00 sec 26.4 MBytes 222 Mbits/sec
46722026-03-24T03:49:57.582Z[ 7] 0.00-1.00 sec 26.4 MBytes 222 Mbits/sec
46732026-03-24T03:49:57.582Z[ 9] 0.00-1.00 sec 26.3 MBytes 221 Mbits/sec
46742026-03-24T03:49:57.582Z[ 11] 0.00-1.00 sec 26.3 MBytes 221 Mbits/sec
46752026-03-24T03:49:57.582Z[ 13] 0.00-1.00 sec 26.3 MBytes 221 Mbits/sec
46762026-03-24T03:49:57.582Z[ 15] 0.00-1.00 sec 26.3 MBytes 221 Mbits/sec
46772026-03-24T03:49:57.582Z[ 17] 0.00-1.00 sec 26.3 MBytes 221 Mbits/sec
46782026-03-24T03:49:57.582Z[ 19] 0.00-1.00 sec 26.3 MBytes 221 Mbits/sec
46792026-03-24T03:49:57.583Z[SUM] 0.00-1.00 sec 211 MBytes 1.77 Gbits/sec
46802026-03-24T03:49:57.583Z- - - - - - - - - - - - - - - - - - - - - - - - -
46812026-03-24T03:49:57.583Z[ 5] 1.00-2.00 sec 32.9 MBytes 276 Mbits/sec
46822026-03-24T03:49:57.583Z[ 7] 1.00-2.00 sec 32.8 MBytes 275 Mbits/sec
46832026-03-24T03:49:57.583Z[ 9] 1.00-2.00 sec 32.9 MBytes 276 Mbits/sec
46842026-03-24T03:49:57.583Z[ 11] 1.00-2.00 sec 32.9 MBytes 276 Mbits/sec
46852026-03-24T03:49:57.583Z[ 13] 1.00-2.00 sec 32.9 MBytes 276 Mbits/sec
46862026-03-24T03:49:57.583Z[ 15] 1.00-2.00 sec 32.9 MBytes 276 Mbits/sec
46872026-03-24T03:49:57.583Z[ 17] 1.00-2.00 sec 32.9 MBytes 276 Mbits/sec
46882026-03-24T03:49:57.583Z[ 19] 1.00-2.00 sec 33.0 MBytes 276 Mbits/sec
46892026-03-24T03:49:57.583Z[SUM] 1.00-2.00 sec 263 MBytes 2.21 Gbits/sec
46902026-03-24T03:49:57.583Z- - - - - - - - - - - - - - - - - - - - - - - - -
46912026-03-24T03:49:57.583Z[ 5] 2.00-3.00 sec 32.3 MBytes 271 Mbits/sec
46922026-03-24T03:49:57.583Z[ 7] 2.00-3.00 sec 32.3 MBytes 271 Mbits/sec
46932026-03-24T03:49:57.583Z[ 9] 2.00-3.00 sec 32.2 MBytes 270 Mbits/sec
46942026-03-24T03:49:57.583Z[ 11] 2.00-3.00 sec 32.2 MBytes 270 Mbits/sec
46952026-03-24T03:49:57.583Z[ 13] 2.00-3.00 sec 32.2 MBytes 270 Mbits/sec
46962026-03-24T03:49:57.583Z[ 15] 2.00-3.00 sec 32.3 MBytes 271 Mbits/sec
46972026-03-24T03:49:57.583Z[ 17] 2.00-3.00 sec 32.3 MBytes 271 Mbits/sec
46982026-03-24T03:49:57.583Z[ 19] 2.00-3.00 sec 32.2 MBytes 270 Mbits/sec
46992026-03-24T03:49:57.583Z[SUM] 2.00-3.00 sec 258 MBytes 2.16 Gbits/sec
47002026-03-24T03:49:57.583Z- - - - - - - - - - - - - - - - - - - - - - - - -
47012026-03-24T03:49:57.583Z[ 5] 3.00-4.00 sec 32.6 MBytes 273 Mbits/sec
47022026-03-24T03:49:57.583Z[ 7] 3.00-4.00 sec 32.5 MBytes 273 Mbits/sec
47032026-03-24T03:49:57.583Z[ 9] 3.00-4.00 sec 32.5 MBytes 273 Mbits/sec
47042026-03-24T03:49:57.583Z[ 11] 3.00-4.00 sec 32.6 MBytes 273 Mbits/sec
47052026-03-24T03:49:57.583Z[ 13] 3.00-4.00 sec 32.6 MBytes 273 Mbits/sec
47062026-03-24T03:49:57.583Z[ 15] 3.00-4.00 sec 32.5 MBytes 273 Mbits/sec
47072026-03-24T03:49:57.583Z[ 17] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
47082026-03-24T03:49:57.583Z[ 19] 3.00-4.00 sec 32.5 MBytes 273 Mbits/sec
47092026-03-24T03:49:57.583Z[SUM] 3.00-4.00 sec 260 MBytes 2.18 Gbits/sec
47102026-03-24T03:49:57.583Z- - - - - - - - - - - - - - - - - - - - - - - - -
47112026-03-24T03:49:57.583Z[ 5] 4.00-5.00 sec 33.7 MBytes 283 Mbits/sec
47122026-03-24T03:49:57.583Z[ 7] 4.00-5.00 sec 33.8 MBytes 284 Mbits/sec
47132026-03-24T03:49:57.583Z[ 9] 4.00-5.00 sec 33.8 MBytes 284 Mbits/sec
47142026-03-24T03:49:57.583Z[ 11] 4.00-5.00 sec 33.9 MBytes 285 Mbits/sec
47152026-03-24T03:49:57.584Z[ 13] 4.00-5.00 sec 33.9 MBytes 284 Mbits/sec
47162026-03-24T03:49:57.584Z[ 15] 4.00-5.00 sec 33.8 MBytes 284 Mbits/sec
47172026-03-24T03:49:57.584Z[ 17] 4.00-5.00 sec 33.9 MBytes 285 Mbits/sec
47182026-03-24T03:49:57.584Z[ 19] 4.00-5.00 sec 33.9 MBytes 285 Mbits/sec
47192026-03-24T03:49:57.584Z[SUM] 4.00-5.00 sec 271 MBytes 2.27 Gbits/sec
47202026-03-24T03:49:57.584Z- - - - - - - - - - - - - - - - - - - - - - - - -
47212026-03-24T03:49:57.584Z[ 5] 5.00-6.00 sec 34.7 MBytes 291 Mbits/sec
47222026-03-24T03:49:57.584Z[ 7] 5.00-6.00 sec 34.6 MBytes 290 Mbits/sec
47232026-03-24T03:49:57.584Z[ 9] 5.00-6.00 sec 34.5 MBytes 289 Mbits/sec
47242026-03-24T03:49:57.584Z[ 11] 5.00-6.00 sec 34.6 MBytes 290 Mbits/sec
47252026-03-24T03:49:57.584Z[ 13] 5.00-6.00 sec 34.6 MBytes 290 Mbits/sec
47262026-03-24T03:49:57.584Z[ 15] 5.00-6.00 sec 34.6 MBytes 290 Mbits/sec
47272026-03-24T03:49:57.584Z[ 17] 5.00-6.00 sec 34.7 MBytes 291 Mbits/sec
47282026-03-24T03:49:57.584Z[ 19] 5.00-6.00 sec 34.6 MBytes 290 Mbits/sec
47292026-03-24T03:49:57.584Z[SUM] 5.00-6.00 sec 277 MBytes 2.32 Gbits/sec
47302026-03-24T03:49:57.584Z- - - - - - - - - - - - - - - - - - - - - - - - -
47312026-03-24T03:49:57.584Z[ 5] 6.00-7.00 sec 34.6 MBytes 290 Mbits/sec
47322026-03-24T03:49:57.584Z[ 7] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
47332026-03-24T03:49:57.584Z[ 9] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
47342026-03-24T03:50:00.695Z[ 11] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
47352026-03-24T03:50:00.695Z[ 13] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
47362026-03-24T03:50:00.695Z[ 15] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
47372026-03-24T03:50:00.695Z[ 17] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
47382026-03-24T03:50:00.695Z[ 19] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
47392026-03-24T03:50:00.695Z[SUM] 6.00-7.00 sec 277 MBytes 2.33 Gbits/sec
47402026-03-24T03:50:00.695Z- - - - - - - - - - - - - - - - - - - - - - - - -
47412026-03-24T03:50:00.695Z[ 5] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
47422026-03-24T03:50:00.695Z[ 7] 7.00-8.00 sec 33.6 MBytes 282 Mbits/sec
47432026-03-24T03:50:00.695Z[ 9] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
47442026-03-24T03:50:00.695Z[ 11] 7.00-8.00 sec 33.6 MBytes 282 Mbits/sec
47452026-03-24T03:50:00.695Z[ 13] 7.00-8.00 sec 33.6 MBytes 282 Mbits/sec
47462026-03-24T03:50:00.695Z[ 15] 7.00-8.00 sec 33.6 MBytes 282 Mbits/sec
47472026-03-24T03:50:00.695Z[ 17] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
47482026-03-24T03:50:00.695Z[ 19] 7.00-8.00 sec 33.6 MBytes 282 Mbits/sec
47492026-03-24T03:50:00.695Z[SUM] 7.00-8.00 sec 268 MBytes 2.25 Gbits/sec
47502026-03-24T03:50:00.695Z- - - - - - - - - - - - - - - - - - - - - - - - -
47512026-03-24T03:50:00.695Z[ 5] 8.00-9.00 sec 33.8 MBytes 284 Mbits/sec
47522026-03-24T03:50:00.695Z[ 7] 8.00-9.00 sec 33.7 MBytes 283 Mbits/sec
47532026-03-24T03:50:00.695Z[ 9] 8.00-9.00 sec 33.8 MBytes 284 Mbits/sec
47542026-03-24T03:50:00.695Z[ 11] 8.00-9.00 sec 33.7 MBytes 283 Mbits/sec
47552026-03-24T03:50:00.695Z[ 13] 8.00-9.00 sec 33.7 MBytes 283 Mbits/sec
47562026-03-24T03:50:00.695Z[ 15] 8.00-9.00 sec 33.6 MBytes 282 Mbits/sec
47572026-03-24T03:50:00.695Z[ 17] 8.00-9.00 sec 33.8 MBytes 283 Mbits/sec
47582026-03-24T03:50:00.695Z[ 19] 8.00-9.00 sec 33.7 MBytes 283 Mbits/sec
47592026-03-24T03:50:00.695Z[SUM] 8.00-9.00 sec 270 MBytes 2.26 Gbits/sec
47602026-03-24T03:50:00.695Z- - - - - - - - - - - - - - - - - - - - - - - - -
47612026-03-24T03:50:00.695Z[ 5] 9.00-10.00 sec 33.5 MBytes 281 Mbits/sec
47622026-03-24T03:50:00.695Z[ 7] 9.00-10.00 sec 33.6 MBytes 282 Mbits/sec
47632026-03-24T03:50:00.695Z[ 9] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
47642026-03-24T03:50:00.695Z[ 11] 9.00-10.00 sec 33.5 MBytes 281 Mbits/sec
47652026-03-24T03:50:00.696Z[ 13] 9.00-10.00 sec 33.5 MBytes 281 Mbits/sec
47662026-03-24T03:50:00.696Z[ 15] 9.00-10.00 sec 33.5 MBytes 281 Mbits/sec
47672026-03-24T03:50:00.696Z[ 17] 9.00-10.00 sec 33.6 MBytes 282 Mbits/sec
47682026-03-24T03:50:00.696Z[ 19] 9.00-10.00 sec 33.5 MBytes 281 Mbits/sec
47692026-03-24T03:50:00.696Z[SUM] 9.00-10.00 sec 268 MBytes 2.25 Gbits/sec
47702026-03-24T03:50:00.696Z- - - - - - - - - - - - - - - - - - - - - - - - -
47712026-03-24T03:50:00.696Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
47722026-03-24T03:50:00.696Z[ 7] 10.00-10.00 sec 144 KBytes 679 Mbits/sec
47732026-03-24T03:50:00.696Z[ 9] 10.00-10.00 sec 144 KBytes 680 Mbits/sec
47742026-03-24T03:50:00.696Z[ 11] 10.00-10.00 sec 144 KBytes 679 Mbits/sec
47752026-03-24T03:50:00.696Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
47762026-03-24T03:50:00.696Z[ 15] 10.00-10.00 sec 144 KBytes 679 Mbits/sec
47772026-03-24T03:50:00.696Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
47782026-03-24T03:50:00.696Z[ 19] 10.00-10.00 sec 48.1 KBytes 227 Mbits/sec
47792026-03-24T03:50:00.696Z[SUM] 10.00-10.00 sec 625 KBytes 2.94 Gbits/sec
47802026-03-24T03:50:00.696Z- - - - - - - - - - - - - - - - - - - - - - - - -
47812026-03-24T03:50:00.696Z[ ID] Interval Transfer Bandwidth
47822026-03-24T03:50:00.696Z[ 5] 0.00-10.00 sec 328 MBytes 275 Mbits/sec sender
47832026-03-24T03:50:00.696Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47842026-03-24T03:50:00.696Z[ 7] 0.00-10.00 sec 328 MBytes 275 Mbits/sec sender
47852026-03-24T03:50:00.696Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47862026-03-24T03:50:00.696Z[ 9] 0.00-10.00 sec 328 MBytes 275 Mbits/sec sender
47872026-03-24T03:50:00.696Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47882026-03-24T03:50:00.696Z[ 11] 0.00-10.00 sec 328 MBytes 275 Mbits/sec sender
47892026-03-24T03:50:00.696Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47902026-03-24T03:50:00.696Z[ 13] 0.00-10.00 sec 328 MBytes 275 Mbits/sec sender
47912026-03-24T03:50:00.696Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47922026-03-24T03:50:00.696Z[ 15] 0.00-10.00 sec 328 MBytes 275 Mbits/sec sender
47932026-03-24T03:50:00.696Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47942026-03-24T03:50:00.696Z[ 17] 0.00-10.00 sec 328 MBytes 275 Mbits/sec sender
47952026-03-24T03:50:00.696Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47962026-03-24T03:50:00.696Z[ 19] 0.00-10.00 sec 328 MBytes 275 Mbits/sec sender
47972026-03-24T03:50:00.696Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47982026-03-24T03:50:00.696Z[SUM] 0.00-10.00 sec 2.56 GBytes 2.20 Gbits/sec sender
47992026-03-24T03:50:00.696Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
48002026-03-24T03:50:00.700ZRun 6/10...2201.126Mbps
48012026-03-24T03:50:07.723Z-----------------------------------------------------------
48022026-03-24T03:50:07.723ZServer listening on 5201
48032026-03-24T03:50:07.723Z-----------------------------------------------------------
48042026-03-24T03:50:07.723ZAccepted connection from 10.0.0.1, port 53442
48052026-03-24T03:50:07.723Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40617
48062026-03-24T03:50:07.723Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47863
48072026-03-24T03:50:07.723Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51771
48082026-03-24T03:50:07.723Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55696
48092026-03-24T03:50:07.723Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63269
48102026-03-24T03:50:07.723Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44014
48112026-03-24T03:50:07.723Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40563
48122026-03-24T03:50:07.723Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33077
48132026-03-24T03:50:07.724Z[ ID] Interval Transfer Bandwidth
48142026-03-24T03:50:07.724Z[ 5] 0.00-1.00 sec 26.0 MBytes 218 Mbits/sec
48152026-03-24T03:50:07.724Z[ 7] 0.00-1.00 sec 25.9 MBytes 217 Mbits/sec
48162026-03-24T03:50:07.724Z[ 9] 0.00-1.00 sec 26.0 MBytes 218 Mbits/sec
48172026-03-24T03:50:07.724Z[ 11] 0.00-1.00 sec 26.0 MBytes 218 Mbits/sec
48182026-03-24T03:50:07.724Z[ 13] 0.00-1.00 sec 26.1 MBytes 219 Mbits/sec
48192026-03-24T03:50:07.724Z[ 15] 0.00-1.00 sec 26.0 MBytes 218 Mbits/sec
48202026-03-24T03:50:07.724Z[ 17] 0.00-1.00 sec 26.0 MBytes 218 Mbits/sec
48212026-03-24T03:50:07.724Z[ 19] 0.00-1.00 sec 26.0 MBytes 218 Mbits/sec
48222026-03-24T03:50:07.724Z[SUM] 0.00-1.00 sec 208 MBytes 1.74 Gbits/sec
48232026-03-24T03:50:07.724Z- - - - - - - - - - - - - - - - - - - - - - - - -
48242026-03-24T03:50:07.724Z[ 5] 1.00-2.00 sec 33.3 MBytes 279 Mbits/sec
48252026-03-24T03:50:07.724Z[ 7] 1.00-2.00 sec 33.3 MBytes 279 Mbits/sec
48262026-03-24T03:50:07.724Z[ 9] 1.00-2.00 sec 33.4 MBytes 280 Mbits/sec
48272026-03-24T03:50:07.724Z[ 11] 1.00-2.00 sec 33.2 MBytes 279 Mbits/sec
48282026-03-24T03:50:07.724Z[ 13] 1.00-2.00 sec 33.2 MBytes 279 Mbits/sec
48292026-03-24T03:50:07.724Z[ 15] 1.00-2.00 sec 33.3 MBytes 279 Mbits/sec
48302026-03-24T03:50:07.724Z[ 17] 1.00-2.00 sec 33.3 MBytes 279 Mbits/sec
48312026-03-24T03:50:07.724Z[ 19] 1.00-2.00 sec 33.3 MBytes 279 Mbits/sec
48322026-03-24T03:50:07.724Z[SUM] 1.00-2.00 sec 266 MBytes 2.23 Gbits/sec
48332026-03-24T03:50:07.724Z- - - - - - - - - - - - - - - - - - - - - - - - -
48342026-03-24T03:50:07.724Z[ 5] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
48352026-03-24T03:50:07.724Z[ 7] 2.00-3.00 sec 33.4 MBytes 280 Mbits/sec
48362026-03-24T03:50:07.724Z[ 9] 2.00-3.00 sec 33.3 MBytes 280 Mbits/sec
48372026-03-24T03:50:07.724Z[ 11] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
48382026-03-24T03:50:07.724Z[ 13] 2.00-3.00 sec 33.4 MBytes 280 Mbits/sec
48392026-03-24T03:50:07.724Z[ 15] 2.00-3.00 sec 33.4 MBytes 280 Mbits/sec
48402026-03-24T03:50:07.725Z[ 17] 2.00-3.00 sec 33.3 MBytes 280 Mbits/sec
48412026-03-24T03:50:07.725Z[ 19] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
48422026-03-24T03:50:07.725Z[SUM] 2.00-3.00 sec 267 MBytes 2.24 Gbits/sec
48432026-03-24T03:50:07.725Z- - - - - - - - - - - - - - - - - - - - - - - - -
48442026-03-24T03:50:07.725Z[ 5] 3.00-4.00 sec 33.6 MBytes 282 Mbits/sec
48452026-03-24T03:50:07.725Z[ 7] 3.00-4.00 sec 33.7 MBytes 282 Mbits/sec
48462026-03-24T03:50:07.725Z[ 9] 3.00-4.00 sec 33.7 MBytes 282 Mbits/sec
48472026-03-24T03:50:07.725Z[ 11] 3.00-4.00 sec 33.5 MBytes 281 Mbits/sec
48482026-03-24T03:50:07.725Z[ 13] 3.00-4.00 sec 33.7 MBytes 283 Mbits/sec
48492026-03-24T03:50:07.725Z[ 15] 3.00-4.00 sec 33.6 MBytes 282 Mbits/sec
48502026-03-24T03:50:07.725Z[ 17] 3.00-4.00 sec 33.6 MBytes 282 Mbits/sec
48512026-03-24T03:50:07.725Z[ 19] 3.00-4.00 sec 33.6 MBytes 282 Mbits/sec
48522026-03-24T03:50:07.725Z[SUM] 3.00-4.00 sec 269 MBytes 2.26 Gbits/sec
48532026-03-24T03:50:07.725Z- - - - - - - - - - - - - - - - - - - - - - - - -
48542026-03-24T03:50:07.725Z[ 5] 4.00-5.00 sec 35.1 MBytes 294 Mbits/sec
48552026-03-24T03:50:07.725Z[ 7] 4.00-5.00 sec 34.9 MBytes 293 Mbits/sec
48562026-03-24T03:50:07.725Z[ 9] 4.00-5.00 sec 35.0 MBytes 294 Mbits/sec
48572026-03-24T03:50:07.725Z[ 11] 4.00-5.00 sec 35.1 MBytes 294 Mbits/sec
48582026-03-24T03:50:07.725Z[ 13] 4.00-5.00 sec 35.0 MBytes 293 Mbits/sec
48592026-03-24T03:50:07.725Z[ 15] 4.00-5.00 sec 35.0 MBytes 293 Mbits/sec
48602026-03-24T03:50:07.725Z[ 17] 4.00-5.00 sec 35.0 MBytes 293 Mbits/sec
48612026-03-24T03:50:07.725Z[ 19] 4.00-5.00 sec 35.0 MBytes 293 Mbits/sec
48622026-03-24T03:50:07.725Z[SUM] 4.00-5.00 sec 280 MBytes 2.35 Gbits/sec
48632026-03-24T03:50:07.725Z- - - - - - - - - - - - - - - - - - - - - - - - -
48642026-03-24T03:50:07.725Z[ 5] 5.00-6.00 sec 34.7 MBytes 291 Mbits/sec
48652026-03-24T03:50:07.725Z[ 7] 5.00-6.00 sec 34.8 MBytes 292 Mbits/sec
48662026-03-24T03:50:07.725Z[ 9] 5.00-6.00 sec 34.7 MBytes 291 Mbits/sec
48672026-03-24T03:50:07.725Z[ 11] 5.00-6.00 sec 34.9 MBytes 293 Mbits/sec
48682026-03-24T03:50:07.725Z[ 13] 5.00-6.00 sec 34.7 MBytes 291 Mbits/sec
48692026-03-24T03:50:07.725Z[ 15] 5.00-6.00 sec 34.8 MBytes 292 Mbits/sec
48702026-03-24T03:50:07.725Z[ 17] 5.00-6.00 sec 34.7 MBytes 291 Mbits/sec
48712026-03-24T03:50:07.725Z[ 19] 5.00-6.00 sec 34.8 MBytes 292 Mbits/sec
48722026-03-24T03:50:07.725Z[SUM] 5.00-6.00 sec 278 MBytes 2.33 Gbits/sec
48732026-03-24T03:50:07.725Z- - - - - - - - - - - - - - - - - - - - - - - - -
48742026-03-24T03:50:07.725Z[ 5] 6.00-7.00 sec 34.9 MBytes 293 Mbits/sec
48752026-03-24T03:50:07.725Z[ 7] 6.00-7.00 sec 34.9 MBytes 293 Mbits/sec
48762026-03-24T03:50:07.725Z[ 9] 6.00-7.00 sec 34.9 MBytes 293 Mbits/sec
48772026-03-24T03:50:10.836Z[ 11] 6.00-7.00 sec 34.8 MBytes 292 Mbits/sec
48782026-03-24T03:50:10.836Z[ 13] 6.00-7.00 sec 34.8 MBytes 292 Mbits/sec
48792026-03-24T03:50:10.836Z[ 15] 6.00-7.00 sec 34.8 MBytes 292 Mbits/sec
48802026-03-24T03:50:10.836Z[ 17] 6.00-7.00 sec 34.8 MBytes 292 Mbits/sec
48812026-03-24T03:50:10.836Z[ 19] 6.00-7.00 sec 34.9 MBytes 293 Mbits/sec
48822026-03-24T03:50:10.836Z[SUM] 6.00-7.00 sec 279 MBytes 2.34 Gbits/sec
48832026-03-24T03:50:10.836Z- - - - - - - - - - - - - - - - - - - - - - - - -
48842026-03-24T03:50:10.836Z[ 5] 7.00-8.00 sec 32.3 MBytes 271 Mbits/sec
48852026-03-24T03:50:10.836Z[ 7] 7.00-8.00 sec 32.3 MBytes 271 Mbits/sec
48862026-03-24T03:50:10.836Z[ 9] 7.00-8.00 sec 32.3 MBytes 271 Mbits/sec
48872026-03-24T03:50:10.836Z[ 11] 7.00-8.00 sec 32.4 MBytes 272 Mbits/sec
48882026-03-24T03:50:10.836Z[ 13] 7.00-8.00 sec 32.3 MBytes 271 Mbits/sec
48892026-03-24T03:50:10.836Z[ 15] 7.00-8.00 sec 32.3 MBytes 271 Mbits/sec
48902026-03-24T03:50:10.836Z[ 17] 7.00-8.00 sec 32.3 MBytes 271 Mbits/sec
48912026-03-24T03:50:10.836Z[ 19] 7.00-8.00 sec 32.3 MBytes 271 Mbits/sec
48922026-03-24T03:50:10.836Z[SUM] 7.00-8.00 sec 259 MBytes 2.17 Gbits/sec
48932026-03-24T03:50:10.836Z- - - - - - - - - - - - - - - - - - - - - - - - -
48942026-03-24T03:50:10.836Z[ 5] 8.00-9.00 sec 32.1 MBytes 269 Mbits/sec
48952026-03-24T03:50:10.836Z[ 7] 8.00-9.00 sec 32.1 MBytes 269 Mbits/sec
48962026-03-24T03:50:10.836Z[ 9] 8.00-9.00 sec 32.1 MBytes 269 Mbits/sec
48972026-03-24T03:50:10.836Z[ 11] 8.00-9.00 sec 32.0 MBytes 269 Mbits/sec
48982026-03-24T03:50:10.836Z[ 13] 8.00-9.00 sec 32.1 MBytes 269 Mbits/sec
48992026-03-24T03:50:10.836Z[ 15] 8.00-9.00 sec 32.1 MBytes 269 Mbits/sec
49002026-03-24T03:50:10.836Z[ 17] 8.00-9.00 sec 32.1 MBytes 269 Mbits/sec
49012026-03-24T03:50:10.836Z[ 19] 8.00-9.00 sec 32.1 MBytes 269 Mbits/sec
49022026-03-24T03:50:10.836Z[SUM] 8.00-9.00 sec 257 MBytes 2.15 Gbits/sec
49032026-03-24T03:50:10.836Z- - - - - - - - - - - - - - - - - - - - - - - - -
49042026-03-24T03:50:10.836Z[ 5] 9.00-10.00 sec 35.1 MBytes 295 Mbits/sec
49052026-03-24T03:50:10.836Z[ 7] 9.00-10.00 sec 35.1 MBytes 295 Mbits/sec
49062026-03-24T03:50:10.836Z[ 9] 9.00-10.00 sec 34.9 MBytes 293 Mbits/sec
49072026-03-24T03:50:10.836Z[ 11] 9.00-10.00 sec 35.1 MBytes 295 Mbits/sec
49082026-03-24T03:50:10.837Z[ 13] 9.00-10.00 sec 35.0 MBytes 293 Mbits/sec
49092026-03-24T03:50:10.837Z[ 15] 9.00-10.00 sec 35.0 MBytes 294 Mbits/sec
49102026-03-24T03:50:10.837Z[ 17] 9.00-10.00 sec 35.0 MBytes 294 Mbits/sec
49112026-03-24T03:50:10.837Z[ 19] 9.00-10.00 sec 35.1 MBytes 295 Mbits/sec
49122026-03-24T03:50:10.837Z[SUM] 9.00-10.00 sec 280 MBytes 2.35 Gbits/sec
49132026-03-24T03:50:10.837Z- - - - - - - - - - - - - - - - - - - - - - - - -
49142026-03-24T03:50:10.837Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49152026-03-24T03:50:10.837Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49162026-03-24T03:50:10.837Z[ 9] 10.00-10.00 sec 96.2 KBytes 467 Mbits/sec
49172026-03-24T03:50:10.837Z[ 11] 10.00-10.00 sec 48.1 KBytes 234 Mbits/sec
49182026-03-24T03:50:10.837Z[ 13] 10.00-10.00 sec 144 KBytes 701 Mbits/sec
49192026-03-24T03:50:10.837Z[ 15] 10.00-10.00 sec 96.2 KBytes 467 Mbits/sec
49202026-03-24T03:50:10.837Z[ 17] 10.00-10.00 sec 144 KBytes 701 Mbits/sec
49212026-03-24T03:50:10.837Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49222026-03-24T03:50:10.837Z[SUM] 10.00-10.00 sec 529 KBytes 2.57 Gbits/sec
49232026-03-24T03:50:10.837Z- - - - - - - - - - - - - - - - - - - - - - - - -
49242026-03-24T03:50:10.837Z[ ID] Interval Transfer Bandwidth
49252026-03-24T03:50:10.837Z[ 5] 0.00-10.00 sec 331 MBytes 277 Mbits/sec sender
49262026-03-24T03:50:10.837Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49272026-03-24T03:50:10.837Z[ 7] 0.00-10.00 sec 330 MBytes 277 Mbits/sec sender
49282026-03-24T03:50:10.837Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49292026-03-24T03:50:10.837Z[ 9] 0.00-10.00 sec 330 MBytes 277 Mbits/sec sender
49302026-03-24T03:50:10.837Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49312026-03-24T03:50:10.837Z[ 11] 0.00-10.00 sec 331 MBytes 277 Mbits/sec sender
49322026-03-24T03:50:10.837Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49332026-03-24T03:50:10.837Z[ 13] 0.00-10.00 sec 330 MBytes 277 Mbits/sec sender
49342026-03-24T03:50:10.837Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49352026-03-24T03:50:10.837Z[ 15] 0.00-10.00 sec 330 MBytes 277 Mbits/sec sender
49362026-03-24T03:50:10.837Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49372026-03-24T03:50:10.837Z[ 17] 0.00-10.00 sec 330 MBytes 277 Mbits/sec sender
49382026-03-24T03:50:10.837Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49392026-03-24T03:50:10.837Z[ 19] 0.00-10.00 sec 331 MBytes 277 Mbits/sec sender
49402026-03-24T03:50:10.837Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49412026-03-24T03:50:10.837Z[SUM] 0.00-10.00 sec 2.58 GBytes 2.22 Gbits/sec sender
49422026-03-24T03:50:10.837Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49432026-03-24T03:50:10.841ZRun 7/10...2218.149Mbps
49442026-03-24T03:50:17.864Z-----------------------------------------------------------
49452026-03-24T03:50:17.864ZServer listening on 5201
49462026-03-24T03:50:17.864Z-----------------------------------------------------------
49472026-03-24T03:50:17.864ZAccepted connection from 10.0.0.1, port 41504
49482026-03-24T03:50:17.864Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42325
49492026-03-24T03:50:17.864Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58684
49502026-03-24T03:50:17.864Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65372
49512026-03-24T03:50:17.864Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40199
49522026-03-24T03:50:17.865Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34571
49532026-03-24T03:50:17.865Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37958
49542026-03-24T03:50:17.865Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59721
49552026-03-24T03:50:17.865Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61496
49562026-03-24T03:50:17.865Z[ ID] Interval Transfer Bandwidth
49572026-03-24T03:50:17.865Z[ 5] 0.00-1.00 sec 26.3 MBytes 221 Mbits/sec
49582026-03-24T03:50:17.865Z[ 7] 0.00-1.00 sec 26.2 MBytes 219 Mbits/sec
49592026-03-24T03:50:17.865Z[ 9] 0.00-1.00 sec 26.3 MBytes 220 Mbits/sec
49602026-03-24T03:50:17.865Z[ 11] 0.00-1.00 sec 26.2 MBytes 220 Mbits/sec
49612026-03-24T03:50:17.865Z[ 13] 0.00-1.00 sec 26.3 MBytes 220 Mbits/sec
49622026-03-24T03:50:17.865Z[ 15] 0.00-1.00 sec 26.3 MBytes 221 Mbits/sec
49632026-03-24T03:50:17.865Z[ 17] 0.00-1.00 sec 26.3 MBytes 221 Mbits/sec
49642026-03-24T03:50:17.865Z[ 19] 0.00-1.00 sec 26.4 MBytes 221 Mbits/sec
49652026-03-24T03:50:17.865Z[SUM] 0.00-1.00 sec 210 MBytes 1.76 Gbits/sec
49662026-03-24T03:50:17.865Z- - - - - - - - - - - - - - - - - - - - - - - - -
49672026-03-24T03:50:17.865Z[ 5] 1.00-2.00 sec 33.1 MBytes 277 Mbits/sec
49682026-03-24T03:50:17.865Z[ 7] 1.00-2.00 sec 33.1 MBytes 277 Mbits/sec
49692026-03-24T03:50:17.865Z[ 9] 1.00-2.00 sec 33.1 MBytes 278 Mbits/sec
49702026-03-24T03:50:17.865Z[ 11] 1.00-2.00 sec 33.1 MBytes 278 Mbits/sec
49712026-03-24T03:50:17.865Z[ 13] 1.00-2.00 sec 33.1 MBytes 277 Mbits/sec
49722026-03-24T03:50:17.865Z[ 15] 1.00-2.00 sec 33.0 MBytes 277 Mbits/sec
49732026-03-24T03:50:17.865Z[ 17] 1.00-2.00 sec 33.0 MBytes 277 Mbits/sec
49742026-03-24T03:50:17.865Z[ 19] 1.00-2.00 sec 33.1 MBytes 277 Mbits/sec
49752026-03-24T03:50:17.865Z[SUM] 1.00-2.00 sec 264 MBytes 2.22 Gbits/sec
49762026-03-24T03:50:17.865Z- - - - - - - - - - - - - - - - - - - - - - - - -
49772026-03-24T03:50:17.865Z[ 5] 2.00-3.00 sec 33.1 MBytes 278 Mbits/sec
49782026-03-24T03:50:17.865Z[ 7] 2.00-3.00 sec 33.1 MBytes 278 Mbits/sec
49792026-03-24T03:50:17.865Z[ 9] 2.00-3.00 sec 32.9 MBytes 276 Mbits/sec
49802026-03-24T03:50:17.865Z[ 11] 2.00-3.00 sec 33.1 MBytes 277 Mbits/sec
49812026-03-24T03:50:17.865Z[ 13] 2.00-3.00 sec 32.9 MBytes 276 Mbits/sec
49822026-03-24T03:50:17.865Z[ 15] 2.00-3.00 sec 33.0 MBytes 277 Mbits/sec
49832026-03-24T03:50:17.865Z[ 17] 2.00-3.00 sec 33.0 MBytes 277 Mbits/sec
49842026-03-24T03:50:17.865Z[ 19] 2.00-3.00 sec 33.0 MBytes 277 Mbits/sec
49852026-03-24T03:50:17.865Z[SUM] 2.00-3.00 sec 264 MBytes 2.22 Gbits/sec
49862026-03-24T03:50:17.865Z- - - - - - - - - - - - - - - - - - - - - - - - -
49872026-03-24T03:50:17.865Z[ 5] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
49882026-03-24T03:50:17.865Z[ 7] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
49892026-03-24T03:50:17.865Z[ 9] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
49902026-03-24T03:50:17.866Z[ 11] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
49912026-03-24T03:50:17.866Z[ 13] 3.00-4.00 sec 32.5 MBytes 273 Mbits/sec
49922026-03-24T03:50:17.866Z[ 15] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
49932026-03-24T03:50:17.866Z[ 17] 3.00-4.00 sec 32.3 MBytes 271 Mbits/sec
49942026-03-24T03:50:17.866Z[ 19] 3.00-4.00 sec 32.3 MBytes 271 Mbits/sec
49952026-03-24T03:50:17.866Z[SUM] 3.00-4.00 sec 259 MBytes 2.18 Gbits/sec
49962026-03-24T03:50:17.866Z- - - - - - - - - - - - - - - - - - - - - - - - -
49972026-03-24T03:50:17.866Z[ 5] 4.00-5.00 sec 31.8 MBytes 267 Mbits/sec
49982026-03-24T03:50:17.866Z[ 7] 4.00-5.00 sec 31.9 MBytes 267 Mbits/sec
49992026-03-24T03:50:17.866Z[ 9] 4.00-5.00 sec 31.8 MBytes 267 Mbits/sec
50002026-03-24T03:50:17.866Z[ 11] 4.00-5.00 sec 31.8 MBytes 267 Mbits/sec
50012026-03-24T03:50:17.866Z[ 13] 4.00-5.00 sec 31.8 MBytes 267 Mbits/sec
50022026-03-24T03:50:17.866Z[ 15] 4.00-5.00 sec 31.9 MBytes 267 Mbits/sec
50032026-03-24T03:50:17.866Z[ 17] 4.00-5.00 sec 31.8 MBytes 267 Mbits/sec
50042026-03-24T03:50:17.866Z[ 19] 4.00-5.00 sec 31.8 MBytes 267 Mbits/sec
50052026-03-24T03:50:17.866Z[SUM] 4.00-5.00 sec 255 MBytes 2.14 Gbits/sec
50062026-03-24T03:50:17.866Z- - - - - - - - - - - - - - - - - - - - - - - - -
50072026-03-24T03:50:17.866Z[ 5] 5.00-6.00 sec 32.0 MBytes 268 Mbits/sec
50082026-03-24T03:50:17.866Z[ 7] 5.00-6.00 sec 31.9 MBytes 268 Mbits/sec
50092026-03-24T03:50:17.866Z[ 9] 5.00-6.00 sec 32.0 MBytes 268 Mbits/sec
50102026-03-24T03:50:17.866Z[ 11] 5.00-6.00 sec 32.0 MBytes 269 Mbits/sec
50112026-03-24T03:50:17.866Z[ 13] 5.00-6.00 sec 32.0 MBytes 268 Mbits/sec
50122026-03-24T03:50:17.867Z[ 15] 5.00-6.00 sec 32.0 MBytes 268 Mbits/sec
50132026-03-24T03:50:17.867Z[ 17] 5.00-6.00 sec 32.0 MBytes 268 Mbits/sec
50142026-03-24T03:50:17.867Z[ 19] 5.00-6.00 sec 32.0 MBytes 269 Mbits/sec
50152026-03-24T03:50:17.867Z[SUM] 5.00-6.00 sec 256 MBytes 2.15 Gbits/sec
50162026-03-24T03:50:17.867Z- - - - - - - - - - - - - - - - - - - - - - - - -
50172026-03-24T03:50:17.867Z[ 5] 6.00-7.00 sec 31.7 MBytes 266 Mbits/sec
50182026-03-24T03:50:17.867Z[ 7] 6.00-7.00 sec 31.7 MBytes 266 Mbits/sec
50192026-03-24T03:50:17.867Z[ 9] 6.00-7.00 sec 31.6 MBytes 265 Mbits/sec
50202026-03-24T03:50:21.086Z[ 11] 6.00-7.00 sec 31.7 MBytes 266 Mbits/sec
50212026-03-24T03:50:21.087Z[ 13] 6.00-7.00 sec 31.7 MBytes 266 Mbits/sec
50222026-03-24T03:50:21.087Z[ 15] 6.00-7.00 sec 31.6 MBytes 265 Mbits/sec
50232026-03-24T03:50:21.087Z[ 17] 6.00-7.00 sec 31.6 MBytes 265 Mbits/sec
50242026-03-24T03:50:21.087Z[ 19] 6.00-7.00 sec 31.6 MBytes 265 Mbits/sec
50252026-03-24T03:50:21.087Z[SUM] 6.00-7.00 sec 253 MBytes 2.13 Gbits/sec
50262026-03-24T03:50:21.087Z- - - - - - - - - - - - - - - - - - - - - - - - -
50272026-03-24T03:50:21.087Z[ 5] 7.00-8.00 sec 31.8 MBytes 267 Mbits/sec
50282026-03-24T03:50:21.087Z[ 7] 7.00-8.00 sec 32.0 MBytes 268 Mbits/sec
50292026-03-24T03:50:21.087Z[ 9] 7.00-8.00 sec 32.0 MBytes 268 Mbits/sec
50302026-03-24T03:50:21.087Z[ 11] 7.00-8.00 sec 31.8 MBytes 267 Mbits/sec
50312026-03-24T03:50:21.087Z[ 13] 7.00-8.00 sec 31.9 MBytes 267 Mbits/sec
50322026-03-24T03:50:21.087Z[ 15] 7.00-8.00 sec 31.9 MBytes 268 Mbits/sec
50332026-03-24T03:50:21.087Z[ 17] 7.00-8.00 sec 31.9 MBytes 267 Mbits/sec
50342026-03-24T03:50:21.087Z[ 19] 7.00-8.00 sec 32.0 MBytes 268 Mbits/sec
50352026-03-24T03:50:21.087Z[SUM] 7.00-8.00 sec 255 MBytes 2.14 Gbits/sec
50362026-03-24T03:50:21.087Z- - - - - - - - - - - - - - - - - - - - - - - - -
50372026-03-24T03:50:21.087Z[ 5] 8.00-9.00 sec 32.4 MBytes 272 Mbits/sec
50382026-03-24T03:50:21.087Z[ 7] 8.00-9.00 sec 32.3 MBytes 271 Mbits/sec
50392026-03-24T03:50:21.087Z[ 9] 8.00-9.00 sec 32.3 MBytes 271 Mbits/sec
50402026-03-24T03:50:21.087Z[ 11] 8.00-9.00 sec 32.4 MBytes 272 Mbits/sec
50412026-03-24T03:50:21.087Z[ 13] 8.00-9.00 sec 32.3 MBytes 271 Mbits/sec
50422026-03-24T03:50:21.087Z[ 15] 8.00-9.00 sec 32.4 MBytes 272 Mbits/sec
50432026-03-24T03:50:21.087Z[ 17] 8.00-9.00 sec 32.3 MBytes 271 Mbits/sec
50442026-03-24T03:50:21.087Z[ 19] 8.00-9.00 sec 32.2 MBytes 270 Mbits/sec
50452026-03-24T03:50:21.087Z[SUM] 8.00-9.00 sec 259 MBytes 2.17 Gbits/sec
50462026-03-24T03:50:21.087Z- - - - - - - - - - - - - - - - - - - - - - - - -
50472026-03-24T03:50:21.087Z[ 5] 9.00-10.00 sec 32.3 MBytes 271 Mbits/sec
50482026-03-24T03:50:21.087Z[ 7] 9.00-10.00 sec 32.3 MBytes 271 Mbits/sec
50492026-03-24T03:50:21.087Z[ 9] 9.00-10.00 sec 32.5 MBytes 273 Mbits/sec
50502026-03-24T03:50:21.087Z[ 11] 9.00-10.00 sec 32.4 MBytes 272 Mbits/sec
50512026-03-24T03:50:21.087Z[ 13] 9.00-10.00 sec 32.5 MBytes 273 Mbits/sec
50522026-03-24T03:50:21.087Z[ 15] 9.00-10.00 sec 32.4 MBytes 272 Mbits/sec
50532026-03-24T03:50:21.087Z[ 17] 9.00-10.00 sec 32.5 MBytes 273 Mbits/sec
50542026-03-24T03:50:21.087Z[ 19] 9.00-10.00 sec 32.3 MBytes 271 Mbits/sec
50552026-03-24T03:50:21.087Z[SUM] 9.00-10.00 sec 259 MBytes 2.18 Gbits/sec
50562026-03-24T03:50:21.087Z- - - - - - - - - - - - - - - - - - - - - - - - -
50572026-03-24T03:50:21.088Z[ 5] 10.00-10.00 sec 144 KBytes 649 Mbits/sec
50582026-03-24T03:50:21.088Z[ 7] 10.00-10.00 sec 96.2 KBytes 433 Mbits/sec
50592026-03-24T03:50:21.088Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50602026-03-24T03:50:21.088Z[ 11] 10.00-10.00 sec 144 KBytes 650 Mbits/sec
50612026-03-24T03:50:21.088Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50622026-03-24T03:50:21.088Z[ 15] 10.00-10.00 sec 96.2 KBytes 433 Mbits/sec
50632026-03-24T03:50:21.088Z[ 17] 10.00-10.00 sec 48.1 KBytes 217 Mbits/sec
50642026-03-24T03:50:21.088Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50652026-03-24T03:50:21.088Z[SUM] 10.00-10.00 sec 529 KBytes 2.38 Gbits/sec
50662026-03-24T03:50:21.088Z- - - - - - - - - - - - - - - - - - - - - - - - -
50672026-03-24T03:50:21.088Z[ ID] Interval Transfer Bandwidth
50682026-03-24T03:50:21.088Z[ 5] 0.00-10.00 sec 317 MBytes 266 Mbits/sec sender
50692026-03-24T03:50:21.088Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50702026-03-24T03:50:21.088Z[ 7] 0.00-10.00 sec 317 MBytes 266 Mbits/sec sender
50712026-03-24T03:50:21.088Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50722026-03-24T03:50:21.088Z[ 9] 0.00-10.00 sec 317 MBytes 266 Mbits/sec sender
50732026-03-24T03:50:21.088Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50742026-03-24T03:50:21.088Z[ 11] 0.00-10.00 sec 317 MBytes 266 Mbits/sec sender
50752026-03-24T03:50:21.088Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50762026-03-24T03:50:21.088Z[ 13] 0.00-10.00 sec 317 MBytes 266 Mbits/sec sender
50772026-03-24T03:50:21.088Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50782026-03-24T03:50:21.088Z[ 15] 0.00-10.00 sec 317 MBytes 266 Mbits/sec sender
50792026-03-24T03:50:21.088Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50802026-03-24T03:50:21.088Z[ 17] 0.00-10.00 sec 317 MBytes 266 Mbits/sec sender
50812026-03-24T03:50:21.088Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50822026-03-24T03:50:21.088Z[ 19] 0.00-10.00 sec 317 MBytes 266 Mbits/sec sender
50832026-03-24T03:50:21.088Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50842026-03-24T03:50:21.088Z[SUM] 0.00-10.00 sec 2.48 GBytes 2.13 Gbits/sec sender
50852026-03-24T03:50:21.088Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50862026-03-24T03:50:21.092ZRun 8/10...2127.23Mbps
50872026-03-24T03:50:28.115Z-----------------------------------------------------------
50882026-03-24T03:50:28.115ZServer listening on 5201
50892026-03-24T03:50:28.115Z-----------------------------------------------------------
50902026-03-24T03:50:28.115ZAccepted connection from 10.0.0.1, port 33410
50912026-03-24T03:50:28.115Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52041
50922026-03-24T03:50:28.115Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49259
50932026-03-24T03:50:28.115Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48550
50942026-03-24T03:50:28.115Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39443
50952026-03-24T03:50:28.115Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61771
50962026-03-24T03:50:28.115Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35832
50972026-03-24T03:50:28.115Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59730
50982026-03-24T03:50:28.115Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38093
50992026-03-24T03:50:28.115Z[ ID] Interval Transfer Bandwidth
51002026-03-24T03:50:28.115Z[ 5] 0.00-1.00 sec 25.7 MBytes 215 Mbits/sec
51012026-03-24T03:50:28.115Z[ 7] 0.00-1.00 sec 25.6 MBytes 215 Mbits/sec
51022026-03-24T03:50:28.115Z[ 9] 0.00-1.00 sec 25.6 MBytes 215 Mbits/sec
51032026-03-24T03:50:28.116Z[ 11] 0.00-1.00 sec 25.6 MBytes 215 Mbits/sec
51042026-03-24T03:50:28.116Z[ 13] 0.00-1.00 sec 25.6 MBytes 215 Mbits/sec
51052026-03-24T03:50:28.116Z[ 15] 0.00-1.00 sec 25.6 MBytes 215 Mbits/sec
51062026-03-24T03:50:28.116Z[ 17] 0.00-1.00 sec 25.4 MBytes 213 Mbits/sec
51072026-03-24T03:50:28.116Z[ 19] 0.00-1.00 sec 25.6 MBytes 215 Mbits/sec
51082026-03-24T03:50:28.116Z[SUM] 0.00-1.00 sec 205 MBytes 1.72 Gbits/sec
51092026-03-24T03:50:28.116Z- - - - - - - - - - - - - - - - - - - - - - - - -
51102026-03-24T03:50:28.116Z[ 5] 1.00-2.00 sec 31.6 MBytes 265 Mbits/sec
51112026-03-24T03:50:28.116Z[ 7] 1.00-2.00 sec 31.7 MBytes 266 Mbits/sec
51122026-03-24T03:50:28.116Z[ 9] 1.00-2.00 sec 31.6 MBytes 265 Mbits/sec
51132026-03-24T03:50:28.116Z[ 11] 1.00-2.00 sec 31.6 MBytes 265 Mbits/sec
51142026-03-24T03:50:28.116Z[ 13] 1.00-2.00 sec 31.6 MBytes 265 Mbits/sec
51152026-03-24T03:50:28.116Z[ 15] 1.00-2.00 sec 31.6 MBytes 265 Mbits/sec
51162026-03-24T03:50:28.116Z[ 17] 1.00-2.00 sec 31.7 MBytes 266 Mbits/sec
51172026-03-24T03:50:28.116Z[ 19] 1.00-2.00 sec 31.6 MBytes 265 Mbits/sec
51182026-03-24T03:50:28.116Z[SUM] 1.00-2.00 sec 253 MBytes 2.12 Gbits/sec
51192026-03-24T03:50:28.116Z- - - - - - - - - - - - - - - - - - - - - - - - -
51202026-03-24T03:50:28.116Z[ 5] 2.00-3.00 sec 32.8 MBytes 275 Mbits/sec
51212026-03-24T03:50:28.116Z[ 7] 2.00-3.00 sec 32.6 MBytes 274 Mbits/sec
51222026-03-24T03:50:28.116Z[ 9] 2.00-3.00 sec 32.8 MBytes 275 Mbits/sec
51232026-03-24T03:50:28.116Z[ 11] 2.00-3.00 sec 32.8 MBytes 275 Mbits/sec
51242026-03-24T03:50:28.116Z[ 13] 2.00-3.00 sec 32.9 MBytes 276 Mbits/sec
51252026-03-24T03:50:28.116Z[ 15] 2.00-3.00 sec 32.8 MBytes 275 Mbits/sec
51262026-03-24T03:50:28.116Z[ 17] 2.00-3.00 sec 32.7 MBytes 275 Mbits/sec
51272026-03-24T03:50:28.116Z[ 19] 2.00-3.00 sec 32.8 MBytes 275 Mbits/sec
51282026-03-24T03:50:28.116Z[SUM] 2.00-3.00 sec 262 MBytes 2.20 Gbits/sec
51292026-03-24T03:50:28.116Z- - - - - - - - - - - - - - - - - - - - - - - - -
51302026-03-24T03:50:28.116Z[ 5] 3.00-4.00 sec 33.3 MBytes 279 Mbits/sec
51312026-03-24T03:50:28.116Z[ 7] 3.00-4.00 sec 33.3 MBytes 280 Mbits/sec
51322026-03-24T03:50:28.116Z[ 9] 3.00-4.00 sec 33.2 MBytes 278 Mbits/sec
51332026-03-24T03:50:28.116Z[ 11] 3.00-4.00 sec 33.3 MBytes 279 Mbits/sec
51342026-03-24T03:50:28.116Z[ 13] 3.00-4.00 sec 33.2 MBytes 278 Mbits/sec
51352026-03-24T03:50:28.116Z[ 15] 3.00-4.00 sec 33.3 MBytes 279 Mbits/sec
51362026-03-24T03:50:28.116Z[ 17] 3.00-4.00 sec 33.2 MBytes 278 Mbits/sec
51372026-03-24T03:50:28.117Z[ 19] 3.00-4.00 sec 33.2 MBytes 278 Mbits/sec
51382026-03-24T03:50:28.117Z[SUM] 3.00-4.00 sec 266 MBytes 2.23 Gbits/sec
51392026-03-24T03:50:28.117Z- - - - - - - - - - - - - - - - - - - - - - - - -
51402026-03-24T03:50:28.117Z[ 5] 4.00-5.00 sec 32.0 MBytes 268 Mbits/sec
51412026-03-24T03:50:28.117Z[ 7] 4.00-5.00 sec 32.1 MBytes 269 Mbits/sec
51422026-03-24T03:50:28.117Z[ 9] 4.00-5.00 sec 32.0 MBytes 269 Mbits/sec
51432026-03-24T03:50:28.117Z[ 11] 4.00-5.00 sec 31.9 MBytes 268 Mbits/sec
51442026-03-24T03:50:28.117Z[ 13] 4.00-5.00 sec 32.0 MBytes 269 Mbits/sec
51452026-03-24T03:50:28.117Z[ 15] 4.00-5.00 sec 32.1 MBytes 269 Mbits/sec
51462026-03-24T03:50:28.117Z[ 17] 4.00-5.00 sec 32.0 MBytes 269 Mbits/sec
51472026-03-24T03:50:28.117Z[ 19] 4.00-5.00 sec 32.0 MBytes 268 Mbits/sec
51482026-03-24T03:50:28.117Z[SUM] 4.00-5.00 sec 256 MBytes 2.15 Gbits/sec
51492026-03-24T03:50:28.117Z- - - - - - - - - - - - - - - - - - - - - - - - -
51502026-03-24T03:50:28.117Z[ 5] 5.00-6.00 sec 31.7 MBytes 266 Mbits/sec
51512026-03-24T03:50:28.117Z[ 7] 5.00-6.00 sec 31.6 MBytes 265 Mbits/sec
51522026-03-24T03:50:28.117Z[ 9] 5.00-6.00 sec 31.7 MBytes 266 Mbits/sec
51532026-03-24T03:50:28.117Z[ 11] 5.00-6.00 sec 31.8 MBytes 267 Mbits/sec
51542026-03-24T03:50:28.117Z[ 13] 5.00-6.00 sec 31.6 MBytes 265 Mbits/sec
51552026-03-24T03:50:28.117Z[ 15] 5.00-6.00 sec 31.6 MBytes 265 Mbits/sec
51562026-03-24T03:50:28.117Z[ 17] 5.00-6.00 sec 31.6 MBytes 265 Mbits/sec
51572026-03-24T03:50:28.117Z[ 19] 5.00-6.00 sec 31.7 MBytes 266 Mbits/sec
51582026-03-24T03:50:28.117Z[SUM] 5.00-6.00 sec 253 MBytes 2.13 Gbits/sec
51592026-03-24T03:50:28.117Z- - - - - - - - - - - - - - - - - - - - - - - - -
51602026-03-24T03:50:28.117Z[ 5] 6.00-7.00 sec 33.1 MBytes 277 Mbits/sec
51612026-03-24T03:50:28.117Z[ 7] 6.00-7.00 sec 33.1 MBytes 278 Mbits/sec
51622026-03-24T03:50:28.117Z[ 9] 6.00-7.00 sec 32.9 MBytes 276 Mbits/sec
51632026-03-24T03:50:31.227Z[ 11] 6.00-7.00 sec 33.0 MBytes 277 Mbits/sec
51642026-03-24T03:50:31.228Z[ 13] 6.00-7.00 sec 33.1 MBytes 277 Mbits/sec
51652026-03-24T03:50:31.228Z[ 15] 6.00-7.00 sec 33.1 MBytes 278 Mbits/sec
51662026-03-24T03:50:31.228Z[ 17] 6.00-7.00 sec 33.1 MBytes 277 Mbits/sec
51672026-03-24T03:50:31.228Z[ 19] 6.00-7.00 sec 33.0 MBytes 276 Mbits/sec
51682026-03-24T03:50:31.228Z[SUM] 6.00-7.00 sec 264 MBytes 2.22 Gbits/sec
51692026-03-24T03:50:31.228Z- - - - - - - - - - - - - - - - - - - - - - - - -
51702026-03-24T03:50:31.228Z[ 5] 7.00-8.00 sec 33.1 MBytes 278 Mbits/sec
51712026-03-24T03:50:31.228Z[ 7] 7.00-8.00 sec 33.1 MBytes 278 Mbits/sec
51722026-03-24T03:50:31.228Z[ 9] 7.00-8.00 sec 33.2 MBytes 278 Mbits/sec
51732026-03-24T03:50:31.228Z[ 11] 7.00-8.00 sec 33.1 MBytes 278 Mbits/sec
51742026-03-24T03:50:31.228Z[ 13] 7.00-8.00 sec 33.1 MBytes 278 Mbits/sec
51752026-03-24T03:50:31.228Z[ 15] 7.00-8.00 sec 33.1 MBytes 278 Mbits/sec
51762026-03-24T03:50:31.228Z[ 17] 7.00-8.00 sec 33.2 MBytes 278 Mbits/sec
51772026-03-24T03:50:31.228Z[ 19] 7.00-8.00 sec 33.1 MBytes 278 Mbits/sec
51782026-03-24T03:50:31.228Z[SUM] 7.00-8.00 sec 265 MBytes 2.22 Gbits/sec
51792026-03-24T03:50:31.228Z- - - - - - - - - - - - - - - - - - - - - - - - -
51802026-03-24T03:50:31.228Z[ 5] 8.00-9.00 sec 32.7 MBytes 275 Mbits/sec
51812026-03-24T03:50:31.228Z[ 7] 8.00-9.00 sec 32.6 MBytes 274 Mbits/sec
51822026-03-24T03:50:31.228Z[ 9] 8.00-9.00 sec 32.7 MBytes 275 Mbits/sec
51832026-03-24T03:50:31.228Z[ 11] 8.00-9.00 sec 32.7 MBytes 275 Mbits/sec
51842026-03-24T03:50:31.228Z[ 13] 8.00-9.00 sec 32.6 MBytes 274 Mbits/sec
51852026-03-24T03:50:31.228Z[ 15] 8.00-9.00 sec 32.7 MBytes 274 Mbits/sec
51862026-03-24T03:50:31.228Z[ 17] 8.00-9.00 sec 32.7 MBytes 275 Mbits/sec
51872026-03-24T03:50:31.228Z[ 19] 8.00-9.00 sec 32.8 MBytes 275 Mbits/sec
51882026-03-24T03:50:31.228Z[SUM] 8.00-9.00 sec 262 MBytes 2.20 Gbits/sec
51892026-03-24T03:50:31.228Z- - - - - - - - - - - - - - - - - - - - - - - - -
51902026-03-24T03:50:31.228Z[ 5] 9.00-10.00 sec 32.2 MBytes 270 Mbits/sec
51912026-03-24T03:50:31.228Z[ 7] 9.00-10.00 sec 32.3 MBytes 271 Mbits/sec
51922026-03-24T03:50:31.228Z[ 9] 9.00-10.00 sec 32.3 MBytes 271 Mbits/sec
51932026-03-24T03:50:31.228Z[ 11] 9.00-10.00 sec 32.3 MBytes 271 Mbits/sec
51942026-03-24T03:50:31.228Z[ 13] 9.00-10.00 sec 32.2 MBytes 270 Mbits/sec
51952026-03-24T03:50:31.228Z[ 15] 9.00-10.00 sec 32.2 MBytes 270 Mbits/sec
51962026-03-24T03:50:31.228Z[ 17] 9.00-10.00 sec 32.3 MBytes 271 Mbits/sec
51972026-03-24T03:50:31.228Z[ 19] 9.00-10.00 sec 32.2 MBytes 270 Mbits/sec
51982026-03-24T03:50:31.228Z[SUM] 9.00-10.00 sec 258 MBytes 2.16 Gbits/sec
51992026-03-24T03:50:31.228Z- - - - - - - - - - - - - - - - - - - - - - - - -
52002026-03-24T03:50:31.229Z[ 5] 10.00-10.00 sec 96.2 KBytes 418 Mbits/sec
52012026-03-24T03:50:31.229Z[ 7] 10.00-10.00 sec 48.1 KBytes 209 Mbits/sec
52022026-03-24T03:50:31.229Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
52032026-03-24T03:50:31.229Z[ 11] 10.00-10.00 sec 144 KBytes 627 Mbits/sec
52042026-03-24T03:50:31.229Z[ 13] 10.00-10.00 sec 144 KBytes 627 Mbits/sec
52052026-03-24T03:50:31.229Z[ 15] 10.00-10.00 sec 96.2 KBytes 418 Mbits/sec
52062026-03-24T03:50:31.229Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
52072026-03-24T03:50:31.229Z[ 19] 10.00-10.00 sec 48.1 KBytes 209 Mbits/sec
52082026-03-24T03:50:31.229Z[SUM] 10.00-10.00 sec 577 KBytes 2.51 Gbits/sec
52092026-03-24T03:50:31.229Z- - - - - - - - - - - - - - - - - - - - - - - - -
52102026-03-24T03:50:31.229Z[ ID] Interval Transfer Bandwidth
52112026-03-24T03:50:31.229Z[ 5] 0.00-10.00 sec 318 MBytes 267 Mbits/sec sender
52122026-03-24T03:50:31.229Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52132026-03-24T03:50:31.229Z[ 7] 0.00-10.00 sec 318 MBytes 267 Mbits/sec sender
52142026-03-24T03:50:31.229Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52152026-03-24T03:50:31.229Z[ 9] 0.00-10.00 sec 318 MBytes 267 Mbits/sec sender
52162026-03-24T03:50:31.229Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52172026-03-24T03:50:31.229Z[ 11] 0.00-10.00 sec 318 MBytes 267 Mbits/sec sender
52182026-03-24T03:50:31.229Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52192026-03-24T03:50:31.229Z[ 13] 0.00-10.00 sec 318 MBytes 267 Mbits/sec sender
52202026-03-24T03:50:31.229Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52212026-03-24T03:50:31.229Z[ 15] 0.00-10.00 sec 318 MBytes 267 Mbits/sec sender
52222026-03-24T03:50:31.229Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52232026-03-24T03:50:31.229Z[ 17] 0.00-10.00 sec 318 MBytes 267 Mbits/sec sender
52242026-03-24T03:50:31.229Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52252026-03-24T03:50:31.229Z[ 19] 0.00-10.00 sec 318 MBytes 267 Mbits/sec sender
52262026-03-24T03:50:31.229Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52272026-03-24T03:50:31.229Z[SUM] 0.00-10.00 sec 2.49 GBytes 2.13 Gbits/sec sender
52282026-03-24T03:50:31.229Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52292026-03-24T03:50:31.233ZRun 9/10...2134.695Mbps
52302026-03-24T03:50:38.256Z-----------------------------------------------------------
52312026-03-24T03:50:38.256ZServer listening on 5201
52322026-03-24T03:50:38.256Z-----------------------------------------------------------
52332026-03-24T03:50:38.256ZAccepted connection from 10.0.0.1, port 62945
52342026-03-24T03:50:38.256Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45646
52352026-03-24T03:50:38.256Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46435
52362026-03-24T03:50:38.256Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52153
52372026-03-24T03:50:38.257Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65522
52382026-03-24T03:50:38.257Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58280
52392026-03-24T03:50:38.257Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51853
52402026-03-24T03:50:38.257Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53625
52412026-03-24T03:50:38.257Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34123
52422026-03-24T03:50:38.257Z[ ID] Interval Transfer Bandwidth
52432026-03-24T03:50:38.257Z[ 5] 0.00-1.00 sec 25.9 MBytes 217 Mbits/sec
52442026-03-24T03:50:38.257Z[ 7] 0.00-1.00 sec 26.0 MBytes 218 Mbits/sec
52452026-03-24T03:50:38.257Z[ 9] 0.00-1.00 sec 26.0 MBytes 218 Mbits/sec
52462026-03-24T03:50:38.257Z[ 11] 0.00-1.00 sec 26.1 MBytes 219 Mbits/sec
52472026-03-24T03:50:38.257Z[ 13] 0.00-1.00 sec 25.9 MBytes 217 Mbits/sec
52482026-03-24T03:50:38.257Z[ 15] 0.00-1.00 sec 26.0 MBytes 218 Mbits/sec
52492026-03-24T03:50:38.257Z[ 17] 0.00-1.00 sec 25.8 MBytes 217 Mbits/sec
52502026-03-24T03:50:38.257Z[ 19] 0.00-1.00 sec 26.0 MBytes 218 Mbits/sec
52512026-03-24T03:50:38.257Z[SUM] 0.00-1.00 sec 208 MBytes 1.74 Gbits/sec
52522026-03-24T03:50:38.257Z- - - - - - - - - - - - - - - - - - - - - - - - -
52532026-03-24T03:50:38.257Z[ 5] 1.00-2.00 sec 33.7 MBytes 282 Mbits/sec
52542026-03-24T03:50:38.257Z[ 7] 1.00-2.00 sec 33.7 MBytes 282 Mbits/sec
52552026-03-24T03:50:38.257Z[ 9] 1.00-2.00 sec 33.5 MBytes 281 Mbits/sec
52562026-03-24T03:50:38.257Z[ 11] 1.00-2.00 sec 33.6 MBytes 282 Mbits/sec
52572026-03-24T03:50:38.257Z[ 13] 1.00-2.00 sec 33.7 MBytes 282 Mbits/sec
52582026-03-24T03:50:38.257Z[ 15] 1.00-2.00 sec 33.7 MBytes 283 Mbits/sec
52592026-03-24T03:50:38.257Z[ 17] 1.00-2.00 sec 33.7 MBytes 282 Mbits/sec
52602026-03-24T03:50:38.257Z[ 19] 1.00-2.00 sec 33.6 MBytes 282 Mbits/sec
52612026-03-24T03:50:38.257Z[SUM] 1.00-2.00 sec 269 MBytes 2.26 Gbits/sec
52622026-03-24T03:50:38.257Z- - - - - - - - - - - - - - - - - - - - - - - - -
52632026-03-24T03:50:38.257Z[ 5] 2.00-3.00 sec 33.2 MBytes 279 Mbits/sec
52642026-03-24T03:50:38.257Z[ 7] 2.00-3.00 sec 33.2 MBytes 279 Mbits/sec
52652026-03-24T03:50:38.257Z[ 9] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
52662026-03-24T03:50:38.258Z[ 11] 2.00-3.00 sec 33.3 MBytes 280 Mbits/sec
52672026-03-24T03:50:38.258Z[ 13] 2.00-3.00 sec 33.4 MBytes 280 Mbits/sec
52682026-03-24T03:50:38.258Z[ 15] 2.00-3.00 sec 33.3 MBytes 279 Mbits/sec
52692026-03-24T03:50:38.258Z[ 17] 2.00-3.00 sec 33.3 MBytes 280 Mbits/sec
52702026-03-24T03:50:38.258Z[ 19] 2.00-3.00 sec 33.4 MBytes 280 Mbits/sec
52712026-03-24T03:50:38.258Z[SUM] 2.00-3.00 sec 267 MBytes 2.24 Gbits/sec
52722026-03-24T03:50:38.258Z- - - - - - - - - - - - - - - - - - - - - - - - -
52732026-03-24T03:50:38.258Z[ 5] 3.00-4.00 sec 32.1 MBytes 269 Mbits/sec
52742026-03-24T03:50:38.258Z[ 7] 3.00-4.00 sec 32.1 MBytes 269 Mbits/sec
52752026-03-24T03:50:38.258Z[ 9] 3.00-4.00 sec 32.0 MBytes 268 Mbits/sec
52762026-03-24T03:50:38.258Z[ 11] 3.00-4.00 sec 32.1 MBytes 269 Mbits/sec
52772026-03-24T03:50:38.258Z[ 13] 3.00-4.00 sec 32.1 MBytes 269 Mbits/sec
52782026-03-24T03:50:38.258Z[ 15] 3.00-4.00 sec 32.1 MBytes 269 Mbits/sec
52792026-03-24T03:50:38.258Z[ 17] 3.00-4.00 sec 32.1 MBytes 269 Mbits/sec
52802026-03-24T03:50:38.258Z[ 19] 3.00-4.00 sec 32.2 MBytes 270 Mbits/sec
52812026-03-24T03:50:38.258Z[SUM] 3.00-4.00 sec 257 MBytes 2.15 Gbits/sec
52822026-03-24T03:50:38.258Z- - - - - - - - - - - - - - - - - - - - - - - - -
52832026-03-24T03:50:38.258Z[ 5] 4.00-5.00 sec 33.5 MBytes 281 Mbits/sec
52842026-03-24T03:50:38.258Z[ 7] 4.00-5.00 sec 33.6 MBytes 282 Mbits/sec
52852026-03-24T03:50:38.258Z[ 9] 4.00-5.00 sec 33.4 MBytes 280 Mbits/sec
52862026-03-24T03:50:38.258Z[ 11] 4.00-5.00 sec 33.5 MBytes 281 Mbits/sec
52872026-03-24T03:50:38.258Z[ 13] 4.00-5.00 sec 33.5 MBytes 281 Mbits/sec
52882026-03-24T03:50:38.258Z[ 15] 4.00-5.00 sec 33.4 MBytes 280 Mbits/sec
52892026-03-24T03:50:38.258Z[ 17] 4.00-5.00 sec 33.5 MBytes 281 Mbits/sec
52902026-03-24T03:50:38.258Z[ 19] 4.00-5.00 sec 33.4 MBytes 280 Mbits/sec
52912026-03-24T03:50:38.258Z[SUM] 4.00-5.00 sec 268 MBytes 2.25 Gbits/sec
52922026-03-24T03:50:38.258Z- - - - - - - - - - - - - - - - - - - - - - - - -
52932026-03-24T03:50:38.258Z[ 5] 5.00-6.00 sec 32.1 MBytes 269 Mbits/sec
52942026-03-24T03:50:38.258Z[ 7] 5.00-6.00 sec 32.1 MBytes 269 Mbits/sec
52952026-03-24T03:50:38.258Z[ 9] 5.00-6.00 sec 32.1 MBytes 269 Mbits/sec
52962026-03-24T03:50:38.259Z[ 11] 5.00-6.00 sec 32.2 MBytes 270 Mbits/sec
52972026-03-24T03:50:38.259Z[ 13] 5.00-6.00 sec 32.2 MBytes 270 Mbits/sec
52982026-03-24T03:50:38.259Z[ 15] 5.00-6.00 sec 32.2 MBytes 270 Mbits/sec
52992026-03-24T03:50:38.259Z[ 17] 5.00-6.00 sec 32.2 MBytes 270 Mbits/sec
53002026-03-24T03:50:38.259Z[ 19] 5.00-6.00 sec 32.2 MBytes 270 Mbits/sec
53012026-03-24T03:50:38.259Z[SUM] 5.00-6.00 sec 257 MBytes 2.16 Gbits/sec
53022026-03-24T03:50:38.259Z- - - - - - - - - - - - - - - - - - - - - - - - -
53032026-03-24T03:50:38.259Z[ 5] 6.00-7.00 sec 32.1 MBytes 269 Mbits/sec
53042026-03-24T03:50:38.259Z[ 7] 6.00-7.00 sec 32.1 MBytes 269 Mbits/sec
53052026-03-24T03:50:38.259Z[ 9] 6.00-7.00 sec 32.0 MBytes 268 Mbits/sec
53062026-03-24T03:50:41.368Z[ 11] 6.00-7.00 sec 31.9 MBytes 268 Mbits/sec
53072026-03-24T03:50:41.369Z[ 13] 6.00-7.00 sec 31.9 MBytes 268 Mbits/sec
53082026-03-24T03:50:41.369Z[ 15] 6.00-7.00 sec 32.0 MBytes 269 Mbits/sec
53092026-03-24T03:50:41.369Z[ 17] 6.00-7.00 sec 31.9 MBytes 268 Mbits/sec
53102026-03-24T03:50:41.369Z[ 19] 6.00-7.00 sec 32.0 MBytes 268 Mbits/sec
53112026-03-24T03:50:41.369Z[SUM] 6.00-7.00 sec 256 MBytes 2.15 Gbits/sec
53122026-03-24T03:50:41.369Z- - - - - - - - - - - - - - - - - - - - - - - - -
53132026-03-24T03:50:41.369Z[ 5] 7.00-8.00 sec 32.0 MBytes 268 Mbits/sec
53142026-03-24T03:50:41.369Z[ 7] 7.00-8.00 sec 32.0 MBytes 268 Mbits/sec
53152026-03-24T03:50:41.369Z[ 9] 7.00-8.00 sec 32.0 MBytes 269 Mbits/sec
53162026-03-24T03:50:41.369Z[ 11] 7.00-8.00 sec 32.0 MBytes 268 Mbits/sec
53172026-03-24T03:50:41.369Z[ 13] 7.00-8.00 sec 32.0 MBytes 268 Mbits/sec
53182026-03-24T03:50:41.369Z[ 15] 7.00-8.00 sec 32.1 MBytes 269 Mbits/sec
53192026-03-24T03:50:41.369Z[ 17] 7.00-8.00 sec 32.0 MBytes 268 Mbits/sec
53202026-03-24T03:50:41.369Z[ 19] 7.00-8.00 sec 32.0 MBytes 269 Mbits/sec
53212026-03-24T03:50:41.369Z[SUM] 7.00-8.00 sec 256 MBytes 2.15 Gbits/sec
53222026-03-24T03:50:41.369Z- - - - - - - - - - - - - - - - - - - - - - - - -
53232026-03-24T03:50:41.369Z[ 5] 8.00-9.00 sec 31.9 MBytes 267 Mbits/sec
53242026-03-24T03:50:41.369Z[ 7] 8.00-9.00 sec 31.9 MBytes 267 Mbits/sec
53252026-03-24T03:50:41.369Z[ 9] 8.00-9.00 sec 31.8 MBytes 267 Mbits/sec
53262026-03-24T03:50:41.369Z[ 11] 8.00-9.00 sec 31.9 MBytes 267 Mbits/sec
53272026-03-24T03:50:41.369Z[ 13] 8.00-9.00 sec 31.9 MBytes 268 Mbits/sec
53282026-03-24T03:50:41.369Z[ 15] 8.00-9.00 sec 31.8 MBytes 267 Mbits/sec
53292026-03-24T03:50:41.369Z[ 17] 8.00-9.00 sec 32.0 MBytes 268 Mbits/sec
53302026-03-24T03:50:41.369Z[ 19] 8.00-9.00 sec 31.8 MBytes 267 Mbits/sec
53312026-03-24T03:50:41.369Z[SUM] 8.00-9.00 sec 255 MBytes 2.14 Gbits/sec
53322026-03-24T03:50:41.369Z- - - - - - - - - - - - - - - - - - - - - - - - -
53332026-03-24T03:50:41.369Z[ 5] 9.00-10.00 sec 31.9 MBytes 268 Mbits/sec
53342026-03-24T03:50:41.369Z[ 7] 9.00-10.00 sec 31.9 MBytes 268 Mbits/sec
53352026-03-24T03:50:41.369Z[ 9] 9.00-10.00 sec 31.9 MBytes 268 Mbits/sec
53362026-03-24T03:50:41.369Z[ 11] 9.00-10.00 sec 31.9 MBytes 268 Mbits/sec
53372026-03-24T03:50:41.370Z[ 13] 9.00-10.00 sec 31.9 MBytes 268 Mbits/sec
53382026-03-24T03:50:41.370Z[ 15] 9.00-10.00 sec 31.9 MBytes 268 Mbits/sec
53392026-03-24T03:50:41.370Z[ 17] 9.00-10.00 sec 31.9 MBytes 267 Mbits/sec
53402026-03-24T03:50:41.370Z[ 19] 9.00-10.00 sec 32.0 MBytes 268 Mbits/sec
53412026-03-24T03:50:41.370Z[SUM] 9.00-10.00 sec 255 MBytes 2.14 Gbits/sec
53422026-03-24T03:50:41.370Z- - - - - - - - - - - - - - - - - - - - - - - - -
53432026-03-24T03:50:41.370Z[ 5] 10.00-10.00 sec 96.2 KBytes 456 Mbits/sec
53442026-03-24T03:50:41.370Z[ 7] 10.00-10.00 sec 96.2 KBytes 456 Mbits/sec
53452026-03-24T03:50:41.370Z[ 9] 10.00-10.00 sec 96.2 KBytes 456 Mbits/sec
53462026-03-24T03:50:41.370Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
53472026-03-24T03:50:41.370Z[ 13] 10.00-10.00 sec 96.2 KBytes 456 Mbits/sec
53482026-03-24T03:50:41.370Z[ 15] 10.00-10.00 sec 144 KBytes 684 Mbits/sec
53492026-03-24T03:50:41.370Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
53502026-03-24T03:50:41.370Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
53512026-03-24T03:50:41.370Z[SUM] 10.00-10.00 sec 529 KBytes 2.51 Gbits/sec
53522026-03-24T03:50:41.370Z- - - - - - - - - - - - - - - - - - - - - - - - -
53532026-03-24T03:50:41.370Z[ ID] Interval Transfer Bandwidth
53542026-03-24T03:50:41.371Z[ 5] 0.00-10.00 sec 318 MBytes 267 Mbits/sec sender
53552026-03-24T03:50:41.371Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53562026-03-24T03:50:41.371Z[ 7] 0.00-10.00 sec 319 MBytes 267 Mbits/sec sender
53572026-03-24T03:50:41.371Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53582026-03-24T03:50:41.371Z[ 9] 0.00-10.00 sec 318 MBytes 267 Mbits/sec sender
53592026-03-24T03:50:41.371Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53602026-03-24T03:50:41.371Z[ 11] 0.00-10.00 sec 319 MBytes 267 Mbits/sec sender
53612026-03-24T03:50:41.371Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53622026-03-24T03:50:41.371Z[ 13] 0.00-10.00 sec 319 MBytes 267 Mbits/sec sender
53632026-03-24T03:50:41.371Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53642026-03-24T03:50:41.371Z[ 15] 0.00-10.00 sec 319 MBytes 267 Mbits/sec sender
53652026-03-24T03:50:41.371Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53662026-03-24T03:50:41.371Z[ 17] 0.00-10.00 sec 318 MBytes 267 Mbits/sec sender
53672026-03-24T03:50:41.371Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53682026-03-24T03:50:41.371Z[ 19] 0.00-10.00 sec 318 MBytes 267 Mbits/sec sender
53692026-03-24T03:50:41.371Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53702026-03-24T03:50:41.371Z[SUM] 0.00-10.00 sec 2.49 GBytes 2.14 Gbits/sec sender
53712026-03-24T03:50:41.371Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53722026-03-24T03:50:41.374ZRun 10/10...2137.368Mbps
53732026-03-24T03:50:41.374Z###---------------------###
53742026-03-24T03:50:41.374Z::: iPerf done... :::
53752026-03-24T03:50:41.374Z:::Awaiting out files...:::
53762026-03-24T03:50:41.375Z###---------------------###
53772026-03-24T03:50:41.375Z###-----###
53782026-03-24T03:50:41.375Z:::done!:::
53792026-03-24T03:50:41.375Z###-----###
53802026-03-24T03:50:42.900ZBenchmarking iperf-tcp/local/s2c/tx
53812026-03-24T03:50:42.900ZBenchmarking iperf-tcp/local/s2c/tx: Warming up for 3.0000 s
53822026-03-24T03:50:46.923ZBenchmarking iperf-tcp/local/s2c/tx: Collecting 100 samples in estimated 20.000 s (1.3B iterations)
53832026-03-24T03:51:07.037ZBenchmarking iperf-tcp/local/s2c/tx: Analyzing
53842026-03-24T03:51:07.152Ziperf-tcp/local/s2c/tx time: [5.5029 µs 5.5030 µs 5.5031 µs]
53852026-03-24T03:51:07.152Z change: [+3.3295% +3.3348% +3.3404%] (p = 0.00 < 0.05)
53862026-03-24T03:51:07.152Z Performance has regressed.
53872026-03-24T03:51:07.152ZFound 8 outliers among 100 measurements (8.00%)
53882026-03-24T03:51:07.152Z 2 (2.00%) low severe
53892026-03-24T03:51:07.152Z 2 (2.00%) low mild
53902026-03-24T03:51:07.152Z 3 (3.00%) high mild
53912026-03-24T03:51:07.152Z 1 (1.00%) high severe
53922026-03-24T03:51:08.336Z
53932026-03-24T03:51:08.336ZBenchmarking iperf-tcp/local/s2c/rx
53942026-03-24T03:51:08.336ZBenchmarking iperf-tcp/local/s2c/rx: Warming up for 3.0000 s
53952026-03-24T03:51:12.360ZBenchmarking iperf-tcp/local/s2c/rx: Collecting 100 samples in estimated 20.000 s (1.3B iterations)
53962026-03-24T03:51:32.485ZBenchmarking iperf-tcp/local/s2c/rx: Analyzing
53972026-03-24T03:51:32.599Ziperf-tcp/local/s2c/rx time: [9.6686 µs 9.6689 µs 9.6691 µs]
53982026-03-24T03:51:32.599Z change: [+3.0128% +3.0218% +3.0285%] (p = 0.00 < 0.05)
53992026-03-24T03:51:32.599Z Performance has regressed.
54002026-03-24T03:51:32.599ZFound 3 outliers among 100 measurements (3.00%)
54012026-03-24T03:51:32.599Z 1 (1.00%) low mild
54022026-03-24T03:51:32.599Z 1 (1.00%) high mild
54032026-03-24T03:51:32.599Z 1 (1.00%) high severe
54042026-03-24T03:51:33.777Z
54052026-03-24T03:51:39.142Z+ cargo ubench
54062026-03-24T03:51:39.330Z Compiling proc-macro2 v1.0.106
54072026-03-24T03:51:39.330Z Compiling quote v1.0.45
54082026-03-24T03:51:39.333Z Compiling unicode-ident v1.0.24
54092026-03-24T03:51:39.333Z Compiling serde_core v1.0.228
54102026-03-24T03:51:39.333Z Compiling cfg-if v1.0.4
54112026-03-24T03:51:39.333Z Compiling libc v0.2.183
54122026-03-24T03:51:39.333Z Compiling memchr v2.8.0
54132026-03-24T03:51:39.333Z Compiling serde v1.0.228
54142026-03-24T03:51:39.425Z Compiling rustversion v1.0.22
54152026-03-24T03:51:39.531Z Compiling zerocopy v0.8.42
54162026-03-24T03:51:39.805Z Compiling version_check v0.9.5
54172026-03-24T03:51:39.851Z Compiling either v1.15.0
54182026-03-24T03:51:40.116Z Compiling fnv v1.0.7
54192026-03-24T03:51:40.140Z Compiling thiserror v2.0.18
54202026-03-24T03:51:40.186Z Compiling ident_case v1.0.1
54212026-03-24T03:51:40.214Z Compiling strsim v0.11.1
54222026-03-24T03:51:40.584Z Compiling pin-project-lite v0.2.17
54232026-03-24T03:51:40.656Z Compiling crossbeam-utils v0.8.21
54242026-03-24T03:51:40.660Z Compiling regex-syntax v0.8.10
54252026-03-24T03:51:40.720Z Compiling syn v1.0.109
54262026-03-24T03:51:40.811Z Compiling equivalent v1.0.2
54272026-03-24T03:51:40.905Z Compiling syn v2.0.117
54282026-03-24T03:51:40.950Z Compiling aho-corasick v1.1.4
54292026-03-24T03:51:41.009Z Compiling winnow v1.0.0
54302026-03-24T03:51:41.072Z Compiling hashbrown v0.16.1
54312026-03-24T03:51:41.295Z Compiling itertools v0.14.0
54322026-03-24T03:51:41.453Z Compiling toml_parser v1.1.0+spec-1.1.0
54332026-03-24T03:51:41.766Z Compiling indexmap v2.13.0
54342026-03-24T03:51:42.581Z Compiling bitflags v2.11.0
54352026-03-24T03:51:42.708Z Compiling regex-automata v0.4.14
54362026-03-24T03:51:42.882Z Compiling toml_datetime v1.1.0+spec-1.1.0
54372026-03-24T03:51:42.926Z Compiling byteorder v1.5.0
54382026-03-24T03:51:43.002Z Compiling winnow v0.7.15
54392026-03-24T03:51:43.063Z Compiling autocfg v1.5.0
54402026-03-24T03:51:43.161Z Compiling heapless v0.8.0
54412026-03-24T03:51:43.164Z Compiling hash32 v0.3.1
54422026-03-24T03:51:43.321Z Compiling slog v2.8.2
54432026-03-24T03:51:43.514Z Compiling num-traits v0.2.19
54442026-03-24T03:51:43.548Z Compiling stable_deref_trait v1.2.1
54452026-03-24T03:51:43.604Z Compiling futures-sink v0.3.32
54462026-03-24T03:51:43.622Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
54472026-03-24T03:51:43.723Z Compiling futures-core v0.3.32
54482026-03-24T03:51:43.737Z Compiling macaddr v1.0.1
54492026-03-24T03:51:43.796Z Compiling smoltcp v0.11.0
54502026-03-24T03:51:43.951Z Compiling futures-channel v0.3.32
54512026-03-24T03:51:44.174Z Compiling proc-macro-error-attr v1.0.4
54522026-03-24T03:51:44.257Z Compiling ref-cast v1.0.25
54532026-03-24T03:51:44.264Z Compiling getrandom v0.4.2
54542026-03-24T03:51:44.451Z Compiling crc32fast v1.5.0
54552026-03-24T03:51:44.593Z Compiling slab v0.4.12
54562026-03-24T03:51:44.646Z Compiling darling_core v0.21.3
54572026-03-24T03:51:44.686Z Compiling futures-task v0.3.32
54582026-03-24T03:51:44.807Z Compiling managed v0.8.0
54592026-03-24T03:51:44.828Z Compiling itoa v1.0.17
54602026-03-24T03:51:44.885Z Compiling toml_edit v0.25.4+spec-1.1.0
54612026-03-24T03:51:45.042Z Compiling regex v1.12.3
54622026-03-24T03:51:45.081Z Compiling futures-io v0.3.32
54632026-03-24T03:51:45.115Z Compiling anyhow v1.0.102
54642026-03-24T03:51:45.308Z Compiling rand_core v0.10.0
54652026-03-24T03:51:45.503Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
54662026-03-24T03:51:45.514Z Compiling bitflags v1.3.2
54672026-03-24T03:51:45.770Z Compiling proc-macro-crate v3.5.0
54682026-03-24T03:51:46.126Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
54692026-03-24T03:51:46.132Z Compiling proc-macro-error v1.0.4
54702026-03-24T03:51:46.347Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
54712026-03-24T03:51:46.372Z Compiling once_cell v1.21.3
54722026-03-24T03:51:46.410Z Compiling cpufeatures v0.3.0
54732026-03-24T03:51:46.490Z Compiling unicode-width v0.2.2
54742026-03-24T03:51:46.533Z Compiling serde_derive v1.0.228
54752026-03-24T03:51:46.613Z Compiling zerocopy-derive v0.8.42
54762026-03-24T03:51:46.621Z Compiling thiserror-impl v2.0.18
54772026-03-24T03:51:46.655Z Compiling futures-macro v0.3.32
54782026-03-24T03:51:46.860Z Compiling num_enum_derive v0.7.5
54792026-03-24T03:51:47.076Z Compiling ref-cast-impl v1.0.25
54802026-03-24T03:51:47.716Z Compiling darling_macro v0.21.3
54812026-03-24T03:51:47.722Z Compiling futures-util v0.3.32
54822026-03-24T03:51:47.823Z Compiling foreign-types-macros v0.2.3
54832026-03-24T03:51:48.183Z Compiling foreign-types-shared v0.3.1
54842026-03-24T03:51:48.283Z Compiling ipnetwork v0.21.1
54852026-03-24T03:51:48.386Z Compiling cobs v0.3.0
54862026-03-24T03:51:48.405Z Compiling darling v0.21.3
54872026-03-24T03:51:48.490Z Compiling ingot-macros v0.1.1
54882026-03-24T03:51:48.642Z Compiling getrandom v0.3.4
54892026-03-24T03:51:48.652Z Compiling rustix v1.1.4
54902026-03-24T03:51:48.748Z Compiling foreign-types v0.5.0
54912026-03-24T03:51:48.892Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
54922026-03-24T03:51:49.110Z Compiling num_enum v0.7.5
54932026-03-24T03:51:49.355Z Compiling tabwriter v1.4.1
54942026-03-24T03:51:49.466Z Compiling tracing-core v0.1.36
54952026-03-24T03:51:49.610Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
54962026-03-24T03:51:49.682Z Compiling tracing-attributes v0.1.31
54972026-03-24T03:51:49.780Z Compiling chacha20 v0.10.0
54982026-03-24T03:51:50.234Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
54992026-03-24T03:51:51.023Z Compiling errno v0.3.14
55002026-03-24T03:51:51.074Z Compiling erased-serde v0.3.31
55012026-03-24T03:51:51.195Z Compiling postcard v1.1.3
55022026-03-24T03:51:51.203Z Compiling futures-executor v0.3.32
55032026-03-24T03:51:51.536Z Compiling cstr-argument v0.1.2
55042026-03-24T03:51:51.653Z Compiling find-msvc-tools v0.1.9
55052026-03-24T03:51:51.727Z Compiling dyn-clone v1.0.20
55062026-03-24T03:51:51.878Z Compiling shlex v1.3.0
55072026-03-24T03:51:51.895Z Compiling time-core v0.1.8
55082026-03-24T03:51:52.071Z Compiling num-conv v0.2.0
55092026-03-24T03:51:52.101Z Compiling utf8parse v0.2.2
55102026-03-24T03:51:52.176Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
55112026-03-24T03:51:52.220Z Compiling thiserror v1.0.69
55122026-03-24T03:51:52.220Z Compiling powerfmt v0.2.0
55132026-03-24T03:51:52.312Z Compiling pretty-hex v0.4.1
55142026-03-24T03:51:52.446Z Compiling zmij v1.0.21
55152026-03-24T03:51:52.487Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
55162026-03-24T03:51:52.493Z Compiling deranged v0.5.8
55172026-03-24T03:51:52.726Z Compiling time-macros v0.2.27
55182026-03-24T03:51:52.828Z Compiling anstyle-parse v0.2.7
55192026-03-24T03:51:52.856Z Compiling cc v1.2.56
55202026-03-24T03:51:53.072Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
55212026-03-24T03:51:53.340Z Compiling ingot-types v0.1.2
55222026-03-24T03:51:53.400Z Compiling futures v0.3.32
55232026-03-24T03:51:53.486Z Compiling tracing v0.1.44
55242026-03-24T03:51:53.918Z Compiling ingot v0.1.1
55252026-03-24T03:51:53.962Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
55262026-03-24T03:51:54.124Z Compiling rand v0.10.0
55272026-03-24T03:51:54.450Z Compiling thiserror-impl v1.0.69
55282026-03-24T03:51:54.456Z Compiling crossbeam-epoch v0.9.18
55292026-03-24T03:51:54.735Z Compiling uuid v1.22.0
55302026-03-24T03:51:55.029Z Compiling arc-swap v1.8.2
55312026-03-24T03:51:55.190Z Compiling socket2 v0.6.3
55322026-03-24T03:51:55.290Z Compiling nom v8.0.0
55332026-03-24T03:51:55.459Z Compiling thread_local v1.1.9
55342026-03-24T03:51:55.877Z Compiling slog-async v2.8.0
55352026-03-24T03:51:55.943Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
55362026-03-24T03:51:56.021Z Compiling colored v3.1.1
55372026-03-24T03:51:56.206Z Compiling colorchoice v1.0.4
55382026-03-24T03:51:56.243Z Compiling anstyle-query v1.1.5
55392026-03-24T03:51:56.338Z Compiling heck v0.4.1
55402026-03-24T03:51:56.591Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
55412026-03-24T03:51:56.673Z Compiling is_terminal_polyfill v1.70.2
55422026-03-24T03:51:56.756Z Compiling rayon-core v1.13.0
55432026-03-24T03:51:56.775Z Compiling anstyle v1.0.13
55442026-03-24T03:51:57.033Z Compiling oxnet v0.1.4
55452026-03-24T03:51:57.084Z Compiling iana-time-zone v0.1.65
55462026-03-24T03:51:57.101Z Compiling lazy_static v1.5.0
55472026-03-24T03:51:57.214Z Compiling serde_json v1.0.149
55482026-03-24T03:51:57.517Z Compiling time v0.3.47
55492026-03-24T03:51:57.538Z Compiling chrono v0.4.44
55502026-03-24T03:51:58.836Z Compiling rusticata-macros v5.0.0
55512026-03-24T03:51:58.928Z Compiling slog-scope v4.4.1
55522026-03-24T03:51:58.958Z Compiling anstream v0.6.21
55532026-03-24T03:51:59.171Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
55542026-03-24T03:51:59.493Z Compiling crossbeam-deque v0.8.6
55552026-03-24T03:51:59.570Z Compiling alloca v0.4.0
55562026-03-24T03:51:59.763Z Compiling rand_core v0.9.5
55572026-03-24T03:51:59.862Z Compiling terminal_size v0.4.3
55582026-03-24T03:51:59.932Z Compiling cookie-factory v0.3.3
55592026-03-24T03:52:00.029Z Compiling ppv-lite86 v0.2.21
55602026-03-24T03:52:00.049Z Compiling half v2.7.1
55612026-03-24T03:52:00.347Z Compiling crossbeam-channel v0.5.15
55622026-03-24T03:52:00.466Z Compiling is-terminal v0.4.17
55632026-03-24T03:52:00.466Z Compiling itertools v0.12.1
55642026-03-24T03:52:00.495Z Compiling clap_lex v1.0.0
55652026-03-24T03:52:00.568Z Compiling take_mut v0.2.2
55662026-03-24T03:52:00.698Z Compiling circular v0.3.0
55672026-03-24T03:52:00.899Z Compiling term v1.2.1
55682026-03-24T03:52:00.967Z Compiling ciborium-io v0.2.2
55692026-03-24T03:52:01.197Z Compiling log v0.4.29
55702026-03-24T03:52:01.482Z Compiling cfg_aliases v0.2.1
55712026-03-24T03:52:01.560Z Compiling heck v0.5.0
55722026-03-24T03:52:01.573Z Compiling plotters-backend v0.3.7
55732026-03-24T03:52:01.822Z Compiling clap_derive v4.5.55
55742026-03-24T03:52:01.981Z Compiling plotters-svg v0.3.7
55752026-03-24T03:52:01.981Z Compiling nix v0.31.2
55762026-03-24T03:52:02.344Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
55772026-03-24T03:52:02.443Z Compiling slog-stdlog v4.1.1
55782026-03-24T03:52:02.490Z Compiling clap_builder v4.5.60
55792026-03-24T03:52:02.693Z Compiling slog-term v2.9.2
55802026-03-24T03:52:02.867Z Compiling ciborium-ll v0.2.2
55812026-03-24T03:52:03.159Z Compiling pcap-parser v0.17.0
55822026-03-24T03:52:03.923Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
55832026-03-24T03:52:04.129Z Compiling rand_chacha v0.9.0
55842026-03-24T03:52:04.847Z Compiling itertools v0.13.0
55852026-03-24T03:52:04.890Z Compiling same-file v1.0.6
55862026-03-24T03:52:05.078Z Compiling cast v0.3.0
55872026-03-24T03:52:05.306Z Compiling tinytemplate v1.2.1
55882026-03-24T03:52:05.965Z Compiling clap v4.5.60
55892026-03-24T03:52:06.053Z Compiling walkdir v2.5.0
55902026-03-24T03:52:06.074Z Compiling rayon v1.11.0
55912026-03-24T03:52:06.638Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
55922026-03-24T03:52:06.725Z Compiling criterion-plot v0.8.2
55932026-03-24T03:52:06.745Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
55942026-03-24T03:52:06.875Z Compiling rand v0.9.2
55952026-03-24T03:52:07.784Z Compiling slog-envlogger v2.2.0
55962026-03-24T03:52:07.833Z Compiling ciborium v0.2.2
55972026-03-24T03:52:08.905Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#ce503058)
55982026-03-24T03:52:08.922Z Compiling plotters v0.3.7
55992026-03-24T03:52:09.089Z Compiling page_size v0.6.0
56002026-03-24T03:52:09.217Z Compiling dtor-proc-macro v0.0.6
56012026-03-24T03:52:09.675Z Compiling oorandom v11.1.5
56022026-03-24T03:52:09.838Z Compiling anes v0.1.6
56032026-03-24T03:52:10.047Z Compiling dtor v0.1.1
56042026-03-24T03:52:10.150Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
56052026-03-24T03:52:10.574Z Compiling criterion v0.8.2
56062026-03-24T03:52:10.800Z Compiling ctor-proc-macro v0.0.7
56072026-03-24T03:52:11.135Z Compiling ctor v0.6.3
56082026-03-24T03:52:13.422Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
56092026-03-24T03:53:55.314Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 2m 16s
56102026-03-24T03:53:55.347Z Running benches/userland.rs (target/release-lto/deps/userland-511b074682500a39)
56112026-03-24T03:53:55.351ZGnuplot not found, using plotters backend
56122026-03-24T03:53:55.549ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover
56132026-03-24T03:53:55.549ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
56142026-03-24T03:53:58.620ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0032 s (6.8M iterations)
56152026-03-24T03:54:03.495ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Analyzing
56162026-03-24T03:54:03.616Zparse/Hairpin-DHCPv4/wallclock/Discover
56172026-03-24T03:54:03.616Z time: [62.703 ns 62.902 ns 63.148 ns]
56182026-03-24T03:54:03.616Z change: [−3.1941% −1.7429% −0.2463%] (p = 0.02 < 0.05)
56192026-03-24T03:54:03.616Z Change within noise threshold.
56202026-03-24T03:54:03.616ZFound 21 outliers among 100 measurements (21.00%)
56212026-03-24T03:54:03.616Z 9 (9.00%) high mild
56222026-03-24T03:54:03.616Z 12 (12.00%) high severe
56232026-03-24T03:54:05.091Z
56242026-03-24T03:54:05.095ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover
56252026-03-24T03:54:05.095ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
56262026-03-24T03:54:08.159ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0005 s (3.4M iterations)
56272026-03-24T03:54:13.150ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Analyzing
56282026-03-24T03:54:13.263Zprocess/Hairpin-DHCPv4/wallclock/Discover
56292026-03-24T03:54:13.263Z time: [808.74 ns 809.44 ns 810.34 ns]
56302026-03-24T03:54:13.263Z change: [+0.0964% +0.6813% +1.2277%] (p = 0.01 < 0.05)
56312026-03-24T03:54:13.263Z Change within noise threshold.
56322026-03-24T03:54:13.263ZFound 4 outliers among 100 measurements (4.00%)
56332026-03-24T03:54:13.263Z 2 (2.00%) high mild
56342026-03-24T03:54:13.263Z 2 (2.00%) high severe
56352026-03-24T03:54:14.767Z
56362026-03-24T03:54:14.768ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request
56372026-03-24T03:54:14.768ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
56382026-03-24T03:54:17.838ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0013 s (6.8M iterations)
56392026-03-24T03:54:22.727ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Analyzing
56402026-03-24T03:54:22.840Zparse/Hairpin-DHCPv4/wallclock/Request
56412026-03-24T03:54:22.840Z time: [62.893 ns 63.100 ns 63.354 ns]
56422026-03-24T03:54:22.840Z change: [−2.9681% −1.3619% +0.1788%] (p = 0.10 > 0.05)
56432026-03-24T03:54:22.840Z No change in performance detected.
56442026-03-24T03:54:22.840ZFound 16 outliers among 100 measurements (16.00%)
56452026-03-24T03:54:22.840Z 14 (14.00%) high mild
56462026-03-24T03:54:22.840Z 2 (2.00%) high severe
56472026-03-24T03:54:24.331Z
56482026-03-24T03:54:24.334ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request
56492026-03-24T03:54:24.334ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
56502026-03-24T03:54:30.357ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0055 s (3.5M iterations)
56512026-03-24T03:54:35.374ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Analyzing
56522026-03-24T03:54:35.487Zprocess/Hairpin-DHCPv4/wallclock/Request
56532026-03-24T03:54:35.487Z time: [785.71 ns 786.63 ns 787.76 ns]
56542026-03-24T03:54:35.487Z change: [+3.2800% +3.9024% +4.5347%] (p = 0.00 < 0.05)
56552026-03-24T03:54:35.487Z Performance has regressed.
56562026-03-24T03:54:35.487ZFound 4 outliers among 100 measurements (4.00%)
56572026-03-24T03:54:35.487Z 3 (3.00%) high mild
56582026-03-24T03:54:35.487Z 1 (1.00%) high severe
56592026-03-24T03:54:36.973Z
56602026-03-24T03:54:36.976ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit
56612026-03-24T03:54:36.976ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
56622026-03-24T03:54:40.660ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0011 s (5.7M iterations)
56632026-03-24T03:54:45.560ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
56642026-03-24T03:54:45.673Zparse/Hairpin-DHCPv6/wallclock/Solicit
56652026-03-24T03:54:45.673Z time: [62.449 ns 62.643 ns 62.876 ns]
56662026-03-24T03:54:45.673Z change: [−4.0652% −2.3423% −0.7075%] (p = 0.01 < 0.05)
56672026-03-24T03:54:45.673Z Change within noise threshold.
56682026-03-24T03:54:45.673ZFound 1 outliers among 100 measurements (1.00%)
56692026-03-24T03:54:45.673Z 1 (1.00%) high severe
56702026-03-24T03:54:47.164Z
56712026-03-24T03:54:47.167ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit
56722026-03-24T03:54:47.167ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
56732026-03-24T03:54:51.212ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0084 s (2.6M iterations)
56742026-03-24T03:54:56.327ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
56752026-03-24T03:54:56.440Zprocess/Hairpin-DHCPv6/wallclock/Solicit
56762026-03-24T03:54:56.440Z time: [1.1599 µs 1.1603 µs 1.1607 µs]
56772026-03-24T03:54:56.440Z change: [+0.2251% +0.5838% +0.9457%] (p = 0.00 < 0.05)
56782026-03-24T03:54:56.440Z Change within noise threshold.
56792026-03-24T03:54:56.440ZFound 14 outliers among 100 measurements (14.00%)
56802026-03-24T03:54:56.440Z 5 (5.00%) high mild
56812026-03-24T03:54:56.440Z 9 (9.00%) high severe
56822026-03-24T03:54:57.930Z
56832026-03-24T03:54:57.933ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request
56842026-03-24T03:54:57.933ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
56852026-03-24T03:55:01.994ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0044 s (5.2M iterations)
56862026-03-24T03:55:06.772ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Analyzing
56872026-03-24T03:55:06.884Zparse/Hairpin-DHCPv6/wallclock/Request
56882026-03-24T03:55:06.884Z time: [62.612 ns 62.819 ns 63.062 ns]
56892026-03-24T03:55:06.884Z change: [−4.2457% −2.7168% −1.1555%] (p = 0.00 < 0.05)
56902026-03-24T03:55:06.884Z Performance has improved.
56912026-03-24T03:55:06.885ZFound 19 outliers among 100 measurements (19.00%)
56922026-03-24T03:55:06.885Z 17 (17.00%) high mild
56932026-03-24T03:55:06.885Z 2 (2.00%) high severe
56942026-03-24T03:55:08.376Z
56952026-03-24T03:55:08.394ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request
56962026-03-24T03:55:08.394ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
56972026-03-24T03:55:12.731ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0014 s (2.4M iterations)
56982026-03-24T03:55:17.722ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Analyzing
56992026-03-24T03:55:17.835Zprocess/Hairpin-DHCPv6/wallclock/Request
57002026-03-24T03:55:17.835Z time: [1.1967 µs 1.1973 µs 1.1981 µs]
57012026-03-24T03:55:17.835Z change: [+1.9054% +2.2944% +2.6977%] (p = 0.00 < 0.05)
57022026-03-24T03:55:17.835Z Performance has regressed.
57032026-03-24T03:55:17.835ZFound 7 outliers among 100 measurements (7.00%)
57042026-03-24T03:55:17.835Z 5 (5.00%) high mild
57052026-03-24T03:55:17.835Z 2 (2.00%) high severe
57062026-03-24T03:55:19.307Z
57072026-03-24T03:55:19.310ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest
57082026-03-24T03:55:19.311ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
57092026-03-24T03:55:22.476ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0013 s (6.6M iterations)
57102026-03-24T03:55:27.080ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
57112026-03-24T03:55:27.187Zparse/Hairpin-ICMPv4/wallclock/EchoRequest
57122026-03-24T03:55:27.187Z time: [62.062 ns 62.255 ns 62.481 ns]
57132026-03-24T03:55:27.187Z change: [−4.0556% −2.3977% −0.8037%] (p = 0.00 < 0.05)
57142026-03-24T03:55:27.187Z Change within noise threshold.
57152026-03-24T03:55:27.187ZFound 20 outliers among 100 measurements (20.00%)
57162026-03-24T03:55:27.187Z 17 (17.00%) high mild
57172026-03-24T03:55:27.187Z 3 (3.00%) high severe
57182026-03-24T03:55:28.676Z
57192026-03-24T03:55:28.679ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest
57202026-03-24T03:55:28.679ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
57212026-03-24T03:55:33.823ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0005 s (4.1M iterations)
57222026-03-24T03:55:38.625ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
57232026-03-24T03:55:38.737Zprocess/Hairpin-ICMPv4/wallclock/EchoRequest
57242026-03-24T03:55:38.738Z time: [519.52 ns 520.18 ns 520.94 ns]
57252026-03-24T03:55:38.738Z change: [+0.9889% +1.7278% +2.3801%] (p = 0.00 < 0.05)
57262026-03-24T03:55:38.738Z Change within noise threshold.
57272026-03-24T03:55:38.738ZFound 4 outliers among 100 measurements (4.00%)
57282026-03-24T03:55:38.738Z 2 (2.00%) high mild
57292026-03-24T03:55:38.738Z 2 (2.00%) high severe
57302026-03-24T03:55:40.226Z
57312026-03-24T03:55:40.229ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest
57322026-03-24T03:55:40.229ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
57332026-03-24T03:55:44.687ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0050 s (4.7M iterations)
57342026-03-24T03:55:48.422ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
57352026-03-24T03:55:48.535Zparse/Hairpin-ICMPv6/wallclock/EchoRequest
57362026-03-24T03:55:48.535Z time: [96.493 ns 96.749 ns 96.983 ns]
57372026-03-24T03:55:48.535Z change: [−4.2179% −2.8265% −1.4399%] (p = 0.00 < 0.05)
57382026-03-24T03:55:48.535Z Performance has improved.
57392026-03-24T03:55:48.535ZFound 2 outliers among 100 measurements (2.00%)
57402026-03-24T03:55:48.535Z 1 (1.00%) high mild
57412026-03-24T03:55:48.535Z 1 (1.00%) high severe
57422026-03-24T03:55:50.022Z
57432026-03-24T03:55:50.025ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest
57442026-03-24T03:55:50.025ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
57452026-03-24T03:55:53.109ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0029 s (3.4M iterations)
57462026-03-24T03:55:57.494ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
57472026-03-24T03:55:57.608Zprocess/Hairpin-ICMPv6/wallclock/EchoRequest
57482026-03-24T03:55:57.608Z time: [592.15 ns 593.02 ns 594.14 ns]
57492026-03-24T03:55:57.608Z change: [−2.2423% −1.5019% −0.8180%] (p = 0.00 < 0.05)
57502026-03-24T03:55:57.608Z Change within noise threshold.
57512026-03-24T03:55:57.608ZFound 5 outliers among 100 measurements (5.00%)
57522026-03-24T03:55:57.608Z 1 (1.00%) high mild
57532026-03-24T03:55:57.608Z 4 (4.00%) high severe
57542026-03-24T03:55:59.107Z
57552026-03-24T03:55:59.110ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit
57562026-03-24T03:55:59.110ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
57572026-03-24T03:56:02.429ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0031 s (6.3M iterations)
57582026-03-24T03:56:07.020ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
57592026-03-24T03:56:07.132Zparse/Hairpin-ICMPv6/wallclock/NeighborSolicit
57602026-03-24T03:56:07.132Z time: [61.867 ns 62.049 ns 62.284 ns]
57612026-03-24T03:56:07.132Z change: [−3.2844% −1.6173% −0.0319%] (p = 0.06 > 0.05)
57622026-03-24T03:56:07.132Z No change in performance detected.
57632026-03-24T03:56:07.132ZFound 2 outliers among 100 measurements (2.00%)
57642026-03-24T03:56:07.132Z 1 (1.00%) high mild
57652026-03-24T03:56:07.133Z 1 (1.00%) high severe
57662026-03-24T03:56:08.608Z
57672026-03-24T03:56:08.611ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit
57682026-03-24T03:56:08.611ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
57692026-03-24T03:56:11.729ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0034 s (3.4M iterations)
57702026-03-24T03:56:16.698ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
57712026-03-24T03:56:16.810Zprocess/Hairpin-ICMPv6/wallclock/NeighborSolicit
57722026-03-24T03:56:16.810Z time: [804.48 ns 805.78 ns 807.38 ns]
57732026-03-24T03:56:16.810Z change: [+0.2275% +0.8364% +1.4373%] (p = 0.01 < 0.05)
57742026-03-24T03:56:16.810Z Change within noise threshold.
57752026-03-24T03:56:16.810ZFound 3 outliers among 100 measurements (3.00%)
57762026-03-24T03:56:16.810Z 2 (2.00%) high mild
57772026-03-24T03:56:16.810Z 1 (1.00%) high severe
57782026-03-24T03:56:18.294Z
57792026-03-24T03:56:18.297ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit
57802026-03-24T03:56:18.297ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
57812026-03-24T03:56:21.662ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0031 s (6.2M iterations)
57822026-03-24T03:56:26.130ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
57832026-03-24T03:56:26.243Zparse/Hairpin-ICMPv6/wallclock/RouterSolicit
57842026-03-24T03:56:26.243Z time: [62.058 ns 62.264 ns 62.519 ns]
57852026-03-24T03:56:26.244Z change: [−3.0495% −1.4505% +0.2039%] (p = 0.08 > 0.05)
57862026-03-24T03:56:26.244Z No change in performance detected.
57872026-03-24T03:56:26.244ZFound 20 outliers among 100 measurements (20.00%)
57882026-03-24T03:56:26.244Z 18 (18.00%) high mild
57892026-03-24T03:56:26.244Z 2 (2.00%) high severe
57902026-03-24T03:56:27.737Z
57912026-03-24T03:56:27.740ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit
57922026-03-24T03:56:27.740ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
57932026-03-24T03:56:30.766ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0025 s (3.5M iterations)
57942026-03-24T03:56:35.664ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
57952026-03-24T03:56:35.777Zprocess/Hairpin-ICMPv6/wallclock/RouterSolicit
57962026-03-24T03:56:35.777Z time: [748.82 ns 749.30 ns 749.90 ns]
57972026-03-24T03:56:35.777Z change: [−1.2213% −0.6636% −0.1025%] (p = 0.02 < 0.05)
57982026-03-24T03:56:35.777Z Change within noise threshold.
57992026-03-24T03:56:35.777ZFound 7 outliers among 100 measurements (7.00%)
58002026-03-24T03:56:35.777Z 3 (3.00%) high mild
58012026-03-24T03:56:35.777Z 4 (4.00%) high severe
58022026-03-24T03:56:37.246Z
58032026-03-24T03:56:37.250ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
58042026-03-24T03:56:37.250ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
58052026-03-24T03:56:40.685ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0001 s (12M iterations)
58062026-03-24T03:56:44.370ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
58072026-03-24T03:56:44.483Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
58082026-03-24T03:56:44.483Z time: [64.816 ns 65.021 ns 65.275 ns]
58092026-03-24T03:56:44.483Z change: [−3.0796% −1.8764% −0.6818%] (p = 0.00 < 0.05)
58102026-03-24T03:56:44.483Z Change within noise threshold.
58112026-03-24T03:56:44.483ZFound 20 outliers among 100 measurements (20.00%)
58122026-03-24T03:56:44.483Z 2 (2.00%) high mild
58132026-03-24T03:56:44.483Z 18 (18.00%) high severe
58142026-03-24T03:56:45.969Z
58152026-03-24T03:56:45.972ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
58162026-03-24T03:56:45.972ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
58172026-03-24T03:56:50.735ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0034 s (4.4M iterations)
58182026-03-24T03:56:55.434ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
58192026-03-24T03:56:55.547Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
58202026-03-24T03:56:55.547Z time: [201.80 ns 202.04 ns 202.28 ns]
58212026-03-24T03:56:55.547Z change: [−2.7715% −1.8457% −1.0617%] (p = 0.00 < 0.05)
58222026-03-24T03:56:55.547Z Performance has improved.
58232026-03-24T03:56:55.547ZFound 9 outliers among 100 measurements (9.00%)
58242026-03-24T03:56:55.547Z 2 (2.00%) low mild
58252026-03-24T03:56:55.547Z 3 (3.00%) high mild
58262026-03-24T03:56:55.547Z 4 (4.00%) high severe
58272026-03-24T03:56:57.045Z
58282026-03-24T03:56:57.048ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
58292026-03-24T03:56:57.048ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
58302026-03-24T03:57:00.759ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0041 s (5.7M iterations)
58312026-03-24T03:57:05.480ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
58322026-03-24T03:57:05.593Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
58332026-03-24T03:57:05.593Z time: [90.418 ns 91.131 ns 91.811 ns]
58342026-03-24T03:57:05.593Z change: [−1.1468% +0.0100% +1.1269%] (p = 0.98 > 0.05)
58352026-03-24T03:57:05.593Z No change in performance detected.
58362026-03-24T03:57:05.593ZFound 2 outliers among 100 measurements (2.00%)
58372026-03-24T03:57:05.593Z 1 (1.00%) high mild
58382026-03-24T03:57:05.593Z 1 (1.00%) high severe
58392026-03-24T03:57:07.080Z
58402026-03-24T03:57:07.083ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
58412026-03-24T03:57:07.084ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
58422026-03-24T03:57:11.513ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0055 s (2.4M iterations)
58432026-03-24T03:57:16.508ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
58442026-03-24T03:57:16.621Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
58452026-03-24T03:57:16.621Z time: [229.04 ns 229.62 ns 230.26 ns]
58462026-03-24T03:57:16.621Z change: [+0.9510% +2.0529% +3.1521%] (p = 0.00 < 0.05)
58472026-03-24T03:57:16.621Z Change within noise threshold.
58482026-03-24T03:57:16.621ZFound 6 outliers among 100 measurements (6.00%)
58492026-03-24T03:57:16.621Z 2 (2.00%) high mild
58502026-03-24T03:57:16.621Z 4 (4.00%) high severe
58512026-03-24T03:57:18.105Z
58522026-03-24T03:57:18.108ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
58532026-03-24T03:57:18.108ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
58542026-03-24T03:57:23.774ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0019 s (7.4M iterations)
58552026-03-24T03:57:27.031ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
58562026-03-24T03:57:27.144Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
58572026-03-24T03:57:27.144Z time: [94.479 ns 95.485 ns 96.569 ns]
58582026-03-24T03:57:27.144Z change: [−2.9993% −1.9120% −0.7400%] (p = 0.00 < 0.05)
58592026-03-24T03:57:27.144Z Change within noise threshold.
58602026-03-24T03:57:27.144ZFound 18 outliers among 100 measurements (18.00%)
58612026-03-24T03:57:27.144Z 18 (18.00%) high severe
58622026-03-24T03:57:28.632Z
58632026-03-24T03:57:28.635ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B
58642026-03-24T03:57:28.635ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
58652026-03-24T03:57:34.533ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0016 s (3.6M iterations)
58662026-03-24T03:57:38.757ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
58672026-03-24T03:57:38.871Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-0B
58682026-03-24T03:57:38.871Z time: [208.15 ns 208.28 ns 208.40 ns]
58692026-03-24T03:57:38.871Z change: [+2.4163% +3.3641% +4.2753%] (p = 0.00 < 0.05)
58702026-03-24T03:57:38.871Z Performance has regressed.
58712026-03-24T03:57:38.871ZFound 14 outliers among 100 measurements (14.00%)
58722026-03-24T03:57:38.871Z 2 (2.00%) low mild
58732026-03-24T03:57:38.871Z 2 (2.00%) high mild
58742026-03-24T03:57:38.871Z 10 (10.00%) high severe
58752026-03-24T03:57:40.364Z
58762026-03-24T03:57:40.367ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
58772026-03-24T03:57:40.367ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
58782026-03-24T03:57:45.246ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0013 s (4.3M iterations)
58792026-03-24T03:57:49.432ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
58802026-03-24T03:57:49.545Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
58812026-03-24T03:57:49.545Z time: [118.72 ns 119.56 ns 120.34 ns]
58822026-03-24T03:57:49.545Z change: [−0.4651% +0.6752% +1.7491%] (p = 0.24 > 0.05)
58832026-03-24T03:57:49.545Z No change in performance detected.
58842026-03-24T03:57:49.545ZFound 1 outliers among 100 measurements (1.00%)
58852026-03-24T03:57:49.545Z 1 (1.00%) high mild
58862026-03-24T03:57:51.025Z
58872026-03-24T03:57:51.029ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
58882026-03-24T03:57:51.029ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
58892026-03-24T03:57:56.037ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0073 s (2.1M iterations)
58902026-03-24T03:58:00.803ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
58912026-03-24T03:58:00.917Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
58922026-03-24T03:58:00.917Z time: [230.51 ns 231.34 ns 232.28 ns]
58932026-03-24T03:58:00.917Z change: [+4.3446% +5.4765% +6.6739%] (p = 0.00 < 0.05)
58942026-03-24T03:58:00.917Z Performance has regressed.
58952026-03-24T03:58:00.917ZFound 10 outliers among 100 measurements (10.00%)
58962026-03-24T03:58:00.917Z 3 (3.00%) high mild
58972026-03-24T03:58:00.917Z 7 (7.00%) high severe
58982026-03-24T03:58:02.406Z
58992026-03-24T03:58:02.410ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
59002026-03-24T03:58:02.410ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
59012026-03-24T03:58:05.642ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0018 s (13M iterations)
59022026-03-24T03:58:09.486ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
59032026-03-24T03:58:09.598Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
59042026-03-24T03:58:09.598Z time: [61.967 ns 62.153 ns 62.392 ns]
59052026-03-24T03:58:09.598Z change: [−3.4512% −2.1070% −0.7820%] (p = 0.00 < 0.05)
59062026-03-24T03:58:09.598Z Change within noise threshold.
59072026-03-24T03:58:09.598ZFound 19 outliers among 100 measurements (19.00%)
59082026-03-24T03:58:09.598Z 1 (1.00%) high mild
59092026-03-24T03:58:09.598Z 18 (18.00%) high severe
59102026-03-24T03:58:11.091Z
59112026-03-24T03:58:11.095ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B
59122026-03-24T03:58:11.095ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
59132026-03-24T03:58:15.318ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0018 s (5.0M iterations)
59142026-03-24T03:58:19.987ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
59152026-03-24T03:58:20.100Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-0B
59162026-03-24T03:58:20.100Z time: [177.58 ns 177.74 ns 177.87 ns]
59172026-03-24T03:58:20.100Z change: [−3.8728% −3.1823% −2.4660%] (p = 0.00 < 0.05)
59182026-03-24T03:58:20.100Z Performance has improved.
59192026-03-24T03:58:20.100ZFound 12 outliers among 100 measurements (12.00%)
59202026-03-24T03:58:20.100Z 1 (1.00%) low mild
59212026-03-24T03:58:20.100Z 4 (4.00%) high mild
59222026-03-24T03:58:20.100Z 7 (7.00%) high severe
59232026-03-24T03:58:21.594Z
59242026-03-24T03:58:21.597ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
59252026-03-24T03:58:21.597ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
59262026-03-24T03:58:25.269ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0033 s (5.7M iterations)
59272026-03-24T03:58:29.980ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
59282026-03-24T03:58:30.093Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
59292026-03-24T03:58:30.093Z time: [86.214 ns 86.831 ns 87.416 ns]
59302026-03-24T03:58:30.093Z change: [−1.2247% −0.1038% +1.1081%] (p = 0.86 > 0.05)
59312026-03-24T03:58:30.093Z No change in performance detected.
59322026-03-24T03:58:30.093ZFound 1 outliers among 100 measurements (1.00%)
59332026-03-24T03:58:30.093Z 1 (1.00%) high severe
59342026-03-24T03:58:31.579Z
59352026-03-24T03:58:31.582ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
59362026-03-24T03:58:31.582ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
59372026-03-24T03:58:35.848ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0049 s (2.5M iterations)
59382026-03-24T03:58:40.842ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
59392026-03-24T03:58:40.955Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
59402026-03-24T03:58:40.955Z time: [201.85 ns 202.47 ns 203.13 ns]
59412026-03-24T03:58:40.955Z change: [−1.9834% −0.9018% +0.1528%] (p = 0.10 > 0.05)
59422026-03-24T03:58:40.955Z No change in performance detected.
59432026-03-24T03:58:40.955ZFound 7 outliers among 100 measurements (7.00%)
59442026-03-24T03:58:40.955Z 2 (2.00%) high mild
59452026-03-24T03:58:40.955Z 5 (5.00%) high severe
59462026-03-24T03:58:42.446Z
59472026-03-24T03:58:42.449ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B
59482026-03-24T03:58:42.449ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
59492026-03-24T03:58:48.015ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0017 s (7.5M iterations)
59502026-03-24T03:58:51.259ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
59512026-03-24T03:58:51.373Zparse/ULP-FastPath/wallclock/V4-Udp-IN-0B
59522026-03-24T03:58:51.373Z time: [94.976 ns 95.902 ns 96.891 ns]
59532026-03-24T03:58:51.373Z change: [−3.0827% −1.9160% −0.6395%] (p = 0.00 < 0.05)
59542026-03-24T03:58:51.373Z Change within noise threshold.
59552026-03-24T03:58:51.373ZFound 18 outliers among 100 measurements (18.00%)
59562026-03-24T03:58:51.373Z 17 (17.00%) high mild
59572026-03-24T03:58:51.373Z 1 (1.00%) high severe
59582026-03-24T03:58:52.861Z
59592026-03-24T03:58:52.865ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B
59602026-03-24T03:58:52.865ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
59612026-03-24T03:58:58.399ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0062 s (3.8M iterations)
59622026-03-24T03:59:02.512ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
59632026-03-24T03:59:02.624Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-0B
59642026-03-24T03:59:02.624Z time: [191.66 ns 192.20 ns 192.69 ns]
59652026-03-24T03:59:02.624Z change: [−2.6261% −0.8992% +0.8212%] (p = 0.31 > 0.05)
59662026-03-24T03:59:02.624Z No change in performance detected.
59672026-03-24T03:59:02.624ZFound 6 outliers among 100 measurements (6.00%)
59682026-03-24T03:59:02.624Z 3 (3.00%) high mild
59692026-03-24T03:59:02.624Z 3 (3.00%) high severe
59702026-03-24T03:59:04.096Z
59712026-03-24T03:59:04.099ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
59722026-03-24T03:59:04.099ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
59732026-03-24T03:59:08.950ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0020 s (4.3M iterations)
59742026-03-24T03:59:13.137ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
59752026-03-24T03:59:13.249Zparse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
59762026-03-24T03:59:13.249Z time: [117.10 ns 117.94 ns 118.68 ns]
59772026-03-24T03:59:13.249Z change: [−2.0853% −0.9191% +0.2072%] (p = 0.12 > 0.05)
59782026-03-24T03:59:13.250Z No change in performance detected.
59792026-03-24T03:59:13.250ZFound 1 outliers among 100 measurements (1.00%)
59802026-03-24T03:59:13.250Z 1 (1.00%) high mild
59812026-03-24T03:59:14.739Z
59822026-03-24T03:59:14.743ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B
59832026-03-24T03:59:14.743ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
59842026-03-24T03:59:19.519ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0059 s (2.2M iterations)
59852026-03-24T03:59:24.280ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
59862026-03-24T03:59:24.393Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-1400B
59872026-03-24T03:59:24.393Z time: [211.53 ns 212.04 ns 212.57 ns]
59882026-03-24T03:59:24.393Z change: [+6.4486% +7.5026% +8.6501%] (p = 0.00 < 0.05)
59892026-03-24T03:59:24.393Z Performance has regressed.
59902026-03-24T03:59:24.393ZFound 9 outliers among 100 measurements (9.00%)
59912026-03-24T03:59:24.393Z 2 (2.00%) high mild
59922026-03-24T03:59:24.393Z 7 (7.00%) high severe
59932026-03-24T03:59:25.878Z
59942026-03-24T03:59:25.881ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
59952026-03-24T03:59:25.881ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
59962026-03-24T03:59:29.599ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0005 s (11M iterations)
59972026-03-24T03:59:33.435ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
59982026-03-24T03:59:33.548Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
59992026-03-24T03:59:33.548Z time: [64.825 ns 65.049 ns 65.315 ns]
60002026-03-24T03:59:33.548Z change: [−3.3184% −2.1194% −0.9194%] (p = 0.00 < 0.05)
60012026-03-24T03:59:33.548Z Change within noise threshold.
60022026-03-24T03:59:33.548ZFound 20 outliers among 100 measurements (20.00%)
60032026-03-24T03:59:33.548Z 1 (1.00%) high mild
60042026-03-24T03:59:33.548Z 19 (19.00%) high severe
60052026-03-24T03:59:35.031Z
60062026-03-24T03:59:35.034ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
60072026-03-24T03:59:35.034ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
60082026-03-24T03:59:40.064ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0053 s (4.2M iterations)
60092026-03-24T03:59:44.798ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
60102026-03-24T03:59:44.911Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
60112026-03-24T03:59:44.911Z time: [198.06 ns 198.30 ns 198.57 ns]
60122026-03-24T03:59:44.911Z change: [−2.9485% −1.9227% −0.9856%] (p = 0.00 < 0.05)
60132026-03-24T03:59:44.911Z Change within noise threshold.
60142026-03-24T03:59:44.911ZFound 10 outliers among 100 measurements (10.00%)
60152026-03-24T03:59:44.911Z 4 (4.00%) high mild
60162026-03-24T03:59:44.911Z 6 (6.00%) high severe
60172026-03-24T03:59:46.403Z
60182026-03-24T03:59:46.406ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
60192026-03-24T03:59:46.406ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
60202026-03-24T03:59:50.395ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0018 s (5.3M iterations)
60212026-03-24T03:59:55.124ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
60222026-03-24T03:59:55.236Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
60232026-03-24T03:59:55.236Z time: [89.683 ns 90.268 ns 90.822 ns]
60242026-03-24T03:59:55.236Z change: [−2.1169% −0.9770% +0.1742%] (p = 0.09 > 0.05)
60252026-03-24T03:59:55.236Z No change in performance detected.
60262026-03-24T03:59:55.236ZFound 1 outliers among 100 measurements (1.00%)
60272026-03-24T03:59:55.236Z 1 (1.00%) high severe
60282026-03-24T03:59:56.728Z
60292026-03-24T03:59:56.731ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
60302026-03-24T03:59:56.731ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
60312026-03-24T04:00:01.439ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0020 s (2.2M iterations)
60322026-03-24T04:00:06.466ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
60332026-03-24T04:00:06.579Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
60342026-03-24T04:00:06.579Z time: [222.87 ns 223.32 ns 223.83 ns]
60352026-03-24T04:00:06.579Z change: [+1.2239% +2.6561% +3.9886%] (p = 0.00 < 0.05)
60362026-03-24T04:00:06.579Z Performance has regressed.
60372026-03-24T04:00:06.579ZFound 11 outliers among 100 measurements (11.00%)
60382026-03-24T04:00:06.579Z 5 (5.00%) high mild
60392026-03-24T04:00:06.579Z 6 (6.00%) high severe
60402026-03-24T04:00:08.073Z
60412026-03-24T04:00:08.077ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
60422026-03-24T04:00:08.077ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
60432026-03-24T04:00:14.271ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0031 s (6.8M iterations)
60442026-03-24T04:00:17.546ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
60452026-03-24T04:00:17.659Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
60462026-03-24T04:00:17.659Z time: [95.157 ns 96.160 ns 97.240 ns]
60472026-03-24T04:00:17.659Z change: [−2.5496% −1.4031% −0.1778%] (p = 0.02 < 0.05)
60482026-03-24T04:00:17.659Z Change within noise threshold.
60492026-03-24T04:00:17.659ZFound 19 outliers among 100 measurements (19.00%)
60502026-03-24T04:00:17.659Z 1 (1.00%) low mild
60512026-03-24T04:00:17.659Z 18 (18.00%) high severe
60522026-03-24T04:00:19.149Z
60532026-03-24T04:00:19.152ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B
60542026-03-24T04:00:19.152ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
60552026-03-24T04:00:22.163ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0011 s (3.5M iterations)
60562026-03-24T04:00:26.611ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
60572026-03-24T04:00:26.725Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-0B
60582026-03-24T04:00:26.725Z time: [206.82 ns 206.97 ns 207.13 ns]
60592026-03-24T04:00:26.725Z change: [+3.6736% +4.8296% +5.9937%] (p = 0.00 < 0.05)
60602026-03-24T04:00:26.725Z Performance has regressed.
60612026-03-24T04:00:26.725ZFound 14 outliers among 100 measurements (14.00%)
60622026-03-24T04:00:26.725Z 2 (2.00%) low mild
60632026-03-24T04:00:26.725Z 3 (3.00%) high mild
60642026-03-24T04:00:26.725Z 9 (9.00%) high severe
60652026-03-24T04:00:28.217Z
60662026-03-24T04:00:28.220ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
60672026-03-24T04:00:28.220ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
60682026-03-24T04:00:33.366ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0030 s (4.1M iterations)
60692026-03-24T04:00:37.680ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
60702026-03-24T04:00:37.793Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
60712026-03-24T04:00:37.793Z time: [117.06 ns 117.91 ns 118.69 ns]
60722026-03-24T04:00:37.793Z change: [−1.8707% −0.7064% +0.3780%] (p = 0.24 > 0.05)
60732026-03-24T04:00:37.796Z No change in performance detected.
60742026-03-24T04:00:37.796ZFound 2 outliers among 100 measurements (2.00%)
60752026-03-24T04:00:37.796Z 2 (2.00%) high mild
60762026-03-24T04:00:39.277Z
60772026-03-24T04:00:39.280ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
60782026-03-24T04:00:39.280ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
60792026-03-24T04:00:44.538ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0038 s (2.0M iterations)
60802026-03-24T04:00:49.351ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
60812026-03-24T04:00:49.464Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
60822026-03-24T04:00:49.464Z time: [229.58 ns 230.43 ns 231.36 ns]
60832026-03-24T04:00:49.464Z change: [+4.6475% +5.7399% +6.9678%] (p = 0.00 < 0.05)
60842026-03-24T04:00:49.464Z Performance has regressed.
60852026-03-24T04:00:49.464ZFound 14 outliers among 100 measurements (14.00%)
60862026-03-24T04:00:49.464Z 5 (5.00%) high mild
60872026-03-24T04:00:49.464Z 9 (9.00%) high severe
60882026-03-24T04:00:50.955Z
60892026-03-24T04:00:50.959ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
60902026-03-24T04:00:50.959ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
60912026-03-24T04:00:54.625ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0014 s (11M iterations)
60922026-03-24T04:00:58.380ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
60932026-03-24T04:00:58.493Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
60942026-03-24T04:00:58.493Z time: [62.524 ns 62.709 ns 62.937 ns]
60952026-03-24T04:00:58.493Z change: [−2.2335% −1.0102% +0.2509%] (p = 0.12 > 0.05)
60962026-03-24T04:00:58.493Z No change in performance detected.
60972026-03-24T04:00:58.493ZFound 20 outliers among 100 measurements (20.00%)
60982026-03-24T04:00:58.493Z 1 (1.00%) high mild
60992026-03-24T04:00:58.493Z 19 (19.00%) high severe
61002026-03-24T04:00:59.979Z
61012026-03-24T04:00:59.982ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B
61022026-03-24T04:00:59.982ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
61032026-03-24T04:01:04.710ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0010 s (4.4M iterations)
61042026-03-24T04:01:09.352ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
61052026-03-24T04:01:09.466Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-0B
61062026-03-24T04:01:09.466Z time: [182.55 ns 182.70 ns 182.83 ns]
61072026-03-24T04:01:09.466Z change: [+1.0534% +1.8480% +2.5552%] (p = 0.00 < 0.05)
61082026-03-24T04:01:09.466Z Performance has regressed.
61092026-03-24T04:01:09.466ZFound 6 outliers among 100 measurements (6.00%)
61102026-03-24T04:01:09.466Z 2 (2.00%) low mild
61112026-03-24T04:01:09.466Z 1 (1.00%) high mild
61122026-03-24T04:01:09.466Z 3 (3.00%) high severe
61132026-03-24T04:01:10.965Z
61142026-03-24T04:01:10.968ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
61152026-03-24T04:01:10.968ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
61162026-03-24T04:01:14.786ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0006 s (5.5M iterations)
61172026-03-24T04:01:19.593ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
61182026-03-24T04:01:19.706Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
61192026-03-24T04:01:19.706Z time: [85.922 ns 86.608 ns 87.253 ns]
61202026-03-24T04:01:19.706Z change: [−2.2625% −1.1883% −0.1378%] (p = 0.03 < 0.05)
61212026-03-24T04:01:19.706Z Change within noise threshold.
61222026-03-24T04:01:19.706ZFound 1 outliers among 100 measurements (1.00%)
61232026-03-24T04:01:19.706Z 1 (1.00%) high severe
61242026-03-24T04:01:21.191Z
61252026-03-24T04:01:21.194ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
61262026-03-24T04:01:21.194ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
61272026-03-24T04:01:25.732ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0075 s (2.3M iterations)
61282026-03-24T04:01:30.763ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
61292026-03-24T04:01:30.876Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
61302026-03-24T04:01:30.876Z time: [199.63 ns 200.16 ns 200.73 ns]
61312026-03-24T04:01:30.876Z change: [+1.4109% +2.7207% +3.8490%] (p = 0.00 < 0.05)
61322026-03-24T04:01:30.876Z Performance has regressed.
61332026-03-24T04:01:30.876ZFound 9 outliers among 100 measurements (9.00%)
61342026-03-24T04:01:30.876Z 2 (2.00%) high mild
61352026-03-24T04:01:30.876Z 7 (7.00%) high severe
61362026-03-24T04:01:32.367Z
61372026-03-24T04:01:32.370ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B
61382026-03-24T04:01:32.370ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
61392026-03-24T04:01:38.544ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0011 s (6.8M iterations)
61402026-03-24T04:01:41.799ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
61412026-03-24T04:01:41.912Zparse/ULP-FastPath/wallclock/V6-Udp-IN-0B
61422026-03-24T04:01:41.912Z time: [96.180 ns 97.099 ns 98.108 ns]
61432026-03-24T04:01:41.912Z change: [−0.8267% +0.2478% +1.3398%] (p = 0.64 > 0.05)
61442026-03-24T04:01:41.913Z No change in performance detected.
61452026-03-24T04:01:41.913ZFound 18 outliers among 100 measurements (18.00%)
61462026-03-24T04:01:41.913Z 18 (18.00%) high severe
61472026-03-24T04:01:43.401Z
61482026-03-24T04:01:43.405ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B
61492026-03-24T04:01:43.405ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
61502026-03-24T04:01:49.417ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0044 s (3.5M iterations)
61512026-03-24T04:01:53.577ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
61522026-03-24T04:01:53.690Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-0B
61532026-03-24T04:01:53.690Z time: [191.20 ns 191.38 ns 191.54 ns]
61542026-03-24T04:01:53.690Z change: [+8.4685% +9.3821% +10.280%] (p = 0.00 < 0.05)
61552026-03-24T04:01:53.690Z Performance has regressed.
61562026-03-24T04:01:53.690ZFound 8 outliers among 100 measurements (8.00%)
61572026-03-24T04:01:53.690Z 1 (1.00%) high mild
61582026-03-24T04:01:53.690Z 7 (7.00%) high severe
61592026-03-24T04:01:55.181Z
61602026-03-24T04:01:55.185ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
61612026-03-24T04:01:55.185ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
61622026-03-24T04:02:00.233ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0046 s (4.2M iterations)
61632026-03-24T04:02:04.501ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
61642026-03-24T04:02:04.614Zparse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
61652026-03-24T04:02:04.614Z time: [118.96 ns 119.62 ns 120.23 ns]
61662026-03-24T04:02:04.614Z change: [−0.6658% +0.2971% +1.2163%] (p = 0.54 > 0.05)
61672026-03-24T04:02:04.614Z No change in performance detected.
61682026-03-24T04:02:04.614ZFound 1 outliers among 100 measurements (1.00%)
61692026-03-24T04:02:04.614Z 1 (1.00%) high severe
61702026-03-24T04:02:06.103Z
61712026-03-24T04:02:06.106ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B
61722026-03-24T04:02:06.106ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
61732026-03-24T04:02:11.152ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0085 s (2.1M iterations)
61742026-03-24T04:02:15.935ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
61752026-03-24T04:02:16.048Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-1400B
61762026-03-24T04:02:16.048Z time: [210.99 ns 211.56 ns 212.16 ns]
61772026-03-24T04:02:16.048Z change: [+7.3099% +8.5068% +9.9016%] (p = 0.00 < 0.05)
61782026-03-24T04:02:16.049Z Performance has regressed.
61792026-03-24T04:02:16.049ZFound 7 outliers among 100 measurements (7.00%)
61802026-03-24T04:02:16.049Z 2 (2.00%) high mild
61812026-03-24T04:02:16.049Z 5 (5.00%) high severe
61822026-03-24T04:02:17.539Z
61832026-03-24T04:02:17.542ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
61842026-03-24T04:02:17.542ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
61852026-03-24T04:02:20.989ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0008 s (12M iterations)
61862026-03-24T04:02:24.661ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
61872026-03-24T04:02:24.774Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
61882026-03-24T04:02:24.774Z time: [64.934 ns 65.142 ns 65.393 ns]
61892026-03-24T04:02:24.774Z change: [−3.1524% −1.8738% −0.5568%] (p = 0.00 < 0.05)
61902026-03-24T04:02:24.774Z Change within noise threshold.
61912026-03-24T04:02:24.774ZFound 20 outliers among 100 measurements (20.00%)
61922026-03-24T04:02:24.774Z 1 (1.00%) high mild
61932026-03-24T04:02:24.774Z 19 (19.00%) high severe
61942026-03-24T04:02:26.260Z
61952026-03-24T04:02:26.263ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
61962026-03-24T04:02:26.263ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
61972026-03-24T04:02:30.515ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0003 s (4.9M iterations)
61982026-03-24T04:02:35.569ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
61992026-03-24T04:02:35.681Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
62002026-03-24T04:02:35.681Z time: [237.60 ns 239.78 ns 242.60 ns]
62012026-03-24T04:02:35.681Z change: [−8.8641% +6.0130% +24.866%] (p = 0.52 > 0.05)
62022026-03-24T04:02:35.681Z No change in performance detected.
62032026-03-24T04:02:35.681ZFound 11 outliers among 100 measurements (11.00%)
62042026-03-24T04:02:35.681Z 4 (4.00%) high mild
62052026-03-24T04:02:35.681Z 7 (7.00%) high severe
62062026-03-24T04:02:37.177Z
62072026-03-24T04:02:37.180ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
62082026-03-24T04:02:37.180ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
62092026-03-24T04:02:40.778ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0039 s (5.8M iterations)
62102026-03-24T04:02:45.714ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
62112026-03-24T04:02:45.826Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
62122026-03-24T04:02:45.827Z time: [91.028 ns 91.678 ns 92.291 ns]
62132026-03-24T04:02:45.827Z change: [−1.8970% −0.7861% +0.3680%] (p = 0.17 > 0.05)
62142026-03-24T04:02:45.827Z No change in performance detected.
62152026-03-24T04:02:45.827ZFound 1 outliers among 100 measurements (1.00%)
62162026-03-24T04:02:45.827Z 1 (1.00%) high severe
62172026-03-24T04:02:47.318Z
62182026-03-24T04:02:47.324ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
62192026-03-24T04:02:47.324ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
62202026-03-24T04:02:51.614ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0069 s (2.4M iterations)
62212026-03-24T04:02:56.948ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
62222026-03-24T04:02:57.060Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
62232026-03-24T04:02:57.060Z time: [296.06 ns 300.73 ns 306.63 ns]
62242026-03-24T04:02:57.061Z change: [−15.782% +2.3847% +22.340%] (p = 0.82 > 0.05)
62252026-03-24T04:02:57.061Z No change in performance detected.
62262026-03-24T04:02:57.061ZFound 10 outliers among 100 measurements (10.00%)
62272026-03-24T04:02:57.061Z 4 (4.00%) high mild
62282026-03-24T04:02:57.061Z 6 (6.00%) high severe
62292026-03-24T04:02:58.557Z
62302026-03-24T04:02:58.560ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
62312026-03-24T04:02:58.560ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
62322026-03-24T04:03:04.124ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0004 s (7.5M iterations)
62332026-03-24T04:03:07.464ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
62342026-03-24T04:03:07.577Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
62352026-03-24T04:03:07.577Z time: [96.982 ns 98.008 ns 99.123 ns]
62362026-03-24T04:03:07.577Z change: [−1.6286% −0.5360% +0.6138%] (p = 0.35 > 0.05)
62372026-03-24T04:03:07.577Z No change in performance detected.
62382026-03-24T04:03:07.577ZFound 18 outliers among 100 measurements (18.00%)
62392026-03-24T04:03:07.577Z 1 (1.00%) high mild
62402026-03-24T04:03:07.577Z 17 (17.00%) high severe
62412026-03-24T04:03:09.068Z
62422026-03-24T04:03:09.071ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
62432026-03-24T04:03:09.071ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
62442026-03-24T04:03:14.413ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0064 s (3.9M iterations)
62452026-03-24T04:03:18.893ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
62462026-03-24T04:03:19.006Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
62472026-03-24T04:03:19.006Z time: [238.44 ns 240.10 ns 242.26 ns]
62482026-03-24T04:03:19.006Z change: [−7.7443% +4.0657% +17.978%] (p = 0.55 > 0.05)
62492026-03-24T04:03:19.006Z No change in performance detected.
62502026-03-24T04:03:19.006ZFound 12 outliers among 100 measurements (12.00%)
62512026-03-24T04:03:19.006Z 5 (5.00%) high mild
62522026-03-24T04:03:19.006Z 7 (7.00%) high severe
62532026-03-24T04:03:20.502Z
62542026-03-24T04:03:20.505ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
62552026-03-24T04:03:20.506ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
62562026-03-24T04:03:25.209ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0029 s (4.5M iterations)
62572026-03-24T04:03:29.590ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
62582026-03-24T04:03:29.702Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
62592026-03-24T04:03:29.702Z time: [117.39 ns 118.28 ns 119.08 ns]
62602026-03-24T04:03:29.702Z change: [−2.6934% −1.6450% −0.6139%] (p = 0.00 < 0.05)
62612026-03-24T04:03:29.702Z Change within noise threshold.
62622026-03-24T04:03:29.702ZFound 1 outliers among 100 measurements (1.00%)
62632026-03-24T04:03:29.702Z 1 (1.00%) high severe
62642026-03-24T04:03:31.196Z
62652026-03-24T04:03:31.199ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
62662026-03-24T04:03:31.199ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
62672026-03-24T04:03:35.943ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0057 s (2.2M iterations)
62682026-03-24T04:03:41.032ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
62692026-03-24T04:03:41.136Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
62702026-03-24T04:03:41.136Z time: [275.19 ns 278.20 ns 282.07 ns]
62712026-03-24T04:03:41.136Z change: [−9.3611% +3.8179% +18.317%] (p = 0.60 > 0.05)
62722026-03-24T04:03:41.136Z No change in performance detected.
62732026-03-24T04:03:41.136ZFound 11 outliers among 100 measurements (11.00%)
62742026-03-24T04:03:41.136Z 5 (5.00%) high mild
62752026-03-24T04:03:41.136Z 6 (6.00%) high severe
62762026-03-24T04:03:42.631Z
62772026-03-24T04:03:42.634ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
62782026-03-24T04:03:42.634ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
62792026-03-24T04:03:45.749ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0001 s (13M iterations)
62802026-03-24T04:03:49.729ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
62812026-03-24T04:03:49.842Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
62822026-03-24T04:03:49.842Z time: [61.926 ns 62.114 ns 62.350 ns]
62832026-03-24T04:03:49.842Z change: [−3.7310% −2.4877% −1.1683%] (p = 0.00 < 0.05)
62842026-03-24T04:03:49.842Z Performance has improved.
62852026-03-24T04:03:49.842ZFound 20 outliers among 100 measurements (20.00%)
62862026-03-24T04:03:49.842Z 1 (1.00%) high mild
62872026-03-24T04:03:49.842Z 19 (19.00%) high severe
62882026-03-24T04:03:51.334Z
62892026-03-24T04:03:51.338ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
62902026-03-24T04:03:51.338ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
62912026-03-24T04:03:55.357ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0018 s (5.2M iterations)
62922026-03-24T04:04:00.467ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
62932026-03-24T04:04:00.579Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
62942026-03-24T04:04:00.579Z time: [210.31 ns 212.29 ns 214.85 ns]
62952026-03-24T04:04:00.579Z change: [−14.067% −2.3931% +9.9684%] (p = 0.72 > 0.05)
62962026-03-24T04:04:00.579Z No change in performance detected.
62972026-03-24T04:04:00.579ZFound 12 outliers among 100 measurements (12.00%)
62982026-03-24T04:04:00.579Z 4 (4.00%) high mild
62992026-03-24T04:04:00.579Z 8 (8.00%) high severe
63002026-03-24T04:04:02.076Z
63012026-03-24T04:04:02.079ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
63022026-03-24T04:04:02.079ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
63032026-03-24T04:04:05.667ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0019 s (5.8M iterations)
63042026-03-24T04:04:10.571ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
63052026-03-24T04:04:10.684Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
63062026-03-24T04:04:10.684Z time: [86.737 ns 87.468 ns 88.155 ns]
63072026-03-24T04:04:10.684Z change: [−1.9306% −0.7888% +0.3574%] (p = 0.20 > 0.05)
63082026-03-24T04:04:10.684Z No change in performance detected.
63092026-03-24T04:04:10.684ZFound 1 outliers among 100 measurements (1.00%)
63102026-03-24T04:04:10.684Z 1 (1.00%) high severe
63112026-03-24T04:04:12.161Z
63122026-03-24T04:04:12.164ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
63132026-03-24T04:04:12.164ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
63142026-03-24T04:04:16.353ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0062 s (2.5M iterations)
63152026-03-24T04:04:21.711ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
63162026-03-24T04:04:21.824Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
63172026-03-24T04:04:21.824Z time: [265.51 ns 269.83 ns 275.42 ns]
63182026-03-24T04:04:21.824Z change: [−17.701% −0.0222% +23.149%] (p = 1.00 > 0.05)
63192026-03-24T04:04:21.824Z No change in performance detected.
63202026-03-24T04:04:21.824ZFound 10 outliers among 100 measurements (10.00%)
63212026-03-24T04:04:21.824Z 4 (4.00%) high mild
63222026-03-24T04:04:21.824Z 6 (6.00%) high severe
63232026-03-24T04:04:23.320Z
63242026-03-24T04:04:23.323ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
63252026-03-24T04:04:23.323ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
63262026-03-24T04:04:28.749ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0005 s (7.7M iterations)
63272026-03-24T04:04:32.096ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
63282026-03-24T04:04:32.209Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
63292026-03-24T04:04:32.209Z time: [95.460 ns 96.355 ns 97.315 ns]
63302026-03-24T04:04:32.209Z change: [−2.8837% −1.7287% −0.5616%] (p = 0.00 < 0.05)
63312026-03-24T04:04:32.209Z Change within noise threshold.
63322026-03-24T04:04:32.209ZFound 17 outliers among 100 measurements (17.00%)
63332026-03-24T04:04:32.209Z 16 (16.00%) high mild
63342026-03-24T04:04:32.209Z 1 (1.00%) high severe
63352026-03-24T04:04:33.692Z
63362026-03-24T04:04:33.695ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B
63372026-03-24T04:04:33.695ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
63382026-03-24T04:04:38.881ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0033 s (4.0M iterations)
63392026-03-24T04:04:43.294ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
63402026-03-24T04:04:43.406Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-0B
63412026-03-24T04:04:43.406Z time: [212.82 ns 214.30 ns 216.19 ns]
63422026-03-24T04:04:43.406Z change: [−7.5739% +5.2274% +19.801%] (p = 0.46 > 0.05)
63432026-03-24T04:04:43.407Z No change in performance detected.
63442026-03-24T04:04:43.407ZFound 11 outliers among 100 measurements (11.00%)
63452026-03-24T04:04:43.407Z 4 (4.00%) high mild
63462026-03-24T04:04:43.407Z 7 (7.00%) high severe
63472026-03-24T04:04:44.905Z
63482026-03-24T04:04:44.908ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
63492026-03-24T04:04:44.908ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
63502026-03-24T04:04:49.600ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0020 s (4.5M iterations)
63512026-03-24T04:04:53.974ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
63522026-03-24T04:04:54.088Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
63532026-03-24T04:04:54.088Z time: [116.46 ns 117.30 ns 118.03 ns]
63542026-03-24T04:04:54.088Z change: [−2.8236% −1.6929% −0.4807%] (p = 0.00 < 0.05)
63552026-03-24T04:04:54.088Z Change within noise threshold.
63562026-03-24T04:04:54.088ZFound 1 outliers among 100 measurements (1.00%)
63572026-03-24T04:04:54.088Z 1 (1.00%) high mild
63582026-03-24T04:04:55.573Z
63592026-03-24T04:04:55.576ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
63602026-03-24T04:04:55.576ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
63612026-03-24T04:05:00.215ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0075 s (2.3M iterations)
63622026-03-24T04:05:05.265ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
63632026-03-24T04:05:05.377Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
63642026-03-24T04:05:05.377Z time: [254.96 ns 257.40 ns 260.51 ns]
63652026-03-24T04:05:05.377Z change: [−8.4400% +5.2377% +20.799%] (p = 0.48 > 0.05)
63662026-03-24T04:05:05.378Z No change in performance detected.
63672026-03-24T04:05:05.378ZFound 11 outliers among 100 measurements (11.00%)
63682026-03-24T04:05:05.378Z 4 (4.00%) high mild
63692026-03-24T04:05:05.378Z 7 (7.00%) high severe
63702026-03-24T04:05:06.874Z
63712026-03-24T04:05:06.878ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
63722026-03-24T04:05:06.878ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
63732026-03-24T04:05:10.388ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0016 s (12M iterations)
63742026-03-24T04:05:14.467ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
63752026-03-24T04:05:14.579Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
63762026-03-24T04:05:14.579Z time: [64.914 ns 65.136 ns 65.399 ns]
63772026-03-24T04:05:14.579Z change: [−2.6022% −1.3646% −0.0004%] (p = 0.04 < 0.05)
63782026-03-24T04:05:14.579Z Change within noise threshold.
63792026-03-24T04:05:14.580ZFound 20 outliers among 100 measurements (20.00%)
63802026-03-24T04:05:14.580Z 1 (1.00%) high mild
63812026-03-24T04:05:14.580Z 19 (19.00%) high severe
63822026-03-24T04:05:16.069Z
63832026-03-24T04:05:16.072ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
63842026-03-24T04:05:16.073ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
63852026-03-24T04:05:20.665ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0018 s (4.6M iterations)
63862026-03-24T04:05:25.766ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
63872026-03-24T04:05:25.878Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
63882026-03-24T04:05:25.878Z time: [237.64 ns 240.25 ns 243.63 ns]
63892026-03-24T04:05:25.878Z change: [−20.576% −1.4372% +21.829%] (p = 0.90 > 0.05)
63902026-03-24T04:05:25.878Z No change in performance detected.
63912026-03-24T04:05:25.878ZFound 12 outliers among 100 measurements (12.00%)
63922026-03-24T04:05:25.878Z 5 (5.00%) high mild
63932026-03-24T04:05:25.878Z 7 (7.00%) high severe
63942026-03-24T04:05:27.376Z
63952026-03-24T04:05:27.379ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
63962026-03-24T04:05:27.379ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
63972026-03-24T04:05:31.280ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0007 s (5.4M iterations)
63982026-03-24T04:05:36.137ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
63992026-03-24T04:05:36.249Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
64002026-03-24T04:05:36.249Z time: [89.698 ns 90.305 ns 90.890 ns]
64012026-03-24T04:05:36.249Z change: [−1.6199% −0.4019% +0.7761%] (p = 0.52 > 0.05)
64022026-03-24T04:05:36.249Z No change in performance detected.
64032026-03-24T04:05:36.249ZFound 1 outliers among 100 measurements (1.00%)
64042026-03-24T04:05:36.249Z 1 (1.00%) high severe
64052026-03-24T04:05:37.733Z
64062026-03-24T04:05:37.736ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
64072026-03-24T04:05:37.736ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
64082026-03-24T04:05:42.319ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0015 s (2.3M iterations)
64092026-03-24T04:05:47.593ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
64102026-03-24T04:05:47.705Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
64112026-03-24T04:05:47.705Z time: [301.39 ns 306.68 ns 313.41 ns]
64122026-03-24T04:05:47.705Z change: [−18.159% +0.5279% +24.685%] (p = 0.96 > 0.05)
64132026-03-24T04:05:47.705Z No change in performance detected.
64142026-03-24T04:05:47.705ZFound 11 outliers among 100 measurements (11.00%)
64152026-03-24T04:05:47.705Z 5 (5.00%) high mild
64162026-03-24T04:05:47.705Z 6 (6.00%) high severe
64172026-03-24T04:05:49.202Z
64182026-03-24T04:05:49.208ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
64192026-03-24T04:05:49.208ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
64202026-03-24T04:05:55.246ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0021 s (6.9M iterations)
64212026-03-24T04:05:58.599ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
64222026-03-24T04:05:58.712Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
64232026-03-24T04:05:58.712Z time: [95.289 ns 96.304 ns 97.411 ns]
64242026-03-24T04:05:58.712Z change: [−2.3382% −1.2370% −0.0686%] (p = 0.03 < 0.05)
64252026-03-24T04:05:58.712Z Change within noise threshold.
64262026-03-24T04:05:58.712ZFound 18 outliers among 100 measurements (18.00%)
64272026-03-24T04:05:58.712Z 2 (2.00%) high mild
64282026-03-24T04:05:58.712Z 16 (16.00%) high severe
64292026-03-24T04:06:00.200Z
64302026-03-24T04:06:00.203ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
64312026-03-24T04:06:00.204ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
64322026-03-24T04:06:06.071ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0041 s (3.6M iterations)
64332026-03-24T04:06:10.525ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
64342026-03-24T04:06:10.638Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
64352026-03-24T04:06:10.638Z time: [237.01 ns 239.01 ns 241.58 ns]
64362026-03-24T04:06:10.638Z change: [−10.111% +3.0766% +18.411%] (p = 0.68 > 0.05)
64372026-03-24T04:06:10.638Z No change in performance detected.
64382026-03-24T04:06:10.638ZFound 12 outliers among 100 measurements (12.00%)
64392026-03-24T04:06:10.638Z 4 (4.00%) high mild
64402026-03-24T04:06:10.638Z 8 (8.00%) high severe
64412026-03-24T04:06:12.135Z
64422026-03-24T04:06:12.138ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
64432026-03-24T04:06:12.138ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
64442026-03-24T04:06:17.136ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0029 s (4.2M iterations)
64452026-03-24T04:06:21.555ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
64462026-03-24T04:06:21.668Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
64472026-03-24T04:06:21.668Z time: [115.82 ns 116.60 ns 117.33 ns]
64482026-03-24T04:06:21.668Z change: [−3.0833% −1.9965% −0.9302%] (p = 0.00 < 0.05)
64492026-03-24T04:06:21.668Z Change within noise threshold.
64502026-03-24T04:06:21.668ZFound 2 outliers among 100 measurements (2.00%)
64512026-03-24T04:06:21.668Z 1 (1.00%) high mild
64522026-03-24T04:06:21.668Z 1 (1.00%) high severe
64532026-03-24T04:06:23.159Z
64542026-03-24T04:06:23.162ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
64552026-03-24T04:06:23.162ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
64562026-03-24T04:06:28.212ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0004 s (2.1M iterations)
64572026-03-24T04:06:33.303ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
64582026-03-24T04:06:33.416Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
64592026-03-24T04:06:33.416Z time: [279.94 ns 283.60 ns 288.21 ns]
64602026-03-24T04:06:33.416Z change: [−10.637% +3.4065% +19.645%] (p = 0.66 > 0.05)
64612026-03-24T04:06:33.416Z No change in performance detected.
64622026-03-24T04:06:33.416ZFound 12 outliers among 100 measurements (12.00%)
64632026-03-24T04:06:33.416Z 5 (5.00%) high mild
64642026-03-24T04:06:33.416Z 7 (7.00%) high severe
64652026-03-24T04:06:34.912Z
64662026-03-24T04:06:34.915ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
64672026-03-24T04:06:34.915ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
64682026-03-24T04:06:38.397ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0003 s (12M iterations)
64692026-03-24T04:06:42.358ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
64702026-03-24T04:06:42.470Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
64712026-03-24T04:06:42.470Z time: [62.241 ns 62.423 ns 62.652 ns]
64722026-03-24T04:06:42.470Z change: [−2.9114% −1.6241% −0.2976%] (p = 0.01 < 0.05)
64732026-03-24T04:06:42.470Z Change within noise threshold.
64742026-03-24T04:06:42.470ZFound 20 outliers among 100 measurements (20.00%)
64752026-03-24T04:06:42.470Z 1 (1.00%) high mild
64762026-03-24T04:06:42.470Z 19 (19.00%) high severe
64772026-03-24T04:06:43.962Z
64782026-03-24T04:06:43.965ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
64792026-03-24T04:06:43.965ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
64802026-03-24T04:06:48.446ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0041 s (4.7M iterations)
64812026-03-24T04:06:53.504ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
64822026-03-24T04:06:53.616Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
64832026-03-24T04:06:53.616Z time: [212.52 ns 214.98 ns 218.17 ns]
64842026-03-24T04:06:53.616Z change: [−21.450% −1.7546% +23.031%] (p = 0.89 > 0.05)
64852026-03-24T04:06:53.616Z No change in performance detected.
64862026-03-24T04:06:53.616ZFound 11 outliers among 100 measurements (11.00%)
64872026-03-24T04:06:53.616Z 4 (4.00%) high mild
64882026-03-24T04:06:53.616Z 7 (7.00%) high severe
64892026-03-24T04:06:55.121Z
64902026-03-24T04:06:55.121ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
64912026-03-24T04:06:55.124ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
64922026-03-24T04:06:58.875ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0043 s (5.6M iterations)
64932026-03-24T04:07:03.732ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
64942026-03-24T04:07:03.844Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
64952026-03-24T04:07:03.845Z time: [86.343 ns 87.128 ns 87.867 ns]
64962026-03-24T04:07:03.845Z change: [−1.9530% −0.8180% +0.3156%] (p = 0.16 > 0.05)
64972026-03-24T04:07:03.845Z No change in performance detected.
64982026-03-24T04:07:03.845ZFound 1 outliers among 100 measurements (1.00%)
64992026-03-24T04:07:03.845Z 1 (1.00%) high severe
65002026-03-24T04:07:05.334Z
65012026-03-24T04:07:05.337ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
65022026-03-24T04:07:05.337ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
65032026-03-24T04:07:09.869ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0008 s (2.3M iterations)
65042026-03-24T04:07:15.066ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
65052026-03-24T04:07:15.178Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
65062026-03-24T04:07:15.178Z time: [274.03 ns 279.22 ns 285.90 ns]
65072026-03-24T04:07:15.178Z change: [−18.898% +1.4902% +26.407%] (p = 0.90 > 0.05)
65082026-03-24T04:07:15.178Z No change in performance detected.
65092026-03-24T04:07:15.178ZFound 10 outliers among 100 measurements (10.00%)
65102026-03-24T04:07:15.178Z 4 (4.00%) high mild
65112026-03-24T04:07:15.178Z 6 (6.00%) high severe
65122026-03-24T04:07:16.667Z
65132026-03-24T04:07:16.670ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
65142026-03-24T04:07:16.670ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
65152026-03-24T04:07:22.678ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0003 s (7.0M iterations)
65162026-03-24T04:07:26.002ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
65172026-03-24T04:07:26.114Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
65182026-03-24T04:07:26.114Z time: [94.874 ns 95.743 ns 96.689 ns]
65192026-03-24T04:07:26.114Z change: [−3.5488% −2.5808% −1.5885%] (p = 0.00 < 0.05)
65202026-03-24T04:07:26.114Z Performance has improved.
65212026-03-24T04:07:26.114ZFound 18 outliers among 100 measurements (18.00%)
65222026-03-24T04:07:26.114Z 16 (16.00%) high mild
65232026-03-24T04:07:26.114Z 2 (2.00%) high severe
65242026-03-24T04:07:27.592Z
65252026-03-24T04:07:27.595ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B
65262026-03-24T04:07:27.595ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
65272026-03-24T04:07:33.291ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0018 s (3.7M iterations)
65282026-03-24T04:07:37.719ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
65292026-03-24T04:07:37.831Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-0B
65302026-03-24T04:07:37.832Z time: [217.89 ns 219.46 ns 221.49 ns]
65312026-03-24T04:07:37.832Z change: [−7.1715% +7.3630% +22.715%] (p = 0.34 > 0.05)
65322026-03-24T04:07:37.832Z No change in performance detected.
65332026-03-24T04:07:37.832ZFound 10 outliers among 100 measurements (10.00%)
65342026-03-24T04:07:37.832Z 2 (2.00%) high mild
65352026-03-24T04:07:37.832Z 8 (8.00%) high severe
65362026-03-24T04:07:39.331Z
65372026-03-24T04:07:39.334ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
65382026-03-24T04:07:39.334ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
65392026-03-24T04:07:44.237ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0033 s (4.3M iterations)
65402026-03-24T04:07:48.680ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
65412026-03-24T04:07:48.792Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
65422026-03-24T04:07:48.793Z time: [118.98 ns 119.69 ns 120.34 ns]
65432026-03-24T04:07:48.793Z change: [−0.8252% +0.1298% +1.1211%] (p = 0.80 > 0.05)
65442026-03-24T04:07:48.793Z No change in performance detected.
65452026-03-24T04:07:48.793ZFound 1 outliers among 100 measurements (1.00%)
65462026-03-24T04:07:48.793Z 1 (1.00%) high mild
65472026-03-24T04:07:50.279Z
65482026-03-24T04:07:50.282ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
65492026-03-24T04:07:50.282ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
65502026-03-24T04:07:55.224ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0005 s (2.1M iterations)
65512026-03-24T04:08:00.290ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
65522026-03-24T04:08:00.402Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
65532026-03-24T04:08:00.402Z time: [259.75 ns 262.71 ns 266.46 ns]
65542026-03-24T04:08:00.402Z change: [−8.4571% +6.1819% +21.779%] (p = 0.44 > 0.05)
65552026-03-24T04:08:00.402Z No change in performance detected.
65562026-03-24T04:08:00.402ZFound 9 outliers among 100 measurements (9.00%)
65572026-03-24T04:08:00.402Z 2 (2.00%) high mild
65582026-03-24T04:08:00.402Z 7 (7.00%) high severe
65592026-03-24T04:08:01.908Z
65602026-03-24T04:08:01.912ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover
65612026-03-24T04:08:01.912ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Warming up for 100.00 µs
65622026-03-24T04:08:01.912ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Collecting 10 samples in estimated 1.0075 ms (550 iterations)
65632026-03-24T04:08:01.912ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Analyzing
65642026-03-24T04:08:01.912Zprocess/Hairpin-DHCPv4/alloc_ct/Discover
65652026-03-24T04:08:01.912Z time: [18.000 18.000 18.000 ]
65662026-03-24T04:08:01.912Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65672026-03-24T04:08:01.912Z No change in performance detected.
65682026-03-24T04:08:01.912Z
65692026-03-24T04:08:01.912ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request
65702026-03-24T04:08:01.912ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Warming up for 100.00 µs
65712026-03-24T04:08:01.912ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Collecting 10 samples in estimated 1.0719 ms (660 iterations)
65722026-03-24T04:08:01.915ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Analyzing
65732026-03-24T04:08:01.915Zprocess/Hairpin-DHCPv4/alloc_ct/Request
65742026-03-24T04:08:01.915Z time: [18.000 18.000 18.000 ]
65752026-03-24T04:08:01.915Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65762026-03-24T04:08:01.915Z No change in performance detected.
65772026-03-24T04:08:01.915Z
65782026-03-24T04:08:01.915ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit
65792026-03-24T04:08:01.915ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Warming up for 100.00 µs
65802026-03-24T04:08:01.915ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Collecting 10 samples in estimated 1.0755 ms (440 iterations)
65812026-03-24T04:08:01.915ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Analyzing
65822026-03-24T04:08:01.915Zprocess/Hairpin-DHCPv6/alloc_ct/Solicit
65832026-03-24T04:08:01.915Z time: [20.000 20.000 20.000 ]
65842026-03-24T04:08:01.915Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65852026-03-24T04:08:01.915Z No change in performance detected.
65862026-03-24T04:08:01.918Z
65872026-03-24T04:08:01.918ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request
65882026-03-24T04:08:01.918ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Warming up for 100.00 µs
65892026-03-24T04:08:01.918ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Collecting 10 samples in estimated 1.0535 ms (440 iterations)
65902026-03-24T04:08:01.919ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Analyzing
65912026-03-24T04:08:01.919Zprocess/Hairpin-DHCPv6/alloc_ct/Request
65922026-03-24T04:08:01.919Z time: [21.000 21.000 21.000 ]
65932026-03-24T04:08:01.919Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65942026-03-24T04:08:01.919Z No change in performance detected.
65952026-03-24T04:08:01.919Z
65962026-03-24T04:08:01.919ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest
65972026-03-24T04:08:01.919ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Warming up for 100.00 µs
65982026-03-24T04:08:01.919ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0593 ms (770 iterations)
65992026-03-24T04:08:01.922ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Analyzing
66002026-03-24T04:08:01.922Zprocess/Hairpin-ICMPv4/alloc_ct/EchoRequest
66012026-03-24T04:08:01.922Z time: [13.000 13.000 13.000 ]
66022026-03-24T04:08:01.922Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66032026-03-24T04:08:01.922Z No change in performance detected.
66042026-03-24T04:08:01.922Z
66052026-03-24T04:08:01.922ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest
66062026-03-24T04:08:01.922ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Warming up for 100.00 µs
66072026-03-24T04:08:01.922ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0472 ms (715 iterations)
66082026-03-24T04:08:01.922ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Analyzing
66092026-03-24T04:08:01.922Zprocess/Hairpin-ICMPv6/alloc_ct/EchoRequest
66102026-03-24T04:08:01.922Z time: [12.000 12.000 12.000 ]
66112026-03-24T04:08:01.922Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66122026-03-24T04:08:01.922Z No change in performance detected.
66132026-03-24T04:08:01.923Z
66142026-03-24T04:08:01.923ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
66152026-03-24T04:08:01.923ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Warming up for 100.00 µs
66162026-03-24T04:08:01.923ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Collecting 10 samples in estimated 1.0521 ms (605 iterations)
66172026-03-24T04:08:01.926ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Analyzing
66182026-03-24T04:08:01.926Zprocess/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
66192026-03-24T04:08:01.926Z time: [14.000 14.000 14.000 ]
66202026-03-24T04:08:01.926Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66212026-03-24T04:08:01.926Z No change in performance detected.
66222026-03-24T04:08:01.926Z
66232026-03-24T04:08:01.926ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit
66242026-03-24T04:08:01.926ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Warming up for 100.00 µs
66252026-03-24T04:08:01.926ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Collecting 10 samples in estimated 1.0908 ms (660 iterations)
66262026-03-24T04:08:01.926ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Analyzing
66272026-03-24T04:08:01.929Zprocess/Hairpin-ICMPv6/alloc_ct/RouterSolicit
66282026-03-24T04:08:01.929Z time: [14.000 14.000 14.000 ]
66292026-03-24T04:08:01.929Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66302026-03-24T04:08:01.929Z No change in performance detected.
66312026-03-24T04:08:01.929Z
66322026-03-24T04:08:01.929ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
66332026-03-24T04:08:01.929ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
66342026-03-24T04:08:01.929ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0634 ms (825 iterations)
66352026-03-24T04:08:01.929ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
66362026-03-24T04:08:01.929Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
66372026-03-24T04:08:01.929Z time: [3.0000 3.0000 3.0000 ]
66382026-03-24T04:08:01.929Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66392026-03-24T04:08:01.929Z No change in performance detected.
66402026-03-24T04:08:01.929Z
66412026-03-24T04:08:01.929ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
66422026-03-24T04:08:01.929ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
66432026-03-24T04:08:01.929ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0292 ms (440 iterations)
66442026-03-24T04:08:01.933ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
66452026-03-24T04:08:01.933Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
66462026-03-24T04:08:01.933Z time: [3.0000 3.0000 3.0000 ]
66472026-03-24T04:08:01.933Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66482026-03-24T04:08:01.933Z No change in performance detected.
66492026-03-24T04:08:01.933Z
66502026-03-24T04:08:01.933ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B
66512026-03-24T04:08:01.933ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
66522026-03-24T04:08:01.933ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0852 ms (660 iterations)
66532026-03-24T04:08:01.933ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
66542026-03-24T04:08:01.933ZCriterion.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.
66552026-03-24T04:08:01.933Z
66562026-03-24T04:08:01.933ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B
66572026-03-24T04:08:01.933ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
66582026-03-24T04:08:01.933ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0977 ms (440 iterations)
66592026-03-24T04:08:01.936ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
66602026-03-24T04:08:01.936ZCriterion.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.
66612026-03-24T04:08:01.936Z
66622026-03-24T04:08:01.936ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
66632026-03-24T04:08:01.936ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
66642026-03-24T04:08:01.936ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0312 ms (990 iterations)
66652026-03-24T04:08:01.936ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
66662026-03-24T04:08:01.936Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
66672026-03-24T04:08:01.936Z time: [3.0000 3.0000 3.0000 ]
66682026-03-24T04:08:01.936Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66692026-03-24T04:08:01.936Z No change in performance detected.
66702026-03-24T04:08:01.936Z
66712026-03-24T04:08:01.936ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
66722026-03-24T04:08:01.936ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
66732026-03-24T04:08:01.936ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1201 ms (495 iterations)
66742026-03-24T04:08:01.940ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
66752026-03-24T04:08:01.940Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
66762026-03-24T04:08:01.940Z time: [3.0000 3.0000 3.0000 ]
66772026-03-24T04:08:01.940Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66782026-03-24T04:08:01.940Z No change in performance detected.
66792026-03-24T04:08:01.940Z
66802026-03-24T04:08:01.940ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B
66812026-03-24T04:08:01.940ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
66822026-03-24T04:08:01.940ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0031 ms (770 iterations)
66832026-03-24T04:08:01.940ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Analyzing
66842026-03-24T04:08:01.940ZCriterion.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.
66852026-03-24T04:08:01.940Z
66862026-03-24T04:08:01.940ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B
66872026-03-24T04:08:01.940ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
66882026-03-24T04:08:01.940ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0513 ms (440 iterations)
66892026-03-24T04:08:01.943ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
66902026-03-24T04:08:01.943ZCriterion.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.
66912026-03-24T04:08:01.943Z
66922026-03-24T04:08:01.943ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
66932026-03-24T04:08:01.943ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
66942026-03-24T04:08:01.943ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0278 ms (825 iterations)
66952026-03-24T04:08:01.943ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
66962026-03-24T04:08:01.943Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
66972026-03-24T04:08:01.943Z time: [3.0000 3.0000 3.0000 ]
66982026-03-24T04:08:01.943Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66992026-03-24T04:08:01.943Z No change in performance detected.
67002026-03-24T04:08:01.943Z
67012026-03-24T04:08:01.943ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
67022026-03-24T04:08:01.944ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
67032026-03-24T04:08:01.944ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0865 ms (440 iterations)
67042026-03-24T04:08:01.947ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
67052026-03-24T04:08:01.947Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
67062026-03-24T04:08:01.947Z time: [3.0000 3.0000 3.0000 ]
67072026-03-24T04:08:01.947Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67082026-03-24T04:08:01.947Z No change in performance detected.
67092026-03-24T04:08:01.947Z
67102026-03-24T04:08:01.947ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B
67112026-03-24T04:08:01.947ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
67122026-03-24T04:08:01.947ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0029 ms (605 iterations)
67132026-03-24T04:08:01.947ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
67142026-03-24T04:08:01.947ZCriterion.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.
67152026-03-24T04:08:01.947Z
67162026-03-24T04:08:01.947ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B
67172026-03-24T04:08:01.947ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
67182026-03-24T04:08:01.947ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0036 ms (385 iterations)
67192026-03-24T04:08:01.950ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
67202026-03-24T04:08:01.950ZCriterion.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.
67212026-03-24T04:08:01.950Z
67222026-03-24T04:08:01.950ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
67232026-03-24T04:08:01.950ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
67242026-03-24T04:08:01.950ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0628 ms (880 iterations)
67252026-03-24T04:08:01.950ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
67262026-03-24T04:08:01.950Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
67272026-03-24T04:08:01.950Z time: [3.0000 3.0000 3.0000 ]
67282026-03-24T04:08:01.950Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67292026-03-24T04:08:01.950Z No change in performance detected.
67302026-03-24T04:08:01.950Z
67312026-03-24T04:08:01.950ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
67322026-03-24T04:08:01.950ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
67332026-03-24T04:08:01.950ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0211 ms (440 iterations)
67342026-03-24T04:08:01.954ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
67352026-03-24T04:08:01.954Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
67362026-03-24T04:08:01.954Z time: [3.0000 3.0000 3.0000 ]
67372026-03-24T04:08:01.954Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67382026-03-24T04:08:01.954Z No change in performance detected.
67392026-03-24T04:08:01.954Z
67402026-03-24T04:08:01.954ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B
67412026-03-24T04:08:01.954ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
67422026-03-24T04:08:01.954ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0551 ms (660 iterations)
67432026-03-24T04:08:01.954ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Analyzing
67442026-03-24T04:08:01.954ZCriterion.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.
67452026-03-24T04:08:01.954Z
67462026-03-24T04:08:01.954ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B
67472026-03-24T04:08:01.954ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
67482026-03-24T04:08:01.954ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1004 ms (440 iterations)
67492026-03-24T04:08:01.954ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
67502026-03-24T04:08:01.954ZCriterion.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.
67512026-03-24T04:08:01.954Z
67522026-03-24T04:08:01.957ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
67532026-03-24T04:08:01.958ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
67542026-03-24T04:08:01.958ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0150 ms (275 iterations)
67552026-03-24T04:08:01.958ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
67562026-03-24T04:08:01.958Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
67572026-03-24T04:08:01.958Z time: [35.000 35.000 35.000 ]
67582026-03-24T04:08:01.958Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67592026-03-24T04:08:01.958Z No change in performance detected.
67602026-03-24T04:08:01.958Z
67612026-03-24T04:08:01.958ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
67622026-03-24T04:08:01.958ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
67632026-03-24T04:08:01.958ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0520 ms (220 iterations)
67642026-03-24T04:08:01.958ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
67652026-03-24T04:08:01.961Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
67662026-03-24T04:08:01.961Z time: [35.000 35.000 35.000 ]
67672026-03-24T04:08:01.961Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67682026-03-24T04:08:01.961Z No change in performance detected.
67692026-03-24T04:08:01.961Z
67702026-03-24T04:08:01.961ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
67712026-03-24T04:08:01.961ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
67722026-03-24T04:08:01.961ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0657 ms (385 iterations)
67732026-03-24T04:08:01.961ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
67742026-03-24T04:08:01.961Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
67752026-03-24T04:08:01.961Z time: [20.000 20.000 20.000 ]
67762026-03-24T04:08:01.961Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67772026-03-24T04:08:01.961Z No change in performance detected.
67782026-03-24T04:08:01.961Z
67792026-03-24T04:08:01.961ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
67802026-03-24T04:08:01.961ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
67812026-03-24T04:08:01.961ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1087 ms (275 iterations)
67822026-03-24T04:08:01.964ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
67832026-03-24T04:08:01.964Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
67842026-03-24T04:08:01.964Z time: [20.000 20.000 20.000 ]
67852026-03-24T04:08:01.964Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67862026-03-24T04:08:01.964Z No change in performance detected.
67872026-03-24T04:08:01.964Z
67882026-03-24T04:08:01.964ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
67892026-03-24T04:08:01.964ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
67902026-03-24T04:08:01.965ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.1528 ms (330 iterations)
67912026-03-24T04:08:01.965ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
67922026-03-24T04:08:01.968Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
67932026-03-24T04:08:01.968Z time: [35.000 35.000 35.000 ]
67942026-03-24T04:08:01.968Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67952026-03-24T04:08:01.968Z No change in performance detected.
67962026-03-24T04:08:01.968Z
67972026-03-24T04:08:01.968ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
67982026-03-24T04:08:01.968ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
67992026-03-24T04:08:01.968ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.2420 ms (275 iterations)
68002026-03-24T04:08:01.968ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
68012026-03-24T04:08:01.968Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
68022026-03-24T04:08:01.968Z time: [35.000 35.000 35.000 ]
68032026-03-24T04:08:01.968Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68042026-03-24T04:08:01.968Z No change in performance detected.
68052026-03-24T04:08:01.968Z
68062026-03-24T04:08:01.968ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
68072026-03-24T04:08:01.968ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
68082026-03-24T04:08:01.968ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0202 ms (385 iterations)
68092026-03-24T04:08:01.972ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Analyzing
68102026-03-24T04:08:01.972Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
68112026-03-24T04:08:01.972Z time: [20.000 20.000 20.000 ]
68122026-03-24T04:08:01.972Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68132026-03-24T04:08:01.972Z No change in performance detected.
68142026-03-24T04:08:01.972Z
68152026-03-24T04:08:01.972ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
68162026-03-24T04:08:01.972ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
68172026-03-24T04:08:01.972ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0709 ms (275 iterations)
68182026-03-24T04:08:01.972ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
68192026-03-24T04:08:01.972Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
68202026-03-24T04:08:01.972Z time: [20.000 20.000 20.000 ]
68212026-03-24T04:08:01.972Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68222026-03-24T04:08:01.972Z No change in performance detected.
68232026-03-24T04:08:01.972Z
68242026-03-24T04:08:01.972ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
68252026-03-24T04:08:01.972ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
68262026-03-24T04:08:01.972ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1085 ms (275 iterations)
68272026-03-24T04:08:01.975ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
68282026-03-24T04:08:01.975Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
68292026-03-24T04:08:01.975Z time: [35.000 35.000 35.000 ]
68302026-03-24T04:08:01.975Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68312026-03-24T04:08:01.975Z No change in performance detected.
68322026-03-24T04:08:01.975Z
68332026-03-24T04:08:01.975ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
68342026-03-24T04:08:01.975ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
68352026-03-24T04:08:01.975ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1347 ms (220 iterations)
68362026-03-24T04:08:01.975ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
68372026-03-24T04:08:01.979Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
68382026-03-24T04:08:01.979Z time: [35.000 35.000 35.000 ]
68392026-03-24T04:08:01.979Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68402026-03-24T04:08:01.979Z No change in performance detected.
68412026-03-24T04:08:01.979Z
68422026-03-24T04:08:01.979ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
68432026-03-24T04:08:01.979ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
68442026-03-24T04:08:01.979ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0993 ms (330 iterations)
68452026-03-24T04:08:01.979ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
68462026-03-24T04:08:01.979Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
68472026-03-24T04:08:01.979Z time: [20.000 20.000 20.000 ]
68482026-03-24T04:08:01.979Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68492026-03-24T04:08:01.979Z No change in performance detected.
68502026-03-24T04:08:01.979Z
68512026-03-24T04:08:01.979ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
68522026-03-24T04:08:01.979ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
68532026-03-24T04:08:01.982ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1654 ms (275 iterations)
68542026-03-24T04:08:01.982ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
68552026-03-24T04:08:01.982Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
68562026-03-24T04:08:01.982Z time: [20.000 20.000 20.000 ]
68572026-03-24T04:08:01.982Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68582026-03-24T04:08:01.982Z No change in performance detected.
68592026-03-24T04:08:01.982Z
68602026-03-24T04:08:01.982ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
68612026-03-24T04:08:01.982ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
68622026-03-24T04:08:01.982ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0639 ms (275 iterations)
68632026-03-24T04:08:01.982ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
68642026-03-24T04:08:01.985Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
68652026-03-24T04:08:01.985Z time: [35.000 35.000 35.000 ]
68662026-03-24T04:08:01.985Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68672026-03-24T04:08:01.986Z No change in performance detected.
68682026-03-24T04:08:01.986Z
68692026-03-24T04:08:01.986ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
68702026-03-24T04:08:01.986ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
68712026-03-24T04:08:01.986ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0847 ms (220 iterations)
68722026-03-24T04:08:01.986ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
68732026-03-24T04:08:01.986Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
68742026-03-24T04:08:01.986Z time: [35.000 35.000 35.000 ]
68752026-03-24T04:08:01.986Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68762026-03-24T04:08:01.986Z No change in performance detected.
68772026-03-24T04:08:01.986Z
68782026-03-24T04:08:01.986ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
68792026-03-24T04:08:01.986ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
68802026-03-24T04:08:01.986ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1163 ms (385 iterations)
68812026-03-24T04:08:01.989ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Analyzing
68822026-03-24T04:08:01.989Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
68832026-03-24T04:08:01.989Z time: [20.000 20.000 20.000 ]
68842026-03-24T04:08:01.989Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68852026-03-24T04:08:01.989Z No change in performance detected.
68862026-03-24T04:08:01.989Z
68872026-03-24T04:08:01.989ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
68882026-03-24T04:08:01.989ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
68892026-03-24T04:08:01.989ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1327 ms (275 iterations)
68902026-03-24T04:08:01.989ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
68912026-03-24T04:08:01.992Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
68922026-03-24T04:08:01.992Z time: [20.000 20.000 20.000 ]
68932026-03-24T04:08:01.992Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68942026-03-24T04:08:01.992Z No change in performance detected.
68952026-03-24T04:08:01.992Z
68962026-03-24T04:08:01.992ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover
68972026-03-24T04:08:01.992ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Warming up for 100.00 µs
68982026-03-24T04:08:01.993ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Collecting 10 samples in estimated 1.0275 ms (605 iterations)
68992026-03-24T04:08:01.993ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Analyzing
69002026-03-24T04:08:01.993Zprocess/Hairpin-DHCPv4/alloc_sz/Discover
69012026-03-24T04:08:01.993Z time: [3924.0 B 3924.0 B 3924.0 B]
69022026-03-24T04:08:01.993Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69032026-03-24T04:08:01.993Z No change in performance detected.
69042026-03-24T04:08:01.993Z
69052026-03-24T04:08:01.993ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request
69062026-03-24T04:08:01.993ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Warming up for 100.00 µs
69072026-03-24T04:08:01.993ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Collecting 10 samples in estimated 1.0673 ms (660 iterations)
69082026-03-24T04:08:01.996ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Analyzing
69092026-03-24T04:08:01.996Zprocess/Hairpin-DHCPv4/alloc_sz/Request
69102026-03-24T04:08:01.996Z time: [3924.0 B 3924.0 B 3924.0 B]
69112026-03-24T04:08:01.996Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69122026-03-24T04:08:01.996Z No change in performance detected.
69132026-03-24T04:08:01.996Z
69142026-03-24T04:08:01.996ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit
69152026-03-24T04:08:01.996ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Warming up for 100.00 µs
69162026-03-24T04:08:01.996ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Collecting 10 samples in estimated 1.1237 ms (495 iterations)
69172026-03-24T04:08:01.996ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Analyzing
69182026-03-24T04:08:01.999Zprocess/Hairpin-DHCPv6/alloc_sz/Solicit
69192026-03-24T04:08:01.999Z time: [3988.0 B 3988.0 B 3988.0 B]
69202026-03-24T04:08:01.999Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69212026-03-24T04:08:01.999Z No change in performance detected.
69222026-03-24T04:08:01.999Z
69232026-03-24T04:08:01.999ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request
69242026-03-24T04:08:01.999ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Warming up for 100.00 µs
69252026-03-24T04:08:01.999ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Collecting 10 samples in estimated 1.0415 ms (440 iterations)
69262026-03-24T04:08:01.999ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Analyzing
69272026-03-24T04:08:01.999Zprocess/Hairpin-DHCPv6/alloc_sz/Request
69282026-03-24T04:08:01.999Z time: [4386.0 B 4386.0 B 4386.0 B]
69292026-03-24T04:08:02.000Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69302026-03-24T04:08:02.000Z No change in performance detected.
69312026-03-24T04:08:02.000Z
69322026-03-24T04:08:02.000ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest
69332026-03-24T04:08:02.000ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Warming up for 100.00 µs
69342026-03-24T04:08:02.000ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0592 ms (770 iterations)
69352026-03-24T04:08:02.003ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Analyzing
69362026-03-24T04:08:02.003Zprocess/Hairpin-ICMPv4/alloc_sz/EchoRequest
69372026-03-24T04:08:02.003Z time: [2888.0 B 2888.0 B 2888.0 B]
69382026-03-24T04:08:02.003Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69392026-03-24T04:08:02.003Z No change in performance detected.
69402026-03-24T04:08:02.003Z
69412026-03-24T04:08:02.003ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest
69422026-03-24T04:08:02.003ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Warming up for 100.00 µs
69432026-03-24T04:08:02.003ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0515 ms (715 iterations)
69442026-03-24T04:08:02.003ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Analyzing
69452026-03-24T04:08:02.003Zprocess/Hairpin-ICMPv6/alloc_sz/EchoRequest
69462026-03-24T04:08:02.003Z time: [2873.0 B 2873.0 B 2873.0 B]
69472026-03-24T04:08:02.003Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69482026-03-24T04:08:02.003Z No change in performance detected.
69492026-03-24T04:08:02.006Z
69502026-03-24T04:08:02.006ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
69512026-03-24T04:08:02.006ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Warming up for 100.00 µs
69522026-03-24T04:08:02.007ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Collecting 10 samples in estimated 1.0375 ms (605 iterations)
69532026-03-24T04:08:02.007ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Analyzing
69542026-03-24T04:08:02.007Zprocess/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
69552026-03-24T04:08:02.007Z time: [2926.0 B 2926.0 B 2926.0 B]
69562026-03-24T04:08:02.007Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69572026-03-24T04:08:02.007Z No change in performance detected.
69582026-03-24T04:08:02.007Z
69592026-03-24T04:08:02.007ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit
69602026-03-24T04:08:02.007ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Warming up for 100.00 µs
69612026-03-24T04:08:02.007ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Collecting 10 samples in estimated 1.0636 ms (660 iterations)
69622026-03-24T04:08:02.007ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Analyzing
69632026-03-24T04:08:02.010Zprocess/Hairpin-ICMPv6/alloc_sz/RouterSolicit
69642026-03-24T04:08:02.010Z time: [2910.0 B 2910.0 B 2910.0 B]
69652026-03-24T04:08:02.010Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69662026-03-24T04:08:02.010Z No change in performance detected.
69672026-03-24T04:08:02.010Z
69682026-03-24T04:08:02.010ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
69692026-03-24T04:08:02.010ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
69702026-03-24T04:08:02.010ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0324 ms (825 iterations)
69712026-03-24T04:08:02.010ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
69722026-03-24T04:08:02.010Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
69732026-03-24T04:08:02.010Z time: [264.00 B 264.00 B 264.00 B]
69742026-03-24T04:08:02.010Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69752026-03-24T04:08:02.010Z No change in performance detected.
69762026-03-24T04:08:02.010Z
69772026-03-24T04:08:02.010ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
69782026-03-24T04:08:02.010ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
69792026-03-24T04:08:02.010ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0241 ms (440 iterations)
69802026-03-24T04:08:02.014ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
69812026-03-24T04:08:02.014Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
69822026-03-24T04:08:02.014Z time: [264.00 B 264.00 B 264.00 B]
69832026-03-24T04:08:02.014Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69842026-03-24T04:08:02.014Z No change in performance detected.
69852026-03-24T04:08:02.014Z
69862026-03-24T04:08:02.014ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B
69872026-03-24T04:08:02.014ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
69882026-03-24T04:08:02.014ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0864 ms (605 iterations)
69892026-03-24T04:08:02.014ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
69902026-03-24T04:08:02.014ZCriterion.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.
69912026-03-24T04:08:02.014Z
69922026-03-24T04:08:02.014ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B
69932026-03-24T04:08:02.014ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
69942026-03-24T04:08:02.014ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0121 ms (385 iterations)
69952026-03-24T04:08:02.017ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
69962026-03-24T04:08:02.017ZCriterion.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.
69972026-03-24T04:08:02.017Z
69982026-03-24T04:08:02.017ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
69992026-03-24T04:08:02.017ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
70002026-03-24T04:08:02.017ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0385 ms (990 iterations)
70012026-03-24T04:08:02.017ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
70022026-03-24T04:08:02.017Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
70032026-03-24T04:08:02.017Z time: [264.00 B 264.00 B 264.00 B]
70042026-03-24T04:08:02.017Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70052026-03-24T04:08:02.017Z No change in performance detected.
70062026-03-24T04:08:02.017Z
70072026-03-24T04:08:02.017ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
70082026-03-24T04:08:02.018ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
70092026-03-24T04:08:02.018ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0391 ms (440 iterations)
70102026-03-24T04:08:02.021ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
70112026-03-24T04:08:02.021Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
70122026-03-24T04:08:02.021Z time: [264.00 B 264.00 B 264.00 B]
70132026-03-24T04:08:02.021Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70142026-03-24T04:08:02.021Z No change in performance detected.
70152026-03-24T04:08:02.021Z
70162026-03-24T04:08:02.021ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B
70172026-03-24T04:08:02.021ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
70182026-03-24T04:08:02.021ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0080 ms (770 iterations)
70192026-03-24T04:08:02.021ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Analyzing
70202026-03-24T04:08:02.021ZCriterion.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.
70212026-03-24T04:08:02.021Z
70222026-03-24T04:08:02.021ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B
70232026-03-24T04:08:02.021ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
70242026-03-24T04:08:02.021ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0661 ms (440 iterations)
70252026-03-24T04:08:02.021ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
70262026-03-24T04:08:02.021ZCriterion.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.
70272026-03-24T04:08:02.021Z
70282026-03-24T04:08:02.021ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
70292026-03-24T04:08:02.021ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
70302026-03-24T04:08:02.024ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0251 ms (825 iterations)
70312026-03-24T04:08:02.024ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
70322026-03-24T04:08:02.024Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
70332026-03-24T04:08:02.024Z time: [264.00 B 264.00 B 264.00 B]
70342026-03-24T04:08:02.024Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70352026-03-24T04:08:02.024Z No change in performance detected.
70362026-03-24T04:08:02.024Z
70372026-03-24T04:08:02.024ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
70382026-03-24T04:08:02.025ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
70392026-03-24T04:08:02.025ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0235 ms (385 iterations)
70402026-03-24T04:08:02.025ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
70412026-03-24T04:08:02.028Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
70422026-03-24T04:08:02.028Z time: [264.00 B 264.00 B 264.00 B]
70432026-03-24T04:08:02.028Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70442026-03-24T04:08:02.028Z No change in performance detected.
70452026-03-24T04:08:02.028Z
70462026-03-24T04:08:02.028ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B
70472026-03-24T04:08:02.028ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
70482026-03-24T04:08:02.028ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0622 ms (660 iterations)
70492026-03-24T04:08:02.028ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
70502026-03-24T04:08:02.028ZCriterion.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.
70512026-03-24T04:08:02.028Z
70522026-03-24T04:08:02.028ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B
70532026-03-24T04:08:02.028ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
70542026-03-24T04:08:02.028ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1306 ms (440 iterations)
70552026-03-24T04:08:02.028ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
70562026-03-24T04:08:02.028ZCriterion.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.
70572026-03-24T04:08:02.028Z
70582026-03-24T04:08:02.028ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
70592026-03-24T04:08:02.028ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
70602026-03-24T04:08:02.028ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0483 ms (935 iterations)
70612026-03-24T04:08:02.031ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
70622026-03-24T04:08:02.031Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
70632026-03-24T04:08:02.031Z time: [264.00 B 264.00 B 264.00 B]
70642026-03-24T04:08:02.031Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70652026-03-24T04:08:02.031Z No change in performance detected.
70662026-03-24T04:08:02.031Z
70672026-03-24T04:08:02.031ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
70682026-03-24T04:08:02.032ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
70692026-03-24T04:08:02.032ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0196 ms (440 iterations)
70702026-03-24T04:08:02.032ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
70712026-03-24T04:08:02.035Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
70722026-03-24T04:08:02.035Z time: [264.00 B 264.00 B 264.00 B]
70732026-03-24T04:08:02.035Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70742026-03-24T04:08:02.035Z No change in performance detected.
70752026-03-24T04:08:02.035Z
70762026-03-24T04:08:02.035ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B
70772026-03-24T04:08:02.035ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
70782026-03-24T04:08:02.035ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0092 ms (715 iterations)
70792026-03-24T04:08:02.035ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Analyzing
70802026-03-24T04:08:02.035ZCriterion.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.
70812026-03-24T04:08:02.035Z
70822026-03-24T04:08:02.035ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B
70832026-03-24T04:08:02.035ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
70842026-03-24T04:08:02.035ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0964 ms (440 iterations)
70852026-03-24T04:08:02.035ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
70862026-03-24T04:08:02.035ZCriterion.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.
70872026-03-24T04:08:02.035Z
70882026-03-24T04:08:02.035ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
70892026-03-24T04:08:02.035ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
70902026-03-24T04:08:02.035ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0006 ms (275 iterations)
70912026-03-24T04:08:02.039ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
70922026-03-24T04:08:02.039Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
70932026-03-24T04:08:02.039Z time: [7363.0 B 7363.0 B 7363.0 B]
70942026-03-24T04:08:02.039Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70952026-03-24T04:08:02.039Z No change in performance detected.
70962026-03-24T04:08:02.039Z
70972026-03-24T04:08:02.039ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
70982026-03-24T04:08:02.039ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
70992026-03-24T04:08:02.039ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0902 ms (220 iterations)
71002026-03-24T04:08:02.039ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
71012026-03-24T04:08:02.039Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
71022026-03-24T04:08:02.039Z time: [7363.0 B 7363.0 B 7363.0 B]
71032026-03-24T04:08:02.039Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71042026-03-24T04:08:02.039Z No change in performance detected.
71052026-03-24T04:08:02.039Z
71062026-03-24T04:08:02.039ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
71072026-03-24T04:08:02.039ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
71082026-03-24T04:08:02.039ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0835 ms (385 iterations)
71092026-03-24T04:08:02.042ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
71102026-03-24T04:08:02.042Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
71112026-03-24T04:08:02.042Z time: [5872.0 B 5872.0 B 5872.0 B]
71122026-03-24T04:08:02.042Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71132026-03-24T04:08:02.042Z No change in performance detected.
71142026-03-24T04:08:02.042Z
71152026-03-24T04:08:02.042ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
71162026-03-24T04:08:02.043ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
71172026-03-24T04:08:02.043ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0983 ms (275 iterations)
71182026-03-24T04:08:02.043ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
71192026-03-24T04:08:02.046Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
71202026-03-24T04:08:02.046Z time: [5872.0 B 5872.0 B 5872.0 B]
71212026-03-24T04:08:02.046Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71222026-03-24T04:08:02.046Z No change in performance detected.
71232026-03-24T04:08:02.046Z
71242026-03-24T04:08:02.046ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
71252026-03-24T04:08:02.046ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
71262026-03-24T04:08:02.046ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.1473 ms (330 iterations)
71272026-03-24T04:08:02.046ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
71282026-03-24T04:08:02.046Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
71292026-03-24T04:08:02.046Z time: [7363.0 B 7363.0 B 7363.0 B]
71302026-03-24T04:08:02.046Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71312026-03-24T04:08:02.046Z No change in performance detected.
71322026-03-24T04:08:02.046Z
71332026-03-24T04:08:02.046ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
71342026-03-24T04:08:02.046ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
71352026-03-24T04:08:02.046ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.2329 ms (275 iterations)
71362026-03-24T04:08:02.049ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
71372026-03-24T04:08:02.049Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
71382026-03-24T04:08:02.049Z time: [7363.0 B 7363.0 B 7363.0 B]
71392026-03-24T04:08:02.049Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71402026-03-24T04:08:02.049Z No change in performance detected.
71412026-03-24T04:08:02.049Z
71422026-03-24T04:08:02.049ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
71432026-03-24T04:08:02.049ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
71442026-03-24T04:08:02.049ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0170 ms (385 iterations)
71452026-03-24T04:08:02.049ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Analyzing
71462026-03-24T04:08:02.050Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
71472026-03-24T04:08:02.050Z time: [5872.0 B 5872.0 B 5872.0 B]
71482026-03-24T04:08:02.050Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71492026-03-24T04:08:02.050Z No change in performance detected.
71502026-03-24T04:08:02.050Z
71512026-03-24T04:08:02.053ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
71522026-03-24T04:08:02.053ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
71532026-03-24T04:08:02.053ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0442 ms (275 iterations)
71542026-03-24T04:08:02.053ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
71552026-03-24T04:08:02.053Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
71562026-03-24T04:08:02.053Z time: [5872.0 B 5872.0 B 5872.0 B]
71572026-03-24T04:08:02.053Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71582026-03-24T04:08:02.053Z No change in performance detected.
71592026-03-24T04:08:02.053Z
71602026-03-24T04:08:02.053ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
71612026-03-24T04:08:02.053ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
71622026-03-24T04:08:02.053ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1139 ms (275 iterations)
71632026-03-24T04:08:02.053ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
71642026-03-24T04:08:02.056Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
71652026-03-24T04:08:02.056Z time: [7363.0 B 7363.0 B 7363.0 B]
71662026-03-24T04:08:02.056Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71672026-03-24T04:08:02.056Z No change in performance detected.
71682026-03-24T04:08:02.056Z
71692026-03-24T04:08:02.056ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
71702026-03-24T04:08:02.056ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
71712026-03-24T04:08:02.056ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1038 ms (220 iterations)
71722026-03-24T04:08:02.056ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
71732026-03-24T04:08:02.056Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
71742026-03-24T04:08:02.056Z time: [7363.0 B 7363.0 B 7363.0 B]
71752026-03-24T04:08:02.056Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71762026-03-24T04:08:02.056Z No change in performance detected.
71772026-03-24T04:08:02.057Z
71782026-03-24T04:08:02.057ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
71792026-03-24T04:08:02.057ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
71802026-03-24T04:08:02.057ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.1697 ms (330 iterations)
71812026-03-24T04:08:03.063ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
71822026-03-24T04:08:03.063Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
71832026-03-24T04:08:03.063Z time: [5872.0 B 5872.0 B 5872.0 B]
71842026-03-24T04:08:03.063Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71852026-03-24T04:08:03.063Z No change in performance detected.
71862026-03-24T04:08:03.063Z
71872026-03-24T04:08:03.063ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
71882026-03-24T04:08:03.063ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
71892026-03-24T04:08:03.063ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1400 ms (275 iterations)
71902026-03-24T04:08:03.063ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
71912026-03-24T04:08:03.068Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
71922026-03-24T04:08:03.068Z time: [5872.0 B 5872.0 B 5872.0 B]
71932026-03-24T04:08:03.068Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71942026-03-24T04:08:03.068Z No change in performance detected.
71952026-03-24T04:08:03.068Z
71962026-03-24T04:08:03.068ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
71972026-03-24T04:08:03.068ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
71982026-03-24T04:08:03.068ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1313 ms (275 iterations)
71992026-03-24T04:08:03.068ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
72002026-03-24T04:08:03.068Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
72012026-03-24T04:08:03.068Z time: [7363.0 B 7363.0 B 7363.0 B]
72022026-03-24T04:08:03.068Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72032026-03-24T04:08:03.068Z No change in performance detected.
72042026-03-24T04:08:03.068Z
72052026-03-24T04:08:03.068ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
72062026-03-24T04:08:03.068ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
72072026-03-24T04:08:03.068ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0723 ms (220 iterations)
72082026-03-24T04:08:03.068ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
72092026-03-24T04:08:03.068Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
72102026-03-24T04:08:03.068Z time: [7363.0 B 7363.0 B 7363.0 B]
72112026-03-24T04:08:03.068Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72122026-03-24T04:08:03.068Z No change in performance detected.
72132026-03-24T04:08:03.068Z
72142026-03-24T04:08:03.068ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
72152026-03-24T04:08:03.068ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
72162026-03-24T04:08:03.068ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1012 ms (385 iterations)
72172026-03-24T04:08:03.068ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Analyzing
72182026-03-24T04:08:03.068Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
72192026-03-24T04:08:03.068Z time: [5872.0 B 5872.0 B 5872.0 B]
72202026-03-24T04:08:03.068Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72212026-03-24T04:08:03.068Z No change in performance detected.
72222026-03-24T04:08:03.068Z
72232026-03-24T04:08:03.068ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
72242026-03-24T04:08:03.069ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
72252026-03-24T04:08:03.069ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0926 ms (275 iterations)
72262026-03-24T04:08:03.069ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
72272026-03-24T04:08:03.069Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
72282026-03-24T04:08:03.069Z time: [5872.0 B 5872.0 B 5872.0 B]
72292026-03-24T04:08:03.069Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72302026-03-24T04:08:03.069Z No change in performance detected.
72312026-03-24T04:08:03.069Z
72322026-03-24T04:08:03.069Z+ cp -r target/criterion /work/bench-results
72332026-03-24T04:08:03.069Z+ cp -r target/xde-bench /work/bench-results
72342026-03-24T04:08:03.069Z+ pushd /work
72352026-03-24T04:08:03.069Z/work /work/oxidecomputer/opte
72362026-03-24T04:08:03.069Z+ tar -caf bench-results.tgz bench-results
72372026-03-24T04:08:03.069Z+ popd
72382026-03-24T04:08:03.069Z/work/oxidecomputer/opte
72392026-03-24T04:08:03.069Z+ cleanup
72402026-03-24T04:08:03.069Z++ id -un
72412026-03-24T04:08:03.069Z++ id -gn
72422026-03-24T04:08:03.069Z+ pfexec chown -R build:build .
72432026-03-24T04:08:03.069Z+ [[ -z 01KMEY80Q1WMNTVZGN01D6RZJG ]]
72442026-03-24T04:08:03.069Zprocess exited: duration 1715991 ms, exit code 0
 
72452026-03-24T04:08:03.081Zfound 1 output files
72462026-03-24T04:08:03.081Zuploading: /work/bench-results.tgz (4790593 bytes)
72472026-03-24T04:08:04.129Zuploaded: /work/bench-results.tgz