01KHT33WBVJZ5KJFBKG10MR110: 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: 01KHT34SDSG2BVA1ZPQ3ZA3TZ5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-19T04:49:14.157Zjob dependencies complete; ready to run (waiting for 9 m 28 s)
22026-02-19T04:50:11.312Zjob assigned to worker 01KHT3P61MTXHEFMRNKNKR3P1B [factory aws, i-01cada81425a12257] (queued for 57 s)
32026-02-19T04:50:19.424Zdownloading input: /input/xde/work/debug/xde.dbg
42026-02-19T04:50:20.476Zdownloaded input: /input/xde/work/debug/xde.dbg
52026-02-19T04:50:20.476Zdownloading input: /input/xde/work/debug/xde.dbg.sha256
62026-02-19T04:50:20.502Zdownloaded input: /input/xde/work/debug/xde.dbg.sha256
72026-02-19T04:50:20.502Zdownloading input: /input/xde/work/debug/xde_link.dbg.so
82026-02-19T04:50:20.534Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so
92026-02-19T04:50:20.534Zdownloading input: /input/xde/work/debug/xde_link.dbg.so.sha256
102026-02-19T04:50:20.559Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256
112026-02-19T04:50:20.564Zdownloading input: /input/xde/work/release/xde
122026-02-19T04:50:21.107Zdownloaded input: /input/xde/work/release/xde
132026-02-19T04:50:21.107Zdownloading input: /input/xde/work/release/xde.sha256
142026-02-19T04:50:21.132Zdownloaded input: /input/xde/work/release/xde.sha256
152026-02-19T04:50:21.132Zdownloading input: /input/xde/work/release/xde_link.so
162026-02-19T04:50:21.160Zdownloaded input: /input/xde/work/release/xde_link.so
172026-02-19T04:50:21.160Zdownloading input: /input/xde/work/release/xde_link.so.sha256
182026-02-19T04:50:21.190Zdownloaded input: /input/xde/work/release/xde_link.so.sha256
192026-02-19T04:50:21.193Zdownloading input: /input/xde/work/test/loopback
202026-02-19T04:50:21.735Zdownloaded input: /input/xde/work/test/loopback
212026-02-19T04:50:21.735Zdownloading input: /input/xde/work/test/multicast_rx
222026-02-19T04:50:22.463Zdownloaded input: /input/xde/work/test/multicast_rx
232026-02-19T04:50:22.463Zdownloading input: /input/xde/work/test/multicast_multi_sub
242026-02-19T04:50:23.008Zdownloaded input: /input/xde/work/test/multicast_multi_sub
252026-02-19T04:50:23.008Zdownloading input: /input/xde/work/test/multicast_validation
262026-02-19T04:50:23.636Zdownloaded input: /input/xde/work/test/multicast_validation
272026-02-19T04:50:23.636Zdownloading input: /input/xde/work/xde.conf
282026-02-19T04:50:23.663Zdownloaded input: /input/xde/work/xde.conf
 
292026-02-19T04:50:23.663Zstarting task 0: "setup"
302026-02-19T04:50:23.671Z++ uname -s
312026-02-19T04:50:23.674Z+ kern=SunOS
322026-02-19T04:50:23.674Z+ build_user=build
332026-02-19T04:50:23.674Z+ build_uid=12345
342026-02-19T04:50:23.674Z+ work_dir=/work
352026-02-19T04:50:23.674Z+ input_dir=/input
362026-02-19T04:50:23.674Z+ [[ 0 == 12345 ]]
372026-02-19T04:50:23.674Z+ case "$kern" in
382026-02-19T04:50:23.674Z+ groupadd -g 12345 build
392026-02-19T04:50:23.678Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
402026-02-19T04:50:25.685Z+ zfs create -o mountpoint=/work rpool/work
412026-02-19T04:50:25.840Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
422026-02-19T04:50:25.844Z+ home_fs=zfs
432026-02-19T04:50:25.844Z+ [[ zfs == autofs ]]
442026-02-19T04:50:25.844Z+ mkdir -p /home/build
452026-02-19T04:50:25.847Z+ chown build:build /home/build /work
462026-02-19T04:50:26.847Z+ chmod 0700 /home/build /work
472026-02-19T04:50:26.851Zprocess exited: duration 3186 ms, exit code 0
 
482026-02-19T04:50:26.860Zstarting task 1: "rust-toolchain"
492026-02-19T04:50:26.863Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
502026-02-19T04:50:26.863Z+ printf ' * rust toolchain profile = "%s"\n' default
512026-02-19T04:50:26.863Z * rust toolchain channel = "1.90.0"
522026-02-19T04:50:26.863Z * rust toolchain profile = "default"
532026-02-19T04:50:26.864Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
542026-02-19T04:50:26.864Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
552026-02-19T04:50:26.867Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
562026-02-19T04:50:26.867Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
572026-02-19T04:50:27.004Zinfo: downloading installer
582026-02-19T04:50:28.723Zwarn: It looks like you have an existing installation of Rust at:
592026-02-19T04:50:28.723Zwarn: /opt/ooce/bin
602026-02-19T04:50:28.723Zwarn: It is recommended that rustup be the primary Rust installation.
612026-02-19T04:50:28.723Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
622026-02-19T04:50:28.723Zwarn: If you are sure that you want both rustup and your already installed Rust
632026-02-19T04:50:28.723Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
642026-02-19T04:50:28.723Zwarn: or pass `-y' to ignore all ignorable checks.
652026-02-19T04:50:28.723Zerror: cannot install while Rust is installed
662026-02-19T04:50:28.723Zwarn: continuing (because the -y flag is set and the error is ignorable)
672026-02-19T04:50:28.755Zinfo: profile set to 'default'
682026-02-19T04:50:28.755Zinfo: default host triple is x86_64-unknown-illumos
692026-02-19T04:50:28.758Zinfo: syncing channel updates for '1.90.0-x86_64-unknown-illumos'
702026-02-19T04:50:28.926Zinfo: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
712026-02-19T04:50:28.926Zinfo: downloading component 'cargo'
722026-02-19T04:50:30.110Zinfo: downloading component 'clippy'
732026-02-19T04:50:30.559Zinfo: downloading component 'rust-docs'
742026-02-19T04:50:32.260Zinfo: downloading component 'rust-std'
752026-02-19T04:50:34.601Zinfo: downloading component 'rustc'
762026-02-19T04:50:41.988Zinfo: downloading component 'rustfmt'
772026-02-19T04:50:42.258Zinfo: installing component 'cargo'
782026-02-19T04:50:43.169Zinfo: installing component 'clippy'
792026-02-19T04:50:43.568Zinfo: installing component 'rust-docs'
802026-02-19T04:50:45.439Zinfo: installing component 'rust-std'
812026-02-19T04:50:47.344Zinfo: installing component 'rustc'
822026-02-19T04:50:53.931Zinfo: installing component 'rustfmt'
832026-02-19T04:50:54.271Zinfo: default toolchain set to '1.90.0-x86_64-unknown-illumos'
842026-02-19T04:50:54.271Z
852026-02-19T04:50:54.694Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
862026-02-19T04:50:54.694Z
872026-02-19T04:50:54.697Z
882026-02-19T04:50:54.697ZRust is installed now. Great!
892026-02-19T04:50:54.697Z
902026-02-19T04:50:54.697ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
912026-02-19T04:50:54.697Zenvironment variable. This has not been done automatically.
922026-02-19T04:50:54.697Z
932026-02-19T04:50:54.697ZTo configure your current shell, you need to source
942026-02-19T04:50:54.697Zthe corresponding env file under $HOME/.cargo.
952026-02-19T04:50:54.697Z
962026-02-19T04:50:54.697ZThis is usually done by running one of the following (note the leading DOT):
972026-02-19T04:50:54.697Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
982026-02-19T04:50:54.697Zsource "$HOME/.cargo/env.fish" # For fish
992026-02-19T04:50:54.697Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
1002026-02-19T04:50:54.791Z+ rustup --version
1012026-02-19T04:50:54.804Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
1022026-02-19T04:50:54.807Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
1032026-02-19T04:50:54.919Zinfo: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
1042026-02-19T04:50:54.922Z+ cargo --version
1052026-02-19T04:50:54.987Zcargo 1.90.0 (840b83a10 2025-07-30)
1062026-02-19T04:50:54.990Z+ rustc --version
1072026-02-19T04:50:55.063Zrustc 1.90.0 (1159e78c4 2025-09-14)
1082026-02-19T04:50:55.069Zprocess exited: duration 28205 ms, exit code 0
 
1092026-02-19T04:50:55.077Zstarting task 2: "authentication"
1102026-02-19T04:50:55.104Zprocess exited: duration 24 ms, exit code 0
 
1112026-02-19T04:50:55.111Zstarting task 3: "clone repository"
1122026-02-19T04:50:55.115Z+ mkdir -p /work/oxidecomputer/opte
1132026-02-19T04:50:55.119Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
1142026-02-19T04:50:55.158ZCloning into '/work/oxidecomputer/opte'...
1152026-02-19T04:50:56.053Z+ cd /work/oxidecomputer/opte
1162026-02-19T04:50:56.054Z+ git fetch origin ac41d489be05ccd2dca1cd4dc129d68fd0001f5b
1172026-02-19T04:50:56.296ZFrom https://github.com/oxidecomputer/opte
1182026-02-19T04:50:56.296Z * branch ac41d489be05ccd2dca1cd4dc129d68fd0001f5b -> FETCH_HEAD
1192026-02-19T04:50:56.304Z+ [[ -n renovate/toml-1.x-lockfile ]]
1202026-02-19T04:50:56.311Z++ git branch --show-current
1212026-02-19T04:50:56.311Z+ current=master
1222026-02-19T04:50:56.311Z+ [[ master != renovate/toml-1.x-lockfile ]]
1232026-02-19T04:50:56.314Z+ git branch -f renovate/toml-1.x-lockfile ac41d489be05ccd2dca1cd4dc129d68fd0001f5b
1242026-02-19T04:50:56.314Z+ git checkout -f renovate/toml-1.x-lockfile
1252026-02-19T04:50:56.338ZSwitched to branch 'renovate/toml-1.x-lockfile'
1262026-02-19T04:50:56.343Z+ git reset --hard ac41d489be05ccd2dca1cd4dc129d68fd0001f5b
1272026-02-19T04:50:56.366ZHEAD is now at ac41d48 Update Rust crate toml to v1.0.3
1282026-02-19T04:50:56.370Zprocess exited: duration 1256 ms, exit code 0
 
1292026-02-19T04:50:56.376Zstarting task 4: "build"
1302026-02-19T04:50:56.381Z+ source .github/buildomat/common.sh
1312026-02-19T04:50:56.381Z++ rustup show active-toolchain
1322026-02-19T04:50:56.433Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1332026-02-19T04:50:56.436Z++ pushd xde
1342026-02-19T04:50:56.441Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1352026-02-19T04:50:56.441Z++ rustup show active-toolchain
1362026-02-19T04:50:56.444Zinfo: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos'
1372026-02-19T04:50:56.660Zinfo: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18)
1382026-02-19T04:50:56.664Zinfo: downloading component 'cargo'
1392026-02-19T04:50:57.838Zinfo: downloading component 'clippy'
1402026-02-19T04:50:58.290Zinfo: downloading component 'rust-src'
1412026-02-19T04:50:58.614Zinfo: downloading component 'rust-std'
1422026-02-19T04:51:00.431Zinfo: downloading component 'rustc'
1432026-02-19T04:51:09.408Zinfo: downloading component 'rustfmt'
1442026-02-19T04:51:09.696Zinfo: installing component 'cargo'
1452026-02-19T04:51:10.622Zinfo: installing component 'clippy'
1462026-02-19T04:51:11.018Zinfo: installing component 'rust-src'
1472026-02-19T04:51:11.391Zinfo: installing component 'rust-std'
1482026-02-19T04:51:13.091Zinfo: installing component 'rustc'
1492026-02-19T04:51:19.722Zinfo: installing component 'rustfmt'
1502026-02-19T04:51:20.110Znightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1512026-02-19T04:51:20.195Z+++ rustup show active-toolchain -v
1522026-02-19T04:51:20.199Z+++ head -n 1
1532026-02-19T04:51:20.199Z+++ cut '-d ' -f1
1542026-02-19T04:51:20.312Z++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1552026-02-19T04:51:20.312Z++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1562026-02-19T04:51:20.312Z++ popd
1572026-02-19T04:51:20.317Z/work/oxidecomputer/opte
1582026-02-19T04:51:20.317Z+ pfexec pkg install brand/omicron1 brand/omicron1/tools opte iperf demangle flamegraph
1592026-02-19T04:51:30.101Z Startup: Refreshing catalog 'helios-dev' ... Done
1602026-02-19T04:51:40.511Z Startup: Caching catalogs ... Done
1612026-02-19T04:52:03.131ZPlanning: Solver setup ... Done
1622026-02-19T04:52:03.327ZPlanning: Running solver ... Done
1632026-02-19T04:52:03.497ZPlanning: Finding local manifests ... Done
1642026-02-19T04:52:03.511ZPlanning: Fetching manifests: 0/6 0% complete
1652026-02-19T04:52:03.544ZPlanning: Fetching manifests: 6/6 100% complete
1662026-02-19T04:52:03.563ZPlanning: Package planning ... Done
1672026-02-19T04:52:03.567ZPlanning: Merging actions ... Done
1682026-02-19T04:52:03.884ZPlanning: Checking for conflicting actions ... Done
1692026-02-19T04:52:03.894ZPlanning: Consolidating action changes ... Done
1702026-02-19T04:52:04.958ZPlanning: Evaluating mediators ... Done
1712026-02-19T04:52:04.962ZPlanning: Planning completed in 24.30 seconds
1722026-02-19T04:52:05.076Z Packages to install: 6
1732026-02-19T04:52:05.076Z Services to change: 2
1742026-02-19T04:52:05.076Z Create boot environment: No
1752026-02-19T04:52:05.076ZCreate backup boot environment: No
1762026-02-19T04:52:05.076Z
1772026-02-19T04:52:05.076ZDownload: 0/22 items 0.0/14.6MB 0% complete
1782026-02-19T04:52:05.179ZDownload: Completed 14.61 MB in 0.15 seconds (94.5M/s)
1792026-02-19T04:52:05.368Z Actions: 1/110 actions (Installing new actions)
1802026-02-19T04:52:05.889Z Actions: Completed 110 actions in 0.52 seconds.
1812026-02-19T04:52:06.574Z Done
1822026-02-19T04:52:06.574Z Done
1832026-02-19T04:52:07.568Z Done
1842026-02-19T04:52:12.052Z Done
1852026-02-19T04:52:12.134Z Done
1862026-02-19T04:52:12.138Z Done
1872026-02-19T04:52:18.303Z Done
1882026-02-19T04:52:18.955Z+ [[ -z 01KHT34SDSG2BVA1ZPQ3ZA3TZ5 ]]
1892026-02-19T04:52:18.955Z+ pfexec /usr/lib/brand/omicron1/baseline -w /var/run/brand/omicron1/baseline
1902026-02-19T04:52:20.513Zincorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23457:20250626T230506Z
1912026-02-19T04:52:20.513Zentire = pkg://helios-dev/entire@2-2.0:20230621T192557Z
1922026-02-19T04:52:20.513Zinstall = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
1932026-02-19T04:52:20.513Zinstall = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
1942026-02-19T04:52:20.513Ztempdir @ "/tmp/.tmprmOMRc/tmp"
1952026-02-19T04:52:20.513Zimage root @ "/tmp/.tmprmOMRc/tmp/root"
1962026-02-19T04:52:20.513Zcreating image...
1972026-02-19T04:52:20.898Zcopying publishers...
1982026-02-19T04:52:39.661Zadding properties...
1992026-02-19T04:52:40.626Zinstalling packages...
2002026-02-19T04:54:27.286Zseeding SMF database...
2012026-02-19T04:54:34.396Zconfiguring SMF profile...
2022026-02-19T04:54:34.401Zmodifying shadow(5)...
2032026-02-19T04:54:34.401Zloading user and group database...
2042026-02-19T04:54:34.401Zloading facet selections...
2052026-02-19T04:54:34.794Z devel -> true
2062026-02-19T04:54:34.795Z doc.man -> true
2072026-02-19T04:54:34.795Z entire.service/hal -> true
2082026-02-19T04:54:34.795Z entire.service/network/smtp/dma -> true
2092026-02-19T04:54:34.795Z locale.ar -> true
2102026-02-19T04:54:34.795Z locale.ca -> true
2112026-02-19T04:54:34.795Z locale.cs -> true
2122026-02-19T04:54:34.795Z locale.de -> true
2132026-02-19T04:54:34.796Z locale.es -> true
2142026-02-19T04:54:34.796Z locale.fr -> true
2152026-02-19T04:54:34.796Z locale.he -> true
2162026-02-19T04:54:34.796Z locale.hu -> true
2172026-02-19T04:54:34.796Z locale.id -> true
2182026-02-19T04:54:34.796Z locale.it -> true
2192026-02-19T04:54:34.797Z locale.ja -> true
2202026-02-19T04:54:34.797Z locale.ko -> true
2212026-02-19T04:54:34.797Z locale.nl -> true
2222026-02-19T04:54:34.797Z locale.pl -> true
2232026-02-19T04:54:34.797Z locale.pt_BR -> true
2242026-02-19T04:54:34.797Z locale.ru -> true
2252026-02-19T04:54:34.797Z locale.sk -> true
2262026-02-19T04:54:34.797Z locale.sv -> true
2272026-02-19T04:54:34.798Z locale.zh_CN -> true
2282026-02-19T04:54:34.798Z locale.zh_HK -> true
2292026-02-19T04:54:34.798Z locale.zh_TW -> true
2302026-02-19T04:54:34.798Z onu.ooceonly -> true
2312026-02-19T04:54:34.798Z version-lock.shell/ksh93 -> true
2322026-02-19T04:54:34.798Z version-lock.system/data/hardware-registry -> true
2332026-02-19T04:54:34.798Z version-lock.system/data/zoneinfo -> true
2342026-02-19T04:54:34.798Z version-lock.system/microcode/amd -> true
2352026-02-19T04:54:34.798Z version-lock.system/microcode/intel -> true
2362026-02-19T04:54:34.798Z version-lock.system/microcode/oxide -> true
2372026-02-19T04:54:34.798Zassessing packaged files...
2382026-02-19T04:54:37.093Zcreating archive...
2392026-02-19T04:54:37.121Zmissing from packaging:
2402026-02-19T04:54:37.121Z "etc/.pwd.lock"
2412026-02-19T04:54:37.126Z "etc/svc/profile/generic.xml"
2422026-02-19T04:54:37.126Z "etc/svc/profile/inetd_services.xml"
2432026-02-19T04:54:37.126Z "etc/svc/profile/name_service.xml"
2442026-02-19T04:54:37.130Z "etc/svc/profile/platform.xml"
2452026-02-19T04:54:37.130Z "etc/svc/profile/platform_omicron1.xml"
2462026-02-19T04:54:37.130Z "etc/svc/repository.db"
2472026-02-19T04:54:37.130Z
2482026-02-19T04:54:37.137Z
2492026-02-19T04:54:37.137Zfinishing archive...
2502026-02-19T04:54:38.083Zcreating gzonly manifest...
2512026-02-19T04:54:38.087Zok
2522026-02-19T04:54:38.186Z+ trap cleanup EXIT
2532026-02-19T04:54:38.192Z+ OUT_DIR=/work/bench-results
2542026-02-19T04:54:38.192Z+ mkdir -p /work/bench-results
2552026-02-19T04:54:38.192Z+ mkdir -p target/criterion
2562026-02-19T04:54:38.192Z+ mkdir -p target/xde-bench
2572026-02-19T04:54:38.192Z+ banner collect
2582026-02-19T04:54:38.197Z
2592026-02-19T04:54:38.197Z #### #### # # ###### #### #####
2602026-02-19T04:54:38.197Z # # # # # # # # # #
2612026-02-19T04:54:38.197Z # # # # # ##### # #
2622026-02-19T04:54:38.197Z # # # # # # # #
2632026-02-19T04:54:38.197Z # # # # # # # # # #
2642026-02-19T04:54:38.197Z #### #### ###### ###### ###### #### #
2652026-02-19T04:54:38.197Z
2662026-02-19T04:54:38.197Z++ cat .git/refs/heads/master
2672026-02-19T04:54:38.197Z+ BASELINE_COMMIT=3f2daf7e45a26e6a00739d3ab7f6f289d46e5539
2682026-02-19T04:54:38.198Z+ [[ renovate/toml-1.x-lockfile == \m\a\s\t\e\r ]]
2692026-02-19T04:54:38.198Z+ get_artifact opte benchmark 3f2daf7e45a26e6a00739d3ab7f6f289d46e5539 bench-results.tgz
2702026-02-19T04:54:38.198Z+ local curl_res
2712026-02-19T04:54:38.198Z+ repo=opte
2722026-02-19T04:54:38.198Z+ series=benchmark
2732026-02-19T04:54:38.198Z+ commit=3f2daf7e45a26e6a00739d3ab7f6f289d46e5539
2742026-02-19T04:54:38.198Z+ name=bench-results.tgz
2752026-02-19T04:54:38.198Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2762026-02-19T04:54:38.198Z+ mkdir -p download
2772026-02-19T04:54:38.198Z+ pushd download
2782026-02-19T04:54:38.198Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
2792026-02-19T04:54:38.198Z+ [[ ! -f bench-results.tgz ]]
2802026-02-19T04:54:38.205Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/benchmark/3f2daf7e45a26e6a00739d3ab7f6f289d46e5539/bench-results.tgz
2812026-02-19T04:54:38.212Z % Total % Received % Xferd Average Speed Time Time Time Current
2822026-02-19T04:54:38.212Z Dload Upload Total Spent Left Speed
2832026-02-19T04:54:38.645Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4875k 100 4875k 0 0 10.8M 0 --:--:-- --:--:-- --:--:-- 10.8M
2842026-02-19T04:54:38.650Z+ curl_res=0
2852026-02-19T04:54:38.651Z+ popd
2862026-02-19T04:54:38.651Z/work/oxidecomputer/opte
2872026-02-19T04:54:38.651Z+ return 0
2882026-02-19T04:54:38.651Z+ tar -xf download/bench-results.tgz -C target
2892026-02-19T04:54:39.048Z+ mv target/bench-results/criterion target/bench-results/xde-bench target/
2902026-02-19T04:54:39.052Z+ rm -r target/bench-results
2912026-02-19T04:54:39.053Z+ [[ '' -eq 1 ]]
2922026-02-19T04:54:39.053Z+ uname -a
2932026-02-19T04:54:39.053ZSunOS w-01KHT3P61MTXHEFMRNKNKR3P1B 5.11 helios-2.0.23457 i86pc i386 i86pc
2942026-02-19T04:54:39.053Z+ cat /etc/versions/build
2952026-02-19T04:54:39.057Zheads/stlouis-0-g882bec99c4
2962026-02-19T04:54:39.057Z+ dladm
2972026-02-19T04:54:39.062ZLINK CLASS MTU STATE BRIDGE OVER
2982026-02-19T04:54:39.062Zena0 phys 9216 up -- --
2992026-02-19T04:54:39.062Z+ ipadm
3002026-02-19T04:54:39.066ZADDROBJ TYPE STATE ADDR
3012026-02-19T04:54:39.066Zlo0/v4 static ok 127.0.0.1/8
3022026-02-19T04:54:39.066Zena0/dhcp dhcp ok 10.150.1.48/24
3032026-02-19T04:54:39.066Zlo0/v6 static ok ::1/128
3042026-02-19T04:54:39.066Z+ pfexec rem_drv xde
3052026-02-19T04:54:39.073Z+ set -o errexit
3062026-02-19T04:54:39.074Z+ set -o pipefail
3072026-02-19T04:54:39.078Z+ banner prepare
3082026-02-19T04:54:39.078Z
3092026-02-19T04:54:39.078Z ##### ##### ###### ##### ## ##### ######
3102026-02-19T04:54:39.079Z # # # # # # # # # # # #
3112026-02-19T04:54:39.079Z # # # # ##### # # # # # # #####
3122026-02-19T04:54:39.079Z ##### ##### # ##### ###### ##### #
3132026-02-19T04:54:39.079Z # # # # # # # # # #
3142026-02-19T04:54:39.079Z # # # ###### # # # # # ######
3152026-02-19T04:54:39.079Z
3162026-02-19T04:54:39.079Z+ pfexec cp /input/xde/work/xde.conf /kernel/drv/
3172026-02-19T04:54:39.079Z+ pfexec cp /input/xde/work/release/xde /kernel/drv/amd64
3182026-02-19T04:54:39.159Z+ pfexec add_drv xde
3192026-02-19T04:54:39.898Z+ banner bench
3202026-02-19T04:54:39.903Z
3212026-02-19T04:54:39.903Z ##### ###### # # #### # #
3222026-02-19T04:54:39.903Z # # # ## # # # # #
3232026-02-19T04:54:39.903Z ##### ##### # # # # ######
3242026-02-19T04:54:39.903Z # # # # # # # # #
3252026-02-19T04:54:39.903Z # # # # ## # # # #
3262026-02-19T04:54:39.903Z ##### ###### # # #### # #
3272026-02-19T04:54:39.903Z
3282026-02-19T04:54:39.904Z+ cargo kbench local
3292026-02-19T04:54:40.089Z Updating crates.io index
3302026-02-19T04:54:40.128Z Updating git repository `https://github.com/oxidecomputer/falcon`
3312026-02-19T04:54:40.877Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3322026-02-19T04:54:41.428Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3332026-02-19T04:54:41.812Z Updating git repository `https://github.com/oxidecomputer/zone`
3342026-02-19T04:54:42.225Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3352026-02-19T04:54:42.483Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3362026-02-19T04:54:42.726Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3372026-02-19T04:54:44.572Z Downloading crates ...
3382026-02-19T04:54:44.632Z Downloaded alloca v0.4.0
3392026-02-19T04:54:44.637Z Downloaded cfg_aliases v0.2.1
3402026-02-19T04:54:44.641Z Downloaded heck v0.4.1
3412026-02-19T04:54:44.641Z Downloaded either v1.15.0
3422026-02-19T04:54:44.644Z Downloaded crossbeam-utils v0.8.21
3432026-02-19T04:54:44.647Z Downloaded defmt-parser v1.0.0
3442026-02-19T04:54:44.654Z Downloaded anstyle v1.0.13
3452026-02-19T04:54:44.659Z Downloaded pin-project-lite v0.2.16
3462026-02-19T04:54:44.665Z Downloaded slab v0.4.12
3472026-02-19T04:54:44.668Z Downloaded slog-stdlog v4.1.1
3482026-02-19T04:54:44.671Z Downloaded clap_derive v4.5.55
3492026-02-19T04:54:44.674Z Downloaded pretty-hex v0.4.1
3502026-02-19T04:54:44.677Z Downloaded oxnet v0.1.4
3512026-02-19T04:54:44.679Z Downloaded foreign-types v0.5.0
3522026-02-19T04:54:44.680Z Downloaded iana-time-zone v0.1.65
3532026-02-19T04:54:44.683Z Downloaded once_cell v1.21.3
3542026-02-19T04:54:44.686Z Downloaded crossbeam-epoch v0.9.18
3552026-02-19T04:54:44.690Z Downloaded find-msvc-tools v0.1.9
3562026-02-19T04:54:44.693Z Downloaded anstream v0.6.21
3572026-02-19T04:54:44.693Z Downloaded is-terminal v0.4.17
3582026-02-19T04:54:44.696Z Downloaded proc-macro-crate v3.4.0
3592026-02-19T04:54:44.696Z Downloaded proc-macro-error-attr v1.0.4
3602026-02-19T04:54:44.699Z Downloaded cast v0.3.0
3612026-02-19T04:54:44.699Z Downloaded regex-syntax v0.8.9
3622026-02-19T04:54:44.706Z Downloaded ingot v0.1.1
3632026-02-19T04:54:44.709Z Downloaded pcap-parser v0.17.0
3642026-02-19T04:54:44.714Z Downloaded proc-macro-error v1.0.4
3652026-02-19T04:54:44.718Z Downloaded unicode-ident v1.0.23
3662026-02-19T04:54:44.721Z Downloaded oorandom v11.1.5
3672026-02-19T04:54:44.725Z Downloaded num-traits v0.2.19
3682026-02-19T04:54:44.728Z Downloaded thread_local v1.1.9
3692026-02-19T04:54:44.728Z Downloaded plotters-svg v0.3.7
3702026-02-19T04:54:44.731Z Downloaded is_terminal_polyfill v1.70.2
3712026-02-19T04:54:44.731Z Downloaded tracing-attributes v0.1.31
3722026-02-19T04:54:44.735Z Downloaded futures-task v0.3.31
3732026-02-19T04:54:44.735Z Downloaded ctor v0.6.3
3742026-02-19T04:54:44.738Z Downloaded strsim v0.11.1
3752026-02-19T04:54:44.741Z Downloaded ref-cast v1.0.25
3762026-02-19T04:54:44.745Z Downloaded slog-envlogger v2.2.0
3772026-02-19T04:54:44.745Z Downloaded itoa v1.0.17
3782026-02-19T04:54:44.748Z Downloaded equivalent v1.0.2
3792026-02-19T04:54:44.749Z Downloaded crossbeam-deque v0.8.6
3802026-02-19T04:54:44.752Z Downloaded ref-cast-impl v1.0.25
3812026-02-19T04:54:44.752Z Downloaded bitflags v1.3.2
3822026-02-19T04:54:44.755Z Downloaded erased-serde v0.3.31
3832026-02-19T04:54:44.758Z Downloaded same-file v1.0.6
3842026-02-19T04:54:44.758Z Downloaded utf8parse v0.2.2
3852026-02-19T04:54:44.761Z Downloaded rand_chacha v0.9.0
3862026-02-19T04:54:44.761Z Downloaded managed v0.8.0
3872026-02-19T04:54:44.764Z Downloaded ident_case v1.0.1
3882026-02-19T04:54:44.764Z Downloaded walkdir v2.5.0
3892026-02-19T04:54:44.767Z Downloaded rustversion v1.0.22
3902026-02-19T04:54:44.767Z Downloaded num-conv v0.2.0
3912026-02-19T04:54:44.770Z Downloaded macaddr v1.0.1
3922026-02-19T04:54:44.770Z Downloaded hash32 v0.3.1
3932026-02-19T04:54:44.773Z Downloaded tabwriter v1.4.1
3942026-02-19T04:54:44.773Z Downloaded ciborium-ll v0.2.2
3952026-02-19T04:54:44.780Z Downloaded futures-macro v0.3.31
3962026-02-19T04:54:44.780Z Downloaded dtor v0.1.1
3972026-02-19T04:54:44.780Z Downloaded stable_deref_trait v1.2.1
3982026-02-19T04:54:44.784Z Downloaded futures-sink v0.3.31
3992026-02-19T04:54:44.784Z Downloaded clap_lex v0.7.7
4002026-02-19T04:54:44.784Z Downloaded powerfmt v0.2.0
4012026-02-19T04:54:44.784Z Downloaded rand_core v0.9.5
4022026-02-19T04:54:44.784Z Downloaded num_enum_derive v0.7.5
4032026-02-19T04:54:44.787Z Downloaded proc-macro-error-attr2 v2.0.0
4042026-02-19T04:54:44.787Z Downloaded arc-swap v1.8.1
4052026-02-19T04:54:44.790Z Downloaded heapless v0.8.0
4062026-02-19T04:54:44.793Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4072026-02-19T04:54:44.796Z Downloaded tinytemplate v1.2.1
4082026-02-19T04:54:44.796Z Downloaded heck v0.5.0
4092026-02-19T04:54:44.799Z Downloaded colorchoice v1.0.4
4102026-02-19T04:54:44.799Z Downloaded anes v0.1.6
4112026-02-19T04:54:44.802Z Downloaded slog v2.8.2
4122026-02-19T04:54:44.805Z Downloaded rusticata-macros v5.0.0
4132026-02-19T04:54:44.809Z Downloaded quote v1.0.44
4142026-02-19T04:54:44.812Z Downloaded slog-scope v4.4.1
4152026-02-19T04:54:44.812Z Downloaded num_enum v0.7.5
4162026-02-19T04:54:44.816Z Downloaded time-core v0.1.8
4172026-02-19T04:54:44.819Z Downloaded proc-macro-error2 v2.0.1
4182026-02-19T04:54:44.822Z Downloaded time-macros v0.2.27
4192026-02-19T04:54:44.825Z Downloaded thiserror-impl v1.0.69
4202026-02-19T04:54:44.825Z Downloaded thiserror v1.0.69
4212026-02-19T04:54:44.829Z Downloaded serde v1.0.228
4222026-02-19T04:54:44.833Z Downloaded zmij v1.0.20
4232026-02-19T04:54:44.836Z Downloaded crc32fast v1.5.0
4242026-02-19T04:54:44.839Z Downloaded bitflags v2.10.0
4252026-02-19T04:54:44.842Z Downloaded term v1.2.1
4262026-02-19T04:54:44.849Z Downloaded version_check v0.9.5
4272026-02-19T04:54:44.849Z Downloaded toml_parser v1.0.9+spec-1.1.0
4282026-02-19T04:54:44.852Z Downloaded postcard v1.1.3
4292026-02-19T04:54:44.857Z Downloaded getrandom v0.3.4
4302026-02-19T04:54:44.861Z Downloaded half v2.7.1
4312026-02-19T04:54:44.864Z Downloaded tracing-core v0.1.36
4322026-02-19T04:54:44.867Z Downloaded darling_core v0.21.3
4332026-02-19T04:54:44.872Z Downloaded serde_core v1.0.228
4342026-02-19T04:54:44.875Z Downloaded clap v4.5.57
4352026-02-19T04:54:44.884Z Downloaded uuid v1.20.0
4362026-02-19T04:54:44.887Z Downloaded socket2 v0.6.2
4372026-02-19T04:54:44.890Z Downloaded toml_edit v0.23.10+spec-1.0.0
4382026-02-19T04:54:44.893Z Downloaded indexmap v2.13.0
4392026-02-19T04:54:44.897Z Downloaded serde_derive v1.0.228
4402026-02-19T04:54:44.900Z Downloaded rayon-core v1.13.0
4412026-02-19T04:54:44.904Z Downloaded memchr v2.8.0
4422026-02-19T04:54:44.908Z Downloaded futures v0.3.31
4432026-02-19T04:54:44.913Z Downloaded colored v3.1.1
4442026-02-19T04:54:44.922Z Downloaded zerocopy-derive v0.8.39
4452026-02-19T04:54:44.926Z Downloaded rand v0.9.2
4462026-02-19T04:54:44.929Z Downloaded nom v8.0.0
4472026-02-19T04:54:44.934Z Downloaded itertools v0.12.1
4482026-02-19T04:54:44.941Z Downloaded clap_builder v4.5.57
4492026-02-19T04:54:44.948Z Downloaded winnow v0.7.14
4502026-02-19T04:54:44.958Z Downloaded plotters v0.3.7
4512026-02-19T04:54:44.965Z Downloaded proc-macro2 v1.0.106
4522026-02-19T04:54:44.968Z Downloaded serde_json v1.0.149
4532026-02-19T04:54:44.973Z Downloaded chrono v0.4.43
4542026-02-19T04:54:44.980Z Downloaded regex v1.12.3
4552026-02-19T04:54:44.985Z Downloaded nix v0.31.1
4562026-02-19T04:54:44.996Z Downloaded rayon v1.11.0
4572026-02-19T04:54:45.005Z Downloaded itertools v0.14.0
4582026-02-19T04:54:45.011Z Downloaded time v0.3.47
4592026-02-19T04:54:45.023Z Downloaded syn v1.0.109
4602026-02-19T04:54:45.033Z Downloaded itertools v0.13.0
4612026-02-19T04:54:45.037Z Downloaded zerocopy v0.8.39
4622026-02-19T04:54:45.057Z Downloaded syn v2.0.114
4632026-02-19T04:54:45.067Z Downloaded smoltcp v0.11.0
4642026-02-19T04:54:45.082Z Downloaded unicode-width v0.2.2
4652026-02-19T04:54:45.082Z Downloaded hashbrown v0.16.1
4662026-02-19T04:54:45.094Z Downloaded futures-util v0.3.31
4672026-02-19T04:54:45.105Z Downloaded cc v1.2.55
4682026-02-19T04:54:45.105Z Downloaded terminal_size v0.4.3
4692026-02-19T04:54:45.105Z Downloaded rustix v1.1.3
4702026-02-19T04:54:45.121Z Downloaded darling v0.21.3
4712026-02-19T04:54:45.129Z Downloaded slog-async v2.8.0
4722026-02-19T04:54:45.129Z Downloaded log v0.4.29
4732026-02-19T04:54:45.129Z Downloaded tracing v0.1.44
4742026-02-19T04:54:45.147Z Downloaded ingot-types v0.1.2
4752026-02-19T04:54:45.152Z Downloaded futures-executor v0.3.31
4762026-02-19T04:54:45.152Z Downloaded defmt-macros v1.0.1
4772026-02-19T04:54:45.152Z Downloaded criterion v0.8.2
4782026-02-19T04:54:45.167Z Downloaded futures-channel v0.3.31
4792026-02-19T04:54:45.167Z Downloaded deranged v0.5.5
4802026-02-19T04:54:45.174Z Downloaded futures-io v0.3.31
4812026-02-19T04:54:45.175Z Downloaded dyn-clone v1.0.20
4822026-02-19T04:54:45.175Z Downloaded thiserror-impl v2.0.18
4832026-02-19T04:54:45.175Z Downloaded thiserror v2.0.18
4842026-02-19T04:54:45.175Z Downloaded libc v0.2.180
4852026-02-19T04:54:45.193Z Downloaded regex-automata v0.4.14
4862026-02-19T04:54:45.216Z Downloaded slog-term v2.9.2
4872026-02-19T04:54:45.226Z Downloaded shlex v1.3.0
4882026-02-19T04:54:45.227Z Downloaded ppv-lite86 v0.2.21
4892026-02-19T04:54:45.227Z Downloaded errno v0.3.14
4902026-02-19T04:54:45.227Z Downloaded crossbeam-channel v0.5.15
4912026-02-19T04:54:45.227Z Downloaded criterion-plot v0.8.2
4922026-02-19T04:54:45.227Z Downloaded autocfg v1.5.0
4932026-02-19T04:54:45.227Z Downloaded anstyle-parse v0.2.7
4942026-02-19T04:54:45.227Z Downloaded ipnetwork v0.21.1
4952026-02-19T04:54:45.227Z Downloaded embedded-io v0.6.1
4962026-02-19T04:54:45.227Z Downloaded cookie-factory v0.3.3
4972026-02-19T04:54:45.232Z Downloaded byteorder v1.5.0
4982026-02-19T04:54:45.232Z Downloaded fnv v1.0.7
4992026-02-19T04:54:45.232Z Downloaded pin-utils v0.1.0
5002026-02-19T04:54:45.233Z Downloaded cobs v0.3.0
5012026-02-19T04:54:45.233Z Downloaded ciborium v0.2.2
5022026-02-19T04:54:45.233Z Downloaded cfg-if v1.0.4
5032026-02-19T04:54:45.233Z Downloaded embedded-io v0.4.0
5042026-02-19T04:54:45.233Z Downloaded cstr-argument v0.1.2
5052026-02-19T04:54:45.233Z Downloaded ciborium-io v0.2.2
5062026-02-19T04:54:45.233Z Downloaded circular v0.3.0
5072026-02-19T04:54:45.239Z Downloaded darling_macro v0.21.3
5082026-02-19T04:54:45.239Z Downloaded lazy_static v1.5.0
5092026-02-19T04:54:45.239Z Downloaded dtor-proc-macro v0.0.6
5102026-02-19T04:54:45.239Z Downloaded defmt v0.3.100
5112026-02-19T04:54:45.239Z Downloaded take_mut v0.2.2
5122026-02-19T04:54:45.239Z Downloaded plotters-backend v0.3.7
5132026-02-19T04:54:45.239Z Downloaded foreign-types-macros v0.2.3
5142026-02-19T04:54:45.239Z Downloaded defmt v1.0.1
5152026-02-19T04:54:45.244Z Downloaded ingot-macros v0.1.1
5162026-02-19T04:54:45.244Z Downloaded futures-core v0.3.31
5172026-02-19T04:54:45.244Z Downloaded foreign-types-shared v0.3.1
5182026-02-19T04:54:45.250Z Downloaded ctor-proc-macro v0.0.7
5192026-02-19T04:54:45.250Z Downloaded page_size v0.6.0
5202026-02-19T04:54:45.250Z Downloaded anyhow v1.0.101
5212026-02-19T04:54:45.250Z Downloaded aho-corasick v1.1.4
5222026-02-19T04:54:45.254Z Downloaded anstyle-query v1.1.5
5232026-02-19T04:54:45.327Z Compiling proc-macro2 v1.0.106
5242026-02-19T04:54:45.327Z Compiling unicode-ident v1.0.23
5252026-02-19T04:54:45.327Z Compiling quote v1.0.44
5262026-02-19T04:54:45.331Z Compiling serde_core v1.0.228
5272026-02-19T04:54:45.331Z Compiling cfg-if v1.0.4
5282026-02-19T04:54:45.331Z Compiling libc v0.2.180
5292026-02-19T04:54:45.331Z Compiling memchr v2.8.0
5302026-02-19T04:54:45.331Z Compiling serde v1.0.228
5312026-02-19T04:54:45.522Z Compiling zerocopy v0.8.39
5322026-02-19T04:54:45.634Z Compiling rustversion v1.0.22
5332026-02-19T04:54:46.020Z Compiling version_check v0.9.5
5342026-02-19T04:54:46.031Z Compiling thiserror v2.0.18
5352026-02-19T04:54:46.288Z Compiling strsim v0.11.1
5362026-02-19T04:54:46.553Z Compiling ident_case v1.0.1
5372026-02-19T04:54:46.703Z Compiling either v1.15.0
5382026-02-19T04:54:46.823Z Compiling fnv v1.0.7
5392026-02-19T04:54:47.330Z Compiling syn v1.0.109
5402026-02-19T04:54:47.492Z Compiling regex-syntax v0.8.9
5412026-02-19T04:54:47.654Z Compiling crossbeam-utils v0.8.21
5422026-02-19T04:54:47.668Z Compiling pin-project-lite v0.2.16
5432026-02-19T04:54:47.671Z Compiling winnow v0.7.14
5442026-02-19T04:54:48.017Z Compiling equivalent v1.0.2
5452026-02-19T04:54:48.142Z Compiling aho-corasick v1.1.4
5462026-02-19T04:54:48.189Z Compiling syn v2.0.114
5472026-02-19T04:54:48.218Z Compiling hashbrown v0.16.1
5482026-02-19T04:54:48.728Z Compiling itertools v0.14.0
5492026-02-19T04:54:49.353Z Compiling indexmap v2.13.0
5502026-02-19T04:54:50.838Z Compiling toml_datetime v0.7.5+spec-1.1.0
5512026-02-19T04:54:51.259Z Compiling bitflags v2.10.0
5522026-02-19T04:54:51.273Z Compiling regex-automata v0.4.14
5532026-02-19T04:54:51.407Z Compiling toml_parser v1.0.9+spec-1.1.0
5542026-02-19T04:54:51.736Z Compiling autocfg v1.5.0
5552026-02-19T04:54:51.739Z Compiling heapless v0.8.0
5562026-02-19T04:54:51.977Z Compiling byteorder v1.5.0
5572026-02-19T04:54:52.271Z Compiling getrandom v0.3.4
5582026-02-19T04:54:52.360Z Compiling hash32 v0.3.1
5592026-02-19T04:54:52.441Z Compiling num-traits v0.2.19
5602026-02-19T04:54:52.611Z Compiling toml_edit v0.23.10+spec-1.0.0
5612026-02-19T04:54:52.652Z Compiling slog v2.8.2
5622026-02-19T04:54:52.790Z Compiling macaddr v1.0.1
5632026-02-19T04:54:52.855Z Compiling futures-sink v0.3.31
5642026-02-19T04:54:52.924Z Compiling futures-core v0.3.31
5652026-02-19T04:54:52.988Z Compiling smoltcp v0.11.0
5662026-02-19T04:54:53.006Z Compiling stable_deref_trait v1.2.1
5672026-02-19T04:54:53.116Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5682026-02-19T04:54:53.169Z Compiling futures-channel v0.3.31
5692026-02-19T04:54:53.628Z Compiling proc-macro-error-attr v1.0.4
5702026-02-19T04:54:53.856Z Compiling proc-macro-crate v3.4.0
5712026-02-19T04:54:53.897Z Compiling itoa v1.0.17
5722026-02-19T04:54:53.974Z Compiling managed v0.8.0
5732026-02-19T04:54:54.195Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
5742026-02-19T04:54:54.296Z Compiling futures-task v0.3.31
5752026-02-19T04:54:54.477Z Compiling crc32fast v1.5.0
5762026-02-19T04:54:54.540Z Compiling ref-cast v1.0.25
5772026-02-19T04:54:54.576Z Compiling bitflags v1.3.2
5782026-02-19T04:54:54.656Z Compiling pin-utils v0.1.0
5792026-02-19T04:54:54.674Z Compiling anyhow v1.0.101
5802026-02-19T04:54:54.758Z Compiling futures-io v0.3.31
5812026-02-19T04:54:54.804Z Compiling slab v0.4.12
5822026-02-19T04:54:54.985Z Compiling darling_core v0.21.3
5832026-02-19T04:54:55.100Z Compiling regex v1.12.3
5842026-02-19T04:54:55.688Z Compiling rand_core v0.9.5
5852026-02-19T04:54:55.967Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5862026-02-19T04:54:56.171Z Compiling proc-macro-error v1.0.4
5872026-02-19T04:54:56.548Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5882026-02-19T04:54:56.808Z Compiling rustix v1.1.3
5892026-02-19T04:54:56.924Z Compiling foreign-types-shared v0.3.1
5902026-02-19T04:54:57.060Z Compiling unicode-width v0.2.2
5912026-02-19T04:54:57.244Z Compiling once_cell v1.21.3
5922026-02-19T04:54:57.429Z Compiling ipnetwork v0.21.1
5932026-02-19T04:54:57.641Z Compiling tracing-core v0.1.36
5942026-02-19T04:54:57.653Z Compiling tabwriter v1.4.1
5952026-02-19T04:54:58.465Z Compiling serde_derive v1.0.228
5962026-02-19T04:54:58.796Z Compiling zerocopy-derive v0.8.39
5972026-02-19T04:54:58.898Z Compiling thiserror-impl v2.0.18
5982026-02-19T04:54:59.133Z Compiling futures-macro v0.3.31
5992026-02-19T04:54:59.162Z Compiling foreign-types-macros v0.2.3
6002026-02-19T04:54:59.436Z Compiling ref-cast-impl v1.0.25
6012026-02-19T04:55:00.419Z Compiling num_enum_derive v0.7.5
6022026-02-19T04:55:00.619Z Compiling darling_macro v0.21.3
6032026-02-19T04:55:00.776Z Compiling foreign-types v0.5.0
6042026-02-19T04:55:00.837Z Compiling futures-util v0.3.31
6052026-02-19T04:55:00.886Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6062026-02-19T04:55:01.473Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6072026-02-19T04:55:01.555Z Compiling darling v0.21.3
6082026-02-19T04:55:01.668Z Compiling ingot-macros v0.1.1
6092026-02-19T04:55:01.725Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6102026-02-19T04:55:01.776Z Compiling cobs v0.3.0
6112026-02-19T04:55:02.150Z Compiling tracing-attributes v0.1.31
6122026-02-19T04:55:02.446Z Compiling num_enum v0.7.5
6132026-02-19T04:55:02.489Z Compiling errno v0.3.14
6142026-02-19T04:55:02.876Z Compiling cstr-argument v0.1.2
6152026-02-19T04:55:03.161Z Compiling powerfmt v0.2.0
6162026-02-19T04:55:03.559Z Compiling thiserror v1.0.69
6172026-02-19T04:55:04.109Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
6182026-02-19T04:55:04.444Z Compiling dyn-clone v1.0.20
6192026-02-19T04:55:04.677Z Compiling num-conv v0.2.0
6202026-02-19T04:55:04.916Z Compiling find-msvc-tools v0.1.9
6212026-02-19T04:55:05.000Z Compiling pretty-hex v0.4.1
6222026-02-19T04:55:05.251Z Compiling shlex v1.3.0
6232026-02-19T04:55:05.388Z Compiling time-core v0.1.8
6242026-02-19T04:55:05.700Z Compiling zmij v1.0.20
6252026-02-19T04:55:06.148Z Compiling utf8parse v0.2.2
6262026-02-19T04:55:06.234Z Compiling erased-serde v0.3.31
6272026-02-19T04:55:06.323Z Compiling postcard v1.1.3
6282026-02-19T04:55:06.481Z Compiling futures-executor v0.3.31
6292026-02-19T04:55:06.892Z Compiling futures v0.3.31
6302026-02-19T04:55:07.015Z Compiling anstyle-parse v0.2.7
6312026-02-19T04:55:07.131Z Compiling time-macros v0.2.27
6322026-02-19T04:55:07.309Z Compiling cc v1.2.55
6332026-02-19T04:55:07.404Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
6342026-02-19T04:55:07.763Z Compiling tracing v0.1.44
6352026-02-19T04:55:08.149Z Compiling deranged v0.5.5
6362026-02-19T04:55:08.372Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6372026-02-19T04:55:09.052Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6382026-02-19T04:55:09.744Z Compiling thiserror-impl v1.0.69
6392026-02-19T04:55:09.949Z Compiling uuid v1.20.0
6402026-02-19T04:55:10.478Z Compiling crossbeam-epoch v0.9.18
6412026-02-19T04:55:10.886Z Compiling ingot-types v0.1.2
6422026-02-19T04:55:10.915Z Compiling ppv-lite86 v0.2.21
6432026-02-19T04:55:11.194Z Compiling arc-swap v1.8.1
6442026-02-19T04:55:11.270Z Compiling socket2 v0.6.2
6452026-02-19T04:55:11.359Z Compiling nom v8.0.0
6462026-02-19T04:55:11.755Z Compiling rand_chacha v0.9.0
6472026-02-19T04:55:11.855Z Compiling ingot v0.1.1
6482026-02-19T04:55:11.875Z Compiling thread_local v1.1.9
6492026-02-19T04:55:12.376Z Compiling rand v0.9.2
6502026-02-19T04:55:12.442Z Compiling heck v0.4.1
6512026-02-19T04:55:12.510Z Compiling rayon-core v1.13.0
6522026-02-19T04:55:12.798Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6532026-02-19T04:55:12.871Z Compiling serde_json v1.0.149
6542026-02-19T04:55:13.207Z Compiling anstyle v1.0.13
6552026-02-19T04:55:13.326Z Compiling colored v3.1.1
6562026-02-19T04:55:13.476Z Compiling oxnet v0.1.4
6572026-02-19T04:55:13.672Z Compiling iana-time-zone v0.1.65
6582026-02-19T04:55:13.946Z Compiling lazy_static v1.5.0
6592026-02-19T04:55:14.101Z Compiling anstyle-query v1.1.5
6602026-02-19T04:55:14.219Z Compiling is_terminal_polyfill v1.70.2
6612026-02-19T04:55:14.265Z Compiling slog-async v2.8.0
6622026-02-19T04:55:14.362Z Compiling colorchoice v1.0.4
6632026-02-19T04:55:14.541Z Compiling anstream v0.6.21
6642026-02-19T04:55:14.820Z Compiling time v0.3.47
6652026-02-19T04:55:15.423Z Compiling slog-scope v4.4.1
6662026-02-19T04:55:16.178Z Compiling chrono v0.4.43
6672026-02-19T04:55:16.611Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6682026-02-19T04:55:17.089Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6692026-02-19T04:55:17.338Z Compiling rusticata-macros v5.0.0
6702026-02-19T04:55:17.751Z Compiling crossbeam-deque v0.8.6
6712026-02-19T04:55:17.910Z Compiling half v2.7.1
6722026-02-19T04:55:18.142Z Compiling alloca v0.4.0
6732026-02-19T04:55:18.393Z Compiling terminal_size v0.4.3
6742026-02-19T04:55:18.591Z Compiling cookie-factory v0.3.3
6752026-02-19T04:55:18.603Z Compiling crossbeam-channel v0.5.15
6762026-02-19T04:55:18.615Z Compiling is-terminal v0.4.17
6772026-02-19T04:55:18.749Z Compiling itertools v0.12.1
6782026-02-19T04:55:19.136Z Compiling cfg_aliases v0.2.1
6792026-02-19T04:55:19.275Z Compiling clap_lex v0.7.7
6802026-02-19T04:55:19.979Z Compiling heck v0.5.0
6812026-02-19T04:55:20.400Z Compiling circular v0.3.0
6822026-02-19T04:55:20.548Z Compiling ciborium-io v0.2.2
6832026-02-19T04:55:20.692Z Compiling term v1.2.1
6842026-02-19T04:55:20.797Z Compiling take_mut v0.2.2
6852026-02-19T04:55:20.977Z Compiling plotters-backend v0.3.7
6862026-02-19T04:55:21.284Z Compiling log v0.4.29
6872026-02-19T04:55:21.650Z Compiling slog-stdlog v4.1.1
6882026-02-19T04:55:21.736Z Compiling plotters-svg v0.3.7
6892026-02-19T04:55:22.152Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6902026-02-19T04:55:22.222Z Compiling slog-term v2.9.2
6912026-02-19T04:55:22.326Z Compiling ciborium-ll v0.2.2
6922026-02-19T04:55:22.779Z Compiling pcap-parser v0.17.0
6932026-02-19T04:55:23.621Z Compiling clap_derive v4.5.55
6942026-02-19T04:55:23.867Z Compiling clap_builder v4.5.57
6952026-02-19T04:55:24.389Z Compiling nix v0.31.1
6962026-02-19T04:55:25.120Z Compiling itertools v0.13.0
6972026-02-19T04:55:26.369Z Compiling cast v0.3.0
6982026-02-19T04:55:26.762Z Compiling same-file v1.0.6
6992026-02-19T04:55:27.040Z Compiling walkdir v2.5.0
7002026-02-19T04:55:27.197Z Compiling tinytemplate v1.2.1
7012026-02-19T04:55:27.689Z Compiling rayon v1.11.0
7022026-02-19T04:55:27.887Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7032026-02-19T04:55:28.483Z Compiling criterion-plot v0.8.2
7042026-02-19T04:55:28.638Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52)
7052026-02-19T04:55:28.761Z Compiling clap v4.5.57
7062026-02-19T04:55:28.881Z Compiling slog-envlogger v2.2.0
7072026-02-19T04:55:29.305Z Compiling ciborium v0.2.2
7082026-02-19T04:55:30.160Z Compiling plotters v0.3.7
7092026-02-19T04:55:30.663Z Compiling page_size v0.6.0
7102026-02-19T04:55:30.835Z Compiling oorandom v11.1.5
7112026-02-19T04:55:30.932Z Compiling dtor-proc-macro v0.0.6
7122026-02-19T04:55:31.052Z Compiling anes v0.1.6
7132026-02-19T04:55:31.522Z Compiling ctor-proc-macro v0.0.7
7142026-02-19T04:55:31.561Z Compiling dtor v0.1.1
7152026-02-19T04:55:32.151Z Compiling ctor v0.6.3
7162026-02-19T04:55:32.268Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7172026-02-19T04:55:32.767Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7182026-02-19T04:55:32.902Z Compiling criterion v0.8.2
7192026-02-19T04:55:33.842Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7202026-02-19T04:55:37.958Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
7212026-02-19T04:56:07.007Z Finished `bench` profile [optimized + debuginfo] target(s) in 1m 27s
7222026-02-19T04:56:07.121Z Running benches/xde.rs (target/release/deps/xde-3d21a904c0afcae7)
7232026-02-19T04:56:07.133Z###--------------------------------###
7242026-02-19T04:56:07.133Z:::Building test topology... (120s):::
7252026-02-19T04:56:07.133Z###--------------------------------###
7262026-02-19T04:56:07.141Zadding underlay route 0
7272026-02-19T04:56:07.144Zadding underlay route 1
7282026-02-19T04:56:07.291Zstart zone a
7292026-02-19T04:56:17.351Zconfigure zone
7302026-02-19T04:56:17.374Zinstall zone
7312026-02-19T04:56:26.967Zboot zone
7322026-02-19T04:56:27.079Zstart zone b
7332026-02-19T04:56:37.093Zconfigure zone
7342026-02-19T04:56:37.105Zinstall zone
7352026-02-19T04:56:38.753Zboot zone
7362026-02-19T04:56:38.858Zsetup zone a
7372026-02-19T04:56:38.858Z[a] svcs -a
7382026-02-19T04:56:39.007ZSTATE STIME FMRI
7392026-02-19T04:56:39.007Zlegacy_run 4:56:30 lrc:/etc/rc2_d/S20sysetup
7402026-02-19T04:56:39.007Zlegacy_run 4:56:30 lrc:/etc/rc2_d/S89PRESERVE
7412026-02-19T04:56:39.007Zdisabled 4:56:26 svc:/system/device/mpxio-upgrade:default
7422026-02-19T04:56:39.007Zdisabled 4:56:27 svc:/network/install:default
7432026-02-19T04:56:39.007Zdisabled 4:56:27 svc:/network/ipmp:default
7442026-02-19T04:56:39.007Zdisabled 4:56:27 svc:/network/physical:nwam
7452026-02-19T04:56:39.007Zdisabled 4:56:27 svc:/network/ipsec/manual-key:default
7462026-02-19T04:56:39.007Zdisabled 4:56:27 svc:/network/location:default
7472026-02-19T04:56:39.007Zdisabled 4:56:27 svc:/network/ipsec/ike:default
7482026-02-19T04:56:39.007Zdisabled 4:56:27 svc:/network/tcpkey:default
7492026-02-19T04:56:39.007Zdisabled 4:56:27 svc:/network/dns/install:default
7502026-02-19T04:56:39.007Zdisabled 4:56:27 svc:/network/nis/client:default
7512026-02-19T04:56:39.007Zdisabled 4:56:27 svc:/network/ldap/client:default
7522026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/network/nfs/status:default
7532026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/network/nfs/nlockmgr:default
7542026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/network/nfs/cbd:default
7552026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/system/idmap:default
7562026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/network/nfs/mapid:default
7572026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/network/rpc/keyserv:default
7582026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/network/inetd:default
7592026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/network/nfs/client:default
7602026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/network/smb/client:default
7612026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/system/auditd:default
7622026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/application/management/net-snmp:default
7632026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/network/dns/multicast:default
7642026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/application/pkg/dynamic-mirror:default
7652026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/application/pkg/repositories-setup:default
7662026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/application/pkg/mirror:default
7672026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/application/pkg/server:default
7682026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/application/security/tcsd:default
7692026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/network/smb/server:default
7702026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/system/filesystem/reparse:default
7712026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/network/nfs/server:default
7722026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/network/nfs/log:default
7732026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/network/routing/legacy-routing:ipv4
7742026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/network/routing/legacy-routing:ipv6
7752026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/network/routing/rdisc:default
7762026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/network/routing/ripng:default
7772026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/network/ipv6-forwarding:default
7782026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/network/routing/route:default
7792026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/network/security/kadmin:default
7802026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/network/security/krb5kdc:default
7812026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/network/ipv4-forwarding:default
7822026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/network/ipqos:default
7832026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/network/chrony:default
7842026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/system/device/allocate:default
7852026-02-19T04:56:39.008Zdisabled 4:56:27 svc:/system/fm/notify-params:default
7862026-02-19T04:56:39.008Zdisabled 4:56:28 svc:/system/svc/global:default
7872026-02-19T04:56:39.008Zdisabled 4:56:28 svc:/system/vtdaemon:default
7882026-02-19T04:56:39.008Zdisabled 4:56:28 svc:/system/consadm:default
7892026-02-19T04:56:39.008Zdisabled 4:56:28 svc:/system/console-login:vt2
7902026-02-19T04:56:39.009Zdisabled 4:56:28 svc:/system/console-login:vt3
7912026-02-19T04:56:39.009Zdisabled 4:56:28 svc:/system/console-login:vt4
7922026-02-19T04:56:39.009Zdisabled 4:56:28 svc:/system/console-login:vt5
7932026-02-19T04:56:39.009Zdisabled 4:56:28 svc:/system/console-login:vt6
7942026-02-19T04:56:39.009Zdisabled 4:56:28 svc:/system/extended-accounting:flow
7952026-02-19T04:56:39.009Zdisabled 4:56:28 svc:/system/extended-accounting:net
7962026-02-19T04:56:39.009Zdisabled 4:56:28 svc:/system/extended-accounting:process
7972026-02-19T04:56:39.009Zdisabled 4:56:28 svc:/system/extended-accounting:task
7982026-02-19T04:56:39.009Zdisabled 4:56:28 svc:/system/process-security:default
7992026-02-19T04:56:39.009Zdisabled 4:56:28 svc:/system/hotplug:default
8002026-02-19T04:56:39.009Zdisabled 4:56:28 svc:/system/sar:default
8012026-02-19T04:56:39.009Zdisabled 4:56:30 svc:/network/dns/client:default
8022026-02-19T04:56:39.009Zdisabled 4:56:30 svc:/network/rpc/bind:default
8032026-02-19T04:56:39.009Zdisabled 4:56:30 svc:/system/sac:default
8042026-02-19T04:56:39.009Zdisabled 4:56:31 svc:/network/inetd-upgrade:default
8052026-02-19T04:56:39.009Zonline 4:56:26 svc:/system/svc/restarter:default
8062026-02-19T04:56:39.009Zonline 4:56:26 svc:/system/early-manifest-import:default
8072026-02-19T04:56:39.009Zonline 4:56:27 svc:/network/ip-interface-management:default
8082026-02-19T04:56:39.009Zonline 4:56:27 svc:/network/datalink-management:default
8092026-02-19T04:56:39.009Zonline 4:56:27 svc:/system/filesystem/root:default
8102026-02-19T04:56:39.009Zonline 4:56:27 svc:/network/netcfg:default
8112026-02-19T04:56:39.009Zonline 4:56:27 svc:/system/boot-archive:default
8122026-02-19T04:56:39.009Zonline 4:56:27 svc:/network/loopback:default
8132026-02-19T04:56:39.009Zonline 4:56:27 svc:/system/filesystem/usr:default
8142026-02-19T04:56:39.009Zonline 4:56:27 svc:/network/physical:default
8152026-02-19T04:56:39.009Zonline 4:56:27 svc:/system/device/local:default
8162026-02-19T04:56:39.009Zonline 4:56:27 svc:/system/identity:node
8172026-02-19T04:56:39.009Zonline 4:56:27 svc:/milestone/devices:default
8182026-02-19T04:56:39.009Zonline 4:56:27 svc:/network/ipsec/ipsecalgs:default
8192026-02-19T04:56:39.009Zonline 4:56:27 svc:/system/device/audio:default
8202026-02-19T04:56:39.009Zonline 4:56:27 svc:/system/filesystem/minimal:default
8212026-02-19T04:56:39.009Zonline 4:56:27 svc:/network/ipsec/policy:default
8222026-02-19T04:56:39.009Zonline 4:56:27 svc:/system/rmtmpfiles:default
8232026-02-19T04:56:39.009Zonline 4:56:27 svc:/milestone/network:default
8242026-02-19T04:56:39.009Zonline 4:56:27 svc:/network/initial:default
8252026-02-19T04:56:39.009Zonline 4:56:27 svc:/network/iptun:default
8262026-02-19T04:56:39.009Zonline 4:56:27 svc:/network/netmask:default
8272026-02-19T04:56:39.009Zonline 4:56:28 svc:/system/auditset:default
8282026-02-19T04:56:39.009Zonline 4:56:28 svc:/system/pfexec:default
8292026-02-19T04:56:39.009Zonline 4:56:28 svc:/system/logadm-upgrade:default
8302026-02-19T04:56:39.010Zonline 4:56:28 svc:/system/hostid:default
8312026-02-19T04:56:39.010Zonline 4:56:28 svc:/system/pkgserv:default
8322026-02-19T04:56:39.010Zonline 4:56:28 svc:/system/fmd:default
8332026-02-19T04:56:39.013Zonline 4:56:30 svc:/system/rbac:default
8342026-02-19T04:56:39.013Zonline 4:56:30 svc:/network/service:default
8352026-02-19T04:56:39.013Zonline 4:56:30 svc:/system/cryptosvc:default
8362026-02-19T04:56:39.013Zonline 4:56:30 svc:/system/identity:domain
8372026-02-19T04:56:39.013Zonline 4:56:30 svc:/system/keymap:default
8382026-02-19T04:56:39.013Zonline 4:56:30 svc:/system/name-service-cache:default
8392026-02-19T04:56:39.013Zonline 4:56:30 svc:/system/manifest-import:default
8402026-02-19T04:56:39.013Zonline 4:56:30 svc:/milestone/name-services:default
8412026-02-19T04:56:39.013Zonline 4:56:30 svc:/system/coreadm:default
8422026-02-19T04:56:39.013Zonline 4:56:30 svc:/milestone/single-user:default
8432026-02-19T04:56:39.013Zonline 4:56:30 svc:/milestone/sysconfig:default
8442026-02-19T04:56:39.014Zonline 4:56:30 svc:/system/filesystem/local:default
8452026-02-19T04:56:39.014Zonline 4:56:30 svc:/system/utmp:default
8462026-02-19T04:56:39.014Zonline 4:56:30 svc:/system/boot-archive-update:default
8472026-02-19T04:56:39.014Zonline 4:56:30 svc:/system/console-login:default
8482026-02-19T04:56:39.014Zonline 4:56:30 svc:/system/cron:default
8492026-02-19T04:56:39.014Zonline 4:56:30 svc:/system/system-log:default
8502026-02-19T04:56:39.014Zonline 4:56:30 svc:/network/shares/group:default
8512026-02-19T04:56:39.014Zonline 4:56:30 svc:/milestone/multi-user:default
8522026-02-19T04:56:39.014Zonline 4:56:30 svc:/system/boot-config:default
8532026-02-19T04:56:39.014Zonline 4:56:30 svc:/network/shares/group:zfs
8542026-02-19T04:56:39.014Zonline 4:56:30 svc:/network/routing-setup:default
8552026-02-19T04:56:39.014Zonline 4:56:31 svc:/network/routing/ndp:default
8562026-02-19T04:56:39.014Zonline 4:56:31 svc:/system/update-man-index:default
8572026-02-19T04:56:39.014Zonline 4:56:31 svc:/network/ssh:default
8582026-02-19T04:56:39.014Zonline 4:56:31 svc:/milestone/multi-user-server:default
8592026-02-19T04:56:39.014Zuninitialized 4:56:27 svc:/network/rpc/gss:default
8602026-02-19T04:56:39.014Zuninitialized 4:56:27 svc:/network/nfs/rquota:default
8612026-02-19T04:56:39.014Zuninitialized 4:56:27 svc:/network/security/ktkt_warn:default
8622026-02-19T04:56:39.014Z[a] svcs milestone/network
8632026-02-19T04:56:39.028ZSTATE STIME FMRI
8642026-02-19T04:56:39.028Zonline 4:56:27 svc:/milestone/network:default
8652026-02-19T04:56:39.028Z[a] ipadm create-addr -t -T dhcp opte0/test
8662026-02-19T04:56:44.181Z
8672026-02-19T04:56:44.181Z[a] route add -iface 10.0.0.254 10.0.0.1
8682026-02-19T04:56:44.201Zadd host 10.0.0.254: gateway 10.0.0.1
8692026-02-19T04:56:44.201Z[a] route add 10.0.0.0/24 10.0.0.254
8702026-02-19T04:56:44.220Zadd net 10.0.0.0/24: gateway 10.0.0.254
8712026-02-19T04:56:44.220Z[a] route add 224.0.0.0/4 10.0.0.254
8722026-02-19T04:56:44.239Zadd net 224.0.0.0/4: gateway 10.0.0.254
8732026-02-19T04:56:44.239Zsetup zone b
8742026-02-19T04:56:44.239Z[b] svcs -a
8752026-02-19T04:56:44.374ZSTATE STIME FMRI
8762026-02-19T04:56:44.374Zlegacy_run 4:56:42 lrc:/etc/rc2_d/S20sysetup
8772026-02-19T04:56:44.374Zlegacy_run 4:56:42 lrc:/etc/rc2_d/S89PRESERVE
8782026-02-19T04:56:44.374Zdisabled 4:56:38 svc:/system/device/mpxio-upgrade:default
8792026-02-19T04:56:44.374Zdisabled 4:56:38 svc:/network/install:default
8802026-02-19T04:56:44.374Zdisabled 4:56:38 svc:/network/ipmp:default
8812026-02-19T04:56:44.374Zdisabled 4:56:38 svc:/network/physical:nwam
8822026-02-19T04:56:44.374Zdisabled 4:56:38 svc:/network/ipsec/manual-key:default
8832026-02-19T04:56:44.374Zdisabled 4:56:38 svc:/network/location:default
8842026-02-19T04:56:44.374Zdisabled 4:56:38 svc:/network/ipsec/ike:default
8852026-02-19T04:56:44.374Zdisabled 4:56:38 svc:/network/tcpkey:default
8862026-02-19T04:56:44.374Zdisabled 4:56:38 svc:/network/dns/install:default
8872026-02-19T04:56:44.374Zdisabled 4:56:38 svc:/network/nis/client:default
8882026-02-19T04:56:44.374Zdisabled 4:56:38 svc:/network/ldap/client:default
8892026-02-19T04:56:44.374Zdisabled 4:56:38 svc:/network/nfs/status:default
8902026-02-19T04:56:44.374Zdisabled 4:56:39 svc:/network/nfs/nlockmgr:default
8912026-02-19T04:56:44.374Zdisabled 4:56:39 svc:/network/nfs/cbd:default
8922026-02-19T04:56:44.374Zdisabled 4:56:39 svc:/system/idmap:default
8932026-02-19T04:56:44.374Zdisabled 4:56:39 svc:/network/nfs/mapid:default
8942026-02-19T04:56:44.374Zdisabled 4:56:39 svc:/network/rpc/keyserv:default
8952026-02-19T04:56:44.374Zdisabled 4:56:39 svc:/network/inetd:default
8962026-02-19T04:56:44.374Zdisabled 4:56:39 svc:/network/nfs/client:default
8972026-02-19T04:56:44.374Zdisabled 4:56:39 svc:/network/smb/client:default
8982026-02-19T04:56:44.374Zdisabled 4:56:39 svc:/system/auditd:default
8992026-02-19T04:56:44.374Zdisabled 4:56:39 svc:/application/management/net-snmp:default
9002026-02-19T04:56:44.374Zdisabled 4:56:39 svc:/network/dns/multicast:default
9012026-02-19T04:56:44.374Zdisabled 4:56:39 svc:/application/pkg/dynamic-mirror:default
9022026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/application/pkg/repositories-setup:default
9032026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/application/pkg/mirror:default
9042026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/application/pkg/server:default
9052026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/application/security/tcsd:default
9062026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/network/smb/server:default
9072026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/system/filesystem/reparse:default
9082026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/network/nfs/server:default
9092026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/network/nfs/log:default
9102026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/network/routing/legacy-routing:ipv4
9112026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/network/routing/legacy-routing:ipv6
9122026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/network/routing/rdisc:default
9132026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/network/ipv6-forwarding:default
9142026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/network/routing/ripng:default
9152026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/network/routing/route:default
9162026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/network/security/kadmin:default
9172026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/network/security/krb5kdc:default
9182026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/network/ipv4-forwarding:default
9192026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/network/ipqos:default
9202026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/network/chrony:default
9212026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/system/device/allocate:default
9222026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/system/fm/notify-params:default
9232026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/system/svc/global:default
9242026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/system/vtdaemon:default
9252026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/system/consadm:default
9262026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/system/console-login:vt2
9272026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/system/console-login:vt3
9282026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/system/console-login:vt4
9292026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/system/console-login:vt5
9302026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/system/console-login:vt6
9312026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/system/extended-accounting:flow
9322026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/system/extended-accounting:net
9332026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/system/extended-accounting:process
9342026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/system/extended-accounting:task
9352026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/system/process-security:default
9362026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/system/hotplug:default
9372026-02-19T04:56:44.375Zdisabled 4:56:39 svc:/system/sar:default
9382026-02-19T04:56:44.375Zdisabled 4:56:42 svc:/network/dns/client:default
9392026-02-19T04:56:44.375Zdisabled 4:56:42 svc:/network/rpc/bind:default
9402026-02-19T04:56:44.375Zdisabled 4:56:42 svc:/system/sac:default
9412026-02-19T04:56:44.376Zdisabled 4:56:43 svc:/network/inetd-upgrade:default
9422026-02-19T04:56:44.376Zonline 4:56:38 svc:/system/svc/restarter:default
9432026-02-19T04:56:44.376Zonline 4:56:38 svc:/system/early-manifest-import:default
9442026-02-19T04:56:44.376Zonline 4:56:39 svc:/network/ip-interface-management:default
9452026-02-19T04:56:44.376Zonline 4:56:39 svc:/network/netcfg:default
9462026-02-19T04:56:44.376Zonline 4:56:39 svc:/system/filesystem/root:default
9472026-02-19T04:56:44.376Zonline 4:56:39 svc:/network/datalink-management:default
9482026-02-19T04:56:44.376Zonline 4:56:39 svc:/system/boot-archive:default
9492026-02-19T04:56:44.376Zonline 4:56:39 svc:/network/loopback:default
9502026-02-19T04:56:44.376Zonline 4:56:39 svc:/system/filesystem/usr:default
9512026-02-19T04:56:44.376Zonline 4:56:39 svc:/network/physical:default
9522026-02-19T04:56:44.376Zonline 4:56:39 svc:/system/device/local:default
9532026-02-19T04:56:44.376Zonline 4:56:39 svc:/milestone/devices:default
9542026-02-19T04:56:44.376Zonline 4:56:39 svc:/system/identity:node
9552026-02-19T04:56:44.376Zonline 4:56:39 svc:/network/ipsec/ipsecalgs:default
9562026-02-19T04:56:44.376Zonline 4:56:39 svc:/system/device/audio:default
9572026-02-19T04:56:44.376Zonline 4:56:39 svc:/system/filesystem/minimal:default
9582026-02-19T04:56:44.376Zonline 4:56:39 svc:/network/ipsec/policy:default
9592026-02-19T04:56:44.376Zonline 4:56:39 svc:/milestone/network:default
9602026-02-19T04:56:44.376Zonline 4:56:39 svc:/system/rmtmpfiles:default
9612026-02-19T04:56:44.376Zonline 4:56:39 svc:/network/initial:default
9622026-02-19T04:56:44.376Zonline 4:56:39 svc:/network/iptun:default
9632026-02-19T04:56:44.376Zonline 4:56:39 svc:/network/netmask:default
9642026-02-19T04:56:44.376Zonline 4:56:39 svc:/system/auditset:default
9652026-02-19T04:56:44.376Zonline 4:56:39 svc:/system/pfexec:default
9662026-02-19T04:56:44.376Zonline 4:56:39 svc:/system/logadm-upgrade:default
9672026-02-19T04:56:44.376Zonline 4:56:39 svc:/system/hostid:default
9682026-02-19T04:56:44.376Zonline 4:56:39 svc:/system/pkgserv:default
9692026-02-19T04:56:44.376Zonline 4:56:40 svc:/system/fmd:default
9702026-02-19T04:56:44.376Zonline 4:56:41 svc:/system/rbac:default
9712026-02-19T04:56:44.376Zonline 4:56:42 svc:/network/service:default
9722026-02-19T04:56:44.376Zonline 4:56:42 svc:/system/cryptosvc:default
9732026-02-19T04:56:44.376Zonline 4:56:42 svc:/system/identity:domain
9742026-02-19T04:56:44.376Zonline 4:56:42 svc:/system/keymap:default
9752026-02-19T04:56:44.380Zonline 4:56:42 svc:/system/name-service-cache:default
9762026-02-19T04:56:44.380Zonline 4:56:42 svc:/milestone/name-services:default
9772026-02-19T04:56:44.380Zonline 4:56:42 svc:/system/manifest-import:default
9782026-02-19T04:56:44.380Zonline 4:56:42 svc:/milestone/single-user:default
9792026-02-19T04:56:44.380Zonline 4:56:42 svc:/system/coreadm:default
9802026-02-19T04:56:44.380Zonline 4:56:42 svc:/milestone/sysconfig:default
9812026-02-19T04:56:44.380Zonline 4:56:42 svc:/system/utmp:default
9822026-02-19T04:56:44.380Zonline 4:56:42 svc:/system/filesystem/local:default
9832026-02-19T04:56:44.380Zonline 4:56:42 svc:/system/console-login:default
9842026-02-19T04:56:44.381Zonline 4:56:42 svc:/system/cron:default
9852026-02-19T04:56:44.381Zonline 4:56:42 svc:/system/boot-archive-update:default
9862026-02-19T04:56:44.381Zonline 4:56:42 svc:/system/system-log:default
9872026-02-19T04:56:44.381Zonline 4:56:42 svc:/network/shares/group:default
9882026-02-19T04:56:44.381Zonline 4:56:42 svc:/milestone/multi-user:default
9892026-02-19T04:56:44.381Zonline 4:56:42 svc:/system/boot-config:default
9902026-02-19T04:56:44.381Zonline 4:56:42 svc:/network/shares/group:zfs
9912026-02-19T04:56:44.381Zonline 4:56:42 svc:/network/routing-setup:default
9922026-02-19T04:56:44.381Zonline 4:56:42 svc:/network/routing/ndp:default
9932026-02-19T04:56:44.381Zonline 4:56:43 svc:/system/update-man-index:default
9942026-02-19T04:56:44.381Zonline 4:56:43 svc:/network/ssh:default
9952026-02-19T04:56:44.381Zonline 4:56:43 svc:/milestone/multi-user-server:default
9962026-02-19T04:56:44.381Zuninitialized 4:56:39 svc:/network/rpc/gss:default
9972026-02-19T04:56:44.381Zuninitialized 4:56:39 svc:/network/nfs/rquota:default
9982026-02-19T04:56:44.381Zuninitialized 4:56:39 svc:/network/security/ktkt_warn:default
9992026-02-19T04:56:44.381Z[b] svcs milestone/network
10002026-02-19T04:56:44.394ZSTATE STIME FMRI
10012026-02-19T04:56:44.394Zonline 4:56:39 svc:/milestone/network:default
10022026-02-19T04:56:44.394Z[b] ipadm create-addr -t -T dhcp opte1/test
10032026-02-19T04:56:50.162Z
10042026-02-19T04:56:50.162Z[b] route add -iface 10.0.0.254 10.0.0.2
10052026-02-19T04:56:50.180Zadd host 10.0.0.254: gateway 10.0.0.2
10062026-02-19T04:56:50.180Z[b] route add 10.0.0.0/24 10.0.0.254
10072026-02-19T04:56:50.198Zadd net 10.0.0.0/24: gateway 10.0.0.254
10082026-02-19T04:56:50.198Z[b] route add 224.0.0.0/4 10.0.0.254
10092026-02-19T04:56:50.215Zadd net 224.0.0.0/4: gateway 10.0.0.254
10102026-02-19T04:56:50.215Z###---------------###
10112026-02-19T04:56:50.215Z:::Topology built!:::
10122026-02-19T04:56:50.215Z###---------------###
10132026-02-19T04:56:50.219Z###----------------###
10142026-02-19T04:56:50.219Z::: iPerf spawned! :::
10152026-02-19T04:56:50.219Z:::Waiting... (10s):::
10162026-02-19T04:56:50.220Z###----------------###
10172026-02-19T04:57:00.217Z###---###
10182026-02-19T04:57:00.217Z:::Go!:::
10192026-02-19T04:57:00.217Z###---###
10202026-02-19T04:57:00.217Z[a] ping 10.0.0.2
10212026-02-19T04:57:00.239Z10.0.0.2 is alive
10222026-02-19T04:57:00.239Z###-------------------###
10232026-02-19T04:57:00.239Z:::Running experiment :::
10242026-02-19T04:57:00.239Z:::iperf-tcp/local/c2s:::
10252026-02-19T04:57:00.239Z###-------------------###
10262026-02-19T04:57:07.268Z-----------------------------------------------------------
10272026-02-19T04:57:07.268ZServer listening on 5201
10282026-02-19T04:57:07.268Z-----------------------------------------------------------
10292026-02-19T04:57:07.268ZAccepted connection from 10.0.0.1, port 38203
10302026-02-19T04:57:07.268Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36456
10312026-02-19T04:57:07.268Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42475
10322026-02-19T04:57:07.268Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62934
10332026-02-19T04:57:07.268Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53570
10342026-02-19T04:57:07.268Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37648
10352026-02-19T04:57:07.268Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51162
10362026-02-19T04:57:07.268Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49108
10372026-02-19T04:57:07.269Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55839
10382026-02-19T04:57:07.269Z[ ID] Interval Transfer Bandwidth
10392026-02-19T04:57:07.269Z[ 5] 0.00-1.00 sec 67.0 MBytes 562 Mbits/sec
10402026-02-19T04:57:07.269Z[ 7] 0.00-1.00 sec 66.9 MBytes 561 Mbits/sec
10412026-02-19T04:57:07.269Z[ 9] 0.00-1.00 sec 66.8 MBytes 560 Mbits/sec
10422026-02-19T04:57:07.269Z[ 11] 0.00-1.00 sec 66.6 MBytes 559 Mbits/sec
10432026-02-19T04:57:07.269Z[ 13] 0.00-1.00 sec 66.6 MBytes 559 Mbits/sec
10442026-02-19T04:57:07.269Z[ 15] 0.00-1.00 sec 66.7 MBytes 560 Mbits/sec
10452026-02-19T04:57:07.269Z[ 17] 0.00-1.00 sec 66.7 MBytes 559 Mbits/sec
10462026-02-19T04:57:07.269Z[ 19] 0.00-1.00 sec 66.5 MBytes 558 Mbits/sec
10472026-02-19T04:57:07.269Z[SUM] 0.00-1.00 sec 534 MBytes 4.48 Gbits/sec
10482026-02-19T04:57:07.269Z- - - - - - - - - - - - - - - - - - - - - - - - -
10492026-02-19T04:57:07.269Z[ 5] 1.00-2.00 sec 91.5 MBytes 767 Mbits/sec
10502026-02-19T04:57:07.269Z[ 7] 1.00-2.00 sec 91.5 MBytes 767 Mbits/sec
10512026-02-19T04:57:07.269Z[ 9] 1.00-2.00 sec 91.4 MBytes 766 Mbits/sec
10522026-02-19T04:57:07.269Z[ 11] 1.00-2.00 sec 91.5 MBytes 768 Mbits/sec
10532026-02-19T04:57:07.269Z[ 13] 1.00-2.00 sec 91.4 MBytes 767 Mbits/sec
10542026-02-19T04:57:07.269Z[ 15] 1.00-2.00 sec 91.4 MBytes 767 Mbits/sec
10552026-02-19T04:57:07.269Z[ 17] 1.00-2.00 sec 91.5 MBytes 767 Mbits/sec
10562026-02-19T04:57:07.269Z[ 19] 1.00-2.00 sec 91.4 MBytes 767 Mbits/sec
10572026-02-19T04:57:07.269Z[SUM] 1.00-2.00 sec 732 MBytes 6.14 Gbits/sec
10582026-02-19T04:57:07.269Z- - - - - - - - - - - - - - - - - - - - - - - - -
10592026-02-19T04:57:07.269Z[ 5] 2.00-3.00 sec 95.1 MBytes 797 Mbits/sec
10602026-02-19T04:57:07.269Z[ 7] 2.00-3.00 sec 95.2 MBytes 797 Mbits/sec
10612026-02-19T04:57:07.269Z[ 9] 2.00-3.00 sec 95.2 MBytes 797 Mbits/sec
10622026-02-19T04:57:07.269Z[ 11] 2.00-3.00 sec 95.0 MBytes 796 Mbits/sec
10632026-02-19T04:57:07.269Z[ 13] 2.00-3.00 sec 95.1 MBytes 797 Mbits/sec
10642026-02-19T04:57:07.269Z[ 15] 2.00-3.00 sec 95.0 MBytes 796 Mbits/sec
10652026-02-19T04:57:07.269Z[ 17] 2.00-3.00 sec 95.1 MBytes 796 Mbits/sec
10662026-02-19T04:57:07.269Z[ 19] 2.00-3.00 sec 94.9 MBytes 795 Mbits/sec
10672026-02-19T04:57:07.269Z[SUM] 2.00-3.00 sec 761 MBytes 6.37 Gbits/sec
10682026-02-19T04:57:07.269Z- - - - - - - - - - - - - - - - - - - - - - - - -
10692026-02-19T04:57:07.269Z[ 5] 3.00-4.00 sec 92.9 MBytes 781 Mbits/sec
10702026-02-19T04:57:07.269Z[ 7] 3.00-4.00 sec 93.0 MBytes 781 Mbits/sec
10712026-02-19T04:57:07.269Z[ 9] 3.00-4.00 sec 92.7 MBytes 779 Mbits/sec
10722026-02-19T04:57:07.269Z[ 11] 3.00-4.00 sec 92.7 MBytes 779 Mbits/sec
10732026-02-19T04:57:07.269Z[ 13] 3.00-4.00 sec 92.7 MBytes 778 Mbits/sec
10742026-02-19T04:57:07.269Z[ 15] 3.00-4.00 sec 92.8 MBytes 780 Mbits/sec
10752026-02-19T04:57:07.270Z[ 17] 3.00-4.00 sec 92.6 MBytes 778 Mbits/sec
10762026-02-19T04:57:07.270Z[ 19] 3.00-4.00 sec 92.4 MBytes 777 Mbits/sec
10772026-02-19T04:57:07.270Z[SUM] 3.00-4.00 sec 742 MBytes 6.23 Gbits/sec
10782026-02-19T04:57:07.270Z- - - - - - - - - - - - - - - - - - - - - - - - -
10792026-02-19T04:57:07.270Z[ 5] 4.00-5.00 sec 93.2 MBytes 782 Mbits/sec
10802026-02-19T04:57:07.270Z[ 7] 4.00-5.00 sec 93.2 MBytes 782 Mbits/sec
10812026-02-19T04:57:07.270Z[ 9] 4.00-5.00 sec 93.2 MBytes 782 Mbits/sec
10822026-02-19T04:57:07.270Z[ 11] 4.00-5.00 sec 93.2 MBytes 782 Mbits/sec
10832026-02-19T04:57:07.270Z[ 13] 4.00-5.00 sec 93.2 MBytes 782 Mbits/sec
10842026-02-19T04:57:07.270Z[ 15] 4.00-5.00 sec 93.1 MBytes 781 Mbits/sec
10852026-02-19T04:57:07.270Z[ 17] 4.00-5.00 sec 93.1 MBytes 781 Mbits/sec
10862026-02-19T04:57:07.270Z[ 19] 4.00-5.00 sec 93.1 MBytes 781 Mbits/sec
10872026-02-19T04:57:07.270Z[SUM] 4.00-5.00 sec 745 MBytes 6.25 Gbits/sec
10882026-02-19T04:57:07.270Z- - - - - - - - - - - - - - - - - - - - - - - - -
10892026-02-19T04:57:07.270Z[ 5] 5.00-6.00 sec 95.8 MBytes 804 Mbits/sec
10902026-02-19T04:57:07.270Z[ 7] 5.00-6.00 sec 95.8 MBytes 803 Mbits/sec
10912026-02-19T04:57:07.270Z[ 9] 5.00-6.00 sec 95.7 MBytes 803 Mbits/sec
10922026-02-19T04:57:07.270Z[ 11] 5.00-6.00 sec 95.7 MBytes 803 Mbits/sec
10932026-02-19T04:57:07.270Z[ 13] 5.00-6.00 sec 95.7 MBytes 803 Mbits/sec
10942026-02-19T04:57:07.270Z[ 15] 5.00-6.00 sec 95.9 MBytes 804 Mbits/sec
10952026-02-19T04:57:07.270Z[ 17] 5.00-6.00 sec 95.8 MBytes 804 Mbits/sec
10962026-02-19T04:57:07.270Z[ 19] 5.00-6.00 sec 95.6 MBytes 802 Mbits/sec
10972026-02-19T04:57:07.270Z[SUM] 5.00-6.00 sec 766 MBytes 6.43 Gbits/sec
10982026-02-19T04:57:07.270Z- - - - - - - - - - - - - - - - - - - - - - - - -
10992026-02-19T04:57:07.270Z[ 5] 6.00-7.00 sec 96.5 MBytes 809 Mbits/sec
11002026-02-19T04:57:07.270Z[ 7] 6.00-7.00 sec 96.5 MBytes 809 Mbits/sec
11012026-02-19T04:57:07.270Z[ 9] 6.00-7.00 sec 96.5 MBytes 810 Mbits/sec
11022026-02-19T04:57:10.481Z[ 11] 6.00-7.00 sec 96.5 MBytes 810 Mbits/sec
11032026-02-19T04:57:10.481Z[ 13] 6.00-7.00 sec 96.5 MBytes 810 Mbits/sec
11042026-02-19T04:57:10.481Z[ 15] 6.00-7.00 sec 96.4 MBytes 808 Mbits/sec
11052026-02-19T04:57:10.481Z[ 17] 6.00-7.00 sec 96.5 MBytes 809 Mbits/sec
11062026-02-19T04:57:10.481Z[ 19] 6.00-7.00 sec 96.5 MBytes 810 Mbits/sec
11072026-02-19T04:57:10.481Z[SUM] 6.00-7.00 sec 772 MBytes 6.48 Gbits/sec
11082026-02-19T04:57:10.481Z- - - - - - - - - - - - - - - - - - - - - - - - -
11092026-02-19T04:57:10.481Z[ 5] 7.00-8.00 sec 95.8 MBytes 804 Mbits/sec
11102026-02-19T04:57:10.481Z[ 7] 7.00-8.00 sec 95.8 MBytes 804 Mbits/sec
11112026-02-19T04:57:10.481Z[ 9] 7.00-8.00 sec 95.9 MBytes 804 Mbits/sec
11122026-02-19T04:57:10.481Z[ 11] 7.00-8.00 sec 95.8 MBytes 803 Mbits/sec
11132026-02-19T04:57:10.481Z[ 13] 7.00-8.00 sec 95.8 MBytes 803 Mbits/sec
11142026-02-19T04:57:10.481Z[ 15] 7.00-8.00 sec 95.9 MBytes 804 Mbits/sec
11152026-02-19T04:57:10.481Z[ 17] 7.00-8.00 sec 95.8 MBytes 804 Mbits/sec
11162026-02-19T04:57:10.481Z[ 19] 7.00-8.00 sec 95.9 MBytes 804 Mbits/sec
11172026-02-19T04:57:10.481Z[SUM] 7.00-8.00 sec 767 MBytes 6.43 Gbits/sec
11182026-02-19T04:57:10.481Z- - - - - - - - - - - - - - - - - - - - - - - - -
11192026-02-19T04:57:10.481Z[ 5] 8.00-9.00 sec 94.8 MBytes 795 Mbits/sec
11202026-02-19T04:57:10.481Z[ 7] 8.00-9.00 sec 94.8 MBytes 795 Mbits/sec
11212026-02-19T04:57:10.481Z[ 9] 8.00-9.00 sec 94.9 MBytes 796 Mbits/sec
11222026-02-19T04:57:10.482Z[ 11] 8.00-9.00 sec 94.8 MBytes 795 Mbits/sec
11232026-02-19T04:57:10.482Z[ 13] 8.00-9.00 sec 94.8 MBytes 795 Mbits/sec
11242026-02-19T04:57:10.482Z[ 15] 8.00-9.00 sec 94.9 MBytes 796 Mbits/sec
11252026-02-19T04:57:10.482Z[ 17] 8.00-9.00 sec 94.8 MBytes 795 Mbits/sec
11262026-02-19T04:57:10.482Z[ 19] 8.00-9.00 sec 94.8 MBytes 795 Mbits/sec
11272026-02-19T04:57:10.482Z[SUM] 8.00-9.00 sec 758 MBytes 6.36 Gbits/sec
11282026-02-19T04:57:10.482Z- - - - - - - - - - - - - - - - - - - - - - - - -
11292026-02-19T04:57:10.482Z[ 5] 9.00-10.00 sec 95.4 MBytes 800 Mbits/sec
11302026-02-19T04:57:10.482Z[ 7] 9.00-10.00 sec 95.5 MBytes 801 Mbits/sec
11312026-02-19T04:57:10.482Z[ 9] 9.00-10.00 sec 95.4 MBytes 800 Mbits/sec
11322026-02-19T04:57:10.482Z[ 11] 9.00-10.00 sec 95.4 MBytes 800 Mbits/sec
11332026-02-19T04:57:10.482Z[ 13] 9.00-10.00 sec 95.4 MBytes 800 Mbits/sec
11342026-02-19T04:57:10.482Z[ 15] 9.00-10.00 sec 95.4 MBytes 800 Mbits/sec
11352026-02-19T04:57:10.482Z[ 17] 9.00-10.00 sec 95.5 MBytes 801 Mbits/sec
11362026-02-19T04:57:10.482Z[ 19] 9.00-10.00 sec 95.5 MBytes 801 Mbits/sec
11372026-02-19T04:57:10.482Z[SUM] 9.00-10.00 sec 763 MBytes 6.40 Gbits/sec
11382026-02-19T04:57:10.482Z- - - - - - - - - - - - - - - - - - - - - - - - -
11392026-02-19T04:57:10.482Z[ 5] 10.00-10.00 sec 56.7 KBytes 979 Mbits/sec
11402026-02-19T04:57:10.482Z[ 7] 10.00-10.00 sec 29.7 KBytes 513 Mbits/sec
11412026-02-19T04:57:10.482Z[ 9] 10.00-10.00 sec 67.5 KBytes 1.17 Gbits/sec
11422026-02-19T04:57:10.482Z[ 11] 10.00-10.00 sec 48.1 KBytes 831 Mbits/sec
11432026-02-19T04:57:10.482Z[ 13] 10.00-10.00 sec 101 KBytes 1.75 Gbits/sec
11442026-02-19T04:57:10.482Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
11452026-02-19T04:57:10.482Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
11462026-02-19T04:57:10.482Z[ 19] 10.00-10.00 sec 46.0 KBytes 822 Mbits/sec
11472026-02-19T04:57:10.482Z[SUM] 10.00-10.00 sec 349 KBytes 6.03 Gbits/sec
11482026-02-19T04:57:10.482Z- - - - - - - - - - - - - - - - - - - - - - - - -
11492026-02-19T04:57:10.482Z[ ID] Interval Transfer Bandwidth
11502026-02-19T04:57:10.482Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11512026-02-19T04:57:10.482Z[ 5] 0.00-10.00 sec 918 MBytes 770 Mbits/sec receiver
11522026-02-19T04:57:10.482Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11532026-02-19T04:57:10.482Z[ 7] 0.00-10.00 sec 918 MBytes 770 Mbits/sec receiver
11542026-02-19T04:57:10.482Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11552026-02-19T04:57:10.482Z[ 9] 0.00-10.00 sec 918 MBytes 770 Mbits/sec receiver
11562026-02-19T04:57:10.482Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11572026-02-19T04:57:10.482Z[ 11] 0.00-10.00 sec 917 MBytes 769 Mbits/sec receiver
11582026-02-19T04:57:10.482Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11592026-02-19T04:57:10.482Z[ 13] 0.00-10.00 sec 917 MBytes 769 Mbits/sec receiver
11602026-02-19T04:57:10.483Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11612026-02-19T04:57:10.483Z[ 15] 0.00-10.00 sec 917 MBytes 770 Mbits/sec receiver
11622026-02-19T04:57:10.483Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11632026-02-19T04:57:10.483Z[ 17] 0.00-10.00 sec 917 MBytes 769 Mbits/sec receiver
11642026-02-19T04:57:10.483Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11652026-02-19T04:57:10.483Z[ 19] 0.00-10.00 sec 917 MBytes 769 Mbits/sec receiver
11662026-02-19T04:57:10.483Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11672026-02-19T04:57:10.483Z[SUM] 0.00-10.00 sec 7.17 GBytes 6.16 Gbits/sec receiver
11682026-02-19T04:57:10.486ZRun 1/5...6157.223Mbps
11692026-02-19T04:57:17.511Z-----------------------------------------------------------
11702026-02-19T04:57:17.511ZServer listening on 5201
11712026-02-19T04:57:17.511Z-----------------------------------------------------------
11722026-02-19T04:57:17.511ZAccepted connection from 10.0.0.1, port 40280
11732026-02-19T04:57:17.511Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49508
11742026-02-19T04:57:17.511Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36392
11752026-02-19T04:57:17.511Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54592
11762026-02-19T04:57:17.511Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57975
11772026-02-19T04:57:17.511Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45903
11782026-02-19T04:57:17.511Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59288
11792026-02-19T04:57:17.511Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42106
11802026-02-19T04:57:17.511Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35946
11812026-02-19T04:57:17.511Z[ ID] Interval Transfer Bandwidth
11822026-02-19T04:57:17.511Z[ 5] 0.00-1.00 sec 62.4 MBytes 523 Mbits/sec
11832026-02-19T04:57:17.511Z[ 7] 0.00-1.00 sec 62.4 MBytes 523 Mbits/sec
11842026-02-19T04:57:17.511Z[ 9] 0.00-1.00 sec 62.2 MBytes 521 Mbits/sec
11852026-02-19T04:57:17.511Z[ 11] 0.00-1.00 sec 62.1 MBytes 521 Mbits/sec
11862026-02-19T04:57:17.511Z[ 13] 0.00-1.00 sec 62.1 MBytes 521 Mbits/sec
11872026-02-19T04:57:17.511Z[ 15] 0.00-1.00 sec 62.1 MBytes 521 Mbits/sec
11882026-02-19T04:57:17.511Z[ 17] 0.00-1.00 sec 62.1 MBytes 521 Mbits/sec
11892026-02-19T04:57:17.511Z[ 19] 0.00-1.00 sec 62.1 MBytes 521 Mbits/sec
11902026-02-19T04:57:17.511Z[SUM] 0.00-1.00 sec 497 MBytes 4.17 Gbits/sec
11912026-02-19T04:57:17.511Z- - - - - - - - - - - - - - - - - - - - - - - - -
11922026-02-19T04:57:17.511Z[ 5] 1.00-2.00 sec 95.0 MBytes 797 Mbits/sec
11932026-02-19T04:57:17.511Z[ 7] 1.00-2.00 sec 94.9 MBytes 796 Mbits/sec
11942026-02-19T04:57:17.511Z[ 9] 1.00-2.00 sec 95.0 MBytes 797 Mbits/sec
11952026-02-19T04:57:17.511Z[ 11] 1.00-2.00 sec 95.0 MBytes 797 Mbits/sec
11962026-02-19T04:57:17.511Z[ 13] 1.00-2.00 sec 95.0 MBytes 797 Mbits/sec
11972026-02-19T04:57:17.511Z[ 15] 1.00-2.00 sec 94.9 MBytes 796 Mbits/sec
11982026-02-19T04:57:17.512Z[ 17] 1.00-2.00 sec 94.9 MBytes 796 Mbits/sec
11992026-02-19T04:57:17.512Z[ 19] 1.00-2.00 sec 94.9 MBytes 796 Mbits/sec
12002026-02-19T04:57:17.512Z[SUM] 1.00-2.00 sec 760 MBytes 6.37 Gbits/sec
12012026-02-19T04:57:17.512Z- - - - - - - - - - - - - - - - - - - - - - - - -
12022026-02-19T04:57:17.512Z[ 5] 2.00-3.00 sec 92.6 MBytes 777 Mbits/sec
12032026-02-19T04:57:17.512Z[ 7] 2.00-3.00 sec 92.6 MBytes 777 Mbits/sec
12042026-02-19T04:57:17.512Z[ 9] 2.00-3.00 sec 92.7 MBytes 777 Mbits/sec
12052026-02-19T04:57:17.512Z[ 11] 2.00-3.00 sec 92.6 MBytes 777 Mbits/sec
12062026-02-19T04:57:17.512Z[ 13] 2.00-3.00 sec 92.5 MBytes 776 Mbits/sec
12072026-02-19T04:57:17.512Z[ 15] 2.00-3.00 sec 92.6 MBytes 777 Mbits/sec
12082026-02-19T04:57:17.512Z[ 17] 2.00-3.00 sec 92.6 MBytes 777 Mbits/sec
12092026-02-19T04:57:17.512Z[ 19] 2.00-3.00 sec 92.5 MBytes 776 Mbits/sec
12102026-02-19T04:57:17.512Z[SUM] 2.00-3.00 sec 741 MBytes 6.21 Gbits/sec
12112026-02-19T04:57:17.512Z- - - - - - - - - - - - - - - - - - - - - - - - -
12122026-02-19T04:57:17.512Z[ 5] 3.00-4.00 sec 94.9 MBytes 796 Mbits/sec
12132026-02-19T04:57:17.512Z[ 7] 3.00-4.00 sec 95.0 MBytes 797 Mbits/sec
12142026-02-19T04:57:17.512Z[ 9] 3.00-4.00 sec 94.8 MBytes 795 Mbits/sec
12152026-02-19T04:57:17.512Z[ 11] 3.00-4.00 sec 94.9 MBytes 796 Mbits/sec
12162026-02-19T04:57:17.512Z[ 13] 3.00-4.00 sec 94.9 MBytes 796 Mbits/sec
12172026-02-19T04:57:17.512Z[ 15] 3.00-4.00 sec 94.9 MBytes 796 Mbits/sec
12182026-02-19T04:57:17.512Z[ 17] 3.00-4.00 sec 94.8 MBytes 796 Mbits/sec
12192026-02-19T04:57:17.512Z[ 19] 3.00-4.00 sec 94.9 MBytes 796 Mbits/sec
12202026-02-19T04:57:17.512Z[SUM] 3.00-4.00 sec 759 MBytes 6.37 Gbits/sec
12212026-02-19T04:57:17.512Z- - - - - - - - - - - - - - - - - - - - - - - - -
12222026-02-19T04:57:17.512Z[ 5] 4.00-5.00 sec 95.4 MBytes 800 Mbits/sec
12232026-02-19T04:57:17.512Z[ 7] 4.00-5.00 sec 95.6 MBytes 802 Mbits/sec
12242026-02-19T04:57:17.512Z[ 9] 4.00-5.00 sec 95.5 MBytes 801 Mbits/sec
12252026-02-19T04:57:17.512Z[ 11] 4.00-5.00 sec 95.5 MBytes 801 Mbits/sec
12262026-02-19T04:57:17.512Z[ 13] 4.00-5.00 sec 95.4 MBytes 800 Mbits/sec
12272026-02-19T04:57:17.512Z[ 15] 4.00-5.00 sec 95.4 MBytes 801 Mbits/sec
12282026-02-19T04:57:17.512Z[ 17] 4.00-5.00 sec 95.4 MBytes 801 Mbits/sec
12292026-02-19T04:57:17.516Z[ 19] 4.00-5.00 sec 95.3 MBytes 800 Mbits/sec
12302026-02-19T04:57:17.516Z[SUM] 4.00-5.00 sec 764 MBytes 6.41 Gbits/sec
12312026-02-19T04:57:17.516Z- - - - - - - - - - - - - - - - - - - - - - - - -
12322026-02-19T04:57:17.516Z[ 5] 5.00-6.00 sec 93.6 MBytes 785 Mbits/sec
12332026-02-19T04:57:17.516Z[ 7] 5.00-6.00 sec 93.6 MBytes 785 Mbits/sec
12342026-02-19T04:57:17.516Z[ 9] 5.00-6.00 sec 93.6 MBytes 785 Mbits/sec
12352026-02-19T04:57:17.516Z[ 11] 5.00-6.00 sec 93.6 MBytes 785 Mbits/sec
12362026-02-19T04:57:17.516Z[ 13] 5.00-6.00 sec 93.7 MBytes 786 Mbits/sec
12372026-02-19T04:57:17.516Z[ 15] 5.00-6.00 sec 93.6 MBytes 785 Mbits/sec
12382026-02-19T04:57:17.516Z[ 17] 5.00-6.00 sec 93.6 MBytes 785 Mbits/sec
12392026-02-19T04:57:17.516Z[ 19] 5.00-6.00 sec 93.6 MBytes 785 Mbits/sec
12402026-02-19T04:57:17.516Z[SUM] 5.00-6.00 sec 749 MBytes 6.28 Gbits/sec
12412026-02-19T04:57:17.516Z- - - - - - - - - - - - - - - - - - - - - - - - -
12422026-02-19T04:57:17.516Z[ 5] 6.00-7.00 sec 94.3 MBytes 791 Mbits/sec
12432026-02-19T04:57:17.516Z[ 7] 6.00-7.00 sec 94.4 MBytes 792 Mbits/sec
12442026-02-19T04:57:17.516Z[ 9] 6.00-7.00 sec 94.3 MBytes 791 Mbits/sec
12452026-02-19T04:57:20.732Z[ 11] 6.00-7.00 sec 94.3 MBytes 791 Mbits/sec
12462026-02-19T04:57:20.732Z[ 13] 6.00-7.00 sec 94.3 MBytes 791 Mbits/sec
12472026-02-19T04:57:20.732Z[ 15] 6.00-7.00 sec 94.2 MBytes 790 Mbits/sec
12482026-02-19T04:57:20.732Z[ 17] 6.00-7.00 sec 94.4 MBytes 792 Mbits/sec
12492026-02-19T04:57:20.732Z[ 19] 6.00-7.00 sec 94.3 MBytes 791 Mbits/sec
12502026-02-19T04:57:20.732Z[SUM] 6.00-7.00 sec 754 MBytes 6.33 Gbits/sec
12512026-02-19T04:57:20.732Z- - - - - - - - - - - - - - - - - - - - - - - - -
12522026-02-19T04:57:20.732Z[ 5] 7.00-8.00 sec 95.6 MBytes 802 Mbits/sec
12532026-02-19T04:57:20.732Z[ 7] 7.00-8.00 sec 95.7 MBytes 803 Mbits/sec
12542026-02-19T04:57:20.732Z[ 9] 7.00-8.00 sec 95.7 MBytes 802 Mbits/sec
12552026-02-19T04:57:20.732Z[ 11] 7.00-8.00 sec 95.7 MBytes 802 Mbits/sec
12562026-02-19T04:57:20.732Z[ 13] 7.00-8.00 sec 95.7 MBytes 803 Mbits/sec
12572026-02-19T04:57:20.732Z[ 15] 7.00-8.00 sec 95.7 MBytes 803 Mbits/sec
12582026-02-19T04:57:20.732Z[ 17] 7.00-8.00 sec 95.7 MBytes 803 Mbits/sec
12592026-02-19T04:57:20.732Z[ 19] 7.00-8.00 sec 95.7 MBytes 803 Mbits/sec
12602026-02-19T04:57:20.732Z[SUM] 7.00-8.00 sec 765 MBytes 6.42 Gbits/sec
12612026-02-19T04:57:20.732Z- - - - - - - - - - - - - - - - - - - - - - - - -
12622026-02-19T04:57:20.732Z[ 5] 8.00-9.00 sec 94.1 MBytes 789 Mbits/sec
12632026-02-19T04:57:20.732Z[ 7] 8.00-9.00 sec 94.1 MBytes 790 Mbits/sec
12642026-02-19T04:57:20.732Z[ 9] 8.00-9.00 sec 94.1 MBytes 789 Mbits/sec
12652026-02-19T04:57:20.732Z[ 11] 8.00-9.00 sec 94.0 MBytes 788 Mbits/sec
12662026-02-19T04:57:20.732Z[ 13] 8.00-9.00 sec 94.1 MBytes 790 Mbits/sec
12672026-02-19T04:57:20.732Z[ 15] 8.00-9.00 sec 94.0 MBytes 789 Mbits/sec
12682026-02-19T04:57:20.733Z[ 17] 8.00-9.00 sec 94.1 MBytes 789 Mbits/sec
12692026-02-19T04:57:20.733Z[ 19] 8.00-9.00 sec 94.0 MBytes 789 Mbits/sec
12702026-02-19T04:57:20.733Z[SUM] 8.00-9.00 sec 753 MBytes 6.31 Gbits/sec
12712026-02-19T04:57:20.733Z- - - - - - - - - - - - - - - - - - - - - - - - -
12722026-02-19T04:57:20.733Z[ 5] 9.00-10.00 sec 95.2 MBytes 798 Mbits/sec
12732026-02-19T04:57:20.733Z[ 7] 9.00-10.00 sec 95.1 MBytes 797 Mbits/sec
12742026-02-19T04:57:20.733Z[ 9] 9.00-10.00 sec 95.1 MBytes 798 Mbits/sec
12752026-02-19T04:57:20.733Z[ 11] 9.00-10.00 sec 95.3 MBytes 799 Mbits/sec
12762026-02-19T04:57:20.733Z[ 13] 9.00-10.00 sec 95.2 MBytes 799 Mbits/sec
12772026-02-19T04:57:20.733Z[ 15] 9.00-10.00 sec 95.2 MBytes 798 Mbits/sec
12782026-02-19T04:57:20.733Z[ 17] 9.00-10.00 sec 95.1 MBytes 798 Mbits/sec
12792026-02-19T04:57:20.733Z[ 19] 9.00-10.00 sec 95.2 MBytes 798 Mbits/sec
12802026-02-19T04:57:20.733Z[SUM] 9.00-10.00 sec 761 MBytes 6.39 Gbits/sec
12812026-02-19T04:57:20.733Z- - - - - - - - - - - - - - - - - - - - - - - - -
12822026-02-19T04:57:20.733Z[ 5] 10.00-10.00 sec 55.9 KBytes 800 Mbits/sec
12832026-02-19T04:57:20.733Z[ 7] 10.00-10.00 sec 103 KBytes 1.48 Gbits/sec
12842026-02-19T04:57:20.733Z[ 9] 10.00-10.00 sec 88.6 KBytes 1.27 Gbits/sec
12852026-02-19T04:57:20.733Z[ 11] 10.00-10.00 sec 56.2 KBytes 808 Mbits/sec
12862026-02-19T04:57:20.733Z[ 13] 10.00-10.00 sec 9.72 KBytes 140 Mbits/sec
12872026-02-19T04:57:20.733Z[ 15] 10.00-10.00 sec 29.7 KBytes 428 Mbits/sec
12882026-02-19T04:57:20.733Z[ 17] 10.00-10.00 sec 111 KBytes 1.60 Gbits/sec
12892026-02-19T04:57:20.733Z[ 19] 10.00-10.00 sec 37.1 KBytes 534 Mbits/sec
12902026-02-19T04:57:20.733Z[SUM] 10.00-10.00 sec 492 KBytes 7.04 Gbits/sec
12912026-02-19T04:57:20.733Z- - - - - - - - - - - - - - - - - - - - - - - - -
12922026-02-19T04:57:20.733Z[ ID] Interval Transfer Bandwidth
12932026-02-19T04:57:20.733Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12942026-02-19T04:57:20.733Z[ 5] 0.00-10.00 sec 913 MBytes 766 Mbits/sec receiver
12952026-02-19T04:57:20.733Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12962026-02-19T04:57:20.733Z[ 7] 0.00-10.00 sec 914 MBytes 766 Mbits/sec receiver
12972026-02-19T04:57:20.733Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12982026-02-19T04:57:20.733Z[ 9] 0.00-10.00 sec 913 MBytes 766 Mbits/sec receiver
12992026-02-19T04:57:20.733Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13002026-02-19T04:57:20.733Z[ 11] 0.00-10.00 sec 913 MBytes 766 Mbits/sec receiver
13012026-02-19T04:57:20.733Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13022026-02-19T04:57:20.733Z[ 13] 0.00-10.00 sec 913 MBytes 766 Mbits/sec receiver
13032026-02-19T04:57:20.733Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13042026-02-19T04:57:20.733Z[ 15] 0.00-10.00 sec 913 MBytes 766 Mbits/sec receiver
13052026-02-19T04:57:20.733Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13062026-02-19T04:57:20.733Z[ 17] 0.00-10.00 sec 913 MBytes 766 Mbits/sec receiver
13072026-02-19T04:57:20.734Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13082026-02-19T04:57:20.734Z[ 19] 0.00-10.00 sec 913 MBytes 765 Mbits/sec receiver
13092026-02-19T04:57:20.734Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13102026-02-19T04:57:20.734Z[SUM] 0.00-10.00 sec 7.13 GBytes 6.13 Gbits/sec receiver
13112026-02-19T04:57:20.737ZRun 2/5...6126.783Mbps
13122026-02-19T04:57:27.761Z-----------------------------------------------------------
13132026-02-19T04:57:27.762ZServer listening on 5201
13142026-02-19T04:57:27.762Z-----------------------------------------------------------
13152026-02-19T04:57:27.762ZAccepted connection from 10.0.0.1, port 61440
13162026-02-19T04:57:27.762Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60728
13172026-02-19T04:57:27.762Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35832
13182026-02-19T04:57:27.762Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35839
13192026-02-19T04:57:27.762Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51782
13202026-02-19T04:57:27.762Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60047
13212026-02-19T04:57:27.762Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62980
13222026-02-19T04:57:27.762Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62078
13232026-02-19T04:57:27.762Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61214
13242026-02-19T04:57:27.762Z[ ID] Interval Transfer Bandwidth
13252026-02-19T04:57:27.762Z[ 5] 0.00-1.00 sec 63.6 MBytes 534 Mbits/sec
13262026-02-19T04:57:27.762Z[ 7] 0.00-1.00 sec 63.6 MBytes 533 Mbits/sec
13272026-02-19T04:57:27.762Z[ 9] 0.00-1.00 sec 63.6 MBytes 534 Mbits/sec
13282026-02-19T04:57:27.762Z[ 11] 0.00-1.00 sec 63.5 MBytes 533 Mbits/sec
13292026-02-19T04:57:27.762Z[ 13] 0.00-1.00 sec 63.6 MBytes 534 Mbits/sec
13302026-02-19T04:57:27.762Z[ 15] 0.00-1.00 sec 63.7 MBytes 535 Mbits/sec
13312026-02-19T04:57:27.762Z[ 17] 0.00-1.00 sec 63.6 MBytes 534 Mbits/sec
13322026-02-19T04:57:27.762Z[ 19] 0.00-1.00 sec 63.5 MBytes 533 Mbits/sec
13332026-02-19T04:57:27.762Z[SUM] 0.00-1.00 sec 509 MBytes 4.27 Gbits/sec
13342026-02-19T04:57:27.762Z- - - - - - - - - - - - - - - - - - - - - - - - -
13352026-02-19T04:57:27.762Z[ 5] 1.00-2.00 sec 92.4 MBytes 775 Mbits/sec
13362026-02-19T04:57:27.762Z[ 7] 1.00-2.00 sec 92.3 MBytes 775 Mbits/sec
13372026-02-19T04:57:27.762Z[ 9] 1.00-2.00 sec 92.4 MBytes 775 Mbits/sec
13382026-02-19T04:57:27.762Z[ 11] 1.00-2.00 sec 92.3 MBytes 775 Mbits/sec
13392026-02-19T04:57:27.762Z[ 13] 1.00-2.00 sec 92.3 MBytes 774 Mbits/sec
13402026-02-19T04:57:27.762Z[ 15] 1.00-2.00 sec 92.4 MBytes 775 Mbits/sec
13412026-02-19T04:57:27.762Z[ 17] 1.00-2.00 sec 92.3 MBytes 774 Mbits/sec
13422026-02-19T04:57:27.762Z[ 19] 1.00-2.00 sec 92.3 MBytes 774 Mbits/sec
13432026-02-19T04:57:27.762Z[SUM] 1.00-2.00 sec 739 MBytes 6.20 Gbits/sec
13442026-02-19T04:57:27.762Z- - - - - - - - - - - - - - - - - - - - - - - - -
13452026-02-19T04:57:27.762Z[ 5] 2.00-3.00 sec 95.7 MBytes 803 Mbits/sec
13462026-02-19T04:57:27.762Z[ 7] 2.00-3.00 sec 95.7 MBytes 803 Mbits/sec
13472026-02-19T04:57:27.762Z[ 9] 2.00-3.00 sec 95.5 MBytes 801 Mbits/sec
13482026-02-19T04:57:27.762Z[ 11] 2.00-3.00 sec 95.6 MBytes 802 Mbits/sec
13492026-02-19T04:57:27.763Z[ 13] 2.00-3.00 sec 95.6 MBytes 802 Mbits/sec
13502026-02-19T04:57:27.763Z[ 15] 2.00-3.00 sec 95.6 MBytes 802 Mbits/sec
13512026-02-19T04:57:27.763Z[ 17] 2.00-3.00 sec 95.7 MBytes 802 Mbits/sec
13522026-02-19T04:57:27.763Z[ 19] 2.00-3.00 sec 95.6 MBytes 802 Mbits/sec
13532026-02-19T04:57:27.763Z[SUM] 2.00-3.00 sec 765 MBytes 6.42 Gbits/sec
13542026-02-19T04:57:27.763Z- - - - - - - - - - - - - - - - - - - - - - - - -
13552026-02-19T04:57:27.763Z[ 5] 3.00-4.00 sec 92.8 MBytes 779 Mbits/sec
13562026-02-19T04:57:27.763Z[ 7] 3.00-4.00 sec 92.9 MBytes 779 Mbits/sec
13572026-02-19T04:57:27.763Z[ 9] 3.00-4.00 sec 92.8 MBytes 778 Mbits/sec
13582026-02-19T04:57:27.763Z[ 11] 3.00-4.00 sec 92.7 MBytes 778 Mbits/sec
13592026-02-19T04:57:27.763Z[ 13] 3.00-4.00 sec 92.8 MBytes 778 Mbits/sec
13602026-02-19T04:57:27.763Z[ 15] 3.00-4.00 sec 92.8 MBytes 778 Mbits/sec
13612026-02-19T04:57:27.763Z[ 17] 3.00-4.00 sec 92.8 MBytes 778 Mbits/sec
13622026-02-19T04:57:27.763Z[ 19] 3.00-4.00 sec 92.7 MBytes 778 Mbits/sec
13632026-02-19T04:57:27.763Z[SUM] 3.00-4.00 sec 742 MBytes 6.23 Gbits/sec
13642026-02-19T04:57:27.763Z- - - - - - - - - - - - - - - - - - - - - - - - -
13652026-02-19T04:57:27.763Z[ 5] 4.00-5.00 sec 92.7 MBytes 778 Mbits/sec
13662026-02-19T04:57:27.763Z[ 7] 4.00-5.00 sec 92.7 MBytes 778 Mbits/sec
13672026-02-19T04:57:27.763Z[ 9] 4.00-5.00 sec 92.7 MBytes 777 Mbits/sec
13682026-02-19T04:57:27.763Z[ 11] 4.00-5.00 sec 92.7 MBytes 777 Mbits/sec
13692026-02-19T04:57:27.763Z[ 13] 4.00-5.00 sec 92.7 MBytes 778 Mbits/sec
13702026-02-19T04:57:27.763Z[ 15] 4.00-5.00 sec 92.6 MBytes 777 Mbits/sec
13712026-02-19T04:57:27.763Z[ 17] 4.00-5.00 sec 92.7 MBytes 778 Mbits/sec
13722026-02-19T04:57:27.763Z[ 19] 4.00-5.00 sec 92.7 MBytes 778 Mbits/sec
13732026-02-19T04:57:27.763Z[SUM] 4.00-5.00 sec 742 MBytes 6.22 Gbits/sec
13742026-02-19T04:57:27.763Z- - - - - - - - - - - - - - - - - - - - - - - - -
13752026-02-19T04:57:27.763Z[ 5] 5.00-6.00 sec 94.5 MBytes 793 Mbits/sec
13762026-02-19T04:57:27.763Z[ 7] 5.00-6.00 sec 94.5 MBytes 793 Mbits/sec
13772026-02-19T04:57:27.763Z[ 9] 5.00-6.00 sec 94.5 MBytes 793 Mbits/sec
13782026-02-19T04:57:27.763Z[ 11] 5.00-6.00 sec 94.4 MBytes 792 Mbits/sec
13792026-02-19T04:57:27.763Z[ 13] 5.00-6.00 sec 94.5 MBytes 792 Mbits/sec
13802026-02-19T04:57:27.763Z[ 15] 5.00-6.00 sec 94.5 MBytes 793 Mbits/sec
13812026-02-19T04:57:27.763Z[ 17] 5.00-6.00 sec 94.4 MBytes 792 Mbits/sec
13822026-02-19T04:57:27.763Z[ 19] 5.00-6.00 sec 94.4 MBytes 792 Mbits/sec
13832026-02-19T04:57:27.763Z[SUM] 5.00-6.00 sec 756 MBytes 6.34 Gbits/sec
13842026-02-19T04:57:27.763Z- - - - - - - - - - - - - - - - - - - - - - - - -
13852026-02-19T04:57:27.763Z[ 5] 6.00-7.00 sec 95.6 MBytes 802 Mbits/sec
13862026-02-19T04:57:27.763Z[ 7] 6.00-7.00 sec 95.6 MBytes 802 Mbits/sec
13872026-02-19T04:57:27.763Z[ 9] 6.00-7.00 sec 95.7 MBytes 802 Mbits/sec
13882026-02-19T04:57:30.984Z[ 11] 6.00-7.00 sec 95.7 MBytes 803 Mbits/sec
13892026-02-19T04:57:30.984Z[ 13] 6.00-7.00 sec 95.5 MBytes 801 Mbits/sec
13902026-02-19T04:57:30.984Z[ 15] 6.00-7.00 sec 95.7 MBytes 802 Mbits/sec
13912026-02-19T04:57:30.984Z[ 17] 6.00-7.00 sec 95.6 MBytes 802 Mbits/sec
13922026-02-19T04:57:30.984Z[ 19] 6.00-7.00 sec 95.6 MBytes 802 Mbits/sec
13932026-02-19T04:57:30.984Z[SUM] 6.00-7.00 sec 765 MBytes 6.42 Gbits/sec
13942026-02-19T04:57:30.984Z- - - - - - - - - - - - - - - - - - - - - - - - -
13952026-02-19T04:57:30.984Z[ 5] 7.00-8.00 sec 96.9 MBytes 813 Mbits/sec
13962026-02-19T04:57:30.984Z[ 7] 7.00-8.00 sec 97.0 MBytes 814 Mbits/sec
13972026-02-19T04:57:30.984Z[ 9] 7.00-8.00 sec 97.0 MBytes 813 Mbits/sec
13982026-02-19T04:57:30.984Z[ 11] 7.00-8.00 sec 96.9 MBytes 813 Mbits/sec
13992026-02-19T04:57:30.984Z[ 13] 7.00-8.00 sec 96.9 MBytes 813 Mbits/sec
14002026-02-19T04:57:30.984Z[ 15] 7.00-8.00 sec 96.9 MBytes 813 Mbits/sec
14012026-02-19T04:57:30.984Z[ 17] 7.00-8.00 sec 96.9 MBytes 812 Mbits/sec
14022026-02-19T04:57:30.984Z[ 19] 7.00-8.00 sec 96.9 MBytes 813 Mbits/sec
14032026-02-19T04:57:30.984Z[SUM] 7.00-8.00 sec 775 MBytes 6.50 Gbits/sec
14042026-02-19T04:57:30.984Z- - - - - - - - - - - - - - - - - - - - - - - - -
14052026-02-19T04:57:30.984Z[ 5] 8.00-9.00 sec 96.9 MBytes 813 Mbits/sec
14062026-02-19T04:57:30.984Z[ 7] 8.00-9.00 sec 96.8 MBytes 812 Mbits/sec
14072026-02-19T04:57:30.984Z[ 9] 8.00-9.00 sec 96.8 MBytes 812 Mbits/sec
14082026-02-19T04:57:30.984Z[ 11] 8.00-9.00 sec 96.8 MBytes 812 Mbits/sec
14092026-02-19T04:57:30.984Z[ 13] 8.00-9.00 sec 96.9 MBytes 813 Mbits/sec
14102026-02-19T04:57:30.984Z[ 15] 8.00-9.00 sec 96.9 MBytes 813 Mbits/sec
14112026-02-19T04:57:30.984Z[ 17] 8.00-9.00 sec 96.8 MBytes 812 Mbits/sec
14122026-02-19T04:57:30.984Z[ 19] 8.00-9.00 sec 97.0 MBytes 814 Mbits/sec
14132026-02-19T04:57:30.984Z[SUM] 8.00-9.00 sec 775 MBytes 6.50 Gbits/sec
14142026-02-19T04:57:30.984Z- - - - - - - - - - - - - - - - - - - - - - - - -
14152026-02-19T04:57:30.984Z[ 5] 9.00-10.00 sec 94.4 MBytes 792 Mbits/sec
14162026-02-19T04:57:30.984Z[ 7] 9.00-10.00 sec 94.4 MBytes 792 Mbits/sec
14172026-02-19T04:57:30.984Z[ 9] 9.00-10.00 sec 94.3 MBytes 791 Mbits/sec
14182026-02-19T04:57:30.984Z[ 11] 9.00-10.00 sec 94.3 MBytes 791 Mbits/sec
14192026-02-19T04:57:30.984Z[ 13] 9.00-10.00 sec 94.3 MBytes 791 Mbits/sec
14202026-02-19T04:57:30.984Z[ 15] 9.00-10.00 sec 94.4 MBytes 792 Mbits/sec
14212026-02-19T04:57:30.984Z[ 17] 9.00-10.00 sec 94.3 MBytes 791 Mbits/sec
14222026-02-19T04:57:30.985Z[ 19] 9.00-10.00 sec 94.4 MBytes 792 Mbits/sec
14232026-02-19T04:57:30.985Z[SUM] 9.00-10.00 sec 755 MBytes 6.33 Gbits/sec
14242026-02-19T04:57:30.985Z- - - - - - - - - - - - - - - - - - - - - - - - -
14252026-02-19T04:57:30.985Z[ 5] 10.00-10.00 sec 66.5 KBytes 1.08 Gbits/sec
14262026-02-19T04:57:30.985Z[ 7] 10.00-10.00 sec 56.6 KBytes 923 Mbits/sec
14272026-02-19T04:57:30.985Z[ 9] 10.00-10.00 sec 115 KBytes 1.87 Gbits/sec
14282026-02-19T04:57:30.985Z[ 11] 10.00-10.00 sec 106 KBytes 1.73 Gbits/sec
14292026-02-19T04:57:30.985Z[ 13] 10.00-10.00 sec 38.4 KBytes 626 Mbits/sec
14302026-02-19T04:57:30.985Z[ 15] 10.00-10.00 sec 43.8 KBytes 717 Mbits/sec
14312026-02-19T04:57:30.985Z[ 17] 10.00-10.00 sec 80.1 KBytes 1.31 Gbits/sec
14322026-02-19T04:57:30.985Z[ 19] 10.00-10.00 sec 114 KBytes 1.86 Gbits/sec
14332026-02-19T04:57:30.985Z[SUM] 10.00-10.00 sec 620 KBytes 10.1 Gbits/sec
14342026-02-19T04:57:30.985Z- - - - - - - - - - - - - - - - - - - - - - - - -
14352026-02-19T04:57:30.985Z[ ID] Interval Transfer Bandwidth
14362026-02-19T04:57:30.985Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14372026-02-19T04:57:30.985Z[ 5] 0.00-10.00 sec 916 MBytes 768 Mbits/sec receiver
14382026-02-19T04:57:30.985Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14392026-02-19T04:57:30.985Z[ 7] 0.00-10.00 sec 916 MBytes 768 Mbits/sec receiver
14402026-02-19T04:57:30.985Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14412026-02-19T04:57:30.989Z[ 9] 0.00-10.00 sec 915 MBytes 768 Mbits/sec receiver
14422026-02-19T04:57:30.989Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14432026-02-19T04:57:30.989Z[ 11] 0.00-10.00 sec 915 MBytes 767 Mbits/sec receiver
14442026-02-19T04:57:30.989Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14452026-02-19T04:57:30.989Z[ 13] 0.00-10.00 sec 915 MBytes 768 Mbits/sec receiver
14462026-02-19T04:57:30.989Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14472026-02-19T04:57:30.989Z[ 15] 0.00-10.00 sec 915 MBytes 768 Mbits/sec receiver
14482026-02-19T04:57:30.989Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14492026-02-19T04:57:30.989Z[ 17] 0.00-10.00 sec 915 MBytes 768 Mbits/sec receiver
14502026-02-19T04:57:30.989Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14512026-02-19T04:57:30.989Z[ 19] 0.00-10.00 sec 915 MBytes 768 Mbits/sec receiver
14522026-02-19T04:57:30.989Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14532026-02-19T04:57:30.989Z[SUM] 0.00-10.00 sec 7.15 GBytes 6.14 Gbits/sec receiver
14542026-02-19T04:57:30.989ZRun 3/5...6142.821Mbps
14552026-02-19T04:57:38.015Z-----------------------------------------------------------
14562026-02-19T04:57:38.015ZServer listening on 5201
14572026-02-19T04:57:38.015Z-----------------------------------------------------------
14582026-02-19T04:57:38.015ZAccepted connection from 10.0.0.1, port 59783
14592026-02-19T04:57:38.015Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40443
14602026-02-19T04:57:38.016Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35063
14612026-02-19T04:57:38.016Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55816
14622026-02-19T04:57:38.016Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34700
14632026-02-19T04:57:38.016Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57022
14642026-02-19T04:57:38.017Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54278
14652026-02-19T04:57:38.017Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40639
14662026-02-19T04:57:38.017Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35134
14672026-02-19T04:57:38.017Z[ ID] Interval Transfer Bandwidth
14682026-02-19T04:57:38.017Z[ 5] 0.00-1.00 sec 64.9 MBytes 545 Mbits/sec
14692026-02-19T04:57:38.017Z[ 7] 0.00-1.00 sec 65.0 MBytes 545 Mbits/sec
14702026-02-19T04:57:38.018Z[ 9] 0.00-1.00 sec 64.9 MBytes 545 Mbits/sec
14712026-02-19T04:57:38.018Z[ 11] 0.00-1.00 sec 64.9 MBytes 545 Mbits/sec
14722026-02-19T04:57:38.018Z[ 13] 0.00-1.00 sec 64.8 MBytes 544 Mbits/sec
14732026-02-19T04:57:38.018Z[ 15] 0.00-1.00 sec 64.9 MBytes 544 Mbits/sec
14742026-02-19T04:57:38.018Z[ 17] 0.00-1.00 sec 64.9 MBytes 545 Mbits/sec
14752026-02-19T04:57:38.019Z[ 19] 0.00-1.00 sec 64.7 MBytes 543 Mbits/sec
14762026-02-19T04:57:38.019Z[SUM] 0.00-1.00 sec 519 MBytes 4.35 Gbits/sec
14772026-02-19T04:57:38.019Z- - - - - - - - - - - - - - - - - - - - - - - - -
14782026-02-19T04:57:38.019Z[ 5] 1.00-2.00 sec 95.2 MBytes 799 Mbits/sec
14792026-02-19T04:57:38.019Z[ 7] 1.00-2.00 sec 95.1 MBytes 798 Mbits/sec
14802026-02-19T04:57:38.019Z[ 9] 1.00-2.00 sec 95.2 MBytes 798 Mbits/sec
14812026-02-19T04:57:38.019Z[ 11] 1.00-2.00 sec 95.2 MBytes 799 Mbits/sec
14822026-02-19T04:57:38.019Z[ 13] 1.00-2.00 sec 95.2 MBytes 799 Mbits/sec
14832026-02-19T04:57:38.019Z[ 15] 1.00-2.00 sec 95.2 MBytes 799 Mbits/sec
14842026-02-19T04:57:38.020Z[ 17] 1.00-2.00 sec 95.1 MBytes 798 Mbits/sec
14852026-02-19T04:57:38.020Z[ 19] 1.00-2.00 sec 95.1 MBytes 798 Mbits/sec
14862026-02-19T04:57:38.020Z[SUM] 1.00-2.00 sec 761 MBytes 6.39 Gbits/sec
14872026-02-19T04:57:38.020Z- - - - - - - - - - - - - - - - - - - - - - - - -
14882026-02-19T04:57:38.020Z[ 5] 2.00-3.00 sec 94.5 MBytes 793 Mbits/sec
14892026-02-19T04:57:38.020Z[ 7] 2.00-3.00 sec 94.5 MBytes 792 Mbits/sec
14902026-02-19T04:57:38.020Z[ 9] 2.00-3.00 sec 94.4 MBytes 792 Mbits/sec
14912026-02-19T04:57:38.020Z[ 11] 2.00-3.00 sec 94.4 MBytes 792 Mbits/sec
14922026-02-19T04:57:38.021Z[ 13] 2.00-3.00 sec 94.4 MBytes 791 Mbits/sec
14932026-02-19T04:57:38.021Z[ 15] 2.00-3.00 sec 94.4 MBytes 792 Mbits/sec
14942026-02-19T04:57:38.021Z[ 17] 2.00-3.00 sec 94.4 MBytes 792 Mbits/sec
14952026-02-19T04:57:38.021Z[ 19] 2.00-3.00 sec 94.4 MBytes 792 Mbits/sec
14962026-02-19T04:57:38.021Z[SUM] 2.00-3.00 sec 755 MBytes 6.34 Gbits/sec
14972026-02-19T04:57:38.021Z- - - - - - - - - - - - - - - - - - - - - - - - -
14982026-02-19T04:57:38.021Z[ 5] 3.00-4.00 sec 95.7 MBytes 803 Mbits/sec
14992026-02-19T04:57:38.022Z[ 7] 3.00-4.00 sec 95.6 MBytes 802 Mbits/sec
15002026-02-19T04:57:38.022Z[ 9] 3.00-4.00 sec 95.7 MBytes 803 Mbits/sec
15012026-02-19T04:57:38.022Z[ 11] 3.00-4.00 sec 95.6 MBytes 802 Mbits/sec
15022026-02-19T04:57:38.022Z[ 13] 3.00-4.00 sec 95.6 MBytes 802 Mbits/sec
15032026-02-19T04:57:38.022Z[ 15] 3.00-4.00 sec 95.6 MBytes 802 Mbits/sec
15042026-02-19T04:57:38.022Z[ 17] 3.00-4.00 sec 95.6 MBytes 802 Mbits/sec
15052026-02-19T04:57:38.022Z[ 19] 3.00-4.00 sec 95.7 MBytes 803 Mbits/sec
15062026-02-19T04:57:38.023Z[SUM] 3.00-4.00 sec 765 MBytes 6.42 Gbits/sec
15072026-02-19T04:57:38.023Z- - - - - - - - - - - - - - - - - - - - - - - - -
15082026-02-19T04:57:38.023Z[ 5] 4.00-5.00 sec 93.0 MBytes 780 Mbits/sec
15092026-02-19T04:57:38.023Z[ 7] 4.00-5.00 sec 93.0 MBytes 780 Mbits/sec
15102026-02-19T04:57:38.023Z[ 9] 4.00-5.00 sec 92.9 MBytes 780 Mbits/sec
15112026-02-19T04:57:38.023Z[ 11] 4.00-5.00 sec 92.9 MBytes 780 Mbits/sec
15122026-02-19T04:57:38.023Z[ 13] 4.00-5.00 sec 92.9 MBytes 780 Mbits/sec
15132026-02-19T04:57:38.023Z[ 15] 4.00-5.00 sec 92.9 MBytes 779 Mbits/sec
15142026-02-19T04:57:38.024Z[ 17] 4.00-5.00 sec 93.0 MBytes 780 Mbits/sec
15152026-02-19T04:57:38.024Z[ 19] 4.00-5.00 sec 93.0 MBytes 780 Mbits/sec
15162026-02-19T04:57:38.024Z[SUM] 4.00-5.00 sec 744 MBytes 6.24 Gbits/sec
15172026-02-19T04:57:38.024Z- - - - - - - - - - - - - - - - - - - - - - - - -
15182026-02-19T04:57:38.024Z[ 5] 5.00-6.00 sec 93.7 MBytes 786 Mbits/sec
15192026-02-19T04:57:38.024Z[ 7] 5.00-6.00 sec 93.8 MBytes 787 Mbits/sec
15202026-02-19T04:57:38.025Z[ 9] 5.00-6.00 sec 93.8 MBytes 787 Mbits/sec
15212026-02-19T04:57:38.025Z[ 11] 5.00-6.00 sec 93.7 MBytes 786 Mbits/sec
15222026-02-19T04:57:38.025Z[ 13] 5.00-6.00 sec 93.7 MBytes 786 Mbits/sec
15232026-02-19T04:57:38.025Z[ 15] 5.00-6.00 sec 93.8 MBytes 787 Mbits/sec
15242026-02-19T04:57:38.025Z[ 17] 5.00-6.00 sec 93.8 MBytes 787 Mbits/sec
15252026-02-19T04:57:38.025Z[ 19] 5.00-6.00 sec 93.7 MBytes 786 Mbits/sec
15262026-02-19T04:57:38.025Z[SUM] 5.00-6.00 sec 750 MBytes 6.29 Gbits/sec
15272026-02-19T04:57:38.026Z- - - - - - - - - - - - - - - - - - - - - - - - -
15282026-02-19T04:57:38.026Z[ 5] 6.00-7.00 sec 94.2 MBytes 791 Mbits/sec
15292026-02-19T04:57:38.026Z[ 7] 6.00-7.00 sec 94.4 MBytes 792 Mbits/sec
15302026-02-19T04:57:38.026Z[ 9] 6.00-7.00 sec 94.3 MBytes 791 Mbits/sec
15312026-02-19T04:57:41.235Z[ 11] 6.00-7.00 sec 94.2 MBytes 791 Mbits/sec
15322026-02-19T04:57:41.235Z[ 13] 6.00-7.00 sec 94.3 MBytes 791 Mbits/sec
15332026-02-19T04:57:41.235Z[ 15] 6.00-7.00 sec 94.2 MBytes 791 Mbits/sec
15342026-02-19T04:57:41.235Z[ 17] 6.00-7.00 sec 94.2 MBytes 790 Mbits/sec
15352026-02-19T04:57:41.235Z[ 19] 6.00-7.00 sec 94.3 MBytes 791 Mbits/sec
15362026-02-19T04:57:41.236Z[SUM] 6.00-7.00 sec 754 MBytes 6.33 Gbits/sec
15372026-02-19T04:57:41.236Z- - - - - - - - - - - - - - - - - - - - - - - - -
15382026-02-19T04:57:41.236Z[ 5] 7.00-8.00 sec 94.3 MBytes 791 Mbits/sec
15392026-02-19T04:57:41.236Z[ 7] 7.00-8.00 sec 94.3 MBytes 791 Mbits/sec
15402026-02-19T04:57:41.236Z[ 9] 7.00-8.00 sec 94.3 MBytes 791 Mbits/sec
15412026-02-19T04:57:41.236Z[ 11] 7.00-8.00 sec 94.4 MBytes 792 Mbits/sec
15422026-02-19T04:57:41.236Z[ 13] 7.00-8.00 sec 94.3 MBytes 791 Mbits/sec
15432026-02-19T04:57:41.237Z[ 15] 7.00-8.00 sec 94.3 MBytes 791 Mbits/sec
15442026-02-19T04:57:41.237Z[ 17] 7.00-8.00 sec 94.3 MBytes 791 Mbits/sec
15452026-02-19T04:57:41.237Z[ 19] 7.00-8.00 sec 94.2 MBytes 790 Mbits/sec
15462026-02-19T04:57:41.237Z[SUM] 7.00-8.00 sec 754 MBytes 6.33 Gbits/sec
15472026-02-19T04:57:41.237Z- - - - - - - - - - - - - - - - - - - - - - - - -
15482026-02-19T04:57:41.237Z[ 5] 8.00-9.00 sec 94.4 MBytes 792 Mbits/sec
15492026-02-19T04:57:41.238Z[ 7] 8.00-9.00 sec 94.5 MBytes 793 Mbits/sec
15502026-02-19T04:57:41.238Z[ 9] 8.00-9.00 sec 94.4 MBytes 792 Mbits/sec
15512026-02-19T04:57:41.238Z[ 11] 8.00-9.00 sec 94.4 MBytes 792 Mbits/sec
15522026-02-19T04:57:41.238Z[ 13] 8.00-9.00 sec 94.4 MBytes 792 Mbits/sec
15532026-02-19T04:57:41.238Z[ 15] 8.00-9.00 sec 94.4 MBytes 792 Mbits/sec
15542026-02-19T04:57:41.238Z[ 17] 8.00-9.00 sec 94.5 MBytes 793 Mbits/sec
15552026-02-19T04:57:41.238Z[ 19] 8.00-9.00 sec 94.5 MBytes 793 Mbits/sec
15562026-02-19T04:57:41.238Z[SUM] 8.00-9.00 sec 756 MBytes 6.34 Gbits/sec
15572026-02-19T04:57:41.239Z- - - - - - - - - - - - - - - - - - - - - - - - -
15582026-02-19T04:57:41.239Z[ 5] 9.00-10.00 sec 94.8 MBytes 795 Mbits/sec
15592026-02-19T04:57:41.239Z[ 7] 9.00-10.00 sec 94.8 MBytes 795 Mbits/sec
15602026-02-19T04:57:41.239Z[ 9] 9.00-10.00 sec 94.7 MBytes 794 Mbits/sec
15612026-02-19T04:57:41.239Z[ 11] 9.00-10.00 sec 94.7 MBytes 794 Mbits/sec
15622026-02-19T04:57:41.239Z[ 13] 9.00-10.00 sec 94.7 MBytes 795 Mbits/sec
15632026-02-19T04:57:41.239Z[ 15] 9.00-10.00 sec 94.8 MBytes 796 Mbits/sec
15642026-02-19T04:57:41.239Z[ 17] 9.00-10.00 sec 94.8 MBytes 795 Mbits/sec
15652026-02-19T04:57:41.240Z[ 19] 9.00-10.00 sec 94.8 MBytes 795 Mbits/sec
15662026-02-19T04:57:41.240Z[SUM] 9.00-10.00 sec 758 MBytes 6.36 Gbits/sec
15672026-02-19T04:57:41.240Z- - - - - - - - - - - - - - - - - - - - - - - - -
15682026-02-19T04:57:41.240Z[ 5] 10.00-10.00 sec 112 KBytes 1.57 Gbits/sec
15692026-02-19T04:57:41.240Z[ 7] 10.00-10.00 sec 29.7 KBytes 419 Mbits/sec
15702026-02-19T04:57:41.240Z[ 9] 10.00-10.00 sec 67.5 KBytes 954 Mbits/sec
15712026-02-19T04:57:41.241Z[ 11] 10.00-10.00 sec 96.2 KBytes 1.36 Gbits/sec
15722026-02-19T04:57:41.241Z[ 13] 10.00-10.00 sec 68.1 KBytes 961 Mbits/sec
15732026-02-19T04:57:41.241Z[ 15] 10.00-10.00 sec 83.1 KBytes 1.17 Gbits/sec
15742026-02-19T04:57:41.241Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
15752026-02-19T04:57:41.241Z[ 19] 10.00-10.00 sec 121 KBytes 1.71 Gbits/sec
15762026-02-19T04:57:41.242Z[SUM] 10.00-10.00 sec 577 KBytes 8.13 Gbits/sec
15772026-02-19T04:57:41.242Z- - - - - - - - - - - - - - - - - - - - - - - - -
15782026-02-19T04:57:41.242Z[ ID] Interval Transfer Bandwidth
15792026-02-19T04:57:41.242Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15802026-02-19T04:57:41.242Z[ 5] 0.00-10.00 sec 915 MBytes 767 Mbits/sec receiver
15812026-02-19T04:57:41.243Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15822026-02-19T04:57:41.243Z[ 7] 0.00-10.00 sec 915 MBytes 767 Mbits/sec receiver
15832026-02-19T04:57:41.243Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15842026-02-19T04:57:41.243Z[ 9] 0.00-10.00 sec 915 MBytes 767 Mbits/sec receiver
15852026-02-19T04:57:41.243Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15862026-02-19T04:57:41.244Z[ 11] 0.00-10.00 sec 915 MBytes 767 Mbits/sec receiver
15872026-02-19T04:57:41.244Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15882026-02-19T04:57:41.244Z[ 13] 0.00-10.00 sec 914 MBytes 767 Mbits/sec receiver
15892026-02-19T04:57:41.244Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15902026-02-19T04:57:41.244Z[ 15] 0.00-10.00 sec 915 MBytes 767 Mbits/sec receiver
15912026-02-19T04:57:41.244Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15922026-02-19T04:57:41.245Z[ 17] 0.00-10.00 sec 915 MBytes 767 Mbits/sec receiver
15932026-02-19T04:57:41.245Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15942026-02-19T04:57:41.245Z[ 19] 0.00-10.00 sec 915 MBytes 767 Mbits/sec receiver
15952026-02-19T04:57:41.245Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15962026-02-19T04:57:41.245Z[SUM] 0.00-10.00 sec 7.15 GBytes 6.14 Gbits/sec receiver
15972026-02-19T04:57:41.251ZRun 4/5...6138.329Mbps
15982026-02-19T04:57:48.266Z-----------------------------------------------------------
15992026-02-19T04:57:48.267ZServer listening on 5201
16002026-02-19T04:57:48.267Z-----------------------------------------------------------
16012026-02-19T04:57:48.267ZAccepted connection from 10.0.0.1, port 32908
16022026-02-19T04:57:48.267Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40019
16032026-02-19T04:57:48.267Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51228
16042026-02-19T04:57:48.267Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48395
16052026-02-19T04:57:48.267Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46695
16062026-02-19T04:57:48.268Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38867
16072026-02-19T04:57:48.268Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46177
16082026-02-19T04:57:48.268Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65189
16092026-02-19T04:57:48.268Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43374
16102026-02-19T04:57:48.268Z[ ID] Interval Transfer Bandwidth
16112026-02-19T04:57:48.268Z[ 5] 0.00-1.00 sec 64.0 MBytes 537 Mbits/sec
16122026-02-19T04:57:48.269Z[ 7] 0.00-1.00 sec 63.9 MBytes 536 Mbits/sec
16132026-02-19T04:57:48.269Z[ 9] 0.00-1.00 sec 64.0 MBytes 537 Mbits/sec
16142026-02-19T04:57:48.269Z[ 11] 0.00-1.00 sec 63.9 MBytes 536 Mbits/sec
16152026-02-19T04:57:48.269Z[ 13] 0.00-1.00 sec 63.9 MBytes 536 Mbits/sec
16162026-02-19T04:57:48.269Z[ 15] 0.00-1.00 sec 63.9 MBytes 536 Mbits/sec
16172026-02-19T04:57:48.269Z[ 17] 0.00-1.00 sec 63.8 MBytes 535 Mbits/sec
16182026-02-19T04:57:48.269Z[ 19] 0.00-1.00 sec 63.8 MBytes 536 Mbits/sec
16192026-02-19T04:57:48.270Z[SUM] 0.00-1.00 sec 511 MBytes 4.29 Gbits/sec
16202026-02-19T04:57:48.270Z- - - - - - - - - - - - - - - - - - - - - - - - -
16212026-02-19T04:57:48.270Z[ 5] 1.00-2.00 sec 95.1 MBytes 798 Mbits/sec
16222026-02-19T04:57:48.270Z[ 7] 1.00-2.00 sec 95.2 MBytes 798 Mbits/sec
16232026-02-19T04:57:48.271Z[ 9] 1.00-2.00 sec 95.1 MBytes 798 Mbits/sec
16242026-02-19T04:57:48.271Z[ 11] 1.00-2.00 sec 95.0 MBytes 797 Mbits/sec
16252026-02-19T04:57:48.271Z[ 13] 1.00-2.00 sec 95.0 MBytes 797 Mbits/sec
16262026-02-19T04:57:48.271Z[ 15] 1.00-2.00 sec 95.1 MBytes 798 Mbits/sec
16272026-02-19T04:57:48.271Z[ 17] 1.00-2.00 sec 95.1 MBytes 798 Mbits/sec
16282026-02-19T04:57:48.272Z[ 19] 1.00-2.00 sec 95.1 MBytes 798 Mbits/sec
16292026-02-19T04:57:48.272Z[SUM] 1.00-2.00 sec 761 MBytes 6.38 Gbits/sec
16302026-02-19T04:57:48.272Z- - - - - - - - - - - - - - - - - - - - - - - - -
16312026-02-19T04:57:48.272Z[ 5] 2.00-3.00 sec 93.6 MBytes 785 Mbits/sec
16322026-02-19T04:57:48.272Z[ 7] 2.00-3.00 sec 93.5 MBytes 784 Mbits/sec
16332026-02-19T04:57:48.272Z[ 9] 2.00-3.00 sec 93.5 MBytes 784 Mbits/sec
16342026-02-19T04:57:48.273Z[ 11] 2.00-3.00 sec 93.4 MBytes 784 Mbits/sec
16352026-02-19T04:57:48.273Z[ 13] 2.00-3.00 sec 93.4 MBytes 783 Mbits/sec
16362026-02-19T04:57:48.273Z[ 15] 2.00-3.00 sec 93.5 MBytes 784 Mbits/sec
16372026-02-19T04:57:48.273Z[ 17] 2.00-3.00 sec 93.5 MBytes 784 Mbits/sec
16382026-02-19T04:57:48.273Z[ 19] 2.00-3.00 sec 93.4 MBytes 784 Mbits/sec
16392026-02-19T04:57:48.273Z[SUM] 2.00-3.00 sec 748 MBytes 6.27 Gbits/sec
16402026-02-19T04:57:48.274Z- - - - - - - - - - - - - - - - - - - - - - - - -
16412026-02-19T04:57:48.274Z[ 5] 3.00-4.00 sec 93.3 MBytes 782 Mbits/sec
16422026-02-19T04:57:48.274Z[ 7] 3.00-4.00 sec 93.2 MBytes 782 Mbits/sec
16432026-02-19T04:57:48.274Z[ 9] 3.00-4.00 sec 93.3 MBytes 782 Mbits/sec
16442026-02-19T04:57:48.274Z[ 11] 3.00-4.00 sec 93.5 MBytes 784 Mbits/sec
16452026-02-19T04:57:48.274Z[ 13] 3.00-4.00 sec 93.3 MBytes 783 Mbits/sec
16462026-02-19T04:57:48.275Z[ 15] 3.00-4.00 sec 93.4 MBytes 783 Mbits/sec
16472026-02-19T04:57:48.275Z[ 17] 3.00-4.00 sec 93.4 MBytes 784 Mbits/sec
16482026-02-19T04:57:48.275Z[ 19] 3.00-4.00 sec 93.4 MBytes 783 Mbits/sec
16492026-02-19T04:57:48.275Z[SUM] 3.00-4.00 sec 747 MBytes 6.26 Gbits/sec
16502026-02-19T04:57:48.275Z- - - - - - - - - - - - - - - - - - - - - - - - -
16512026-02-19T04:57:48.275Z[ 5] 4.00-5.00 sec 93.2 MBytes 782 Mbits/sec
16522026-02-19T04:57:48.276Z[ 7] 4.00-5.00 sec 93.3 MBytes 782 Mbits/sec
16532026-02-19T04:57:48.282Z[ 9] 4.00-5.00 sec 93.2 MBytes 782 Mbits/sec
16542026-02-19T04:57:48.283Z[ 11] 4.00-5.00 sec 93.1 MBytes 781 Mbits/sec
16552026-02-19T04:57:48.283Z[ 13] 4.00-5.00 sec 93.3 MBytes 783 Mbits/sec
16562026-02-19T04:57:48.283Z[ 15] 4.00-5.00 sec 93.2 MBytes 782 Mbits/sec
16572026-02-19T04:57:48.283Z[ 17] 4.00-5.00 sec 93.0 MBytes 780 Mbits/sec
16582026-02-19T04:57:48.284Z[ 19] 4.00-5.00 sec 93.1 MBytes 781 Mbits/sec
16592026-02-19T04:57:48.284Z[SUM] 4.00-5.00 sec 745 MBytes 6.25 Gbits/sec
16602026-02-19T04:57:48.284Z- - - - - - - - - - - - - - - - - - - - - - - - -
16612026-02-19T04:57:48.284Z[ 5] 5.00-6.00 sec 95.5 MBytes 801 Mbits/sec
16622026-02-19T04:57:48.284Z[ 7] 5.00-6.00 sec 95.4 MBytes 800 Mbits/sec
16632026-02-19T04:57:48.284Z[ 9] 5.00-6.00 sec 95.4 MBytes 801 Mbits/sec
16642026-02-19T04:57:48.285Z[ 11] 5.00-6.00 sec 95.3 MBytes 799 Mbits/sec
16652026-02-19T04:57:48.285Z[ 13] 5.00-6.00 sec 95.4 MBytes 801 Mbits/sec
16662026-02-19T04:57:48.285Z[ 15] 5.00-6.00 sec 95.3 MBytes 800 Mbits/sec
16672026-02-19T04:57:48.285Z[ 17] 5.00-6.00 sec 95.4 MBytes 800 Mbits/sec
16682026-02-19T04:57:48.285Z[ 19] 5.00-6.00 sec 95.4 MBytes 800 Mbits/sec
16692026-02-19T04:57:48.285Z[SUM] 5.00-6.00 sec 763 MBytes 6.40 Gbits/sec
16702026-02-19T04:57:48.286Z- - - - - - - - - - - - - - - - - - - - - - - - -
16712026-02-19T04:57:48.286Z[ 5] 6.00-7.00 sec 93.4 MBytes 783 Mbits/sec
16722026-02-19T04:57:48.286Z[ 7] 6.00-7.00 sec 93.3 MBytes 782 Mbits/sec
16732026-02-19T04:57:48.286Z[ 9] 6.00-7.00 sec 93.5 MBytes 784 Mbits/sec
16742026-02-19T04:57:51.484Z[ 11] 6.00-7.00 sec 93.4 MBytes 784 Mbits/sec
16752026-02-19T04:57:51.484Z[ 13] 6.00-7.00 sec 93.4 MBytes 784 Mbits/sec
16762026-02-19T04:57:51.484Z[ 15] 6.00-7.00 sec 93.4 MBytes 784 Mbits/sec
16772026-02-19T04:57:51.484Z[ 17] 6.00-7.00 sec 93.5 MBytes 784 Mbits/sec
16782026-02-19T04:57:51.484Z[ 19] 6.00-7.00 sec 93.4 MBytes 783 Mbits/sec
16792026-02-19T04:57:51.484Z[SUM] 6.00-7.00 sec 747 MBytes 6.27 Gbits/sec
16802026-02-19T04:57:51.484Z- - - - - - - - - - - - - - - - - - - - - - - - -
16812026-02-19T04:57:51.484Z[ 5] 7.00-8.00 sec 96.6 MBytes 810 Mbits/sec
16822026-02-19T04:57:51.484Z[ 7] 7.00-8.00 sec 96.4 MBytes 809 Mbits/sec
16832026-02-19T04:57:51.484Z[ 9] 7.00-8.00 sec 96.4 MBytes 809 Mbits/sec
16842026-02-19T04:57:51.484Z[ 11] 7.00-8.00 sec 96.5 MBytes 810 Mbits/sec
16852026-02-19T04:57:51.484Z[ 13] 7.00-8.00 sec 96.4 MBytes 809 Mbits/sec
16862026-02-19T04:57:51.484Z[ 15] 7.00-8.00 sec 96.4 MBytes 808 Mbits/sec
16872026-02-19T04:57:51.484Z[ 17] 7.00-8.00 sec 96.4 MBytes 808 Mbits/sec
16882026-02-19T04:57:51.485Z[ 19] 7.00-8.00 sec 96.4 MBytes 809 Mbits/sec
16892026-02-19T04:57:51.485Z[SUM] 7.00-8.00 sec 771 MBytes 6.47 Gbits/sec
16902026-02-19T04:57:51.485Z- - - - - - - - - - - - - - - - - - - - - - - - -
16912026-02-19T04:57:51.485Z[ 5] 8.00-9.00 sec 94.9 MBytes 796 Mbits/sec
16922026-02-19T04:57:51.485Z[ 7] 8.00-9.00 sec 94.9 MBytes 796 Mbits/sec
16932026-02-19T04:57:51.485Z[ 9] 8.00-9.00 sec 94.9 MBytes 796 Mbits/sec
16942026-02-19T04:57:51.485Z[ 11] 8.00-9.00 sec 94.8 MBytes 795 Mbits/sec
16952026-02-19T04:57:51.485Z[ 13] 8.00-9.00 sec 94.9 MBytes 796 Mbits/sec
16962026-02-19T04:57:51.485Z[ 15] 8.00-9.00 sec 94.9 MBytes 796 Mbits/sec
16972026-02-19T04:57:51.485Z[ 17] 8.00-9.00 sec 94.9 MBytes 796 Mbits/sec
16982026-02-19T04:57:51.485Z[ 19] 8.00-9.00 sec 94.9 MBytes 796 Mbits/sec
16992026-02-19T04:57:51.485Z[SUM] 8.00-9.00 sec 759 MBytes 6.37 Gbits/sec
17002026-02-19T04:57:51.485Z- - - - - - - - - - - - - - - - - - - - - - - - -
17012026-02-19T04:57:51.485Z[ 5] 9.00-10.00 sec 95.0 MBytes 797 Mbits/sec
17022026-02-19T04:57:51.485Z[ 7] 9.00-10.00 sec 94.9 MBytes 796 Mbits/sec
17032026-02-19T04:57:51.485Z[ 9] 9.00-10.00 sec 95.0 MBytes 797 Mbits/sec
17042026-02-19T04:57:51.485Z[ 11] 9.00-10.00 sec 95.0 MBytes 797 Mbits/sec
17052026-02-19T04:57:51.485Z[ 13] 9.00-10.00 sec 94.9 MBytes 796 Mbits/sec
17062026-02-19T04:57:51.485Z[ 15] 9.00-10.00 sec 94.9 MBytes 796 Mbits/sec
17072026-02-19T04:57:51.485Z[ 17] 9.00-10.00 sec 94.9 MBytes 796 Mbits/sec
17082026-02-19T04:57:51.485Z[ 19] 9.00-10.00 sec 94.9 MBytes 796 Mbits/sec
17092026-02-19T04:57:51.485Z[SUM] 9.00-10.00 sec 759 MBytes 6.37 Gbits/sec
17102026-02-19T04:57:51.485Z- - - - - - - - - - - - - - - - - - - - - - - - -
17112026-02-19T04:57:51.485Z[ 5] 10.00-10.00 sec 74.6 KBytes 1.03 Gbits/sec
17122026-02-19T04:57:51.485Z[ 7] 10.00-10.00 sec 69.1 KBytes 952 Mbits/sec
17132026-02-19T04:57:51.485Z[ 9] 10.00-10.00 sec 66.5 KBytes 915 Mbits/sec
17142026-02-19T04:57:51.485Z[ 11] 10.00-10.00 sec 44.4 KBytes 611 Mbits/sec
17152026-02-19T04:57:51.485Z[ 13] 10.00-10.00 sec 125 KBytes 1.72 Gbits/sec
17162026-02-19T04:57:51.485Z[ 15] 10.00-10.00 sec 116 KBytes 1.59 Gbits/sec
17172026-02-19T04:57:51.485Z[ 17] 10.00-10.00 sec 48.1 KBytes 663 Mbits/sec
17182026-02-19T04:57:51.485Z[ 19] 10.00-10.00 sec 65.9 KBytes 909 Mbits/sec
17192026-02-19T04:57:51.485Z[SUM] 10.00-10.00 sec 609 KBytes 8.37 Gbits/sec
17202026-02-19T04:57:51.485Z- - - - - - - - - - - - - - - - - - - - - - - - -
17212026-02-19T04:57:51.485Z[ ID] Interval Transfer Bandwidth
17222026-02-19T04:57:51.485Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17232026-02-19T04:57:51.485Z[ 5] 0.00-10.00 sec 914 MBytes 767 Mbits/sec receiver
17242026-02-19T04:57:51.485Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17252026-02-19T04:57:51.489Z[ 7] 0.00-10.00 sec 914 MBytes 767 Mbits/sec receiver
17262026-02-19T04:57:51.489Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17272026-02-19T04:57:51.489Z[ 9] 0.00-10.00 sec 914 MBytes 767 Mbits/sec receiver
17282026-02-19T04:57:51.489Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17292026-02-19T04:57:51.489Z[ 11] 0.00-10.00 sec 914 MBytes 767 Mbits/sec receiver
17302026-02-19T04:57:51.490Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17312026-02-19T04:57:51.490Z[ 13] 0.00-10.00 sec 914 MBytes 767 Mbits/sec receiver
17322026-02-19T04:57:51.490Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17332026-02-19T04:57:51.490Z[ 15] 0.00-10.00 sec 914 MBytes 767 Mbits/sec receiver
17342026-02-19T04:57:51.490Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17352026-02-19T04:57:51.490Z[ 17] 0.00-10.00 sec 914 MBytes 767 Mbits/sec receiver
17362026-02-19T04:57:51.490Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17372026-02-19T04:57:51.490Z[ 19] 0.00-10.00 sec 914 MBytes 767 Mbits/sec receiver
17382026-02-19T04:57:51.490Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17392026-02-19T04:57:51.490Z[SUM] 0.00-10.00 sec 7.14 GBytes 6.13 Gbits/sec receiver
17402026-02-19T04:57:51.490ZRun 5/5...6134.305Mbps
17412026-02-19T04:57:51.490Z###---------------------###
17422026-02-19T04:57:51.490Z::: iPerf done... :::
17432026-02-19T04:57:51.490Z:::Awaiting out files...:::
17442026-02-19T04:57:51.490Z###---------------------###
17452026-02-19T04:57:51.490Z###-----###
17462026-02-19T04:57:51.490Z:::done!:::
17472026-02-19T04:57:51.490Z###-----###
17482026-02-19T04:57:51.490Z###-------------------###
17492026-02-19T04:57:51.490Z:::Running experiment :::
17502026-02-19T04:57:51.490Z:::iperf-tcp/local/s2c:::
17512026-02-19T04:57:51.490Z###-------------------###
17522026-02-19T04:57:58.516Z-----------------------------------------------------------
17532026-02-19T04:57:58.516ZServer listening on 5201
17542026-02-19T04:57:58.516Z-----------------------------------------------------------
17552026-02-19T04:57:58.516ZAccepted connection from 10.0.0.1, port 54364
17562026-02-19T04:57:58.516Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38741
17572026-02-19T04:57:58.516Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39283
17582026-02-19T04:57:58.516Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49157
17592026-02-19T04:57:58.516Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36506
17602026-02-19T04:57:58.516Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53442
17612026-02-19T04:57:58.516Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46540
17622026-02-19T04:57:58.516Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56680
17632026-02-19T04:57:58.517Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61781
17642026-02-19T04:57:58.517Z[ ID] Interval Transfer Bandwidth
17652026-02-19T04:57:58.517Z[ 5] 0.00-1.00 sec 89.2 MBytes 748 Mbits/sec
17662026-02-19T04:57:58.517Z[ 7] 0.00-1.00 sec 88.9 MBytes 746 Mbits/sec
17672026-02-19T04:57:58.517Z[ 9] 0.00-1.00 sec 88.8 MBytes 745 Mbits/sec
17682026-02-19T04:57:58.517Z[ 11] 0.00-1.00 sec 89.2 MBytes 748 Mbits/sec
17692026-02-19T04:57:58.517Z[ 13] 0.00-1.00 sec 89.3 MBytes 749 Mbits/sec
17702026-02-19T04:57:58.517Z[ 15] 0.00-1.00 sec 89.2 MBytes 748 Mbits/sec
17712026-02-19T04:57:58.517Z[ 17] 0.00-1.00 sec 88.8 MBytes 745 Mbits/sec
17722026-02-19T04:57:58.517Z[ 19] 0.00-1.00 sec 88.9 MBytes 746 Mbits/sec
17732026-02-19T04:57:58.517Z[SUM] 0.00-1.00 sec 712 MBytes 5.98 Gbits/sec
17742026-02-19T04:57:58.517Z- - - - - - - - - - - - - - - - - - - - - - - - -
17752026-02-19T04:57:58.517Z[ 5] 1.00-2.00 sec 111 MBytes 928 Mbits/sec
17762026-02-19T04:57:58.517Z[ 7] 1.00-2.00 sec 110 MBytes 926 Mbits/sec
17772026-02-19T04:57:58.517Z[ 9] 1.00-2.00 sec 110 MBytes 926 Mbits/sec
17782026-02-19T04:57:58.517Z[ 11] 1.00-2.00 sec 110 MBytes 926 Mbits/sec
17792026-02-19T04:57:58.517Z[ 13] 1.00-2.00 sec 110 MBytes 926 Mbits/sec
17802026-02-19T04:57:58.517Z[ 15] 1.00-2.00 sec 110 MBytes 926 Mbits/sec
17812026-02-19T04:57:58.517Z[ 17] 1.00-2.00 sec 110 MBytes 926 Mbits/sec
17822026-02-19T04:57:58.517Z[ 19] 1.00-2.00 sec 110 MBytes 926 Mbits/sec
17832026-02-19T04:57:58.517Z[SUM] 1.00-2.00 sec 883 MBytes 7.41 Gbits/sec
17842026-02-19T04:57:58.517Z- - - - - - - - - - - - - - - - - - - - - - - - -
17852026-02-19T04:57:58.517Z[ 5] 2.00-3.00 sec 105 MBytes 877 Mbits/sec
17862026-02-19T04:57:58.517Z[ 7] 2.00-3.00 sec 104 MBytes 876 Mbits/sec
17872026-02-19T04:57:58.517Z[ 9] 2.00-3.00 sec 105 MBytes 877 Mbits/sec
17882026-02-19T04:57:58.517Z[ 11] 2.00-3.00 sec 105 MBytes 877 Mbits/sec
17892026-02-19T04:57:58.517Z[ 13] 2.00-3.00 sec 105 MBytes 877 Mbits/sec
17902026-02-19T04:57:58.517Z[ 15] 2.00-3.00 sec 104 MBytes 876 Mbits/sec
17912026-02-19T04:57:58.517Z[ 17] 2.00-3.00 sec 105 MBytes 877 Mbits/sec
17922026-02-19T04:57:58.517Z[ 19] 2.00-3.00 sec 105 MBytes 877 Mbits/sec
17932026-02-19T04:57:58.517Z[SUM] 2.00-3.00 sec 836 MBytes 7.01 Gbits/sec
17942026-02-19T04:57:58.517Z- - - - - - - - - - - - - - - - - - - - - - - - -
17952026-02-19T04:57:58.517Z[ 5] 3.00-4.00 sec 114 MBytes 952 Mbits/sec
17962026-02-19T04:57:58.517Z[ 7] 3.00-4.00 sec 114 MBytes 953 Mbits/sec
17972026-02-19T04:57:58.517Z[ 9] 3.00-4.00 sec 114 MBytes 953 Mbits/sec
17982026-02-19T04:57:58.517Z[ 11] 3.00-4.00 sec 114 MBytes 953 Mbits/sec
17992026-02-19T04:57:58.517Z[ 13] 3.00-4.00 sec 114 MBytes 952 Mbits/sec
18002026-02-19T04:57:58.517Z[ 15] 3.00-4.00 sec 114 MBytes 953 Mbits/sec
18012026-02-19T04:57:58.517Z[ 17] 3.00-4.00 sec 113 MBytes 952 Mbits/sec
18022026-02-19T04:57:58.518Z[ 19] 3.00-4.00 sec 114 MBytes 952 Mbits/sec
18032026-02-19T04:57:58.518Z[SUM] 3.00-4.00 sec 908 MBytes 7.62 Gbits/sec
18042026-02-19T04:57:58.518Z- - - - - - - - - - - - - - - - - - - - - - - - -
18052026-02-19T04:57:58.518Z[ 5] 4.00-5.00 sec 105 MBytes 883 Mbits/sec
18062026-02-19T04:57:58.518Z[ 7] 4.00-5.00 sec 105 MBytes 884 Mbits/sec
18072026-02-19T04:57:58.518Z[ 9] 4.00-5.00 sec 105 MBytes 884 Mbits/sec
18082026-02-19T04:57:58.518Z[ 11] 4.00-5.00 sec 105 MBytes 883 Mbits/sec
18092026-02-19T04:57:58.518Z[ 13] 4.00-5.00 sec 105 MBytes 882 Mbits/sec
18102026-02-19T04:57:58.518Z[ 15] 4.00-5.00 sec 105 MBytes 883 Mbits/sec
18112026-02-19T04:57:58.518Z[ 17] 4.00-5.00 sec 105 MBytes 884 Mbits/sec
18122026-02-19T04:57:58.518Z[ 19] 4.00-5.00 sec 105 MBytes 884 Mbits/sec
18132026-02-19T04:57:58.518Z[SUM] 4.00-5.00 sec 843 MBytes 7.07 Gbits/sec
18142026-02-19T04:57:58.518Z- - - - - - - - - - - - - - - - - - - - - - - - -
18152026-02-19T04:57:58.518Z[ 5] 5.00-6.00 sec 108 MBytes 909 Mbits/sec
18162026-02-19T04:57:58.518Z[ 7] 5.00-6.00 sec 108 MBytes 909 Mbits/sec
18172026-02-19T04:57:58.518Z[ 9] 5.00-6.00 sec 109 MBytes 911 Mbits/sec
18182026-02-19T04:57:58.518Z[ 11] 5.00-6.00 sec 109 MBytes 910 Mbits/sec
18192026-02-19T04:57:58.518Z[ 13] 5.00-6.00 sec 109 MBytes 911 Mbits/sec
18202026-02-19T04:57:58.518Z[ 15] 5.00-6.00 sec 109 MBytes 911 Mbits/sec
18212026-02-19T04:57:58.518Z[ 17] 5.00-6.00 sec 109 MBytes 911 Mbits/sec
18222026-02-19T04:57:58.518Z[ 19] 5.00-6.00 sec 109 MBytes 911 Mbits/sec
18232026-02-19T04:57:58.518Z[SUM] 5.00-6.00 sec 868 MBytes 7.28 Gbits/sec
18242026-02-19T04:57:58.518Z- - - - - - - - - - - - - - - - - - - - - - - - -
18252026-02-19T04:57:58.518Z[ 5] 6.00-7.00 sec 106 MBytes 887 Mbits/sec
18262026-02-19T04:57:58.518Z[ 7] 6.00-7.00 sec 106 MBytes 888 Mbits/sec
18272026-02-19T04:57:58.518Z[ 9] 6.00-7.00 sec 106 MBytes 887 Mbits/sec
18282026-02-19T04:58:01.736Z[ 11] 6.00-7.00 sec 106 MBytes 888 Mbits/sec
18292026-02-19T04:58:01.736Z[ 13] 6.00-7.00 sec 106 MBytes 888 Mbits/sec
18302026-02-19T04:58:01.736Z[ 15] 6.00-7.00 sec 106 MBytes 890 Mbits/sec
18312026-02-19T04:58:01.736Z[ 17] 6.00-7.00 sec 106 MBytes 889 Mbits/sec
18322026-02-19T04:58:01.736Z[ 19] 6.00-7.00 sec 106 MBytes 889 Mbits/sec
18332026-02-19T04:58:01.736Z[SUM] 6.00-7.00 sec 847 MBytes 7.11 Gbits/sec
18342026-02-19T04:58:01.736Z- - - - - - - - - - - - - - - - - - - - - - - - -
18352026-02-19T04:58:01.736Z[ 5] 7.00-8.00 sec 112 MBytes 938 Mbits/sec
18362026-02-19T04:58:01.736Z[ 7] 7.00-8.00 sec 112 MBytes 937 Mbits/sec
18372026-02-19T04:58:01.736Z[ 9] 7.00-8.00 sec 112 MBytes 938 Mbits/sec
18382026-02-19T04:58:01.736Z[ 11] 7.00-8.00 sec 112 MBytes 938 Mbits/sec
18392026-02-19T04:58:01.736Z[ 13] 7.00-8.00 sec 112 MBytes 938 Mbits/sec
18402026-02-19T04:58:01.736Z[ 15] 7.00-8.00 sec 112 MBytes 938 Mbits/sec
18412026-02-19T04:58:01.736Z[ 17] 7.00-8.00 sec 112 MBytes 935 Mbits/sec
18422026-02-19T04:58:01.736Z[ 19] 7.00-8.00 sec 112 MBytes 936 Mbits/sec
18432026-02-19T04:58:01.736Z[SUM] 7.00-8.00 sec 894 MBytes 7.50 Gbits/sec
18442026-02-19T04:58:01.736Z- - - - - - - - - - - - - - - - - - - - - - - - -
18452026-02-19T04:58:01.736Z[ 5] 8.00-9.00 sec 112 MBytes 940 Mbits/sec
18462026-02-19T04:58:01.736Z[ 7] 8.00-9.00 sec 112 MBytes 939 Mbits/sec
18472026-02-19T04:58:01.736Z[ 9] 8.00-9.00 sec 112 MBytes 939 Mbits/sec
18482026-02-19T04:58:01.736Z[ 11] 8.00-9.00 sec 112 MBytes 940 Mbits/sec
18492026-02-19T04:58:01.736Z[ 13] 8.00-9.00 sec 112 MBytes 940 Mbits/sec
18502026-02-19T04:58:01.737Z[ 15] 8.00-9.00 sec 112 MBytes 940 Mbits/sec
18512026-02-19T04:58:01.737Z[ 17] 8.00-9.00 sec 112 MBytes 942 Mbits/sec
18522026-02-19T04:58:01.737Z[ 19] 8.00-9.00 sec 112 MBytes 941 Mbits/sec
18532026-02-19T04:58:01.737Z[SUM] 8.00-9.00 sec 896 MBytes 7.52 Gbits/sec
18542026-02-19T04:58:01.737Z- - - - - - - - - - - - - - - - - - - - - - - - -
18552026-02-19T04:58:01.737Z[ 5] 9.00-10.00 sec 104 MBytes 873 Mbits/sec
18562026-02-19T04:58:01.737Z[ 7] 9.00-10.00 sec 104 MBytes 872 Mbits/sec
18572026-02-19T04:58:01.737Z[ 9] 9.00-10.00 sec 104 MBytes 873 Mbits/sec
18582026-02-19T04:58:01.737Z[ 11] 9.00-10.00 sec 104 MBytes 872 Mbits/sec
18592026-02-19T04:58:01.737Z[ 13] 9.00-10.00 sec 104 MBytes 872 Mbits/sec
18602026-02-19T04:58:01.737Z[ 15] 9.00-10.00 sec 104 MBytes 872 Mbits/sec
18612026-02-19T04:58:01.737Z[ 17] 9.00-10.00 sec 104 MBytes 872 Mbits/sec
18622026-02-19T04:58:01.737Z[ 19] 9.00-10.00 sec 104 MBytes 871 Mbits/sec
18632026-02-19T04:58:01.737Z[SUM] 9.00-10.00 sec 832 MBytes 6.98 Gbits/sec
18642026-02-19T04:58:01.737Z- - - - - - - - - - - - - - - - - - - - - - - - -
18652026-02-19T04:58:01.737Z[ 5] 10.00-10.00 sec 96.2 KBytes 1.67 Gbits/sec
18662026-02-19T04:58:01.737Z[ 7] 10.00-10.00 sec 144 KBytes 2.51 Gbits/sec
18672026-02-19T04:58:01.737Z[ 9] 10.00-10.00 sec 96.2 KBytes 1.67 Gbits/sec
18682026-02-19T04:58:01.737Z[ 11] 10.00-10.00 sec 48.1 KBytes 836 Mbits/sec
18692026-02-19T04:58:01.737Z[ 13] 10.00-10.00 sec 48.1 KBytes 836 Mbits/sec
18702026-02-19T04:58:01.737Z[ 15] 10.00-10.00 sec 48.1 KBytes 836 Mbits/sec
18712026-02-19T04:58:01.737Z[ 17] 10.00-10.00 sec 96.2 KBytes 1.67 Gbits/sec
18722026-02-19T04:58:01.737Z[ 19] 10.00-10.00 sec 96.2 KBytes 1.67 Gbits/sec
18732026-02-19T04:58:01.737Z[SUM] 10.00-10.00 sec 673 KBytes 11.7 Gbits/sec
18742026-02-19T04:58:01.737Z- - - - - - - - - - - - - - - - - - - - - - - - -
18752026-02-19T04:58:01.737Z[ ID] Interval Transfer Bandwidth
18762026-02-19T04:58:01.737Z[ 5] 0.00-10.00 sec 1.04 GBytes 894 Mbits/sec sender
18772026-02-19T04:58:01.737Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18782026-02-19T04:58:01.737Z[ 7] 0.00-10.00 sec 1.04 GBytes 893 Mbits/sec sender
18792026-02-19T04:58:01.737Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18802026-02-19T04:58:01.737Z[ 9] 0.00-10.00 sec 1.04 GBytes 893 Mbits/sec sender
18812026-02-19T04:58:01.737Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18822026-02-19T04:58:01.737Z[ 11] 0.00-10.00 sec 1.04 GBytes 894 Mbits/sec sender
18832026-02-19T04:58:01.737Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18842026-02-19T04:58:01.737Z[ 13] 0.00-10.00 sec 1.04 GBytes 894 Mbits/sec sender
18852026-02-19T04:58:01.737Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18862026-02-19T04:58:01.737Z[ 15] 0.00-10.00 sec 1.04 GBytes 894 Mbits/sec sender
18872026-02-19T04:58:01.737Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18882026-02-19T04:58:01.738Z[ 17] 0.00-10.00 sec 1.04 GBytes 893 Mbits/sec sender
18892026-02-19T04:58:01.738Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18902026-02-19T04:58:01.738Z[ 19] 0.00-10.00 sec 1.04 GBytes 893 Mbits/sec sender
18912026-02-19T04:58:01.738Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18922026-02-19T04:58:01.738Z[SUM] 0.00-10.00 sec 8.32 GBytes 7.15 Gbits/sec sender
18932026-02-19T04:58:01.738Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18942026-02-19T04:58:01.741ZRun 1/5...7147.777Mbps
18952026-02-19T04:58:08.766Z-----------------------------------------------------------
18962026-02-19T04:58:08.766ZServer listening on 5201
18972026-02-19T04:58:08.766Z-----------------------------------------------------------
18982026-02-19T04:58:08.766ZAccepted connection from 10.0.0.1, port 39648
18992026-02-19T04:58:08.767Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49695
19002026-02-19T04:58:08.767Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64412
19012026-02-19T04:58:08.767Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44746
19022026-02-19T04:58:08.767Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47235
19032026-02-19T04:58:08.767Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37875
19042026-02-19T04:58:08.767Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51288
19052026-02-19T04:58:08.767Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49135
19062026-02-19T04:58:08.767Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50145
19072026-02-19T04:58:08.767Z[ ID] Interval Transfer Bandwidth
19082026-02-19T04:58:08.767Z[ 5] 0.00-1.00 sec 83.3 MBytes 699 Mbits/sec
19092026-02-19T04:58:08.767Z[ 7] 0.00-1.00 sec 83.3 MBytes 699 Mbits/sec
19102026-02-19T04:58:08.767Z[ 9] 0.00-1.00 sec 83.2 MBytes 698 Mbits/sec
19112026-02-19T04:58:08.767Z[ 11] 0.00-1.00 sec 83.3 MBytes 699 Mbits/sec
19122026-02-19T04:58:08.767Z[ 13] 0.00-1.00 sec 83.4 MBytes 699 Mbits/sec
19132026-02-19T04:58:08.767Z[ 15] 0.00-1.00 sec 83.3 MBytes 699 Mbits/sec
19142026-02-19T04:58:08.767Z[ 17] 0.00-1.00 sec 83.2 MBytes 698 Mbits/sec
19152026-02-19T04:58:08.767Z[ 19] 0.00-1.00 sec 83.2 MBytes 698 Mbits/sec
19162026-02-19T04:58:08.767Z[SUM] 0.00-1.00 sec 666 MBytes 5.59 Gbits/sec
19172026-02-19T04:58:08.767Z- - - - - - - - - - - - - - - - - - - - - - - - -
19182026-02-19T04:58:08.767Z[ 5] 1.00-2.00 sec 107 MBytes 895 Mbits/sec
19192026-02-19T04:58:08.767Z[ 7] 1.00-2.00 sec 107 MBytes 896 Mbits/sec
19202026-02-19T04:58:08.767Z[ 9] 1.00-2.00 sec 107 MBytes 895 Mbits/sec
19212026-02-19T04:58:08.767Z[ 11] 1.00-2.00 sec 107 MBytes 895 Mbits/sec
19222026-02-19T04:58:08.767Z[ 13] 1.00-2.00 sec 107 MBytes 895 Mbits/sec
19232026-02-19T04:58:08.767Z[ 15] 1.00-2.00 sec 107 MBytes 896 Mbits/sec
19242026-02-19T04:58:08.767Z[ 17] 1.00-2.00 sec 107 MBytes 895 Mbits/sec
19252026-02-19T04:58:08.768Z[ 19] 1.00-2.00 sec 107 MBytes 894 Mbits/sec
19262026-02-19T04:58:08.768Z[SUM] 1.00-2.00 sec 854 MBytes 7.16 Gbits/sec
19272026-02-19T04:58:08.768Z- - - - - - - - - - - - - - - - - - - - - - - - -
19282026-02-19T04:58:08.768Z[ 5] 2.00-3.00 sec 116 MBytes 969 Mbits/sec
19292026-02-19T04:58:08.768Z[ 7] 2.00-3.00 sec 115 MBytes 968 Mbits/sec
19302026-02-19T04:58:08.768Z[ 9] 2.00-3.00 sec 116 MBytes 970 Mbits/sec
19312026-02-19T04:58:08.768Z[ 11] 2.00-3.00 sec 115 MBytes 969 Mbits/sec
19322026-02-19T04:58:08.768Z[ 13] 2.00-3.00 sec 116 MBytes 969 Mbits/sec
19332026-02-19T04:58:08.768Z[ 15] 2.00-3.00 sec 115 MBytes 967 Mbits/sec
19342026-02-19T04:58:08.768Z[ 17] 2.00-3.00 sec 115 MBytes 968 Mbits/sec
19352026-02-19T04:58:08.768Z[ 19] 2.00-3.00 sec 116 MBytes 970 Mbits/sec
19362026-02-19T04:58:08.768Z[SUM] 2.00-3.00 sec 924 MBytes 7.75 Gbits/sec
19372026-02-19T04:58:08.768Z- - - - - - - - - - - - - - - - - - - - - - - - -
19382026-02-19T04:58:08.768Z[ 5] 3.00-4.00 sec 105 MBytes 878 Mbits/sec
19392026-02-19T04:58:08.768Z[ 7] 3.00-4.00 sec 105 MBytes 879 Mbits/sec
19402026-02-19T04:58:08.768Z[ 9] 3.00-4.00 sec 105 MBytes 878 Mbits/sec
19412026-02-19T04:58:08.768Z[ 11] 3.00-4.00 sec 105 MBytes 877 Mbits/sec
19422026-02-19T04:58:08.768Z[ 13] 3.00-4.00 sec 105 MBytes 878 Mbits/sec
19432026-02-19T04:58:08.768Z[ 15] 3.00-4.00 sec 105 MBytes 879 Mbits/sec
19442026-02-19T04:58:08.768Z[ 17] 3.00-4.00 sec 105 MBytes 877 Mbits/sec
19452026-02-19T04:58:08.768Z[ 19] 3.00-4.00 sec 105 MBytes 878 Mbits/sec
19462026-02-19T04:58:08.768Z[SUM] 3.00-4.00 sec 837 MBytes 7.02 Gbits/sec
19472026-02-19T04:58:08.768Z- - - - - - - - - - - - - - - - - - - - - - - - -
19482026-02-19T04:58:08.768Z[ 5] 4.00-5.00 sec 111 MBytes 934 Mbits/sec
19492026-02-19T04:58:08.768Z[ 7] 4.00-5.00 sec 112 MBytes 937 Mbits/sec
19502026-02-19T04:58:08.769Z[ 9] 4.00-5.00 sec 111 MBytes 933 Mbits/sec
19512026-02-19T04:58:08.769Z[ 11] 4.00-5.00 sec 111 MBytes 935 Mbits/sec
19522026-02-19T04:58:08.769Z[ 13] 4.00-5.00 sec 112 MBytes 936 Mbits/sec
19532026-02-19T04:58:08.769Z[ 15] 4.00-5.00 sec 111 MBytes 935 Mbits/sec
19542026-02-19T04:58:08.769Z[ 17] 4.00-5.00 sec 112 MBytes 936 Mbits/sec
19552026-02-19T04:58:08.769Z[ 19] 4.00-5.00 sec 111 MBytes 933 Mbits/sec
19562026-02-19T04:58:08.769Z[SUM] 4.00-5.00 sec 892 MBytes 7.48 Gbits/sec
19572026-02-19T04:58:08.769Z- - - - - - - - - - - - - - - - - - - - - - - - -
19582026-02-19T04:58:08.769Z[ 5] 5.00-6.00 sec 109 MBytes 915 Mbits/sec
19592026-02-19T04:58:08.769Z[ 7] 5.00-6.00 sec 109 MBytes 916 Mbits/sec
19602026-02-19T04:58:08.769Z[ 9] 5.00-6.00 sec 109 MBytes 916 Mbits/sec
19612026-02-19T04:58:08.769Z[ 11] 5.00-6.00 sec 109 MBytes 917 Mbits/sec
19622026-02-19T04:58:08.769Z[ 13] 5.00-6.00 sec 109 MBytes 917 Mbits/sec
19632026-02-19T04:58:08.769Z[ 15] 5.00-6.00 sec 109 MBytes 916 Mbits/sec
19642026-02-19T04:58:08.769Z[ 17] 5.00-6.00 sec 109 MBytes 915 Mbits/sec
19652026-02-19T04:58:08.769Z[ 19] 5.00-6.00 sec 109 MBytes 916 Mbits/sec
19662026-02-19T04:58:08.769Z[SUM] 5.00-6.00 sec 874 MBytes 7.33 Gbits/sec
19672026-02-19T04:58:08.769Z- - - - - - - - - - - - - - - - - - - - - - - - -
19682026-02-19T04:58:08.769Z[ 5] 6.00-7.00 sec 116 MBytes 970 Mbits/sec
19692026-02-19T04:58:08.769Z[ 7] 6.00-7.00 sec 115 MBytes 967 Mbits/sec
19702026-02-19T04:58:08.769Z[ 9] 6.00-7.00 sec 115 MBytes 967 Mbits/sec
19712026-02-19T04:58:11.987Z[ 11] 6.00-7.00 sec 115 MBytes 967 Mbits/sec
19722026-02-19T04:58:11.987Z[ 13] 6.00-7.00 sec 115 MBytes 966 Mbits/sec
19732026-02-19T04:58:11.987Z[ 15] 6.00-7.00 sec 116 MBytes 969 Mbits/sec
19742026-02-19T04:58:11.987Z[ 17] 6.00-7.00 sec 116 MBytes 972 Mbits/sec
19752026-02-19T04:58:11.987Z[ 19] 6.00-7.00 sec 116 MBytes 971 Mbits/sec
19762026-02-19T04:58:11.987Z[SUM] 6.00-7.00 sec 924 MBytes 7.75 Gbits/sec
19772026-02-19T04:58:11.987Z- - - - - - - - - - - - - - - - - - - - - - - - -
19782026-02-19T04:58:11.987Z[ 5] 7.00-8.00 sec 109 MBytes 915 Mbits/sec
19792026-02-19T04:58:11.987Z[ 7] 7.00-8.00 sec 109 MBytes 915 Mbits/sec
19802026-02-19T04:58:11.987Z[ 9] 7.00-8.00 sec 109 MBytes 914 Mbits/sec
19812026-02-19T04:58:11.987Z[ 11] 7.00-8.00 sec 109 MBytes 914 Mbits/sec
19822026-02-19T04:58:11.987Z[ 13] 7.00-8.00 sec 109 MBytes 915 Mbits/sec
19832026-02-19T04:58:11.987Z[ 15] 7.00-8.00 sec 109 MBytes 915 Mbits/sec
19842026-02-19T04:58:11.987Z[ 17] 7.00-8.00 sec 109 MBytes 914 Mbits/sec
19852026-02-19T04:58:11.987Z[ 19] 7.00-8.00 sec 109 MBytes 915 Mbits/sec
19862026-02-19T04:58:11.987Z[SUM] 7.00-8.00 sec 872 MBytes 7.32 Gbits/sec
19872026-02-19T04:58:11.987Z- - - - - - - - - - - - - - - - - - - - - - - - -
19882026-02-19T04:58:11.987Z[ 5] 8.00-9.00 sec 112 MBytes 942 Mbits/sec
19892026-02-19T04:58:11.987Z[ 7] 8.00-9.00 sec 112 MBytes 940 Mbits/sec
19902026-02-19T04:58:11.987Z[ 9] 8.00-9.00 sec 112 MBytes 941 Mbits/sec
19912026-02-19T04:58:11.987Z[ 11] 8.00-9.00 sec 112 MBytes 942 Mbits/sec
19922026-02-19T04:58:11.988Z[ 13] 8.00-9.00 sec 112 MBytes 941 Mbits/sec
19932026-02-19T04:58:11.988Z[ 15] 8.00-9.00 sec 112 MBytes 941 Mbits/sec
19942026-02-19T04:58:11.988Z[ 17] 8.00-9.00 sec 112 MBytes 941 Mbits/sec
19952026-02-19T04:58:11.988Z[ 19] 8.00-9.00 sec 112 MBytes 941 Mbits/sec
19962026-02-19T04:58:11.988Z[SUM] 8.00-9.00 sec 898 MBytes 7.53 Gbits/sec
19972026-02-19T04:58:11.988Z- - - - - - - - - - - - - - - - - - - - - - - - -
19982026-02-19T04:58:11.988Z[ 5] 9.00-10.00 sec 114 MBytes 960 Mbits/sec
19992026-02-19T04:58:11.988Z[ 7] 9.00-10.00 sec 115 MBytes 962 Mbits/sec
20002026-02-19T04:58:11.988Z[ 9] 9.00-10.00 sec 114 MBytes 960 Mbits/sec
20012026-02-19T04:58:11.988Z[ 11] 9.00-10.00 sec 114 MBytes 960 Mbits/sec
20022026-02-19T04:58:11.988Z[ 13] 9.00-10.00 sec 114 MBytes 960 Mbits/sec
20032026-02-19T04:58:11.988Z[ 15] 9.00-10.00 sec 114 MBytes 960 Mbits/sec
20042026-02-19T04:58:11.988Z[ 17] 9.00-10.00 sec 114 MBytes 960 Mbits/sec
20052026-02-19T04:58:11.988Z[ 19] 9.00-10.00 sec 115 MBytes 961 Mbits/sec
20062026-02-19T04:58:11.988Z[SUM] 9.00-10.00 sec 916 MBytes 7.68 Gbits/sec
20072026-02-19T04:58:11.988Z- - - - - - - - - - - - - - - - - - - - - - - - -
20082026-02-19T04:58:11.988Z[ 5] 10.00-10.00 sec 96.2 KBytes 1.28 Gbits/sec
20092026-02-19T04:58:11.988Z[ 7] 10.00-10.00 sec 48.1 KBytes 642 Mbits/sec
20102026-02-19T04:58:11.988Z[ 9] 10.00-10.00 sec 96.2 KBytes 1.28 Gbits/sec
20112026-02-19T04:58:11.988Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
20122026-02-19T04:58:11.988Z[ 13] 10.00-10.00 sec 96.2 KBytes 1.28 Gbits/sec
20132026-02-19T04:58:11.988Z[ 15] 10.00-10.00 sec 96.2 KBytes 1.28 Gbits/sec
20142026-02-19T04:58:11.988Z[ 17] 10.00-10.00 sec 96.2 KBytes 1.28 Gbits/sec
20152026-02-19T04:58:11.988Z[ 19] 10.00-10.00 sec 48.1 KBytes 641 Mbits/sec
20162026-02-19T04:58:11.988Z[SUM] 10.00-10.00 sec 577 KBytes 7.70 Gbits/sec
20172026-02-19T04:58:11.988Z- - - - - - - - - - - - - - - - - - - - - - - - -
20182026-02-19T04:58:11.988Z[ ID] Interval Transfer Bandwidth
20192026-02-19T04:58:11.988Z[ 5] 0.00-10.00 sec 1.06 GBytes 908 Mbits/sec sender
20202026-02-19T04:58:11.988Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20212026-02-19T04:58:11.988Z[ 7] 0.00-10.00 sec 1.06 GBytes 908 Mbits/sec sender
20222026-02-19T04:58:11.988Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20232026-02-19T04:58:11.988Z[ 9] 0.00-10.00 sec 1.06 GBytes 907 Mbits/sec sender
20242026-02-19T04:58:11.988Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20252026-02-19T04:58:11.988Z[ 11] 0.00-10.00 sec 1.06 GBytes 907 Mbits/sec sender
20262026-02-19T04:58:11.988Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20272026-02-19T04:58:11.988Z[ 13] 0.00-10.00 sec 1.06 GBytes 908 Mbits/sec sender
20282026-02-19T04:58:11.988Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20292026-02-19T04:58:11.988Z[ 15] 0.00-10.00 sec 1.06 GBytes 908 Mbits/sec sender
20302026-02-19T04:58:11.988Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20312026-02-19T04:58:11.989Z[ 17] 0.00-10.00 sec 1.06 GBytes 908 Mbits/sec sender
20322026-02-19T04:58:11.989Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20332026-02-19T04:58:11.989Z[ 19] 0.00-10.00 sec 1.06 GBytes 908 Mbits/sec sender
20342026-02-19T04:58:11.989Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20352026-02-19T04:58:11.989Z[SUM] 0.00-10.00 sec 8.45 GBytes 7.26 Gbits/sec sender
20362026-02-19T04:58:11.989Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20372026-02-19T04:58:11.992ZRun 2/5...7261.165Mbps
20382026-02-19T04:58:19.017Z-----------------------------------------------------------
20392026-02-19T04:58:19.017ZServer listening on 5201
20402026-02-19T04:58:19.017Z-----------------------------------------------------------
20412026-02-19T04:58:19.017ZAccepted connection from 10.0.0.1, port 46729
20422026-02-19T04:58:19.017Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42181
20432026-02-19T04:58:19.017Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36125
20442026-02-19T04:58:19.017Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51700
20452026-02-19T04:58:19.017Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64619
20462026-02-19T04:58:19.017Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47423
20472026-02-19T04:58:19.017Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39292
20482026-02-19T04:58:19.017Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34497
20492026-02-19T04:58:19.017Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39868
20502026-02-19T04:58:19.017Z[ ID] Interval Transfer Bandwidth
20512026-02-19T04:58:19.017Z[ 5] 0.00-1.00 sec 92.3 MBytes 774 Mbits/sec
20522026-02-19T04:58:19.018Z[ 7] 0.00-1.00 sec 92.2 MBytes 773 Mbits/sec
20532026-02-19T04:58:19.018Z[ 9] 0.00-1.00 sec 92.2 MBytes 773 Mbits/sec
20542026-02-19T04:58:19.018Z[ 11] 0.00-1.00 sec 92.1 MBytes 773 Mbits/sec
20552026-02-19T04:58:19.018Z[ 13] 0.00-1.00 sec 92.1 MBytes 772 Mbits/sec
20562026-02-19T04:58:19.018Z[ 15] 0.00-1.00 sec 92.3 MBytes 774 Mbits/sec
20572026-02-19T04:58:19.018Z[ 17] 0.00-1.00 sec 92.2 MBytes 773 Mbits/sec
20582026-02-19T04:58:19.018Z[ 19] 0.00-1.00 sec 92.3 MBytes 774 Mbits/sec
20592026-02-19T04:58:19.018Z[SUM] 0.00-1.00 sec 738 MBytes 6.19 Gbits/sec
20602026-02-19T04:58:19.018Z- - - - - - - - - - - - - - - - - - - - - - - - -
20612026-02-19T04:58:19.018Z[ 5] 1.00-2.00 sec 114 MBytes 959 Mbits/sec
20622026-02-19T04:58:19.018Z[ 7] 1.00-2.00 sec 114 MBytes 959 Mbits/sec
20632026-02-19T04:58:19.018Z[ 9] 1.00-2.00 sec 114 MBytes 959 Mbits/sec
20642026-02-19T04:58:19.018Z[ 11] 1.00-2.00 sec 114 MBytes 958 Mbits/sec
20652026-02-19T04:58:19.018Z[ 13] 1.00-2.00 sec 114 MBytes 958 Mbits/sec
20662026-02-19T04:58:19.018Z[ 15] 1.00-2.00 sec 114 MBytes 958 Mbits/sec
20672026-02-19T04:58:19.018Z[ 17] 1.00-2.00 sec 114 MBytes 958 Mbits/sec
20682026-02-19T04:58:19.018Z[ 19] 1.00-2.00 sec 114 MBytes 958 Mbits/sec
20692026-02-19T04:58:19.018Z[SUM] 1.00-2.00 sec 914 MBytes 7.67 Gbits/sec
20702026-02-19T04:58:19.018Z- - - - - - - - - - - - - - - - - - - - - - - - -
20712026-02-19T04:58:19.018Z[ 5] 2.00-3.00 sec 114 MBytes 958 Mbits/sec
20722026-02-19T04:58:19.018Z[ 7] 2.00-3.00 sec 114 MBytes 958 Mbits/sec
20732026-02-19T04:58:19.018Z[ 9] 2.00-3.00 sec 114 MBytes 959 Mbits/sec
20742026-02-19T04:58:19.018Z[ 11] 2.00-3.00 sec 114 MBytes 958 Mbits/sec
20752026-02-19T04:58:19.018Z[ 13] 2.00-3.00 sec 114 MBytes 957 Mbits/sec
20762026-02-19T04:58:19.018Z[ 15] 2.00-3.00 sec 114 MBytes 958 Mbits/sec
20772026-02-19T04:58:19.018Z[ 17] 2.00-3.00 sec 114 MBytes 956 Mbits/sec
20782026-02-19T04:58:19.018Z[ 19] 2.00-3.00 sec 114 MBytes 957 Mbits/sec
20792026-02-19T04:58:19.018Z[SUM] 2.00-3.00 sec 913 MBytes 7.66 Gbits/sec
20802026-02-19T04:58:19.018Z- - - - - - - - - - - - - - - - - - - - - - - - -
20812026-02-19T04:58:19.018Z[ 5] 3.00-4.00 sec 117 MBytes 985 Mbits/sec
20822026-02-19T04:58:19.018Z[ 7] 3.00-4.00 sec 118 MBytes 986 Mbits/sec
20832026-02-19T04:58:19.018Z[ 9] 3.00-4.00 sec 118 MBytes 988 Mbits/sec
20842026-02-19T04:58:19.018Z[ 11] 3.00-4.00 sec 118 MBytes 988 Mbits/sec
20852026-02-19T04:58:19.018Z[ 13] 3.00-4.00 sec 118 MBytes 987 Mbits/sec
20862026-02-19T04:58:19.018Z[ 15] 3.00-4.00 sec 118 MBytes 986 Mbits/sec
20872026-02-19T04:58:19.018Z[ 17] 3.00-4.00 sec 118 MBytes 986 Mbits/sec
20882026-02-19T04:58:19.018Z[ 19] 3.00-4.00 sec 117 MBytes 984 Mbits/sec
20892026-02-19T04:58:19.019Z[SUM] 3.00-4.00 sec 941 MBytes 7.89 Gbits/sec
20902026-02-19T04:58:19.019Z- - - - - - - - - - - - - - - - - - - - - - - - -
20912026-02-19T04:58:19.019Z[ 5] 4.00-5.00 sec 112 MBytes 940 Mbits/sec
20922026-02-19T04:58:19.019Z[ 7] 4.00-5.00 sec 112 MBytes 939 Mbits/sec
20932026-02-19T04:58:19.019Z[ 9] 4.00-5.00 sec 112 MBytes 939 Mbits/sec
20942026-02-19T04:58:19.019Z[ 11] 4.00-5.00 sec 112 MBytes 940 Mbits/sec
20952026-02-19T04:58:19.019Z[ 13] 4.00-5.00 sec 112 MBytes 940 Mbits/sec
20962026-02-19T04:58:19.019Z[ 15] 4.00-5.00 sec 112 MBytes 939 Mbits/sec
20972026-02-19T04:58:19.019Z[ 17] 4.00-5.00 sec 112 MBytes 940 Mbits/sec
20982026-02-19T04:58:19.019Z[ 19] 4.00-5.00 sec 112 MBytes 941 Mbits/sec
20992026-02-19T04:58:19.019Z[SUM] 4.00-5.00 sec 896 MBytes 7.52 Gbits/sec
21002026-02-19T04:58:19.019Z- - - - - - - - - - - - - - - - - - - - - - - - -
21012026-02-19T04:58:19.019Z[ 5] 5.00-6.00 sec 113 MBytes 944 Mbits/sec
21022026-02-19T04:58:19.019Z[ 7] 5.00-6.00 sec 113 MBytes 944 Mbits/sec
21032026-02-19T04:58:19.019Z[ 9] 5.00-6.00 sec 113 MBytes 945 Mbits/sec
21042026-02-19T04:58:19.019Z[ 11] 5.00-6.00 sec 113 MBytes 945 Mbits/sec
21052026-02-19T04:58:19.019Z[ 13] 5.00-6.00 sec 113 MBytes 944 Mbits/sec
21062026-02-19T04:58:19.019Z[ 15] 5.00-6.00 sec 113 MBytes 945 Mbits/sec
21072026-02-19T04:58:19.019Z[ 17] 5.00-6.00 sec 113 MBytes 944 Mbits/sec
21082026-02-19T04:58:19.019Z[ 19] 5.00-6.00 sec 113 MBytes 945 Mbits/sec
21092026-02-19T04:58:19.019Z[SUM] 5.00-6.00 sec 901 MBytes 7.55 Gbits/sec
21102026-02-19T04:58:19.019Z- - - - - - - - - - - - - - - - - - - - - - - - -
21112026-02-19T04:58:19.019Z[ 5] 6.00-7.00 sec 117 MBytes 983 Mbits/sec
21122026-02-19T04:58:19.019Z[ 7] 6.00-7.00 sec 117 MBytes 983 Mbits/sec
21132026-02-19T04:58:19.019Z[ 9] 6.00-7.00 sec 117 MBytes 983 Mbits/sec
21142026-02-19T04:58:22.238Z[ 11] 6.00-7.00 sec 117 MBytes 983 Mbits/sec
21152026-02-19T04:58:22.238Z[ 13] 6.00-7.00 sec 117 MBytes 983 Mbits/sec
21162026-02-19T04:58:22.238Z[ 15] 6.00-7.00 sec 117 MBytes 984 Mbits/sec
21172026-02-19T04:58:22.238Z[ 17] 6.00-7.00 sec 117 MBytes 984 Mbits/sec
21182026-02-19T04:58:22.238Z[ 19] 6.00-7.00 sec 117 MBytes 983 Mbits/sec
21192026-02-19T04:58:22.238Z[SUM] 6.00-7.00 sec 938 MBytes 7.87 Gbits/sec
21202026-02-19T04:58:22.238Z- - - - - - - - - - - - - - - - - - - - - - - - -
21212026-02-19T04:58:22.238Z[ 5] 7.00-8.00 sec 108 MBytes 906 Mbits/sec
21222026-02-19T04:58:22.238Z[ 7] 7.00-8.00 sec 108 MBytes 905 Mbits/sec
21232026-02-19T04:58:22.238Z[ 9] 7.00-8.00 sec 108 MBytes 907 Mbits/sec
21242026-02-19T04:58:22.238Z[ 11] 7.00-8.00 sec 108 MBytes 906 Mbits/sec
21252026-02-19T04:58:22.238Z[ 13] 7.00-8.00 sec 108 MBytes 906 Mbits/sec
21262026-02-19T04:58:22.238Z[ 15] 7.00-8.00 sec 108 MBytes 906 Mbits/sec
21272026-02-19T04:58:22.238Z[ 17] 7.00-8.00 sec 108 MBytes 906 Mbits/sec
21282026-02-19T04:58:22.239Z[ 19] 7.00-8.00 sec 108 MBytes 905 Mbits/sec
21292026-02-19T04:58:22.239Z[SUM] 7.00-8.00 sec 864 MBytes 7.25 Gbits/sec
21302026-02-19T04:58:22.239Z- - - - - - - - - - - - - - - - - - - - - - - - -
21312026-02-19T04:58:22.239Z[ 5] 8.00-9.00 sec 105 MBytes 877 Mbits/sec
21322026-02-19T04:58:22.239Z[ 7] 8.00-9.00 sec 104 MBytes 876 Mbits/sec
21332026-02-19T04:58:22.239Z[ 9] 8.00-9.00 sec 105 MBytes 877 Mbits/sec
21342026-02-19T04:58:22.239Z[ 11] 8.00-9.00 sec 105 MBytes 877 Mbits/sec
21352026-02-19T04:58:22.239Z[ 13] 8.00-9.00 sec 104 MBytes 876 Mbits/sec
21362026-02-19T04:58:22.239Z[ 15] 8.00-9.00 sec 104 MBytes 876 Mbits/sec
21372026-02-19T04:58:22.239Z[ 17] 8.00-9.00 sec 104 MBytes 877 Mbits/sec
21382026-02-19T04:58:22.239Z[ 19] 8.00-9.00 sec 104 MBytes 876 Mbits/sec
21392026-02-19T04:58:22.239Z[SUM] 8.00-9.00 sec 836 MBytes 7.01 Gbits/sec
21402026-02-19T04:58:22.239Z- - - - - - - - - - - - - - - - - - - - - - - - -
21412026-02-19T04:58:22.239Z[ 5] 9.00-10.00 sec 115 MBytes 963 Mbits/sec
21422026-02-19T04:58:22.239Z[ 7] 9.00-10.00 sec 115 MBytes 963 Mbits/sec
21432026-02-19T04:58:22.239Z[ 9] 9.00-10.00 sec 115 MBytes 963 Mbits/sec
21442026-02-19T04:58:22.239Z[ 11] 9.00-10.00 sec 115 MBytes 962 Mbits/sec
21452026-02-19T04:58:22.239Z[ 13] 9.00-10.00 sec 115 MBytes 962 Mbits/sec
21462026-02-19T04:58:22.239Z[ 15] 9.00-10.00 sec 115 MBytes 963 Mbits/sec
21472026-02-19T04:58:22.239Z[ 17] 9.00-10.00 sec 115 MBytes 963 Mbits/sec
21482026-02-19T04:58:22.239Z[ 19] 9.00-10.00 sec 115 MBytes 962 Mbits/sec
21492026-02-19T04:58:22.239Z[SUM] 9.00-10.00 sec 918 MBytes 7.70 Gbits/sec
21502026-02-19T04:58:22.239Z- - - - - - - - - - - - - - - - - - - - - - - - -
21512026-02-19T04:58:22.239Z[ 5] 10.00-10.00 sec 48.1 KBytes 593 Mbits/sec
21522026-02-19T04:58:22.239Z[ 7] 10.00-10.00 sec 96.2 KBytes 1.19 Gbits/sec
21532026-02-19T04:58:22.239Z[ 9] 10.00-10.00 sec 48.1 KBytes 595 Mbits/sec
21542026-02-19T04:58:22.239Z[ 11] 10.00-10.00 sec 96.2 KBytes 1.19 Gbits/sec
21552026-02-19T04:58:22.239Z[ 13] 10.00-10.00 sec 96.2 KBytes 1.19 Gbits/sec
21562026-02-19T04:58:22.239Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
21572026-02-19T04:58:22.239Z[ 17] 10.00-10.00 sec 48.1 KBytes 595 Mbits/sec
21582026-02-19T04:58:22.239Z[ 19] 10.00-10.00 sec 144 KBytes 1.79 Gbits/sec
21592026-02-19T04:58:22.239Z[SUM] 10.00-10.00 sec 577 KBytes 7.12 Gbits/sec
21602026-02-19T04:58:22.239Z- - - - - - - - - - - - - - - - - - - - - - - - -
21612026-02-19T04:58:22.239Z[ ID] Interval Transfer Bandwidth
21622026-02-19T04:58:22.239Z[ 5] 0.00-10.00 sec 1.08 GBytes 929 Mbits/sec sender
21632026-02-19T04:58:22.239Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21642026-02-19T04:58:22.239Z[ 7] 0.00-10.00 sec 1.08 GBytes 929 Mbits/sec sender
21652026-02-19T04:58:22.239Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21662026-02-19T04:58:22.239Z[ 9] 0.00-10.00 sec 1.08 GBytes 929 Mbits/sec sender
21672026-02-19T04:58:22.240Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21682026-02-19T04:58:22.240Z[ 11] 0.00-10.00 sec 1.08 GBytes 929 Mbits/sec sender
21692026-02-19T04:58:22.240Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21702026-02-19T04:58:22.240Z[ 13] 0.00-10.00 sec 1.08 GBytes 929 Mbits/sec sender
21712026-02-19T04:58:22.240Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21722026-02-19T04:58:22.240Z[ 15] 0.00-10.00 sec 1.08 GBytes 929 Mbits/sec sender
21732026-02-19T04:58:22.240Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21742026-02-19T04:58:22.240Z[ 17] 0.00-10.00 sec 1.08 GBytes 929 Mbits/sec sender
21752026-02-19T04:58:22.240Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21762026-02-19T04:58:22.240Z[ 19] 0.00-10.00 sec 1.08 GBytes 928 Mbits/sec sender
21772026-02-19T04:58:22.240Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21782026-02-19T04:58:22.240Z[SUM] 0.00-10.00 sec 8.65 GBytes 7.43 Gbits/sec sender
21792026-02-19T04:58:22.240Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21802026-02-19T04:58:22.243ZRun 3/5...7430.749Mbps
21812026-02-19T04:58:29.268Z-----------------------------------------------------------
21822026-02-19T04:58:29.268ZServer listening on 5201
21832026-02-19T04:58:29.268Z-----------------------------------------------------------
21842026-02-19T04:58:29.268ZAccepted connection from 10.0.0.1, port 58999
21852026-02-19T04:58:29.268Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52559
21862026-02-19T04:58:29.268Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49066
21872026-02-19T04:58:29.268Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50319
21882026-02-19T04:58:29.269Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34988
21892026-02-19T04:58:29.269Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59097
21902026-02-19T04:58:29.269Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38640
21912026-02-19T04:58:29.269Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53684
21922026-02-19T04:58:29.269Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46893
21932026-02-19T04:58:29.269Z[ ID] Interval Transfer Bandwidth
21942026-02-19T04:58:29.269Z[ 5] 0.00-1.00 sec 91.4 MBytes 767 Mbits/sec
21952026-02-19T04:58:29.269Z[ 7] 0.00-1.00 sec 91.3 MBytes 766 Mbits/sec
21962026-02-19T04:58:29.269Z[ 9] 0.00-1.00 sec 91.6 MBytes 769 Mbits/sec
21972026-02-19T04:58:29.269Z[ 11] 0.00-1.00 sec 91.4 MBytes 767 Mbits/sec
21982026-02-19T04:58:29.269Z[ 13] 0.00-1.00 sec 91.8 MBytes 770 Mbits/sec
21992026-02-19T04:58:29.269Z[ 15] 0.00-1.00 sec 91.5 MBytes 768 Mbits/sec
22002026-02-19T04:58:29.269Z[ 17] 0.00-1.00 sec 91.5 MBytes 768 Mbits/sec
22012026-02-19T04:58:29.269Z[ 19] 0.00-1.00 sec 91.3 MBytes 766 Mbits/sec
22022026-02-19T04:58:29.269Z[SUM] 0.00-1.00 sec 732 MBytes 6.14 Gbits/sec
22032026-02-19T04:58:29.269Z- - - - - - - - - - - - - - - - - - - - - - - - -
22042026-02-19T04:58:29.269Z[ 5] 1.00-2.00 sec 119 MBytes 997 Mbits/sec
22052026-02-19T04:58:29.269Z[ 7] 1.00-2.00 sec 119 MBytes 998 Mbits/sec
22062026-02-19T04:58:29.269Z[ 9] 1.00-2.00 sec 119 MBytes 998 Mbits/sec
22072026-02-19T04:58:29.269Z[ 11] 1.00-2.00 sec 119 MBytes 996 Mbits/sec
22082026-02-19T04:58:29.269Z[ 13] 1.00-2.00 sec 119 MBytes 999 Mbits/sec
22092026-02-19T04:58:29.269Z[ 15] 1.00-2.00 sec 119 MBytes 999 Mbits/sec
22102026-02-19T04:58:29.269Z[ 17] 1.00-2.00 sec 119 MBytes 996 Mbits/sec
22112026-02-19T04:58:29.269Z[ 19] 1.00-2.00 sec 119 MBytes 998 Mbits/sec
22122026-02-19T04:58:29.269Z[SUM] 1.00-2.00 sec 951 MBytes 7.98 Gbits/sec
22132026-02-19T04:58:29.269Z- - - - - - - - - - - - - - - - - - - - - - - - -
22142026-02-19T04:58:29.269Z[ 5] 2.00-3.00 sec 112 MBytes 941 Mbits/sec
22152026-02-19T04:58:29.269Z[ 7] 2.00-3.00 sec 112 MBytes 942 Mbits/sec
22162026-02-19T04:58:29.269Z[ 9] 2.00-3.00 sec 112 MBytes 941 Mbits/sec
22172026-02-19T04:58:29.269Z[ 11] 2.00-3.00 sec 112 MBytes 939 Mbits/sec
22182026-02-19T04:58:29.269Z[ 13] 2.00-3.00 sec 112 MBytes 940 Mbits/sec
22192026-02-19T04:58:29.269Z[ 15] 2.00-3.00 sec 112 MBytes 940 Mbits/sec
22202026-02-19T04:58:29.269Z[ 17] 2.00-3.00 sec 112 MBytes 941 Mbits/sec
22212026-02-19T04:58:29.269Z[ 19] 2.00-3.00 sec 112 MBytes 940 Mbits/sec
22222026-02-19T04:58:29.269Z[SUM] 2.00-3.00 sec 897 MBytes 7.52 Gbits/sec
22232026-02-19T04:58:29.269Z- - - - - - - - - - - - - - - - - - - - - - - - -
22242026-02-19T04:58:29.269Z[ 5] 3.00-4.00 sec 115 MBytes 961 Mbits/sec
22252026-02-19T04:58:29.269Z[ 7] 3.00-4.00 sec 115 MBytes 961 Mbits/sec
22262026-02-19T04:58:29.270Z[ 9] 3.00-4.00 sec 114 MBytes 959 Mbits/sec
22272026-02-19T04:58:29.270Z[ 11] 3.00-4.00 sec 114 MBytes 959 Mbits/sec
22282026-02-19T04:58:29.270Z[ 13] 3.00-4.00 sec 114 MBytes 960 Mbits/sec
22292026-02-19T04:58:29.270Z[ 15] 3.00-4.00 sec 114 MBytes 959 Mbits/sec
22302026-02-19T04:58:29.270Z[ 17] 3.00-4.00 sec 114 MBytes 960 Mbits/sec
22312026-02-19T04:58:29.270Z[ 19] 3.00-4.00 sec 114 MBytes 960 Mbits/sec
22322026-02-19T04:58:29.270Z[SUM] 3.00-4.00 sec 916 MBytes 7.68 Gbits/sec
22332026-02-19T04:58:29.270Z- - - - - - - - - - - - - - - - - - - - - - - - -
22342026-02-19T04:58:29.270Z[ 5] 4.00-5.00 sec 114 MBytes 953 Mbits/sec
22352026-02-19T04:58:29.270Z[ 7] 4.00-5.00 sec 113 MBytes 951 Mbits/sec
22362026-02-19T04:58:29.270Z[ 9] 4.00-5.00 sec 113 MBytes 952 Mbits/sec
22372026-02-19T04:58:29.270Z[ 11] 4.00-5.00 sec 113 MBytes 951 Mbits/sec
22382026-02-19T04:58:29.270Z[ 13] 4.00-5.00 sec 113 MBytes 950 Mbits/sec
22392026-02-19T04:58:29.270Z[ 15] 4.00-5.00 sec 113 MBytes 951 Mbits/sec
22402026-02-19T04:58:29.270Z[ 17] 4.00-5.00 sec 113 MBytes 951 Mbits/sec
22412026-02-19T04:58:29.270Z[ 19] 4.00-5.00 sec 113 MBytes 952 Mbits/sec
22422026-02-19T04:58:29.270Z[SUM] 4.00-5.00 sec 907 MBytes 7.61 Gbits/sec
22432026-02-19T04:58:29.270Z- - - - - - - - - - - - - - - - - - - - - - - - -
22442026-02-19T04:58:29.270Z[ 5] 5.00-6.00 sec 111 MBytes 928 Mbits/sec
22452026-02-19T04:58:29.270Z[ 7] 5.00-6.00 sec 111 MBytes 929 Mbits/sec
22462026-02-19T04:58:29.270Z[ 9] 5.00-6.00 sec 111 MBytes 928 Mbits/sec
22472026-02-19T04:58:29.270Z[ 11] 5.00-6.00 sec 111 MBytes 928 Mbits/sec
22482026-02-19T04:58:29.270Z[ 13] 5.00-6.00 sec 111 MBytes 928 Mbits/sec
22492026-02-19T04:58:29.270Z[ 15] 5.00-6.00 sec 110 MBytes 927 Mbits/sec
22502026-02-19T04:58:29.270Z[ 17] 5.00-6.00 sec 111 MBytes 928 Mbits/sec
22512026-02-19T04:58:29.270Z[ 19] 5.00-6.00 sec 111 MBytes 928 Mbits/sec
22522026-02-19T04:58:29.270Z[SUM] 5.00-6.00 sec 885 MBytes 7.42 Gbits/sec
22532026-02-19T04:58:29.270Z- - - - - - - - - - - - - - - - - - - - - - - - -
22542026-02-19T04:58:29.270Z[ 5] 6.00-7.00 sec 113 MBytes 951 Mbits/sec
22552026-02-19T04:58:29.270Z[ 7] 6.00-7.00 sec 113 MBytes 951 Mbits/sec
22562026-02-19T04:58:29.270Z[ 9] 6.00-7.00 sec 113 MBytes 951 Mbits/sec
22572026-02-19T04:58:32.489Z[ 11] 6.00-7.00 sec 113 MBytes 952 Mbits/sec
22582026-02-19T04:58:32.489Z[ 13] 6.00-7.00 sec 113 MBytes 951 Mbits/sec
22592026-02-19T04:58:32.489Z[ 15] 6.00-7.00 sec 113 MBytes 952 Mbits/sec
22602026-02-19T04:58:32.489Z[ 17] 6.00-7.00 sec 113 MBytes 950 Mbits/sec
22612026-02-19T04:58:32.489Z[ 19] 6.00-7.00 sec 113 MBytes 951 Mbits/sec
22622026-02-19T04:58:32.489Z[SUM] 6.00-7.00 sec 907 MBytes 7.61 Gbits/sec
22632026-02-19T04:58:32.489Z- - - - - - - - - - - - - - - - - - - - - - - - -
22642026-02-19T04:58:32.489Z[ 5] 7.00-8.00 sec 113 MBytes 948 Mbits/sec
22652026-02-19T04:58:32.489Z[ 7] 7.00-8.00 sec 113 MBytes 948 Mbits/sec
22662026-02-19T04:58:32.489Z[ 9] 7.00-8.00 sec 113 MBytes 947 Mbits/sec
22672026-02-19T04:58:32.489Z[ 11] 7.00-8.00 sec 113 MBytes 947 Mbits/sec
22682026-02-19T04:58:32.489Z[ 13] 7.00-8.00 sec 113 MBytes 949 Mbits/sec
22692026-02-19T04:58:32.489Z[ 15] 7.00-8.00 sec 113 MBytes 948 Mbits/sec
22702026-02-19T04:58:32.489Z[ 17] 7.00-8.00 sec 113 MBytes 948 Mbits/sec
22712026-02-19T04:58:32.489Z[ 19] 7.00-8.00 sec 113 MBytes 948 Mbits/sec
22722026-02-19T04:58:32.489Z[SUM] 7.00-8.00 sec 904 MBytes 7.58 Gbits/sec
22732026-02-19T04:58:32.489Z- - - - - - - - - - - - - - - - - - - - - - - - -
22742026-02-19T04:58:32.489Z[ 5] 8.00-9.00 sec 112 MBytes 938 Mbits/sec
22752026-02-19T04:58:32.489Z[ 7] 8.00-9.00 sec 112 MBytes 937 Mbits/sec
22762026-02-19T04:58:32.489Z[ 9] 8.00-9.00 sec 112 MBytes 938 Mbits/sec
22772026-02-19T04:58:32.489Z[ 11] 8.00-9.00 sec 112 MBytes 936 Mbits/sec
22782026-02-19T04:58:32.489Z[ 13] 8.00-9.00 sec 112 MBytes 937 Mbits/sec
22792026-02-19T04:58:32.489Z[ 15] 8.00-9.00 sec 112 MBytes 937 Mbits/sec
22802026-02-19T04:58:32.489Z[ 17] 8.00-9.00 sec 112 MBytes 937 Mbits/sec
22812026-02-19T04:58:32.490Z[ 19] 8.00-9.00 sec 112 MBytes 937 Mbits/sec
22822026-02-19T04:58:32.490Z[SUM] 8.00-9.00 sec 894 MBytes 7.50 Gbits/sec
22832026-02-19T04:58:32.490Z- - - - - - - - - - - - - - - - - - - - - - - - -
22842026-02-19T04:58:32.490Z[ 5] 9.00-10.00 sec 110 MBytes 924 Mbits/sec
22852026-02-19T04:58:32.490Z[ 7] 9.00-10.00 sec 110 MBytes 925 Mbits/sec
22862026-02-19T04:58:32.490Z[ 9] 9.00-10.00 sec 110 MBytes 924 Mbits/sec
22872026-02-19T04:58:32.490Z[ 11] 9.00-10.00 sec 110 MBytes 924 Mbits/sec
22882026-02-19T04:58:32.490Z[ 13] 9.00-10.00 sec 110 MBytes 923 Mbits/sec
22892026-02-19T04:58:32.490Z[ 15] 9.00-10.00 sec 110 MBytes 924 Mbits/sec
22902026-02-19T04:58:32.490Z[ 17] 9.00-10.00 sec 110 MBytes 923 Mbits/sec
22912026-02-19T04:58:32.490Z[ 19] 9.00-10.00 sec 110 MBytes 923 Mbits/sec
22922026-02-19T04:58:32.490Z[SUM] 9.00-10.00 sec 881 MBytes 7.39 Gbits/sec
22932026-02-19T04:58:32.490Z- - - - - - - - - - - - - - - - - - - - - - - - -
22942026-02-19T04:58:32.490Z[ 5] 10.00-10.00 sec 48.1 KBytes 947 Mbits/sec
22952026-02-19T04:58:32.490Z[ 7] 10.00-10.00 sec 96.2 KBytes 1.89 Gbits/sec
22962026-02-19T04:58:32.490Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22972026-02-19T04:58:32.490Z[ 11] 10.00-10.00 sec 48.1 KBytes 947 Mbits/sec
22982026-02-19T04:58:32.490Z[ 13] 10.00-10.00 sec 96.2 KBytes 1.90 Gbits/sec
22992026-02-19T04:58:32.490Z[ 15] 10.00-10.00 sec 96.2 KBytes 1.90 Gbits/sec
23002026-02-19T04:58:32.490Z[ 17] 10.00-10.00 sec 48.1 KBytes 949 Mbits/sec
23012026-02-19T04:58:32.490Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
23022026-02-19T04:58:32.490Z[SUM] 10.00-10.00 sec 433 KBytes 8.52 Gbits/sec
23032026-02-19T04:58:32.490Z- - - - - - - - - - - - - - - - - - - - - - - - -
23042026-02-19T04:58:32.490Z[ ID] Interval Transfer Bandwidth
23052026-02-19T04:58:32.490Z[ 5] 0.00-10.00 sec 1.08 GBytes 931 Mbits/sec sender
23062026-02-19T04:58:32.490Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23072026-02-19T04:58:32.490Z[ 7] 0.00-10.00 sec 1.08 GBytes 931 Mbits/sec sender
23082026-02-19T04:58:32.490Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23092026-02-19T04:58:32.490Z[ 9] 0.00-10.00 sec 1.08 GBytes 931 Mbits/sec sender
23102026-02-19T04:58:32.490Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23112026-02-19T04:58:32.490Z[ 11] 0.00-10.00 sec 1.08 GBytes 930 Mbits/sec sender
23122026-02-19T04:58:32.490Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23132026-02-19T04:58:32.490Z[ 13] 0.00-10.00 sec 1.08 GBytes 931 Mbits/sec sender
23142026-02-19T04:58:32.490Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23152026-02-19T04:58:32.490Z[ 15] 0.00-10.00 sec 1.08 GBytes 930 Mbits/sec sender
23162026-02-19T04:58:32.490Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23172026-02-19T04:58:32.490Z[ 17] 0.00-10.00 sec 1.08 GBytes 930 Mbits/sec sender
23182026-02-19T04:58:32.490Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23192026-02-19T04:58:32.490Z[ 19] 0.00-10.00 sec 1.08 GBytes 930 Mbits/sec sender
23202026-02-19T04:58:32.491Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23212026-02-19T04:58:32.491Z[SUM] 0.00-10.00 sec 8.67 GBytes 7.44 Gbits/sec sender
23222026-02-19T04:58:32.491Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23232026-02-19T04:58:32.495ZRun 4/5...7444.138Mbps
23242026-02-19T04:58:39.518Z-----------------------------------------------------------
23252026-02-19T04:58:39.518ZServer listening on 5201
23262026-02-19T04:58:39.518Z-----------------------------------------------------------
23272026-02-19T04:58:39.518ZAccepted connection from 10.0.0.1, port 49793
23282026-02-19T04:58:39.518Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54846
23292026-02-19T04:58:39.518Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48138
23302026-02-19T04:58:39.518Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62346
23312026-02-19T04:58:39.518Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33201
23322026-02-19T04:58:39.518Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52614
23332026-02-19T04:58:39.518Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45031
23342026-02-19T04:58:39.518Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40706
23352026-02-19T04:58:39.518Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44771
23362026-02-19T04:58:39.518Z[ ID] Interval Transfer Bandwidth
23372026-02-19T04:58:39.518Z[ 5] 0.00-1.00 sec 95.2 MBytes 798 Mbits/sec
23382026-02-19T04:58:39.518Z[ 7] 0.00-1.00 sec 95.1 MBytes 797 Mbits/sec
23392026-02-19T04:58:39.518Z[ 9] 0.00-1.00 sec 95.3 MBytes 799 Mbits/sec
23402026-02-19T04:58:39.518Z[ 11] 0.00-1.00 sec 95.1 MBytes 798 Mbits/sec
23412026-02-19T04:58:39.519Z[ 13] 0.00-1.00 sec 95.1 MBytes 798 Mbits/sec
23422026-02-19T04:58:39.519Z[ 15] 0.00-1.00 sec 94.9 MBytes 796 Mbits/sec
23432026-02-19T04:58:39.519Z[ 17] 0.00-1.00 sec 94.8 MBytes 795 Mbits/sec
23442026-02-19T04:58:39.519Z[ 19] 0.00-1.00 sec 94.9 MBytes 796 Mbits/sec
23452026-02-19T04:58:39.519Z[SUM] 0.00-1.00 sec 760 MBytes 6.38 Gbits/sec
23462026-02-19T04:58:39.519Z- - - - - - - - - - - - - - - - - - - - - - - - -
23472026-02-19T04:58:39.519Z[ 5] 1.00-2.00 sec 120 MBytes 1.01 Gbits/sec
23482026-02-19T04:58:39.519Z[ 7] 1.00-2.00 sec 120 MBytes 1.01 Gbits/sec
23492026-02-19T04:58:39.519Z[ 9] 1.00-2.00 sec 120 MBytes 1.01 Gbits/sec
23502026-02-19T04:58:39.519Z[ 11] 1.00-2.00 sec 120 MBytes 1.01 Gbits/sec
23512026-02-19T04:58:39.519Z[ 13] 1.00-2.00 sec 120 MBytes 1.01 Gbits/sec
23522026-02-19T04:58:39.519Z[ 15] 1.00-2.00 sec 120 MBytes 1.01 Gbits/sec
23532026-02-19T04:58:39.519Z[ 17] 1.00-2.00 sec 120 MBytes 1.00 Gbits/sec
23542026-02-19T04:58:39.519Z[ 19] 1.00-2.00 sec 120 MBytes 1.01 Gbits/sec
23552026-02-19T04:58:39.519Z[SUM] 1.00-2.00 sec 959 MBytes 8.05 Gbits/sec
23562026-02-19T04:58:39.519Z- - - - - - - - - - - - - - - - - - - - - - - - -
23572026-02-19T04:58:39.519Z[ 5] 2.00-3.00 sec 114 MBytes 953 Mbits/sec
23582026-02-19T04:58:39.519Z[ 7] 2.00-3.00 sec 114 MBytes 952 Mbits/sec
23592026-02-19T04:58:39.519Z[ 9] 2.00-3.00 sec 114 MBytes 953 Mbits/sec
23602026-02-19T04:58:39.519Z[ 11] 2.00-3.00 sec 113 MBytes 952 Mbits/sec
23612026-02-19T04:58:39.519Z[ 13] 2.00-3.00 sec 114 MBytes 952 Mbits/sec
23622026-02-19T04:58:39.519Z[ 15] 2.00-3.00 sec 114 MBytes 952 Mbits/sec
23632026-02-19T04:58:39.519Z[ 17] 2.00-3.00 sec 113 MBytes 951 Mbits/sec
23642026-02-19T04:58:39.519Z[ 19] 2.00-3.00 sec 113 MBytes 952 Mbits/sec
23652026-02-19T04:58:39.519Z[SUM] 2.00-3.00 sec 908 MBytes 7.62 Gbits/sec
23662026-02-19T04:58:39.519Z- - - - - - - - - - - - - - - - - - - - - - - - -
23672026-02-19T04:58:39.519Z[ 5] 3.00-4.00 sec 118 MBytes 990 Mbits/sec
23682026-02-19T04:58:39.519Z[ 7] 3.00-4.00 sec 118 MBytes 991 Mbits/sec
23692026-02-19T04:58:39.519Z[ 9] 3.00-4.00 sec 118 MBytes 990 Mbits/sec
23702026-02-19T04:58:39.519Z[ 11] 3.00-4.00 sec 118 MBytes 993 Mbits/sec
23712026-02-19T04:58:39.519Z[ 13] 3.00-4.00 sec 119 MBytes 994 Mbits/sec
23722026-02-19T04:58:39.519Z[ 15] 3.00-4.00 sec 118 MBytes 993 Mbits/sec
23732026-02-19T04:58:39.519Z[ 17] 3.00-4.00 sec 118 MBytes 993 Mbits/sec
23742026-02-19T04:58:39.519Z[ 19] 3.00-4.00 sec 118 MBytes 992 Mbits/sec
23752026-02-19T04:58:39.519Z[SUM] 3.00-4.00 sec 946 MBytes 7.94 Gbits/sec
23762026-02-19T04:58:39.519Z- - - - - - - - - - - - - - - - - - - - - - - - -
23772026-02-19T04:58:39.519Z[ 5] 4.00-5.00 sec 109 MBytes 914 Mbits/sec
23782026-02-19T04:58:39.519Z[ 7] 4.00-5.00 sec 109 MBytes 913 Mbits/sec
23792026-02-19T04:58:39.520Z[ 9] 4.00-5.00 sec 109 MBytes 913 Mbits/sec
23802026-02-19T04:58:39.520Z[ 11] 4.00-5.00 sec 109 MBytes 912 Mbits/sec
23812026-02-19T04:58:39.520Z[ 13] 4.00-5.00 sec 109 MBytes 912 Mbits/sec
23822026-02-19T04:58:39.520Z[ 15] 4.00-5.00 sec 109 MBytes 911 Mbits/sec
23832026-02-19T04:58:39.520Z[ 17] 4.00-5.00 sec 109 MBytes 912 Mbits/sec
23842026-02-19T04:58:39.523Z[ 19] 4.00-5.00 sec 109 MBytes 913 Mbits/sec
23852026-02-19T04:58:39.523Z[SUM] 4.00-5.00 sec 870 MBytes 7.30 Gbits/sec
23862026-02-19T04:58:39.523Z- - - - - - - - - - - - - - - - - - - - - - - - -
23872026-02-19T04:58:39.523Z[ 5] 5.00-6.00 sec 113 MBytes 946 Mbits/sec
23882026-02-19T04:58:39.523Z[ 7] 5.00-6.00 sec 113 MBytes 947 Mbits/sec
23892026-02-19T04:58:39.523Z[ 9] 5.00-6.00 sec 113 MBytes 946 Mbits/sec
23902026-02-19T04:58:39.523Z[ 11] 5.00-6.00 sec 113 MBytes 947 Mbits/sec
23912026-02-19T04:58:39.523Z[ 13] 5.00-6.00 sec 113 MBytes 947 Mbits/sec
23922026-02-19T04:58:39.523Z[ 15] 5.00-6.00 sec 113 MBytes 946 Mbits/sec
23932026-02-19T04:58:39.523Z[ 17] 5.00-6.00 sec 113 MBytes 947 Mbits/sec
23942026-02-19T04:58:39.523Z[ 19] 5.00-6.00 sec 113 MBytes 946 Mbits/sec
23952026-02-19T04:58:39.523Z[SUM] 5.00-6.00 sec 903 MBytes 7.57 Gbits/sec
23962026-02-19T04:58:39.523Z- - - - - - - - - - - - - - - - - - - - - - - - -
23972026-02-19T04:58:39.523Z[ 5] 6.00-7.00 sec 108 MBytes 902 Mbits/sec
23982026-02-19T04:58:39.523Z[ 7] 6.00-7.00 sec 107 MBytes 901 Mbits/sec
23992026-02-19T04:58:39.523Z[ 9] 6.00-7.00 sec 108 MBytes 902 Mbits/sec
24002026-02-19T04:58:42.739Z[ 11] 6.00-7.00 sec 107 MBytes 901 Mbits/sec
24012026-02-19T04:58:42.739Z[ 13] 6.00-7.00 sec 107 MBytes 901 Mbits/sec
24022026-02-19T04:58:42.739Z[ 15] 6.00-7.00 sec 107 MBytes 901 Mbits/sec
24032026-02-19T04:58:42.739Z[ 17] 6.00-7.00 sec 107 MBytes 902 Mbits/sec
24042026-02-19T04:58:42.739Z[ 19] 6.00-7.00 sec 107 MBytes 901 Mbits/sec
24052026-02-19T04:58:42.739Z[SUM] 6.00-7.00 sec 860 MBytes 7.21 Gbits/sec
24062026-02-19T04:58:42.739Z- - - - - - - - - - - - - - - - - - - - - - - - -
24072026-02-19T04:58:42.739Z[ 5] 7.00-8.00 sec 113 MBytes 952 Mbits/sec
24082026-02-19T04:58:42.739Z[ 7] 7.00-8.00 sec 113 MBytes 951 Mbits/sec
24092026-02-19T04:58:42.739Z[ 9] 7.00-8.00 sec 113 MBytes 952 Mbits/sec
24102026-02-19T04:58:42.739Z[ 11] 7.00-8.00 sec 113 MBytes 952 Mbits/sec
24112026-02-19T04:58:42.739Z[ 13] 7.00-8.00 sec 113 MBytes 952 Mbits/sec
24122026-02-19T04:58:42.739Z[ 15] 7.00-8.00 sec 114 MBytes 952 Mbits/sec
24132026-02-19T04:58:42.739Z[ 17] 7.00-8.00 sec 113 MBytes 951 Mbits/sec
24142026-02-19T04:58:42.739Z[ 19] 7.00-8.00 sec 113 MBytes 952 Mbits/sec
24152026-02-19T04:58:42.739Z[SUM] 7.00-8.00 sec 908 MBytes 7.61 Gbits/sec
24162026-02-19T04:58:42.739Z- - - - - - - - - - - - - - - - - - - - - - - - -
24172026-02-19T04:58:42.739Z[ 5] 8.00-9.00 sec 116 MBytes 972 Mbits/sec
24182026-02-19T04:58:42.739Z[ 7] 8.00-9.00 sec 116 MBytes 972 Mbits/sec
24192026-02-19T04:58:42.739Z[ 9] 8.00-9.00 sec 116 MBytes 971 Mbits/sec
24202026-02-19T04:58:42.739Z[ 11] 8.00-9.00 sec 116 MBytes 971 Mbits/sec
24212026-02-19T04:58:42.739Z[ 13] 8.00-9.00 sec 116 MBytes 972 Mbits/sec
24222026-02-19T04:58:42.740Z[ 15] 8.00-9.00 sec 116 MBytes 970 Mbits/sec
24232026-02-19T04:58:42.740Z[ 17] 8.00-9.00 sec 116 MBytes 971 Mbits/sec
24242026-02-19T04:58:42.740Z[ 19] 8.00-9.00 sec 116 MBytes 971 Mbits/sec
24252026-02-19T04:58:42.740Z[SUM] 8.00-9.00 sec 926 MBytes 7.77 Gbits/sec
24262026-02-19T04:58:42.740Z- - - - - - - - - - - - - - - - - - - - - - - - -
24272026-02-19T04:58:42.740Z[ 5] 9.00-10.00 sec 112 MBytes 938 Mbits/sec
24282026-02-19T04:58:42.740Z[ 7] 9.00-10.00 sec 112 MBytes 937 Mbits/sec
24292026-02-19T04:58:42.740Z[ 9] 9.00-10.00 sec 111 MBytes 935 Mbits/sec
24302026-02-19T04:58:42.740Z[ 11] 9.00-10.00 sec 111 MBytes 935 Mbits/sec
24312026-02-19T04:58:42.740Z[ 13] 9.00-10.00 sec 111 MBytes 935 Mbits/sec
24322026-02-19T04:58:42.740Z[ 15] 9.00-10.00 sec 112 MBytes 938 Mbits/sec
24332026-02-19T04:58:42.740Z[ 17] 9.00-10.00 sec 112 MBytes 938 Mbits/sec
24342026-02-19T04:58:42.740Z[ 19] 9.00-10.00 sec 111 MBytes 935 Mbits/sec
24352026-02-19T04:58:42.740Z[SUM] 9.00-10.00 sec 893 MBytes 7.49 Gbits/sec
24362026-02-19T04:58:42.740Z- - - - - - - - - - - - - - - - - - - - - - - - -
24372026-02-19T04:58:42.740Z[ 5] 10.00-10.00 sec 48.1 KBytes 754 Mbits/sec
24382026-02-19T04:58:42.740Z[ 7] 10.00-10.00 sec 96.2 KBytes 1.51 Gbits/sec
24392026-02-19T04:58:42.740Z[ 9] 10.00-10.00 sec 144 KBytes 2.27 Gbits/sec
24402026-02-19T04:58:42.740Z[ 11] 10.00-10.00 sec 96.2 KBytes 1.51 Gbits/sec
24412026-02-19T04:58:42.740Z[ 13] 10.00-10.00 sec 96.2 KBytes 1.51 Gbits/sec
24422026-02-19T04:58:42.740Z[ 15] 10.00-10.00 sec 96.2 KBytes 1.51 Gbits/sec
24432026-02-19T04:58:42.740Z[ 17] 10.00-10.00 sec 96.2 KBytes 1.51 Gbits/sec
24442026-02-19T04:58:42.740Z[ 19] 10.00-10.00 sec 96.2 KBytes 1.51 Gbits/sec
24452026-02-19T04:58:42.744Z[SUM] 10.00-10.00 sec 769 KBytes 12.1 Gbits/sec
24462026-02-19T04:58:42.744Z- - - - - - - - - - - - - - - - - - - - - - - - -
24472026-02-19T04:58:42.744Z[ ID] Interval Transfer Bandwidth
24482026-02-19T04:58:42.744Z[ 5] 0.00-10.00 sec 1.09 GBytes 937 Mbits/sec sender
24492026-02-19T04:58:42.744Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24502026-02-19T04:58:42.744Z[ 7] 0.00-10.00 sec 1.09 GBytes 937 Mbits/sec sender
24512026-02-19T04:58:42.744Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24522026-02-19T04:58:42.744Z[ 9] 0.00-10.00 sec 1.09 GBytes 937 Mbits/sec sender
24532026-02-19T04:58:42.744Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24542026-02-19T04:58:42.744Z[ 11] 0.00-10.00 sec 1.09 GBytes 937 Mbits/sec sender
24552026-02-19T04:58:42.744Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24562026-02-19T04:58:42.744Z[ 13] 0.00-10.00 sec 1.09 GBytes 937 Mbits/sec sender
24572026-02-19T04:58:42.744Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24582026-02-19T04:58:42.744Z[ 15] 0.00-10.00 sec 1.09 GBytes 937 Mbits/sec sender
24592026-02-19T04:58:42.744Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24602026-02-19T04:58:42.744Z[ 17] 0.00-10.00 sec 1.09 GBytes 937 Mbits/sec sender
24612026-02-19T04:58:42.744Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24622026-02-19T04:58:42.744Z[ 19] 0.00-10.00 sec 1.09 GBytes 936 Mbits/sec sender
24632026-02-19T04:58:42.744Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24642026-02-19T04:58:42.744Z[SUM] 0.00-10.00 sec 8.73 GBytes 7.49 Gbits/sec sender
24652026-02-19T04:58:42.745Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24662026-02-19T04:58:42.745ZRun 5/5...7494.781Mbps
24672026-02-19T04:58:42.745Z###---------------------###
24682026-02-19T04:58:42.745Z::: iPerf done... :::
24692026-02-19T04:58:42.745Z:::Awaiting out files...:::
24702026-02-19T04:58:42.745Z###---------------------###
24712026-02-19T04:58:42.745Z###-----###
24722026-02-19T04:58:42.745Z:::done!:::
24732026-02-19T04:58:42.745Z###-----###
24742026-02-19T04:58:42.745Z###-------------------###
24752026-02-19T04:58:42.745Z:::Running experiment :::
24762026-02-19T04:58:42.745Z:::iperf-tcp/local/c2s:::
24772026-02-19T04:58:42.745Z###-------------------###
24782026-02-19T04:58:43.092Zdtrace: description 'profile-201us ' matched 2 probes
24792026-02-19T04:58:49.771Z-----------------------------------------------------------
24802026-02-19T04:58:49.772ZServer listening on 5201
24812026-02-19T04:58:49.772Z-----------------------------------------------------------
24822026-02-19T04:58:49.772ZAccepted connection from 10.0.0.1, port 35463
24832026-02-19T04:58:49.772Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40362
24842026-02-19T04:58:49.772Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46916
24852026-02-19T04:58:49.772Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44453
24862026-02-19T04:58:49.772Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43897
24872026-02-19T04:58:49.772Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53675
24882026-02-19T04:58:49.772Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38656
24892026-02-19T04:58:49.772Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40939
24902026-02-19T04:58:49.772Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50121
24912026-02-19T04:58:49.772Z[ ID] Interval Transfer Bandwidth
24922026-02-19T04:58:49.772Z[ 5] 0.00-1.00 sec 20.1 MBytes 169 Mbits/sec
24932026-02-19T04:58:49.772Z[ 7] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec
24942026-02-19T04:58:49.772Z[ 9] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec
24952026-02-19T04:58:49.772Z[ 11] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec
24962026-02-19T04:58:49.772Z[ 13] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec
24972026-02-19T04:58:49.772Z[ 15] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
24982026-02-19T04:58:49.772Z[ 17] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
24992026-02-19T04:58:49.772Z[ 19] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
25002026-02-19T04:58:49.772Z[SUM] 0.00-1.00 sec 160 MBytes 1.34 Gbits/sec
25012026-02-19T04:58:49.772Z- - - - - - - - - - - - - - - - - - - - - - - - -
25022026-02-19T04:58:49.772Z[ 5] 1.00-2.00 sec 24.3 MBytes 204 Mbits/sec
25032026-02-19T04:58:49.772Z[ 7] 1.00-2.00 sec 24.3 MBytes 204 Mbits/sec
25042026-02-19T04:58:49.772Z[ 9] 1.00-2.00 sec 24.3 MBytes 204 Mbits/sec
25052026-02-19T04:58:49.772Z[ 11] 1.00-2.00 sec 24.3 MBytes 204 Mbits/sec
25062026-02-19T04:58:49.772Z[ 13] 1.00-2.00 sec 24.3 MBytes 204 Mbits/sec
25072026-02-19T04:58:49.772Z[ 15] 1.00-2.00 sec 24.3 MBytes 204 Mbits/sec
25082026-02-19T04:58:49.772Z[ 17] 1.00-2.00 sec 24.3 MBytes 204 Mbits/sec
25092026-02-19T04:58:49.772Z[ 19] 1.00-2.00 sec 24.3 MBytes 204 Mbits/sec
25102026-02-19T04:58:49.772Z[SUM] 1.00-2.00 sec 194 MBytes 1.63 Gbits/sec
25112026-02-19T04:58:49.772Z- - - - - - - - - - - - - - - - - - - - - - - - -
25122026-02-19T04:58:49.772Z[ 5] 2.00-3.00 sec 24.4 MBytes 205 Mbits/sec
25132026-02-19T04:58:49.772Z[ 7] 2.00-3.00 sec 24.5 MBytes 205 Mbits/sec
25142026-02-19T04:58:49.772Z[ 9] 2.00-3.00 sec 24.4 MBytes 204 Mbits/sec
25152026-02-19T04:58:49.772Z[ 11] 2.00-3.00 sec 24.4 MBytes 205 Mbits/sec
25162026-02-19T04:58:49.772Z[ 13] 2.00-3.00 sec 24.4 MBytes 205 Mbits/sec
25172026-02-19T04:58:49.772Z[ 15] 2.00-3.00 sec 24.3 MBytes 204 Mbits/sec
25182026-02-19T04:58:49.773Z[ 17] 2.00-3.00 sec 24.4 MBytes 205 Mbits/sec
25192026-02-19T04:58:49.773Z[ 19] 2.00-3.00 sec 24.4 MBytes 204 Mbits/sec
25202026-02-19T04:58:49.773Z[SUM] 2.00-3.00 sec 195 MBytes 1.64 Gbits/sec
25212026-02-19T04:58:49.773Z- - - - - - - - - - - - - - - - - - - - - - - - -
25222026-02-19T04:58:49.773Z[ 5] 3.00-4.00 sec 24.4 MBytes 205 Mbits/sec
25232026-02-19T04:58:49.773Z[ 7] 3.00-4.00 sec 24.4 MBytes 205 Mbits/sec
25242026-02-19T04:58:49.773Z[ 9] 3.00-4.00 sec 24.5 MBytes 205 Mbits/sec
25252026-02-19T04:58:49.773Z[ 11] 3.00-4.00 sec 24.4 MBytes 205 Mbits/sec
25262026-02-19T04:58:49.773Z[ 13] 3.00-4.00 sec 24.4 MBytes 205 Mbits/sec
25272026-02-19T04:58:49.773Z[ 15] 3.00-4.00 sec 24.4 MBytes 205 Mbits/sec
25282026-02-19T04:58:49.773Z[ 17] 3.00-4.00 sec 24.4 MBytes 205 Mbits/sec
25292026-02-19T04:58:49.773Z[ 19] 3.00-4.00 sec 24.4 MBytes 205 Mbits/sec
25302026-02-19T04:58:49.773Z[SUM] 3.00-4.00 sec 195 MBytes 1.64 Gbits/sec
25312026-02-19T04:58:49.773Z- - - - - - - - - - - - - - - - - - - - - - - - -
25322026-02-19T04:58:49.773Z[ 5] 4.00-5.00 sec 24.3 MBytes 204 Mbits/sec
25332026-02-19T04:58:49.773Z[ 7] 4.00-5.00 sec 24.3 MBytes 204 Mbits/sec
25342026-02-19T04:58:49.773Z[ 9] 4.00-5.00 sec 24.3 MBytes 204 Mbits/sec
25352026-02-19T04:58:49.773Z[ 11] 4.00-5.00 sec 24.2 MBytes 203 Mbits/sec
25362026-02-19T04:58:49.773Z[ 13] 4.00-5.00 sec 24.3 MBytes 204 Mbits/sec
25372026-02-19T04:58:49.773Z[ 15] 4.00-5.00 sec 24.3 MBytes 204 Mbits/sec
25382026-02-19T04:58:49.773Z[ 17] 4.00-5.00 sec 24.3 MBytes 204 Mbits/sec
25392026-02-19T04:58:49.773Z[ 19] 4.00-5.00 sec 24.2 MBytes 203 Mbits/sec
25402026-02-19T04:58:49.773Z[SUM] 4.00-5.00 sec 194 MBytes 1.63 Gbits/sec
25412026-02-19T04:58:49.773Z- - - - - - - - - - - - - - - - - - - - - - - - -
25422026-02-19T04:58:49.773Z[ 5] 5.00-6.00 sec 25.0 MBytes 210 Mbits/sec
25432026-02-19T04:58:49.773Z[ 7] 5.00-6.00 sec 25.1 MBytes 211 Mbits/sec
25442026-02-19T04:58:49.773Z[ 9] 5.00-6.00 sec 25.2 MBytes 211 Mbits/sec
25452026-02-19T04:58:49.773Z[ 11] 5.00-6.00 sec 25.1 MBytes 211 Mbits/sec
25462026-02-19T04:58:49.773Z[ 13] 5.00-6.00 sec 25.1 MBytes 211 Mbits/sec
25472026-02-19T04:58:49.773Z[ 15] 5.00-6.00 sec 25.1 MBytes 211 Mbits/sec
25482026-02-19T04:58:49.773Z[ 17] 5.00-6.00 sec 25.1 MBytes 211 Mbits/sec
25492026-02-19T04:58:49.773Z[ 19] 5.00-6.00 sec 25.1 MBytes 211 Mbits/sec
25502026-02-19T04:58:49.773Z[SUM] 5.00-6.00 sec 201 MBytes 1.69 Gbits/sec
25512026-02-19T04:58:49.773Z- - - - - - - - - - - - - - - - - - - - - - - - -
25522026-02-19T04:58:49.773Z[ 5] 6.00-7.00 sec 25.2 MBytes 212 Mbits/sec
25532026-02-19T04:58:49.773Z[ 7] 6.00-7.00 sec 25.1 MBytes 211 Mbits/sec
25542026-02-19T04:58:49.773Z[ 9] 6.00-7.00 sec 25.3 MBytes 212 Mbits/sec
25552026-02-19T04:58:52.990Z[ 11] 6.00-7.00 sec 25.3 MBytes 212 Mbits/sec
25562026-02-19T04:58:52.990Z[ 13] 6.00-7.00 sec 25.1 MBytes 211 Mbits/sec
25572026-02-19T04:58:52.990Z[ 15] 6.00-7.00 sec 25.2 MBytes 211 Mbits/sec
25582026-02-19T04:58:52.990Z[ 17] 6.00-7.00 sec 25.1 MBytes 211 Mbits/sec
25592026-02-19T04:58:52.990Z[ 19] 6.00-7.00 sec 25.2 MBytes 212 Mbits/sec
25602026-02-19T04:58:52.990Z[SUM] 6.00-7.00 sec 202 MBytes 1.69 Gbits/sec
25612026-02-19T04:58:52.990Z- - - - - - - - - - - - - - - - - - - - - - - - -
25622026-02-19T04:58:52.990Z[ 5] 7.00-8.00 sec 24.6 MBytes 206 Mbits/sec
25632026-02-19T04:58:52.990Z[ 7] 7.00-8.00 sec 24.5 MBytes 206 Mbits/sec
25642026-02-19T04:58:52.990Z[ 9] 7.00-8.00 sec 24.5 MBytes 206 Mbits/sec
25652026-02-19T04:58:52.990Z[ 11] 7.00-8.00 sec 24.5 MBytes 206 Mbits/sec
25662026-02-19T04:58:52.990Z[ 13] 7.00-8.00 sec 24.6 MBytes 206 Mbits/sec
25672026-02-19T04:58:52.990Z[ 15] 7.00-8.00 sec 24.5 MBytes 206 Mbits/sec
25682026-02-19T04:58:52.990Z[ 17] 7.00-8.00 sec 24.5 MBytes 206 Mbits/sec
25692026-02-19T04:58:52.990Z[ 19] 7.00-8.00 sec 24.5 MBytes 206 Mbits/sec
25702026-02-19T04:58:52.990Z[SUM] 7.00-8.00 sec 196 MBytes 1.65 Gbits/sec
25712026-02-19T04:58:52.990Z- - - - - - - - - - - - - - - - - - - - - - - - -
25722026-02-19T04:58:52.990Z[ 5] 8.00-9.00 sec 24.5 MBytes 205 Mbits/sec
25732026-02-19T04:58:52.990Z[ 7] 8.00-9.00 sec 24.5 MBytes 205 Mbits/sec
25742026-02-19T04:58:52.991Z[ 9] 8.00-9.00 sec 24.5 MBytes 205 Mbits/sec
25752026-02-19T04:58:52.991Z[ 11] 8.00-9.00 sec 24.4 MBytes 205 Mbits/sec
25762026-02-19T04:58:52.991Z[ 13] 8.00-9.00 sec 24.4 MBytes 205 Mbits/sec
25772026-02-19T04:58:52.991Z[ 15] 8.00-9.00 sec 24.4 MBytes 205 Mbits/sec
25782026-02-19T04:58:52.991Z[ 17] 8.00-9.00 sec 24.5 MBytes 205 Mbits/sec
25792026-02-19T04:58:52.991Z[ 19] 8.00-9.00 sec 24.4 MBytes 205 Mbits/sec
25802026-02-19T04:58:52.991Z[SUM] 8.00-9.00 sec 196 MBytes 1.64 Gbits/sec
25812026-02-19T04:58:52.991Z- - - - - - - - - - - - - - - - - - - - - - - - -
25822026-02-19T04:58:52.991Z[ 5] 9.00-10.00 sec 24.3 MBytes 204 Mbits/sec
25832026-02-19T04:58:52.991Z[ 7] 9.00-10.00 sec 24.2 MBytes 203 Mbits/sec
25842026-02-19T04:58:52.991Z[ 9] 9.00-10.00 sec 24.2 MBytes 203 Mbits/sec
25852026-02-19T04:58:52.991Z[ 11] 9.00-10.00 sec 24.3 MBytes 204 Mbits/sec
25862026-02-19T04:58:52.991Z[ 13] 9.00-10.00 sec 24.3 MBytes 204 Mbits/sec
25872026-02-19T04:58:52.991Z[ 15] 9.00-10.00 sec 24.3 MBytes 203 Mbits/sec
25882026-02-19T04:58:52.991Z[ 17] 9.00-10.00 sec 24.2 MBytes 203 Mbits/sec
25892026-02-19T04:58:52.991Z[ 19] 9.00-10.00 sec 24.3 MBytes 203 Mbits/sec
25902026-02-19T04:58:52.991Z[SUM] 9.00-10.00 sec 194 MBytes 1.63 Gbits/sec
25912026-02-19T04:58:52.991Z- - - - - - - - - - - - - - - - - - - - - - - - -
25922026-02-19T04:58:52.991Z[ 5] 10.00-10.00 sec 9.72 KBytes 67.5 Mbits/sec
25932026-02-19T04:58:52.991Z[ 7] 10.00-10.00 sec 106 KBytes 736 Mbits/sec
25942026-02-19T04:58:52.991Z[ 9] 10.00-10.00 sec 90.3 KBytes 628 Mbits/sec
25952026-02-19T04:58:52.991Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25962026-02-19T04:58:52.991Z[ 13] 10.00-10.00 sec 62.6 KBytes 435 Mbits/sec
25972026-02-19T04:58:52.991Z[ 15] 10.00-10.00 sec 67.5 KBytes 470 Mbits/sec
25982026-02-19T04:58:52.991Z[ 17] 10.00-10.00 sec 11.7 KBytes 81.1 Mbits/sec
25992026-02-19T04:58:52.991Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
26002026-02-19T04:58:52.991Z[SUM] 10.00-10.00 sec 348 KBytes 2.42 Gbits/sec
26012026-02-19T04:58:52.991Z- - - - - - - - - - - - - - - - - - - - - - - - -
26022026-02-19T04:58:52.991Z[ ID] Interval Transfer Bandwidth
26032026-02-19T04:58:52.991Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26042026-02-19T04:58:52.991Z[ 5] 0.00-10.00 sec 241 MBytes 202 Mbits/sec receiver
26052026-02-19T04:58:52.995Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26062026-02-19T04:58:52.995Z[ 7] 0.00-10.00 sec 241 MBytes 202 Mbits/sec receiver
26072026-02-19T04:58:52.995Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26082026-02-19T04:58:52.995Z[ 9] 0.00-10.00 sec 241 MBytes 202 Mbits/sec receiver
26092026-02-19T04:58:52.995Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26102026-02-19T04:58:52.995Z[ 11] 0.00-10.00 sec 241 MBytes 202 Mbits/sec receiver
26112026-02-19T04:58:52.995Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26122026-02-19T04:58:52.995Z[ 13] 0.00-10.00 sec 241 MBytes 202 Mbits/sec receiver
26132026-02-19T04:58:52.995Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26142026-02-19T04:58:52.995Z[ 15] 0.00-10.00 sec 241 MBytes 202 Mbits/sec receiver
26152026-02-19T04:58:52.995Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26162026-02-19T04:58:52.995Z[ 17] 0.00-10.00 sec 241 MBytes 202 Mbits/sec receiver
26172026-02-19T04:58:52.995Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26182026-02-19T04:58:52.995Z[ 19] 0.00-10.00 sec 241 MBytes 202 Mbits/sec receiver
26192026-02-19T04:58:52.995Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26202026-02-19T04:58:52.995Z[SUM] 0.00-10.00 sec 1.88 GBytes 1.62 Gbits/sec receiver
26212026-02-19T04:58:52.995ZRun 1/10...1617.443Mbps
26222026-02-19T04:59:00.025Z-----------------------------------------------------------
26232026-02-19T04:59:00.025ZServer listening on 5201
26242026-02-19T04:59:00.025Z-----------------------------------------------------------
26252026-02-19T04:59:00.025ZAccepted connection from 10.0.0.1, port 45270
26262026-02-19T04:59:00.025Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52201
26272026-02-19T04:59:00.025Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52716
26282026-02-19T04:59:00.025Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54393
26292026-02-19T04:59:00.025Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64337
26302026-02-19T04:59:00.025Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45020
26312026-02-19T04:59:00.025Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54866
26322026-02-19T04:59:00.025Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38575
26332026-02-19T04:59:00.025Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53036
26342026-02-19T04:59:00.025Z[ ID] Interval Transfer Bandwidth
26352026-02-19T04:59:00.025Z[ 5] 0.00-1.00 sec 16.8 MBytes 141 Mbits/sec
26362026-02-19T04:59:00.025Z[ 7] 0.00-1.00 sec 17.0 MBytes 142 Mbits/sec
26372026-02-19T04:59:00.025Z[ 9] 0.00-1.00 sec 16.9 MBytes 142 Mbits/sec
26382026-02-19T04:59:00.025Z[ 11] 0.00-1.00 sec 16.9 MBytes 142 Mbits/sec
26392026-02-19T04:59:00.025Z[ 13] 0.00-1.00 sec 16.9 MBytes 142 Mbits/sec
26402026-02-19T04:59:00.025Z[ 15] 0.00-1.00 sec 16.9 MBytes 142 Mbits/sec
26412026-02-19T04:59:00.025Z[ 17] 0.00-1.00 sec 16.9 MBytes 141 Mbits/sec
26422026-02-19T04:59:00.025Z[ 19] 0.00-1.00 sec 16.9 MBytes 142 Mbits/sec
26432026-02-19T04:59:00.025Z[SUM] 0.00-1.00 sec 135 MBytes 1.13 Gbits/sec
26442026-02-19T04:59:00.025Z- - - - - - - - - - - - - - - - - - - - - - - - -
26452026-02-19T04:59:00.025Z[ 5] 1.00-2.00 sec 24.4 MBytes 205 Mbits/sec
26462026-02-19T04:59:00.025Z[ 7] 1.00-2.00 sec 24.4 MBytes 204 Mbits/sec
26472026-02-19T04:59:00.025Z[ 9] 1.00-2.00 sec 24.4 MBytes 205 Mbits/sec
26482026-02-19T04:59:00.025Z[ 11] 1.00-2.00 sec 24.4 MBytes 205 Mbits/sec
26492026-02-19T04:59:00.025Z[ 13] 1.00-2.00 sec 24.4 MBytes 205 Mbits/sec
26502026-02-19T04:59:00.025Z[ 15] 1.00-2.00 sec 24.4 MBytes 204 Mbits/sec
26512026-02-19T04:59:00.025Z[ 17] 1.00-2.00 sec 24.3 MBytes 204 Mbits/sec
26522026-02-19T04:59:00.025Z[ 19] 1.00-2.00 sec 24.4 MBytes 205 Mbits/sec
26532026-02-19T04:59:00.025Z[SUM] 1.00-2.00 sec 195 MBytes 1.64 Gbits/sec
26542026-02-19T04:59:00.026Z- - - - - - - - - - - - - - - - - - - - - - - - -
26552026-02-19T04:59:00.026Z[ 5] 2.00-3.00 sec 23.9 MBytes 200 Mbits/sec
26562026-02-19T04:59:00.026Z[ 7] 2.00-3.00 sec 23.9 MBytes 200 Mbits/sec
26572026-02-19T04:59:00.026Z[ 9] 2.00-3.00 sec 23.9 MBytes 201 Mbits/sec
26582026-02-19T04:59:00.026Z[ 11] 2.00-3.00 sec 23.9 MBytes 201 Mbits/sec
26592026-02-19T04:59:00.026Z[ 13] 2.00-3.00 sec 24.0 MBytes 201 Mbits/sec
26602026-02-19T04:59:00.026Z[ 15] 2.00-3.00 sec 23.9 MBytes 200 Mbits/sec
26612026-02-19T04:59:00.026Z[ 17] 2.00-3.00 sec 23.9 MBytes 201 Mbits/sec
26622026-02-19T04:59:00.026Z[ 19] 2.00-3.00 sec 23.9 MBytes 200 Mbits/sec
26632026-02-19T04:59:00.026Z[SUM] 2.00-3.00 sec 191 MBytes 1.60 Gbits/sec
26642026-02-19T04:59:00.026Z- - - - - - - - - - - - - - - - - - - - - - - - -
26652026-02-19T04:59:00.026Z[ 5] 3.00-4.00 sec 23.8 MBytes 200 Mbits/sec
26662026-02-19T04:59:00.026Z[ 7] 3.00-4.00 sec 23.9 MBytes 200 Mbits/sec
26672026-02-19T04:59:00.026Z[ 9] 3.00-4.00 sec 23.9 MBytes 201 Mbits/sec
26682026-02-19T04:59:00.026Z[ 11] 3.00-4.00 sec 23.9 MBytes 200 Mbits/sec
26692026-02-19T04:59:00.026Z[ 13] 3.00-4.00 sec 23.8 MBytes 200 Mbits/sec
26702026-02-19T04:59:00.026Z[ 15] 3.00-4.00 sec 23.8 MBytes 200 Mbits/sec
26712026-02-19T04:59:00.026Z[ 17] 3.00-4.00 sec 23.8 MBytes 199 Mbits/sec
26722026-02-19T04:59:00.026Z[ 19] 3.00-4.00 sec 23.8 MBytes 199 Mbits/sec
26732026-02-19T04:59:00.026Z[SUM] 3.00-4.00 sec 191 MBytes 1.60 Gbits/sec
26742026-02-19T04:59:00.026Z- - - - - - - - - - - - - - - - - - - - - - - - -
26752026-02-19T04:59:00.026Z[ 5] 4.00-5.00 sec 24.4 MBytes 205 Mbits/sec
26762026-02-19T04:59:00.026Z[ 7] 4.00-5.00 sec 24.4 MBytes 205 Mbits/sec
26772026-02-19T04:59:00.026Z[ 9] 4.00-5.00 sec 24.4 MBytes 204 Mbits/sec
26782026-02-19T04:59:00.026Z[ 11] 4.00-5.00 sec 24.4 MBytes 205 Mbits/sec
26792026-02-19T04:59:00.026Z[ 13] 4.00-5.00 sec 24.4 MBytes 205 Mbits/sec
26802026-02-19T04:59:00.026Z[ 15] 4.00-5.00 sec 24.4 MBytes 204 Mbits/sec
26812026-02-19T04:59:00.026Z[ 17] 4.00-5.00 sec 24.5 MBytes 205 Mbits/sec
26822026-02-19T04:59:00.026Z[ 19] 4.00-5.00 sec 24.4 MBytes 205 Mbits/sec
26832026-02-19T04:59:00.026Z[SUM] 4.00-5.00 sec 195 MBytes 1.64 Gbits/sec
26842026-02-19T04:59:00.026Z- - - - - - - - - - - - - - - - - - - - - - - - -
26852026-02-19T04:59:00.026Z[ 5] 5.00-6.00 sec 24.5 MBytes 205 Mbits/sec
26862026-02-19T04:59:00.026Z[ 7] 5.00-6.00 sec 24.5 MBytes 206 Mbits/sec
26872026-02-19T04:59:00.026Z[ 9] 5.00-6.00 sec 24.5 MBytes 206 Mbits/sec
26882026-02-19T04:59:00.026Z[ 11] 5.00-6.00 sec 24.6 MBytes 206 Mbits/sec
26892026-02-19T04:59:00.026Z[ 13] 5.00-6.00 sec 24.7 MBytes 207 Mbits/sec
26902026-02-19T04:59:00.026Z[ 15] 5.00-6.00 sec 24.6 MBytes 206 Mbits/sec
26912026-02-19T04:59:00.026Z[ 17] 5.00-6.00 sec 24.6 MBytes 207 Mbits/sec
26922026-02-19T04:59:00.026Z[ 19] 5.00-6.00 sec 24.7 MBytes 207 Mbits/sec
26932026-02-19T04:59:00.026Z[SUM] 5.00-6.00 sec 197 MBytes 1.65 Gbits/sec
26942026-02-19T04:59:00.027Z- - - - - - - - - - - - - - - - - - - - - - - - -
26952026-02-19T04:59:00.027Z[ 5] 6.00-7.00 sec 24.5 MBytes 206 Mbits/sec
26962026-02-19T04:59:00.027Z[ 7] 6.00-7.00 sec 24.5 MBytes 206 Mbits/sec
26972026-02-19T04:59:00.027Z[ 9] 6.00-7.00 sec 24.5 MBytes 206 Mbits/sec
26982026-02-19T04:59:03.242Z[ 11] 6.00-7.00 sec 24.6 MBytes 206 Mbits/sec
26992026-02-19T04:59:03.243Z[ 13] 6.00-7.00 sec 24.5 MBytes 206 Mbits/sec
27002026-02-19T04:59:03.243Z[ 15] 6.00-7.00 sec 24.5 MBytes 206 Mbits/sec
27012026-02-19T04:59:03.243Z[ 17] 6.00-7.00 sec 24.5 MBytes 206 Mbits/sec
27022026-02-19T04:59:03.243Z[ 19] 6.00-7.00 sec 24.5 MBytes 206 Mbits/sec
27032026-02-19T04:59:03.243Z[SUM] 6.00-7.00 sec 196 MBytes 1.65 Gbits/sec
27042026-02-19T04:59:03.243Z- - - - - - - - - - - - - - - - - - - - - - - - -
27052026-02-19T04:59:03.243Z[ 5] 7.00-8.00 sec 24.5 MBytes 206 Mbits/sec
27062026-02-19T04:59:03.243Z[ 7] 7.00-8.00 sec 24.6 MBytes 206 Mbits/sec
27072026-02-19T04:59:03.243Z[ 9] 7.00-8.00 sec 24.6 MBytes 206 Mbits/sec
27082026-02-19T04:59:03.243Z[ 11] 7.00-8.00 sec 24.6 MBytes 206 Mbits/sec
27092026-02-19T04:59:03.243Z[ 13] 7.00-8.00 sec 24.6 MBytes 206 Mbits/sec
27102026-02-19T04:59:03.243Z[ 15] 7.00-8.00 sec 24.5 MBytes 206 Mbits/sec
27112026-02-19T04:59:03.243Z[ 17] 7.00-8.00 sec 24.6 MBytes 206 Mbits/sec
27122026-02-19T04:59:03.243Z[ 19] 7.00-8.00 sec 24.5 MBytes 206 Mbits/sec
27132026-02-19T04:59:03.243Z[SUM] 7.00-8.00 sec 196 MBytes 1.65 Gbits/sec
27142026-02-19T04:59:03.243Z- - - - - - - - - - - - - - - - - - - - - - - - -
27152026-02-19T04:59:03.243Z[ 5] 8.00-9.00 sec 24.2 MBytes 203 Mbits/sec
27162026-02-19T04:59:03.243Z[ 7] 8.00-9.00 sec 24.1 MBytes 202 Mbits/sec
27172026-02-19T04:59:03.243Z[ 9] 8.00-9.00 sec 24.2 MBytes 203 Mbits/sec
27182026-02-19T04:59:03.243Z[ 11] 8.00-9.00 sec 24.2 MBytes 203 Mbits/sec
27192026-02-19T04:59:03.243Z[ 13] 8.00-9.00 sec 24.1 MBytes 202 Mbits/sec
27202026-02-19T04:59:03.243Z[ 15] 8.00-9.00 sec 24.2 MBytes 203 Mbits/sec
27212026-02-19T04:59:03.243Z[ 17] 8.00-9.00 sec 24.1 MBytes 202 Mbits/sec
27222026-02-19T04:59:03.243Z[ 19] 8.00-9.00 sec 24.1 MBytes 202 Mbits/sec
27232026-02-19T04:59:03.243Z[SUM] 8.00-9.00 sec 193 MBytes 1.62 Gbits/sec
27242026-02-19T04:59:03.243Z- - - - - - - - - - - - - - - - - - - - - - - - -
27252026-02-19T04:59:03.243Z[ 5] 9.00-10.00 sec 24.7 MBytes 207 Mbits/sec
27262026-02-19T04:59:03.243Z[ 7] 9.00-10.00 sec 24.7 MBytes 207 Mbits/sec
27272026-02-19T04:59:03.243Z[ 9] 9.00-10.00 sec 24.7 MBytes 207 Mbits/sec
27282026-02-19T04:59:03.243Z[ 11] 9.00-10.00 sec 24.6 MBytes 206 Mbits/sec
27292026-02-19T04:59:03.243Z[ 13] 9.00-10.00 sec 24.6 MBytes 207 Mbits/sec
27302026-02-19T04:59:03.243Z[ 15] 9.00-10.00 sec 24.6 MBytes 207 Mbits/sec
27312026-02-19T04:59:03.243Z[ 17] 9.00-10.00 sec 24.7 MBytes 208 Mbits/sec
27322026-02-19T04:59:03.243Z[ 19] 9.00-10.00 sec 24.7 MBytes 207 Mbits/sec
27332026-02-19T04:59:03.243Z[SUM] 9.00-10.00 sec 197 MBytes 1.65 Gbits/sec
27342026-02-19T04:59:03.243Z- - - - - - - - - - - - - - - - - - - - - - - - -
27352026-02-19T04:59:03.243Z[ 5] 10.00-10.00 sec 55.7 KBytes 173 Mbits/sec
27362026-02-19T04:59:03.243Z[ 7] 10.00-10.00 sec 125 KBytes 388 Mbits/sec
27372026-02-19T04:59:03.244Z[ 9] 10.00-10.00 sec 121 KBytes 376 Mbits/sec
27382026-02-19T04:59:03.244Z[ 11] 10.00-10.00 sec 97.2 KBytes 302 Mbits/sec
27392026-02-19T04:59:03.244Z[ 13] 10.00-10.00 sec 75.1 KBytes 233 Mbits/sec
27402026-02-19T04:59:03.244Z[ 15] 10.00-10.00 sec 26.0 KBytes 80.7 Mbits/sec
27412026-02-19T04:59:03.244Z[ 17] 10.00-10.00 sec 9.72 KBytes 30.2 Mbits/sec
27422026-02-19T04:59:03.244Z[ 19] 10.00-10.00 sec 106 KBytes 329 Mbits/sec
27432026-02-19T04:59:03.244Z[SUM] 10.00-10.00 sec 615 KBytes 1.91 Gbits/sec
27442026-02-19T04:59:03.244Z- - - - - - - - - - - - - - - - - - - - - - - - -
27452026-02-19T04:59:03.244Z[ ID] Interval Transfer Bandwidth
27462026-02-19T04:59:03.244Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27472026-02-19T04:59:03.244Z[ 5] 0.00-10.00 sec 236 MBytes 198 Mbits/sec receiver
27482026-02-19T04:59:03.244Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27492026-02-19T04:59:03.244Z[ 7] 0.00-10.00 sec 236 MBytes 198 Mbits/sec receiver
27502026-02-19T04:59:03.244Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27512026-02-19T04:59:03.244Z[ 9] 0.00-10.00 sec 236 MBytes 198 Mbits/sec receiver
27522026-02-19T04:59:03.244Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27532026-02-19T04:59:03.244Z[ 11] 0.00-10.00 sec 236 MBytes 198 Mbits/sec receiver
27542026-02-19T04:59:03.244Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27552026-02-19T04:59:03.244Z[ 13] 0.00-10.00 sec 236 MBytes 198 Mbits/sec receiver
27562026-02-19T04:59:03.244Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27572026-02-19T04:59:03.244Z[ 15] 0.00-10.00 sec 236 MBytes 198 Mbits/sec receiver
27582026-02-19T04:59:03.244Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27592026-02-19T04:59:03.244Z[ 17] 0.00-10.00 sec 236 MBytes 198 Mbits/sec receiver
27602026-02-19T04:59:03.244Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27612026-02-19T04:59:03.244Z[ 19] 0.00-10.00 sec 236 MBytes 198 Mbits/sec receiver
27622026-02-19T04:59:03.244Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27632026-02-19T04:59:03.244Z[SUM] 0.00-10.00 sec 1.84 GBytes 1.58 Gbits/sec receiver
27642026-02-19T04:59:03.248ZRun 2/10...1583.975Mbps
27652026-02-19T04:59:10.275Z-----------------------------------------------------------
27662026-02-19T04:59:10.275ZServer listening on 5201
27672026-02-19T04:59:10.275Z-----------------------------------------------------------
27682026-02-19T04:59:10.275ZAccepted connection from 10.0.0.1, port 52666
27692026-02-19T04:59:10.275Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44176
27702026-02-19T04:59:10.275Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39164
27712026-02-19T04:59:10.275Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57203
27722026-02-19T04:59:10.275Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62847
27732026-02-19T04:59:10.275Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60254
27742026-02-19T04:59:10.275Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64698
27752026-02-19T04:59:10.275Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62517
27762026-02-19T04:59:10.275Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65490
27772026-02-19T04:59:10.275Z[ ID] Interval Transfer Bandwidth
27782026-02-19T04:59:10.275Z[ 5] 0.00-1.00 sec 17.2 MBytes 144 Mbits/sec
27792026-02-19T04:59:10.275Z[ 7] 0.00-1.00 sec 17.4 MBytes 146 Mbits/sec
27802026-02-19T04:59:10.275Z[ 9] 0.00-1.00 sec 17.4 MBytes 146 Mbits/sec
27812026-02-19T04:59:10.276Z[ 11] 0.00-1.00 sec 17.3 MBytes 145 Mbits/sec
27822026-02-19T04:59:10.276Z[ 13] 0.00-1.00 sec 17.3 MBytes 145 Mbits/sec
27832026-02-19T04:59:10.276Z[ 15] 0.00-1.00 sec 17.3 MBytes 145 Mbits/sec
27842026-02-19T04:59:10.276Z[ 17] 0.00-1.00 sec 17.2 MBytes 144 Mbits/sec
27852026-02-19T04:59:10.276Z[ 19] 0.00-1.00 sec 17.2 MBytes 145 Mbits/sec
27862026-02-19T04:59:10.276Z[SUM] 0.00-1.00 sec 138 MBytes 1.16 Gbits/sec
27872026-02-19T04:59:10.276Z- - - - - - - - - - - - - - - - - - - - - - - - -
27882026-02-19T04:59:10.276Z[ 5] 1.00-2.00 sec 25.3 MBytes 212 Mbits/sec
27892026-02-19T04:59:10.276Z[ 7] 1.00-2.00 sec 25.2 MBytes 212 Mbits/sec
27902026-02-19T04:59:10.276Z[ 9] 1.00-2.00 sec 25.2 MBytes 212 Mbits/sec
27912026-02-19T04:59:10.276Z[ 11] 1.00-2.00 sec 25.3 MBytes 212 Mbits/sec
27922026-02-19T04:59:10.276Z[ 13] 1.00-2.00 sec 25.3 MBytes 212 Mbits/sec
27932026-02-19T04:59:10.276Z[ 15] 1.00-2.00 sec 25.3 MBytes 212 Mbits/sec
27942026-02-19T04:59:10.276Z[ 17] 1.00-2.00 sec 25.3 MBytes 212 Mbits/sec
27952026-02-19T04:59:10.276Z[ 19] 1.00-2.00 sec 25.3 MBytes 212 Mbits/sec
27962026-02-19T04:59:10.276Z[SUM] 1.00-2.00 sec 202 MBytes 1.70 Gbits/sec
27972026-02-19T04:59:10.276Z- - - - - - - - - - - - - - - - - - - - - - - - -
27982026-02-19T04:59:10.276Z[ 5] 2.00-3.00 sec 25.0 MBytes 210 Mbits/sec
27992026-02-19T04:59:10.276Z[ 7] 2.00-3.00 sec 24.9 MBytes 209 Mbits/sec
28002026-02-19T04:59:10.276Z[ 9] 2.00-3.00 sec 24.9 MBytes 209 Mbits/sec
28012026-02-19T04:59:10.276Z[ 11] 2.00-3.00 sec 25.0 MBytes 209 Mbits/sec
28022026-02-19T04:59:10.276Z[ 13] 2.00-3.00 sec 25.0 MBytes 209 Mbits/sec
28032026-02-19T04:59:10.276Z[ 15] 2.00-3.00 sec 24.9 MBytes 209 Mbits/sec
28042026-02-19T04:59:10.276Z[ 17] 2.00-3.00 sec 25.0 MBytes 209 Mbits/sec
28052026-02-19T04:59:10.276Z[ 19] 2.00-3.00 sec 25.0 MBytes 209 Mbits/sec
28062026-02-19T04:59:10.276Z[SUM] 2.00-3.00 sec 200 MBytes 1.67 Gbits/sec
28072026-02-19T04:59:10.276Z- - - - - - - - - - - - - - - - - - - - - - - - -
28082026-02-19T04:59:10.276Z[ 5] 3.00-4.00 sec 25.3 MBytes 212 Mbits/sec
28092026-02-19T04:59:10.276Z[ 7] 3.00-4.00 sec 25.3 MBytes 212 Mbits/sec
28102026-02-19T04:59:10.276Z[ 9] 3.00-4.00 sec 25.3 MBytes 212 Mbits/sec
28112026-02-19T04:59:10.276Z[ 11] 3.00-4.00 sec 25.2 MBytes 212 Mbits/sec
28122026-02-19T04:59:10.276Z[ 13] 3.00-4.00 sec 25.3 MBytes 212 Mbits/sec
28132026-02-19T04:59:10.276Z[ 15] 3.00-4.00 sec 25.3 MBytes 212 Mbits/sec
28142026-02-19T04:59:10.276Z[ 17] 3.00-4.00 sec 25.3 MBytes 212 Mbits/sec
28152026-02-19T04:59:10.276Z[ 19] 3.00-4.00 sec 25.3 MBytes 212 Mbits/sec
28162026-02-19T04:59:10.276Z[SUM] 3.00-4.00 sec 202 MBytes 1.70 Gbits/sec
28172026-02-19T04:59:10.276Z- - - - - - - - - - - - - - - - - - - - - - - - -
28182026-02-19T04:59:10.276Z[ 5] 4.00-5.00 sec 24.9 MBytes 209 Mbits/sec
28192026-02-19T04:59:10.276Z[ 7] 4.00-5.00 sec 25.0 MBytes 209 Mbits/sec
28202026-02-19T04:59:10.277Z[ 9] 4.00-5.00 sec 24.9 MBytes 209 Mbits/sec
28212026-02-19T04:59:10.277Z[ 11] 4.00-5.00 sec 24.9 MBytes 209 Mbits/sec
28222026-02-19T04:59:10.277Z[ 13] 4.00-5.00 sec 24.9 MBytes 209 Mbits/sec
28232026-02-19T04:59:10.277Z[ 15] 4.00-5.00 sec 24.9 MBytes 209 Mbits/sec
28242026-02-19T04:59:10.277Z[ 17] 4.00-5.00 sec 24.8 MBytes 208 Mbits/sec
28252026-02-19T04:59:10.277Z[ 19] 4.00-5.00 sec 24.9 MBytes 209 Mbits/sec
28262026-02-19T04:59:10.277Z[SUM] 4.00-5.00 sec 199 MBytes 1.67 Gbits/sec
28272026-02-19T04:59:10.277Z- - - - - - - - - - - - - - - - - - - - - - - - -
28282026-02-19T04:59:10.277Z[ 5] 5.00-6.00 sec 24.1 MBytes 202 Mbits/sec
28292026-02-19T04:59:10.277Z[ 7] 5.00-6.00 sec 24.0 MBytes 201 Mbits/sec
28302026-02-19T04:59:10.277Z[ 9] 5.00-6.00 sec 24.0 MBytes 201 Mbits/sec
28312026-02-19T04:59:10.277Z[ 11] 5.00-6.00 sec 24.0 MBytes 201 Mbits/sec
28322026-02-19T04:59:10.277Z[ 13] 5.00-6.00 sec 24.0 MBytes 201 Mbits/sec
28332026-02-19T04:59:10.277Z[ 15] 5.00-6.00 sec 24.0 MBytes 202 Mbits/sec
28342026-02-19T04:59:10.277Z[ 17] 5.00-6.00 sec 24.0 MBytes 202 Mbits/sec
28352026-02-19T04:59:10.277Z[ 19] 5.00-6.00 sec 24.0 MBytes 201 Mbits/sec
28362026-02-19T04:59:10.277Z[SUM] 5.00-6.00 sec 192 MBytes 1.61 Gbits/sec
28372026-02-19T04:59:10.277Z- - - - - - - - - - - - - - - - - - - - - - - - -
28382026-02-19T04:59:10.277Z[ 5] 6.00-7.00 sec 25.1 MBytes 211 Mbits/sec
28392026-02-19T04:59:10.277Z[ 7] 6.00-7.00 sec 25.2 MBytes 211 Mbits/sec
28402026-02-19T04:59:10.277Z[ 9] 6.00-7.00 sec 25.3 MBytes 212 Mbits/sec
28412026-02-19T04:59:13.493Z[ 11] 6.00-7.00 sec 25.3 MBytes 212 Mbits/sec
28422026-02-19T04:59:13.493Z[ 13] 6.00-7.00 sec 25.2 MBytes 212 Mbits/sec
28432026-02-19T04:59:13.493Z[ 15] 6.00-7.00 sec 25.2 MBytes 212 Mbits/sec
28442026-02-19T04:59:13.493Z[ 17] 6.00-7.00 sec 25.2 MBytes 211 Mbits/sec
28452026-02-19T04:59:13.493Z[ 19] 6.00-7.00 sec 25.2 MBytes 211 Mbits/sec
28462026-02-19T04:59:13.493Z[SUM] 6.00-7.00 sec 202 MBytes 1.69 Gbits/sec
28472026-02-19T04:59:13.493Z- - - - - - - - - - - - - - - - - - - - - - - - -
28482026-02-19T04:59:13.493Z[ 5] 7.00-8.00 sec 25.1 MBytes 210 Mbits/sec
28492026-02-19T04:59:13.493Z[ 7] 7.00-8.00 sec 25.1 MBytes 211 Mbits/sec
28502026-02-19T04:59:13.493Z[ 9] 7.00-8.00 sec 24.9 MBytes 209 Mbits/sec
28512026-02-19T04:59:13.493Z[ 11] 7.00-8.00 sec 25.0 MBytes 210 Mbits/sec
28522026-02-19T04:59:13.493Z[ 13] 7.00-8.00 sec 25.0 MBytes 210 Mbits/sec
28532026-02-19T04:59:13.493Z[ 15] 7.00-8.00 sec 25.0 MBytes 210 Mbits/sec
28542026-02-19T04:59:13.493Z[ 17] 7.00-8.00 sec 25.2 MBytes 211 Mbits/sec
28552026-02-19T04:59:13.493Z[ 19] 7.00-8.00 sec 25.1 MBytes 211 Mbits/sec
28562026-02-19T04:59:13.493Z[SUM] 7.00-8.00 sec 201 MBytes 1.68 Gbits/sec
28572026-02-19T04:59:13.493Z- - - - - - - - - - - - - - - - - - - - - - - - -
28582026-02-19T04:59:13.493Z[ 5] 8.00-9.00 sec 24.7 MBytes 207 Mbits/sec
28592026-02-19T04:59:13.493Z[ 7] 8.00-9.00 sec 24.7 MBytes 207 Mbits/sec
28602026-02-19T04:59:13.493Z[ 9] 8.00-9.00 sec 24.7 MBytes 207 Mbits/sec
28612026-02-19T04:59:13.493Z[ 11] 8.00-9.00 sec 24.7 MBytes 207 Mbits/sec
28622026-02-19T04:59:13.493Z[ 13] 8.00-9.00 sec 24.7 MBytes 207 Mbits/sec
28632026-02-19T04:59:13.493Z[ 15] 8.00-9.00 sec 24.7 MBytes 207 Mbits/sec
28642026-02-19T04:59:13.493Z[ 17] 8.00-9.00 sec 24.6 MBytes 207 Mbits/sec
28652026-02-19T04:59:13.493Z[ 19] 8.00-9.00 sec 24.7 MBytes 207 Mbits/sec
28662026-02-19T04:59:13.493Z[SUM] 8.00-9.00 sec 197 MBytes 1.66 Gbits/sec
28672026-02-19T04:59:13.493Z- - - - - - - - - - - - - - - - - - - - - - - - -
28682026-02-19T04:59:13.494Z[ 5] 9.00-10.00 sec 25.4 MBytes 213 Mbits/sec
28692026-02-19T04:59:13.494Z[ 7] 9.00-10.00 sec 25.4 MBytes 213 Mbits/sec
28702026-02-19T04:59:13.494Z[ 9] 9.00-10.00 sec 25.4 MBytes 213 Mbits/sec
28712026-02-19T04:59:13.494Z[ 11] 9.00-10.00 sec 25.4 MBytes 213 Mbits/sec
28722026-02-19T04:59:13.494Z[ 13] 9.00-10.00 sec 25.4 MBytes 213 Mbits/sec
28732026-02-19T04:59:13.494Z[ 15] 9.00-10.00 sec 25.4 MBytes 213 Mbits/sec
28742026-02-19T04:59:13.494Z[ 17] 9.00-10.00 sec 25.4 MBytes 213 Mbits/sec
28752026-02-19T04:59:13.494Z[ 19] 9.00-10.00 sec 25.4 MBytes 213 Mbits/sec
28762026-02-19T04:59:13.494Z[SUM] 9.00-10.00 sec 203 MBytes 1.70 Gbits/sec
28772026-02-19T04:59:13.494Z- - - - - - - - - - - - - - - - - - - - - - - - -
28782026-02-19T04:59:13.494Z[ 5] 10.00-10.00 sec 37.8 KBytes 290 Mbits/sec
28792026-02-19T04:59:13.494Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
28802026-02-19T04:59:13.494Z[ 9] 10.00-10.00 sec 50.2 KBytes 386 Mbits/sec
28812026-02-19T04:59:13.494Z[ 11] 10.00-10.00 sec 55.7 KBytes 428 Mbits/sec
28822026-02-19T04:59:13.494Z[ 13] 10.00-10.00 sec 71.4 KBytes 549 Mbits/sec
28832026-02-19T04:59:13.494Z[ 15] 10.00-10.00 sec 87.5 KBytes 672 Mbits/sec
28842026-02-19T04:59:13.494Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
28852026-02-19T04:59:13.494Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
28862026-02-19T04:59:13.494Z[SUM] 10.00-10.00 sec 303 KBytes 2.32 Gbits/sec
28872026-02-19T04:59:13.494Z- - - - - - - - - - - - - - - - - - - - - - - - -
28882026-02-19T04:59:13.494Z[ ID] Interval Transfer Bandwidth
28892026-02-19T04:59:13.494Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28902026-02-19T04:59:13.494Z[ 5] 0.00-10.00 sec 242 MBytes 203 Mbits/sec receiver
28912026-02-19T04:59:13.494Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28922026-02-19T04:59:13.494Z[ 7] 0.00-10.00 sec 242 MBytes 203 Mbits/sec receiver
28932026-02-19T04:59:13.494Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28942026-02-19T04:59:13.494Z[ 9] 0.00-10.00 sec 242 MBytes 203 Mbits/sec receiver
28952026-02-19T04:59:13.494Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28962026-02-19T04:59:13.494Z[ 11] 0.00-10.00 sec 242 MBytes 203 Mbits/sec receiver
28972026-02-19T04:59:13.494Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28982026-02-19T04:59:13.494Z[ 13] 0.00-10.00 sec 242 MBytes 203 Mbits/sec receiver
28992026-02-19T04:59:13.494Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
29002026-02-19T04:59:13.494Z[ 15] 0.00-10.00 sec 242 MBytes 203 Mbits/sec receiver
29012026-02-19T04:59:13.494Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
29022026-02-19T04:59:13.494Z[ 17] 0.00-10.00 sec 242 MBytes 203 Mbits/sec receiver
29032026-02-19T04:59:13.494Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
29042026-02-19T04:59:13.494Z[ 19] 0.00-10.00 sec 242 MBytes 203 Mbits/sec receiver
29052026-02-19T04:59:13.494Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
29062026-02-19T04:59:13.495Z[SUM] 0.00-10.00 sec 1.89 GBytes 1.62 Gbits/sec receiver
29072026-02-19T04:59:13.498ZRun 3/10...1624.8Mbps
29082026-02-19T04:59:20.527Z-----------------------------------------------------------
29092026-02-19T04:59:20.527ZServer listening on 5201
29102026-02-19T04:59:20.527Z-----------------------------------------------------------
29112026-02-19T04:59:20.527ZAccepted connection from 10.0.0.1, port 61696
29122026-02-19T04:59:20.527Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43242
29132026-02-19T04:59:20.527Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59425
29142026-02-19T04:59:20.527Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56790
29152026-02-19T04:59:20.527Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61966
29162026-02-19T04:59:20.527Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60576
29172026-02-19T04:59:20.527Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53627
29182026-02-19T04:59:20.527Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46490
29192026-02-19T04:59:20.527Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33649
29202026-02-19T04:59:20.527Z[ ID] Interval Transfer Bandwidth
29212026-02-19T04:59:20.527Z[ 5] 0.00-1.00 sec 17.4 MBytes 146 Mbits/sec
29222026-02-19T04:59:20.527Z[ 7] 0.00-1.00 sec 17.3 MBytes 145 Mbits/sec
29232026-02-19T04:59:20.527Z[ 9] 0.00-1.00 sec 17.3 MBytes 145 Mbits/sec
29242026-02-19T04:59:20.527Z[ 11] 0.00-1.00 sec 17.3 MBytes 145 Mbits/sec
29252026-02-19T04:59:20.527Z[ 13] 0.00-1.00 sec 17.2 MBytes 144 Mbits/sec
29262026-02-19T04:59:20.527Z[ 15] 0.00-1.00 sec 17.3 MBytes 145 Mbits/sec
29272026-02-19T04:59:20.527Z[ 17] 0.00-1.00 sec 17.2 MBytes 145 Mbits/sec
29282026-02-19T04:59:20.527Z[ 19] 0.00-1.00 sec 17.2 MBytes 145 Mbits/sec
29292026-02-19T04:59:20.527Z[SUM] 0.00-1.00 sec 138 MBytes 1.16 Gbits/sec
29302026-02-19T04:59:20.527Z- - - - - - - - - - - - - - - - - - - - - - - - -
29312026-02-19T04:59:20.528Z[ 5] 1.00-2.00 sec 24.3 MBytes 204 Mbits/sec
29322026-02-19T04:59:20.528Z[ 7] 1.00-2.00 sec 24.3 MBytes 204 Mbits/sec
29332026-02-19T04:59:20.528Z[ 9] 1.00-2.00 sec 24.4 MBytes 205 Mbits/sec
29342026-02-19T04:59:20.528Z[ 11] 1.00-2.00 sec 24.3 MBytes 204 Mbits/sec
29352026-02-19T04:59:20.528Z[ 13] 1.00-2.00 sec 24.4 MBytes 205 Mbits/sec
29362026-02-19T04:59:20.528Z[ 15] 1.00-2.00 sec 24.3 MBytes 204 Mbits/sec
29372026-02-19T04:59:20.528Z[ 17] 1.00-2.00 sec 24.4 MBytes 205 Mbits/sec
29382026-02-19T04:59:20.528Z[ 19] 1.00-2.00 sec 24.3 MBytes 204 Mbits/sec
29392026-02-19T04:59:20.528Z[SUM] 1.00-2.00 sec 195 MBytes 1.63 Gbits/sec
29402026-02-19T04:59:20.528Z- - - - - - - - - - - - - - - - - - - - - - - - -
29412026-02-19T04:59:20.528Z[ 5] 2.00-3.00 sec 24.9 MBytes 209 Mbits/sec
29422026-02-19T04:59:20.528Z[ 7] 2.00-3.00 sec 24.8 MBytes 208 Mbits/sec
29432026-02-19T04:59:20.528Z[ 9] 2.00-3.00 sec 24.8 MBytes 208 Mbits/sec
29442026-02-19T04:59:20.528Z[ 11] 2.00-3.00 sec 24.7 MBytes 208 Mbits/sec
29452026-02-19T04:59:20.528Z[ 13] 2.00-3.00 sec 24.8 MBytes 208 Mbits/sec
29462026-02-19T04:59:20.528Z[ 15] 2.00-3.00 sec 24.8 MBytes 208 Mbits/sec
29472026-02-19T04:59:20.528Z[ 17] 2.00-3.00 sec 24.8 MBytes 208 Mbits/sec
29482026-02-19T04:59:20.528Z[ 19] 2.00-3.00 sec 24.9 MBytes 208 Mbits/sec
29492026-02-19T04:59:20.528Z[SUM] 2.00-3.00 sec 198 MBytes 1.66 Gbits/sec
29502026-02-19T04:59:20.528Z- - - - - - - - - - - - - - - - - - - - - - - - -
29512026-02-19T04:59:20.528Z[ 5] 3.00-4.00 sec 24.4 MBytes 205 Mbits/sec
29522026-02-19T04:59:20.528Z[ 7] 3.00-4.00 sec 24.5 MBytes 206 Mbits/sec
29532026-02-19T04:59:20.528Z[ 9] 3.00-4.00 sec 24.5 MBytes 205 Mbits/sec
29542026-02-19T04:59:20.528Z[ 11] 3.00-4.00 sec 24.5 MBytes 206 Mbits/sec
29552026-02-19T04:59:20.528Z[ 13] 3.00-4.00 sec 24.4 MBytes 205 Mbits/sec
29562026-02-19T04:59:20.528Z[ 15] 3.00-4.00 sec 24.4 MBytes 205 Mbits/sec
29572026-02-19T04:59:20.528Z[ 17] 3.00-4.00 sec 24.4 MBytes 205 Mbits/sec
29582026-02-19T04:59:20.528Z[ 19] 3.00-4.00 sec 24.4 MBytes 205 Mbits/sec
29592026-02-19T04:59:20.528Z[SUM] 3.00-4.00 sec 196 MBytes 1.64 Gbits/sec
29602026-02-19T04:59:20.528Z- - - - - - - - - - - - - - - - - - - - - - - - -
29612026-02-19T04:59:20.528Z[ 5] 4.00-5.00 sec 24.9 MBytes 209 Mbits/sec
29622026-02-19T04:59:20.528Z[ 7] 4.00-5.00 sec 24.9 MBytes 209 Mbits/sec
29632026-02-19T04:59:20.528Z[ 9] 4.00-5.00 sec 24.9 MBytes 209 Mbits/sec
29642026-02-19T04:59:20.528Z[ 11] 4.00-5.00 sec 25.0 MBytes 209 Mbits/sec
29652026-02-19T04:59:20.528Z[ 13] 4.00-5.00 sec 24.9 MBytes 209 Mbits/sec
29662026-02-19T04:59:20.528Z[ 15] 4.00-5.00 sec 24.9 MBytes 209 Mbits/sec
29672026-02-19T04:59:20.528Z[ 17] 4.00-5.00 sec 24.9 MBytes 209 Mbits/sec
29682026-02-19T04:59:20.529Z[ 19] 4.00-5.00 sec 24.9 MBytes 209 Mbits/sec
29692026-02-19T04:59:20.529Z[SUM] 4.00-5.00 sec 199 MBytes 1.67 Gbits/sec
29702026-02-19T04:59:20.529Z- - - - - - - - - - - - - - - - - - - - - - - - -
29712026-02-19T04:59:20.529Z[ 5] 5.00-6.00 sec 23.3 MBytes 196 Mbits/sec
29722026-02-19T04:59:20.529Z[ 7] 5.00-6.00 sec 23.4 MBytes 196 Mbits/sec
29732026-02-19T04:59:20.529Z[ 9] 5.00-6.00 sec 23.4 MBytes 196 Mbits/sec
29742026-02-19T04:59:20.529Z[ 11] 5.00-6.00 sec 23.3 MBytes 196 Mbits/sec
29752026-02-19T04:59:20.529Z[ 13] 5.00-6.00 sec 23.4 MBytes 196 Mbits/sec
29762026-02-19T04:59:20.529Z[ 15] 5.00-6.00 sec 23.4 MBytes 196 Mbits/sec
29772026-02-19T04:59:20.529Z[ 17] 5.00-6.00 sec 23.4 MBytes 196 Mbits/sec
29782026-02-19T04:59:20.529Z[ 19] 5.00-6.00 sec 23.3 MBytes 196 Mbits/sec
29792026-02-19T04:59:20.529Z[SUM] 5.00-6.00 sec 187 MBytes 1.57 Gbits/sec
29802026-02-19T04:59:20.529Z- - - - - - - - - - - - - - - - - - - - - - - - -
29812026-02-19T04:59:20.529Z[ 5] 6.00-7.00 sec 23.6 MBytes 198 Mbits/sec
29822026-02-19T04:59:20.529Z[ 7] 6.00-7.00 sec 23.6 MBytes 198 Mbits/sec
29832026-02-19T04:59:20.529Z[ 9] 6.00-7.00 sec 23.4 MBytes 197 Mbits/sec
29842026-02-19T04:59:23.744Z[ 11] 6.00-7.00 sec 23.6 MBytes 198 Mbits/sec
29852026-02-19T04:59:23.744Z[ 13] 6.00-7.00 sec 23.4 MBytes 196 Mbits/sec
29862026-02-19T04:59:23.744Z[ 15] 6.00-7.00 sec 23.5 MBytes 198 Mbits/sec
29872026-02-19T04:59:23.744Z[ 17] 6.00-7.00 sec 23.5 MBytes 197 Mbits/sec
29882026-02-19T04:59:23.744Z[ 19] 6.00-7.00 sec 23.5 MBytes 197 Mbits/sec
29892026-02-19T04:59:23.744Z[SUM] 6.00-7.00 sec 188 MBytes 1.58 Gbits/sec
29902026-02-19T04:59:23.744Z- - - - - - - - - - - - - - - - - - - - - - - - -
29912026-02-19T04:59:23.744Z[ 5] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
29922026-02-19T04:59:23.744Z[ 7] 7.00-8.00 sec 23.4 MBytes 196 Mbits/sec
29932026-02-19T04:59:23.744Z[ 9] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
29942026-02-19T04:59:23.744Z[ 11] 7.00-8.00 sec 23.4 MBytes 196 Mbits/sec
29952026-02-19T04:59:23.744Z[ 13] 7.00-8.00 sec 23.4 MBytes 197 Mbits/sec
29962026-02-19T04:59:23.744Z[ 15] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
29972026-02-19T04:59:23.744Z[ 17] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
29982026-02-19T04:59:23.744Z[ 19] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
29992026-02-19T04:59:23.744Z[SUM] 7.00-8.00 sec 188 MBytes 1.57 Gbits/sec
30002026-02-19T04:59:23.744Z- - - - - - - - - - - - - - - - - - - - - - - - -
30012026-02-19T04:59:23.744Z[ 5] 8.00-9.00 sec 24.0 MBytes 202 Mbits/sec
30022026-02-19T04:59:23.744Z[ 7] 8.00-9.00 sec 23.9 MBytes 200 Mbits/sec
30032026-02-19T04:59:23.744Z[ 9] 8.00-9.00 sec 24.0 MBytes 201 Mbits/sec
30042026-02-19T04:59:23.744Z[ 11] 8.00-9.00 sec 24.0 MBytes 201 Mbits/sec
30052026-02-19T04:59:23.744Z[ 13] 8.00-9.00 sec 24.0 MBytes 202 Mbits/sec
30062026-02-19T04:59:23.744Z[ 15] 8.00-9.00 sec 24.0 MBytes 201 Mbits/sec
30072026-02-19T04:59:23.744Z[ 17] 8.00-9.00 sec 23.9 MBytes 201 Mbits/sec
30082026-02-19T04:59:23.744Z[ 19] 8.00-9.00 sec 23.9 MBytes 200 Mbits/sec
30092026-02-19T04:59:23.745Z[SUM] 8.00-9.00 sec 192 MBytes 1.61 Gbits/sec
30102026-02-19T04:59:23.745Z- - - - - - - - - - - - - - - - - - - - - - - - -
30112026-02-19T04:59:23.745Z[ 5] 9.00-10.00 sec 25.3 MBytes 213 Mbits/sec
30122026-02-19T04:59:23.745Z[ 7] 9.00-10.00 sec 25.4 MBytes 213 Mbits/sec
30132026-02-19T04:59:23.745Z[ 9] 9.00-10.00 sec 25.4 MBytes 213 Mbits/sec
30142026-02-19T04:59:23.745Z[ 11] 9.00-10.00 sec 25.4 MBytes 213 Mbits/sec
30152026-02-19T04:59:23.745Z[ 13] 9.00-10.00 sec 25.4 MBytes 213 Mbits/sec
30162026-02-19T04:59:23.745Z[ 15] 9.00-10.00 sec 25.4 MBytes 213 Mbits/sec
30172026-02-19T04:59:23.745Z[ 17] 9.00-10.00 sec 25.4 MBytes 213 Mbits/sec
30182026-02-19T04:59:23.745Z[ 19] 9.00-10.00 sec 25.4 MBytes 213 Mbits/sec
30192026-02-19T04:59:23.745Z[SUM] 9.00-10.00 sec 203 MBytes 1.70 Gbits/sec
30202026-02-19T04:59:23.745Z- - - - - - - - - - - - - - - - - - - - - - - - -
30212026-02-19T04:59:23.745Z[ 5] 10.00-10.00 sec 116 KBytes 345 Mbits/sec
30222026-02-19T04:59:23.745Z[ 7] 10.00-10.00 sec 124 KBytes 370 Mbits/sec
30232026-02-19T04:59:23.745Z[ 9] 10.00-10.00 sec 121 KBytes 360 Mbits/sec
30242026-02-19T04:59:23.745Z[ 11] 10.00-10.00 sec 116 KBytes 345 Mbits/sec
30252026-02-19T04:59:23.745Z[ 13] 10.00-10.00 sec 69.6 KBytes 207 Mbits/sec
30262026-02-19T04:59:23.745Z[ 15] 10.00-10.00 sec 9.72 KBytes 28.9 Mbits/sec
30272026-02-19T04:59:23.745Z[ 17] 10.00-10.00 sec 103 KBytes 307 Mbits/sec
30282026-02-19T04:59:23.745Z[ 19] 10.00-10.00 sec 95.1 KBytes 283 Mbits/sec
30292026-02-19T04:59:23.745Z[SUM] 10.00-10.00 sec 755 KBytes 2.24 Gbits/sec
30302026-02-19T04:59:23.745Z- - - - - - - - - - - - - - - - - - - - - - - - -
30312026-02-19T04:59:23.745Z[ ID] Interval Transfer Bandwidth
30322026-02-19T04:59:23.745Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30332026-02-19T04:59:23.745Z[ 5] 0.00-10.00 sec 236 MBytes 198 Mbits/sec receiver
30342026-02-19T04:59:23.745Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30352026-02-19T04:59:23.745Z[ 7] 0.00-10.00 sec 236 MBytes 198 Mbits/sec receiver
30362026-02-19T04:59:23.745Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30372026-02-19T04:59:23.745Z[ 9] 0.00-10.00 sec 236 MBytes 198 Mbits/sec receiver
30382026-02-19T04:59:23.745Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30392026-02-19T04:59:23.745Z[ 11] 0.00-10.00 sec 236 MBytes 198 Mbits/sec receiver
30402026-02-19T04:59:23.745Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30412026-02-19T04:59:23.745Z[ 13] 0.00-10.00 sec 236 MBytes 198 Mbits/sec receiver
30422026-02-19T04:59:23.745Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30432026-02-19T04:59:23.745Z[ 15] 0.00-10.00 sec 235 MBytes 197 Mbits/sec receiver
30442026-02-19T04:59:23.745Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30452026-02-19T04:59:23.745Z[ 17] 0.00-10.00 sec 236 MBytes 198 Mbits/sec receiver
30462026-02-19T04:59:23.745Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30472026-02-19T04:59:23.746Z[ 19] 0.00-10.00 sec 235 MBytes 197 Mbits/sec receiver
30482026-02-19T04:59:23.746Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30492026-02-19T04:59:23.746Z[SUM] 0.00-10.00 sec 1.84 GBytes 1.58 Gbits/sec receiver
30502026-02-19T04:59:23.749ZRun 4/10...1580.823Mbps
30512026-02-19T04:59:30.778Z-----------------------------------------------------------
30522026-02-19T04:59:30.778ZServer listening on 5201
30532026-02-19T04:59:30.778Z-----------------------------------------------------------
30542026-02-19T04:59:30.778ZAccepted connection from 10.0.0.1, port 34865
30552026-02-19T04:59:30.778Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42118
30562026-02-19T04:59:30.778Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46133
30572026-02-19T04:59:30.778Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44692
30582026-02-19T04:59:30.778Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59025
30592026-02-19T04:59:30.778Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35868
30602026-02-19T04:59:30.778Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34154
30612026-02-19T04:59:30.778Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52666
30622026-02-19T04:59:30.778Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34531
30632026-02-19T04:59:30.778Z[ ID] Interval Transfer Bandwidth
30642026-02-19T04:59:30.778Z[ 5] 0.00-1.00 sec 17.1 MBytes 144 Mbits/sec
30652026-02-19T04:59:30.778Z[ 7] 0.00-1.00 sec 17.1 MBytes 144 Mbits/sec
30662026-02-19T04:59:30.778Z[ 9] 0.00-1.00 sec 17.1 MBytes 144 Mbits/sec
30672026-02-19T04:59:30.778Z[ 11] 0.00-1.00 sec 17.1 MBytes 143 Mbits/sec
30682026-02-19T04:59:30.778Z[ 13] 0.00-1.00 sec 17.1 MBytes 143 Mbits/sec
30692026-02-19T04:59:30.778Z[ 15] 0.00-1.00 sec 17.0 MBytes 143 Mbits/sec
30702026-02-19T04:59:30.778Z[ 17] 0.00-1.00 sec 17.0 MBytes 142 Mbits/sec
30712026-02-19T04:59:30.778Z[ 19] 0.00-1.00 sec 17.0 MBytes 143 Mbits/sec
30722026-02-19T04:59:30.778Z[SUM] 0.00-1.00 sec 137 MBytes 1.15 Gbits/sec
30732026-02-19T04:59:30.778Z- - - - - - - - - - - - - - - - - - - - - - - - -
30742026-02-19T04:59:30.778Z[ 5] 1.00-2.00 sec 24.2 MBytes 203 Mbits/sec
30752026-02-19T04:59:30.778Z[ 7] 1.00-2.00 sec 24.2 MBytes 203 Mbits/sec
30762026-02-19T04:59:30.778Z[ 9] 1.00-2.00 sec 24.1 MBytes 202 Mbits/sec
30772026-02-19T04:59:30.778Z[ 11] 1.00-2.00 sec 24.2 MBytes 203 Mbits/sec
30782026-02-19T04:59:30.778Z[ 13] 1.00-2.00 sec 24.2 MBytes 203 Mbits/sec
30792026-02-19T04:59:30.778Z[ 15] 1.00-2.00 sec 24.2 MBytes 203 Mbits/sec
30802026-02-19T04:59:30.778Z[ 17] 1.00-2.00 sec 24.2 MBytes 203 Mbits/sec
30812026-02-19T04:59:30.778Z[ 19] 1.00-2.00 sec 24.2 MBytes 203 Mbits/sec
30822026-02-19T04:59:30.779Z[SUM] 1.00-2.00 sec 194 MBytes 1.62 Gbits/sec
30832026-02-19T04:59:30.779Z- - - - - - - - - - - - - - - - - - - - - - - - -
30842026-02-19T04:59:30.779Z[ 5] 2.00-3.00 sec 24.0 MBytes 201 Mbits/sec
30852026-02-19T04:59:30.779Z[ 7] 2.00-3.00 sec 23.9 MBytes 201 Mbits/sec
30862026-02-19T04:59:30.779Z[ 9] 2.00-3.00 sec 23.9 MBytes 201 Mbits/sec
30872026-02-19T04:59:30.779Z[ 11] 2.00-3.00 sec 24.0 MBytes 201 Mbits/sec
30882026-02-19T04:59:30.779Z[ 13] 2.00-3.00 sec 24.0 MBytes 201 Mbits/sec
30892026-02-19T04:59:30.779Z[ 15] 2.00-3.00 sec 23.9 MBytes 201 Mbits/sec
30902026-02-19T04:59:30.779Z[ 17] 2.00-3.00 sec 24.0 MBytes 201 Mbits/sec
30912026-02-19T04:59:30.779Z[ 19] 2.00-3.00 sec 24.0 MBytes 201 Mbits/sec
30922026-02-19T04:59:30.779Z[SUM] 2.00-3.00 sec 192 MBytes 1.61 Gbits/sec
30932026-02-19T04:59:30.779Z- - - - - - - - - - - - - - - - - - - - - - - - -
30942026-02-19T04:59:30.779Z[ 5] 3.00-4.00 sec 24.0 MBytes 201 Mbits/sec
30952026-02-19T04:59:30.779Z[ 7] 3.00-4.00 sec 23.9 MBytes 201 Mbits/sec
30962026-02-19T04:59:30.779Z[ 9] 3.00-4.00 sec 23.9 MBytes 200 Mbits/sec
30972026-02-19T04:59:30.779Z[ 11] 3.00-4.00 sec 23.8 MBytes 200 Mbits/sec
30982026-02-19T04:59:30.779Z[ 13] 3.00-4.00 sec 23.8 MBytes 200 Mbits/sec
30992026-02-19T04:59:30.779Z[ 15] 3.00-4.00 sec 23.8 MBytes 200 Mbits/sec
31002026-02-19T04:59:30.779Z[ 17] 3.00-4.00 sec 23.8 MBytes 200 Mbits/sec
31012026-02-19T04:59:30.779Z[ 19] 3.00-4.00 sec 23.9 MBytes 200 Mbits/sec
31022026-02-19T04:59:30.779Z[SUM] 3.00-4.00 sec 191 MBytes 1.60 Gbits/sec
31032026-02-19T04:59:30.779Z- - - - - - - - - - - - - - - - - - - - - - - - -
31042026-02-19T04:59:30.779Z[ 5] 4.00-5.00 sec 24.3 MBytes 204 Mbits/sec
31052026-02-19T04:59:30.779Z[ 7] 4.00-5.00 sec 24.3 MBytes 204 Mbits/sec
31062026-02-19T04:59:30.779Z[ 9] 4.00-5.00 sec 24.3 MBytes 204 Mbits/sec
31072026-02-19T04:59:30.779Z[ 11] 4.00-5.00 sec 24.3 MBytes 204 Mbits/sec
31082026-02-19T04:59:30.779Z[ 13] 4.00-5.00 sec 24.3 MBytes 204 Mbits/sec
31092026-02-19T04:59:30.779Z[ 15] 4.00-5.00 sec 24.3 MBytes 204 Mbits/sec
31102026-02-19T04:59:30.779Z[ 17] 4.00-5.00 sec 24.3 MBytes 204 Mbits/sec
31112026-02-19T04:59:30.779Z[ 19] 4.00-5.00 sec 24.3 MBytes 204 Mbits/sec
31122026-02-19T04:59:30.779Z[SUM] 4.00-5.00 sec 194 MBytes 1.63 Gbits/sec
31132026-02-19T04:59:30.779Z- - - - - - - - - - - - - - - - - - - - - - - - -
31142026-02-19T04:59:30.779Z[ 5] 5.00-6.00 sec 24.9 MBytes 209 Mbits/sec
31152026-02-19T04:59:30.779Z[ 7] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
31162026-02-19T04:59:30.779Z[ 9] 5.00-6.00 sec 24.9 MBytes 209 Mbits/sec
31172026-02-19T04:59:30.779Z[ 11] 5.00-6.00 sec 24.9 MBytes 209 Mbits/sec
31182026-02-19T04:59:30.779Z[ 13] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
31192026-02-19T04:59:30.779Z[ 15] 5.00-6.00 sec 24.9 MBytes 209 Mbits/sec
31202026-02-19T04:59:30.779Z[ 17] 5.00-6.00 sec 24.9 MBytes 209 Mbits/sec
31212026-02-19T04:59:30.780Z[ 19] 5.00-6.00 sec 24.9 MBytes 209 Mbits/sec
31222026-02-19T04:59:30.780Z[SUM] 5.00-6.00 sec 199 MBytes 1.67 Gbits/sec
31232026-02-19T04:59:30.780Z- - - - - - - - - - - - - - - - - - - - - - - - -
31242026-02-19T04:59:30.780Z[ 5] 6.00-7.00 sec 24.6 MBytes 207 Mbits/sec
31252026-02-19T04:59:30.780Z[ 7] 6.00-7.00 sec 24.7 MBytes 207 Mbits/sec
31262026-02-19T04:59:30.780Z[ 9] 6.00-7.00 sec 24.6 MBytes 207 Mbits/sec
31272026-02-19T04:59:33.995Z[ 11] 6.00-7.00 sec 24.7 MBytes 207 Mbits/sec
31282026-02-19T04:59:33.995Z[ 13] 6.00-7.00 sec 24.7 MBytes 207 Mbits/sec
31292026-02-19T04:59:33.995Z[ 15] 6.00-7.00 sec 24.6 MBytes 206 Mbits/sec
31302026-02-19T04:59:33.995Z[ 17] 6.00-7.00 sec 24.7 MBytes 207 Mbits/sec
31312026-02-19T04:59:33.995Z[ 19] 6.00-7.00 sec 24.7 MBytes 207 Mbits/sec
31322026-02-19T04:59:33.995Z[SUM] 6.00-7.00 sec 197 MBytes 1.66 Gbits/sec
31332026-02-19T04:59:33.995Z- - - - - - - - - - - - - - - - - - - - - - - - -
31342026-02-19T04:59:33.995Z[ 5] 7.00-8.00 sec 24.0 MBytes 201 Mbits/sec
31352026-02-19T04:59:33.995Z[ 7] 7.00-8.00 sec 24.2 MBytes 203 Mbits/sec
31362026-02-19T04:59:33.995Z[ 9] 7.00-8.00 sec 24.2 MBytes 203 Mbits/sec
31372026-02-19T04:59:33.995Z[ 11] 7.00-8.00 sec 24.1 MBytes 202 Mbits/sec
31382026-02-19T04:59:33.995Z[ 13] 7.00-8.00 sec 24.1 MBytes 202 Mbits/sec
31392026-02-19T04:59:33.995Z[ 15] 7.00-8.00 sec 24.1 MBytes 203 Mbits/sec
31402026-02-19T04:59:33.995Z[ 17] 7.00-8.00 sec 24.0 MBytes 202 Mbits/sec
31412026-02-19T04:59:33.995Z[ 19] 7.00-8.00 sec 24.1 MBytes 202 Mbits/sec
31422026-02-19T04:59:33.996Z[SUM] 7.00-8.00 sec 193 MBytes 1.62 Gbits/sec
31432026-02-19T04:59:33.996Z- - - - - - - - - - - - - - - - - - - - - - - - -
31442026-02-19T04:59:33.996Z[ 5] 8.00-9.00 sec 25.0 MBytes 209 Mbits/sec
31452026-02-19T04:59:33.996Z[ 7] 8.00-9.00 sec 25.0 MBytes 209 Mbits/sec
31462026-02-19T04:59:33.996Z[ 9] 8.00-9.00 sec 24.9 MBytes 209 Mbits/sec
31472026-02-19T04:59:33.996Z[ 11] 8.00-9.00 sec 24.9 MBytes 209 Mbits/sec
31482026-02-19T04:59:33.996Z[ 13] 8.00-9.00 sec 24.9 MBytes 209 Mbits/sec
31492026-02-19T04:59:33.996Z[ 15] 8.00-9.00 sec 24.9 MBytes 209 Mbits/sec
31502026-02-19T04:59:33.996Z[ 17] 8.00-9.00 sec 25.0 MBytes 210 Mbits/sec
31512026-02-19T04:59:33.996Z[ 19] 8.00-9.00 sec 24.9 MBytes 209 Mbits/sec
31522026-02-19T04:59:33.996Z[SUM] 8.00-9.00 sec 199 MBytes 1.67 Gbits/sec
31532026-02-19T04:59:33.996Z- - - - - - - - - - - - - - - - - - - - - - - - -
31542026-02-19T04:59:33.996Z[ 5] 9.00-10.00 sec 25.0 MBytes 210 Mbits/sec
31552026-02-19T04:59:33.996Z[ 7] 9.00-10.00 sec 25.0 MBytes 210 Mbits/sec
31562026-02-19T04:59:33.996Z[ 9] 9.00-10.00 sec 25.1 MBytes 210 Mbits/sec
31572026-02-19T04:59:33.996Z[ 11] 9.00-10.00 sec 25.0 MBytes 210 Mbits/sec
31582026-02-19T04:59:33.996Z[ 13] 9.00-10.00 sec 25.0 MBytes 210 Mbits/sec
31592026-02-19T04:59:33.996Z[ 15] 9.00-10.00 sec 25.1 MBytes 210 Mbits/sec
31602026-02-19T04:59:33.996Z[ 17] 9.00-10.00 sec 25.0 MBytes 209 Mbits/sec
31612026-02-19T04:59:33.996Z[ 19] 9.00-10.00 sec 24.9 MBytes 209 Mbits/sec
31622026-02-19T04:59:33.996Z[SUM] 9.00-10.00 sec 200 MBytes 1.68 Gbits/sec
31632026-02-19T04:59:33.996Z- - - - - - - - - - - - - - - - - - - - - - - - -
31642026-02-19T04:59:33.996Z[ 5] 10.00-10.00 sec 13.6 KBytes 59.6 Mbits/sec
31652026-02-19T04:59:33.996Z[ 7] 10.00-10.00 sec 9.72 KBytes 42.7 Mbits/sec
31662026-02-19T04:59:33.996Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31672026-02-19T04:59:33.996Z[ 11] 10.00-10.00 sec 55.1 KBytes 242 Mbits/sec
31682026-02-19T04:59:33.996Z[ 13] 10.00-10.00 sec 11.3 KBytes 49.7 Mbits/sec
31692026-02-19T04:59:33.996Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31702026-02-19T04:59:33.996Z[ 17] 10.00-10.00 sec 60.4 KBytes 265 Mbits/sec
31712026-02-19T04:59:33.996Z[ 19] 10.00-10.00 sec 106 KBytes 465 Mbits/sec
31722026-02-19T04:59:33.996Z[SUM] 10.00-10.00 sec 256 KBytes 1.12 Gbits/sec
31732026-02-19T04:59:33.996Z- - - - - - - - - - - - - - - - - - - - - - - - -
31742026-02-19T04:59:33.996Z[ ID] Interval Transfer Bandwidth
31752026-02-19T04:59:33.996Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31762026-02-19T04:59:33.996Z[ 5] 0.00-10.00 sec 237 MBytes 199 Mbits/sec receiver
31772026-02-19T04:59:33.996Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31782026-02-19T04:59:33.996Z[ 7] 0.00-10.00 sec 237 MBytes 199 Mbits/sec receiver
31792026-02-19T04:59:33.996Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31802026-02-19T04:59:33.996Z[ 9] 0.00-10.00 sec 237 MBytes 199 Mbits/sec receiver
31812026-02-19T04:59:33.997Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31822026-02-19T04:59:33.997Z[ 11] 0.00-10.00 sec 237 MBytes 199 Mbits/sec receiver
31832026-02-19T04:59:33.997Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31842026-02-19T04:59:33.997Z[ 13] 0.00-10.00 sec 237 MBytes 199 Mbits/sec receiver
31852026-02-19T04:59:33.997Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31862026-02-19T04:59:33.997Z[ 15] 0.00-10.00 sec 237 MBytes 199 Mbits/sec receiver
31872026-02-19T04:59:33.997Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31882026-02-19T04:59:33.997Z[ 17] 0.00-10.00 sec 237 MBytes 199 Mbits/sec receiver
31892026-02-19T04:59:33.997Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31902026-02-19T04:59:33.997Z[ 19] 0.00-10.00 sec 237 MBytes 199 Mbits/sec receiver
31912026-02-19T04:59:33.997Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31922026-02-19T04:59:33.997Z[SUM] 0.00-10.00 sec 1.85 GBytes 1.59 Gbits/sec receiver
31932026-02-19T04:59:34.001ZRun 5/10...1590.451Mbps
31942026-02-19T04:59:41.029Z-----------------------------------------------------------
31952026-02-19T04:59:41.029ZServer listening on 5201
31962026-02-19T04:59:41.029Z-----------------------------------------------------------
31972026-02-19T04:59:41.029ZAccepted connection from 10.0.0.1, port 41038
31982026-02-19T04:59:41.029Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50179
31992026-02-19T04:59:41.029Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51838
32002026-02-19T04:59:41.029Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50963
32012026-02-19T04:59:41.029Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51613
32022026-02-19T04:59:41.029Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42574
32032026-02-19T04:59:41.029Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64234
32042026-02-19T04:59:41.029Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33642
32052026-02-19T04:59:41.030Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50924
32062026-02-19T04:59:41.030Z[ ID] Interval Transfer Bandwidth
32072026-02-19T04:59:41.030Z[ 5] 0.00-1.00 sec 16.4 MBytes 138 Mbits/sec
32082026-02-19T04:59:41.030Z[ 7] 0.00-1.00 sec 16.5 MBytes 139 Mbits/sec
32092026-02-19T04:59:41.030Z[ 9] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec
32102026-02-19T04:59:41.030Z[ 11] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec
32112026-02-19T04:59:41.030Z[ 13] 0.00-1.00 sec 16.4 MBytes 138 Mbits/sec
32122026-02-19T04:59:41.030Z[ 15] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec
32132026-02-19T04:59:41.030Z[ 17] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec
32142026-02-19T04:59:41.030Z[ 19] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec
32152026-02-19T04:59:41.030Z[SUM] 0.00-1.00 sec 131 MBytes 1.10 Gbits/sec
32162026-02-19T04:59:41.030Z- - - - - - - - - - - - - - - - - - - - - - - - -
32172026-02-19T04:59:41.030Z[ 5] 1.00-2.00 sec 24.4 MBytes 205 Mbits/sec
32182026-02-19T04:59:41.030Z[ 7] 1.00-2.00 sec 24.4 MBytes 204 Mbits/sec
32192026-02-19T04:59:41.030Z[ 9] 1.00-2.00 sec 24.4 MBytes 205 Mbits/sec
32202026-02-19T04:59:41.030Z[ 11] 1.00-2.00 sec 24.4 MBytes 205 Mbits/sec
32212026-02-19T04:59:41.030Z[ 13] 1.00-2.00 sec 24.4 MBytes 205 Mbits/sec
32222026-02-19T04:59:41.030Z[ 15] 1.00-2.00 sec 24.4 MBytes 205 Mbits/sec
32232026-02-19T04:59:41.030Z[ 17] 1.00-2.00 sec 24.4 MBytes 205 Mbits/sec
32242026-02-19T04:59:41.030Z[ 19] 1.00-2.00 sec 24.4 MBytes 204 Mbits/sec
32252026-02-19T04:59:41.030Z[SUM] 1.00-2.00 sec 195 MBytes 1.64 Gbits/sec
32262026-02-19T04:59:41.030Z- - - - - - - - - - - - - - - - - - - - - - - - -
32272026-02-19T04:59:41.030Z[ 5] 2.00-3.00 sec 23.7 MBytes 199 Mbits/sec
32282026-02-19T04:59:41.030Z[ 7] 2.00-3.00 sec 23.7 MBytes 199 Mbits/sec
32292026-02-19T04:59:41.030Z[ 9] 2.00-3.00 sec 23.7 MBytes 199 Mbits/sec
32302026-02-19T04:59:41.030Z[ 11] 2.00-3.00 sec 23.7 MBytes 198 Mbits/sec
32312026-02-19T04:59:41.030Z[ 13] 2.00-3.00 sec 23.7 MBytes 199 Mbits/sec
32322026-02-19T04:59:41.030Z[ 15] 2.00-3.00 sec 23.7 MBytes 199 Mbits/sec
32332026-02-19T04:59:41.030Z[ 17] 2.00-3.00 sec 23.7 MBytes 199 Mbits/sec
32342026-02-19T04:59:41.030Z[ 19] 2.00-3.00 sec 23.6 MBytes 198 Mbits/sec
32352026-02-19T04:59:41.030Z[SUM] 2.00-3.00 sec 190 MBytes 1.59 Gbits/sec
32362026-02-19T04:59:41.030Z- - - - - - - - - - - - - - - - - - - - - - - - -
32372026-02-19T04:59:41.030Z[ 5] 3.00-4.00 sec 23.9 MBytes 201 Mbits/sec
32382026-02-19T04:59:41.030Z[ 7] 3.00-4.00 sec 23.8 MBytes 200 Mbits/sec
32392026-02-19T04:59:41.030Z[ 9] 3.00-4.00 sec 24.0 MBytes 201 Mbits/sec
32402026-02-19T04:59:41.030Z[ 11] 3.00-4.00 sec 23.9 MBytes 201 Mbits/sec
32412026-02-19T04:59:41.030Z[ 13] 3.00-4.00 sec 23.9 MBytes 201 Mbits/sec
32422026-02-19T04:59:41.030Z[ 15] 3.00-4.00 sec 23.9 MBytes 200 Mbits/sec
32432026-02-19T04:59:41.031Z[ 17] 3.00-4.00 sec 23.9 MBytes 200 Mbits/sec
32442026-02-19T04:59:41.031Z[ 19] 3.00-4.00 sec 23.9 MBytes 200 Mbits/sec
32452026-02-19T04:59:41.031Z[SUM] 3.00-4.00 sec 191 MBytes 1.60 Gbits/sec
32462026-02-19T04:59:41.031Z- - - - - - - - - - - - - - - - - - - - - - - - -
32472026-02-19T04:59:41.031Z[ 5] 4.00-5.00 sec 23.7 MBytes 199 Mbits/sec
32482026-02-19T04:59:41.031Z[ 7] 4.00-5.00 sec 23.8 MBytes 200 Mbits/sec
32492026-02-19T04:59:41.031Z[ 9] 4.00-5.00 sec 23.7 MBytes 199 Mbits/sec
32502026-02-19T04:59:41.031Z[ 11] 4.00-5.00 sec 23.7 MBytes 198 Mbits/sec
32512026-02-19T04:59:41.031Z[ 13] 4.00-5.00 sec 23.7 MBytes 199 Mbits/sec
32522026-02-19T04:59:41.031Z[ 15] 4.00-5.00 sec 23.7 MBytes 199 Mbits/sec
32532026-02-19T04:59:41.031Z[ 17] 4.00-5.00 sec 23.7 MBytes 198 Mbits/sec
32542026-02-19T04:59:41.031Z[ 19] 4.00-5.00 sec 23.8 MBytes 200 Mbits/sec
32552026-02-19T04:59:41.031Z[SUM] 4.00-5.00 sec 190 MBytes 1.59 Gbits/sec
32562026-02-19T04:59:41.031Z- - - - - - - - - - - - - - - - - - - - - - - - -
32572026-02-19T04:59:41.031Z[ 5] 5.00-6.00 sec 24.0 MBytes 201 Mbits/sec
32582026-02-19T04:59:41.031Z[ 7] 5.00-6.00 sec 24.0 MBytes 201 Mbits/sec
32592026-02-19T04:59:41.031Z[ 9] 5.00-6.00 sec 24.1 MBytes 202 Mbits/sec
32602026-02-19T04:59:41.031Z[ 11] 5.00-6.00 sec 24.0 MBytes 202 Mbits/sec
32612026-02-19T04:59:41.031Z[ 13] 5.00-6.00 sec 24.1 MBytes 202 Mbits/sec
32622026-02-19T04:59:41.031Z[ 15] 5.00-6.00 sec 24.0 MBytes 201 Mbits/sec
32632026-02-19T04:59:41.031Z[ 17] 5.00-6.00 sec 24.0 MBytes 201 Mbits/sec
32642026-02-19T04:59:41.031Z[ 19] 5.00-6.00 sec 24.0 MBytes 201 Mbits/sec
32652026-02-19T04:59:41.031Z[SUM] 5.00-6.00 sec 192 MBytes 1.61 Gbits/sec
32662026-02-19T04:59:41.031Z- - - - - - - - - - - - - - - - - - - - - - - - -
32672026-02-19T04:59:41.031Z[ 5] 6.00-7.00 sec 24.1 MBytes 202 Mbits/sec
32682026-02-19T04:59:41.031Z[ 7] 6.00-7.00 sec 24.1 MBytes 202 Mbits/sec
32692026-02-19T04:59:41.031Z[ 9] 6.00-7.00 sec 24.0 MBytes 202 Mbits/sec
32702026-02-19T04:59:44.246Z[ 11] 6.00-7.00 sec 24.0 MBytes 202 Mbits/sec
32712026-02-19T04:59:44.246Z[ 13] 6.00-7.00 sec 24.1 MBytes 202 Mbits/sec
32722026-02-19T04:59:44.246Z[ 15] 6.00-7.00 sec 24.0 MBytes 201 Mbits/sec
32732026-02-19T04:59:44.246Z[ 17] 6.00-7.00 sec 24.1 MBytes 202 Mbits/sec
32742026-02-19T04:59:44.246Z[ 19] 6.00-7.00 sec 24.1 MBytes 202 Mbits/sec
32752026-02-19T04:59:44.246Z[SUM] 6.00-7.00 sec 193 MBytes 1.62 Gbits/sec
32762026-02-19T04:59:44.246Z- - - - - - - - - - - - - - - - - - - - - - - - -
32772026-02-19T04:59:44.246Z[ 5] 7.00-8.00 sec 24.2 MBytes 203 Mbits/sec
32782026-02-19T04:59:44.246Z[ 7] 7.00-8.00 sec 24.3 MBytes 204 Mbits/sec
32792026-02-19T04:59:44.246Z[ 9] 7.00-8.00 sec 24.1 MBytes 202 Mbits/sec
32802026-02-19T04:59:44.246Z[ 11] 7.00-8.00 sec 24.2 MBytes 203 Mbits/sec
32812026-02-19T04:59:44.246Z[ 13] 7.00-8.00 sec 24.1 MBytes 203 Mbits/sec
32822026-02-19T04:59:44.246Z[ 15] 7.00-8.00 sec 24.2 MBytes 203 Mbits/sec
32832026-02-19T04:59:44.246Z[ 17] 7.00-8.00 sec 24.2 MBytes 203 Mbits/sec
32842026-02-19T04:59:44.246Z[ 19] 7.00-8.00 sec 24.2 MBytes 203 Mbits/sec
32852026-02-19T04:59:44.246Z[SUM] 7.00-8.00 sec 194 MBytes 1.62 Gbits/sec
32862026-02-19T04:59:44.246Z- - - - - - - - - - - - - - - - - - - - - - - - -
32872026-02-19T04:59:44.246Z[ 5] 8.00-9.00 sec 24.1 MBytes 202 Mbits/sec
32882026-02-19T04:59:44.246Z[ 7] 8.00-9.00 sec 24.1 MBytes 202 Mbits/sec
32892026-02-19T04:59:44.246Z[ 9] 8.00-9.00 sec 24.2 MBytes 203 Mbits/sec
32902026-02-19T04:59:44.246Z[ 11] 8.00-9.00 sec 24.2 MBytes 203 Mbits/sec
32912026-02-19T04:59:44.246Z[ 13] 8.00-9.00 sec 24.2 MBytes 203 Mbits/sec
32922026-02-19T04:59:44.246Z[ 15] 8.00-9.00 sec 24.2 MBytes 203 Mbits/sec
32932026-02-19T04:59:44.246Z[ 17] 8.00-9.00 sec 24.1 MBytes 203 Mbits/sec
32942026-02-19T04:59:44.246Z[ 19] 8.00-9.00 sec 24.2 MBytes 203 Mbits/sec
32952026-02-19T04:59:44.247Z[SUM] 8.00-9.00 sec 193 MBytes 1.62 Gbits/sec
32962026-02-19T04:59:44.247Z- - - - - - - - - - - - - - - - - - - - - - - - -
32972026-02-19T04:59:44.247Z[ 5] 9.00-10.00 sec 24.4 MBytes 205 Mbits/sec
32982026-02-19T04:59:44.247Z[ 7] 9.00-10.00 sec 24.4 MBytes 205 Mbits/sec
32992026-02-19T04:59:44.247Z[ 9] 9.00-10.00 sec 24.4 MBytes 205 Mbits/sec
33002026-02-19T04:59:44.247Z[ 11] 9.00-10.00 sec 24.4 MBytes 205 Mbits/sec
33012026-02-19T04:59:44.247Z[ 13] 9.00-10.00 sec 24.4 MBytes 205 Mbits/sec
33022026-02-19T04:59:44.247Z[ 15] 9.00-10.00 sec 24.4 MBytes 205 Mbits/sec
33032026-02-19T04:59:44.247Z[ 17] 9.00-10.00 sec 24.5 MBytes 205 Mbits/sec
33042026-02-19T04:59:44.247Z[ 19] 9.00-10.00 sec 24.4 MBytes 205 Mbits/sec
33052026-02-19T04:59:44.247Z[SUM] 9.00-10.00 sec 195 MBytes 1.64 Gbits/sec
33062026-02-19T04:59:44.247Z- - - - - - - - - - - - - - - - - - - - - - - - -
33072026-02-19T04:59:44.247Z[ 5] 10.00-10.00 sec 56.6 KBytes 254 Mbits/sec
33082026-02-19T04:59:44.247Z[ 7] 10.00-10.00 sec 85.9 KBytes 387 Mbits/sec
33092026-02-19T04:59:44.247Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33102026-02-19T04:59:44.247Z[ 11] 10.00-10.00 sec 43.8 KBytes 197 Mbits/sec
33112026-02-19T04:59:44.247Z[ 13] 10.00-10.00 sec 28.8 KBytes 130 Mbits/sec
33122026-02-19T04:59:44.247Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33132026-02-19T04:59:44.247Z[ 17] 10.00-10.00 sec 54.6 KBytes 246 Mbits/sec
33142026-02-19T04:59:44.247Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33152026-02-19T04:59:44.247Z[SUM] 10.00-10.00 sec 270 KBytes 1.21 Gbits/sec
33162026-02-19T04:59:44.247Z- - - - - - - - - - - - - - - - - - - - - - - - -
33172026-02-19T04:59:44.247Z[ ID] Interval Transfer Bandwidth
33182026-02-19T04:59:44.247Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33192026-02-19T04:59:44.247Z[ 5] 0.00-10.00 sec 233 MBytes 195 Mbits/sec receiver
33202026-02-19T04:59:44.247Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33212026-02-19T04:59:44.247Z[ 7] 0.00-10.00 sec 233 MBytes 196 Mbits/sec receiver
33222026-02-19T04:59:44.247Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33232026-02-19T04:59:44.247Z[ 9] 0.00-10.00 sec 233 MBytes 195 Mbits/sec receiver
33242026-02-19T04:59:44.247Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33252026-02-19T04:59:44.247Z[ 11] 0.00-10.00 sec 233 MBytes 195 Mbits/sec receiver
33262026-02-19T04:59:44.247Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33272026-02-19T04:59:44.247Z[ 13] 0.00-10.00 sec 233 MBytes 195 Mbits/sec receiver
33282026-02-19T04:59:44.247Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33292026-02-19T04:59:44.247Z[ 15] 0.00-10.00 sec 233 MBytes 195 Mbits/sec receiver
33302026-02-19T04:59:44.247Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33312026-02-19T04:59:44.247Z[ 17] 0.00-10.00 sec 233 MBytes 195 Mbits/sec receiver
33322026-02-19T04:59:44.247Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33332026-02-19T04:59:44.248Z[ 19] 0.00-10.00 sec 233 MBytes 195 Mbits/sec receiver
33342026-02-19T04:59:44.248Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33352026-02-19T04:59:44.248Z[SUM] 0.00-10.00 sec 1.82 GBytes 1.56 Gbits/sec receiver
33362026-02-19T04:59:44.343ZRun 6/10...1563.88Mbps
33372026-02-19T04:59:51.281Z-----------------------------------------------------------
33382026-02-19T04:59:51.281ZServer listening on 5201
33392026-02-19T04:59:51.281Z-----------------------------------------------------------
33402026-02-19T04:59:51.281ZAccepted connection from 10.0.0.1, port 49834
33412026-02-19T04:59:51.281Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43247
33422026-02-19T04:59:51.281Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48817
33432026-02-19T04:59:51.281Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53499
33442026-02-19T04:59:51.281Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41999
33452026-02-19T04:59:51.281Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34187
33462026-02-19T04:59:51.281Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52240
33472026-02-19T04:59:51.281Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55078
33482026-02-19T04:59:51.281Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48075
33492026-02-19T04:59:51.281Z[ ID] Interval Transfer Bandwidth
33502026-02-19T04:59:51.281Z[ 5] 0.00-1.00 sec 16.5 MBytes 139 Mbits/sec
33512026-02-19T04:59:51.281Z[ 7] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
33522026-02-19T04:59:51.281Z[ 9] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
33532026-02-19T04:59:51.281Z[ 11] 0.00-1.00 sec 16.6 MBytes 140 Mbits/sec
33542026-02-19T04:59:51.281Z[ 13] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
33552026-02-19T04:59:51.281Z[ 15] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
33562026-02-19T04:59:51.281Z[ 17] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
33572026-02-19T04:59:51.281Z[ 19] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
33582026-02-19T04:59:51.281Z[SUM] 0.00-1.00 sec 133 MBytes 1.11 Gbits/sec
33592026-02-19T04:59:51.281Z- - - - - - - - - - - - - - - - - - - - - - - - -
33602026-02-19T04:59:51.282Z[ 5] 1.00-2.00 sec 23.7 MBytes 199 Mbits/sec
33612026-02-19T04:59:51.282Z[ 7] 1.00-2.00 sec 23.8 MBytes 199 Mbits/sec
33622026-02-19T04:59:51.282Z[ 9] 1.00-2.00 sec 23.8 MBytes 200 Mbits/sec
33632026-02-19T04:59:51.282Z[ 11] 1.00-2.00 sec 23.8 MBytes 200 Mbits/sec
33642026-02-19T04:59:51.282Z[ 13] 1.00-2.00 sec 23.8 MBytes 200 Mbits/sec
33652026-02-19T04:59:51.282Z[ 15] 1.00-2.00 sec 23.7 MBytes 199 Mbits/sec
33662026-02-19T04:59:51.282Z[ 17] 1.00-2.00 sec 23.7 MBytes 199 Mbits/sec
33672026-02-19T04:59:51.282Z[ 19] 1.00-2.00 sec 23.7 MBytes 199 Mbits/sec
33682026-02-19T04:59:51.282Z[SUM] 1.00-2.00 sec 190 MBytes 1.60 Gbits/sec
33692026-02-19T04:59:51.282Z- - - - - - - - - - - - - - - - - - - - - - - - -
33702026-02-19T04:59:51.282Z[ 5] 2.00-3.00 sec 23.9 MBytes 200 Mbits/sec
33712026-02-19T04:59:51.282Z[ 7] 2.00-3.00 sec 23.8 MBytes 200 Mbits/sec
33722026-02-19T04:59:51.282Z[ 9] 2.00-3.00 sec 23.8 MBytes 200 Mbits/sec
33732026-02-19T04:59:51.282Z[ 11] 2.00-3.00 sec 23.8 MBytes 200 Mbits/sec
33742026-02-19T04:59:51.282Z[ 13] 2.00-3.00 sec 23.8 MBytes 199 Mbits/sec
33752026-02-19T04:59:51.282Z[ 15] 2.00-3.00 sec 23.8 MBytes 200 Mbits/sec
33762026-02-19T04:59:51.282Z[ 17] 2.00-3.00 sec 23.8 MBytes 200 Mbits/sec
33772026-02-19T04:59:51.282Z[ 19] 2.00-3.00 sec 23.9 MBytes 200 Mbits/sec
33782026-02-19T04:59:51.282Z[SUM] 2.00-3.00 sec 191 MBytes 1.60 Gbits/sec
33792026-02-19T04:59:51.282Z- - - - - - - - - - - - - - - - - - - - - - - - -
33802026-02-19T04:59:51.282Z[ 5] 3.00-4.00 sec 24.2 MBytes 203 Mbits/sec
33812026-02-19T04:59:51.282Z[ 7] 3.00-4.00 sec 24.3 MBytes 204 Mbits/sec
33822026-02-19T04:59:51.282Z[ 9] 3.00-4.00 sec 24.3 MBytes 204 Mbits/sec
33832026-02-19T04:59:51.282Z[ 11] 3.00-4.00 sec 24.2 MBytes 203 Mbits/sec
33842026-02-19T04:59:51.282Z[ 13] 3.00-4.00 sec 24.2 MBytes 203 Mbits/sec
33852026-02-19T04:59:51.282Z[ 15] 3.00-4.00 sec 24.2 MBytes 203 Mbits/sec
33862026-02-19T04:59:51.282Z[ 17] 3.00-4.00 sec 24.2 MBytes 203 Mbits/sec
33872026-02-19T04:59:51.282Z[ 19] 3.00-4.00 sec 24.1 MBytes 202 Mbits/sec
33882026-02-19T04:59:51.282Z[SUM] 3.00-4.00 sec 194 MBytes 1.62 Gbits/sec
33892026-02-19T04:59:51.282Z- - - - - - - - - - - - - - - - - - - - - - - - -
33902026-02-19T04:59:51.282Z[ 5] 4.00-5.00 sec 23.8 MBytes 200 Mbits/sec
33912026-02-19T04:59:51.282Z[ 7] 4.00-5.00 sec 23.7 MBytes 199 Mbits/sec
33922026-02-19T04:59:51.282Z[ 9] 4.00-5.00 sec 23.7 MBytes 199 Mbits/sec
33932026-02-19T04:59:51.282Z[ 11] 4.00-5.00 sec 23.7 MBytes 199 Mbits/sec
33942026-02-19T04:59:51.282Z[ 13] 4.00-5.00 sec 23.7 MBytes 199 Mbits/sec
33952026-02-19T04:59:51.282Z[ 15] 4.00-5.00 sec 23.7 MBytes 199 Mbits/sec
33962026-02-19T04:59:51.282Z[ 17] 4.00-5.00 sec 23.8 MBytes 200 Mbits/sec
33972026-02-19T04:59:51.282Z[ 19] 4.00-5.00 sec 23.8 MBytes 199 Mbits/sec
33982026-02-19T04:59:51.283Z[SUM] 4.00-5.00 sec 190 MBytes 1.59 Gbits/sec
33992026-02-19T04:59:51.283Z- - - - - - - - - - - - - - - - - - - - - - - - -
34002026-02-19T04:59:51.283Z[ 5] 5.00-6.00 sec 24.2 MBytes 203 Mbits/sec
34012026-02-19T04:59:51.283Z[ 7] 5.00-6.00 sec 24.3 MBytes 204 Mbits/sec
34022026-02-19T04:59:51.283Z[ 9] 5.00-6.00 sec 24.2 MBytes 203 Mbits/sec
34032026-02-19T04:59:51.283Z[ 11] 5.00-6.00 sec 24.2 MBytes 203 Mbits/sec
34042026-02-19T04:59:51.283Z[ 13] 5.00-6.00 sec 24.2 MBytes 203 Mbits/sec
34052026-02-19T04:59:51.283Z[ 15] 5.00-6.00 sec 24.2 MBytes 203 Mbits/sec
34062026-02-19T04:59:51.283Z[ 17] 5.00-6.00 sec 24.1 MBytes 202 Mbits/sec
34072026-02-19T04:59:51.283Z[ 19] 5.00-6.00 sec 24.2 MBytes 203 Mbits/sec
34082026-02-19T04:59:51.283Z[SUM] 5.00-6.00 sec 193 MBytes 1.62 Gbits/sec
34092026-02-19T04:59:51.283Z- - - - - - - - - - - - - - - - - - - - - - - - -
34102026-02-19T04:59:51.283Z[ 5] 6.00-7.00 sec 24.6 MBytes 207 Mbits/sec
34112026-02-19T04:59:51.283Z[ 7] 6.00-7.00 sec 24.7 MBytes 207 Mbits/sec
34122026-02-19T04:59:51.283Z[ 9] 6.00-7.00 sec 24.6 MBytes 206 Mbits/sec
34132026-02-19T04:59:54.495Z[ 11] 6.00-7.00 sec 24.7 MBytes 207 Mbits/sec
34142026-02-19T04:59:54.495Z[ 13] 6.00-7.00 sec 24.7 MBytes 207 Mbits/sec
34152026-02-19T04:59:54.495Z[ 15] 6.00-7.00 sec 24.6 MBytes 207 Mbits/sec
34162026-02-19T04:59:54.495Z[ 17] 6.00-7.00 sec 24.7 MBytes 207 Mbits/sec
34172026-02-19T04:59:54.499Z[ 19] 6.00-7.00 sec 24.6 MBytes 207 Mbits/sec
34182026-02-19T04:59:54.499Z[SUM] 6.00-7.00 sec 197 MBytes 1.65 Gbits/sec
34192026-02-19T04:59:54.499Z- - - - - - - - - - - - - - - - - - - - - - - - -
34202026-02-19T04:59:54.499Z[ 5] 7.00-8.00 sec 24.2 MBytes 203 Mbits/sec
34212026-02-19T04:59:54.499Z[ 7] 7.00-8.00 sec 24.2 MBytes 203 Mbits/sec
34222026-02-19T04:59:54.499Z[ 9] 7.00-8.00 sec 24.3 MBytes 203 Mbits/sec
34232026-02-19T04:59:54.499Z[ 11] 7.00-8.00 sec 24.2 MBytes 203 Mbits/sec
34242026-02-19T04:59:54.499Z[ 13] 7.00-8.00 sec 24.2 MBytes 203 Mbits/sec
34252026-02-19T04:59:54.499Z[ 15] 7.00-8.00 sec 24.2 MBytes 203 Mbits/sec
34262026-02-19T04:59:54.499Z[ 17] 7.00-8.00 sec 24.2 MBytes 203 Mbits/sec
34272026-02-19T04:59:54.499Z[ 19] 7.00-8.00 sec 24.2 MBytes 203 Mbits/sec
34282026-02-19T04:59:54.499Z[SUM] 7.00-8.00 sec 194 MBytes 1.62 Gbits/sec
34292026-02-19T04:59:54.499Z- - - - - - - - - - - - - - - - - - - - - - - - -
34302026-02-19T04:59:54.499Z[ 5] 8.00-9.00 sec 24.3 MBytes 204 Mbits/sec
34312026-02-19T04:59:54.499Z[ 7] 8.00-9.00 sec 24.2 MBytes 203 Mbits/sec
34322026-02-19T04:59:54.499Z[ 9] 8.00-9.00 sec 24.2 MBytes 203 Mbits/sec
34332026-02-19T04:59:54.499Z[ 11] 8.00-9.00 sec 24.3 MBytes 204 Mbits/sec
34342026-02-19T04:59:54.499Z[ 13] 8.00-9.00 sec 24.2 MBytes 203 Mbits/sec
34352026-02-19T04:59:54.499Z[ 15] 8.00-9.00 sec 24.3 MBytes 204 Mbits/sec
34362026-02-19T04:59:54.500Z[ 17] 8.00-9.00 sec 24.3 MBytes 203 Mbits/sec
34372026-02-19T04:59:54.500Z[ 19] 8.00-9.00 sec 24.2 MBytes 203 Mbits/sec
34382026-02-19T04:59:54.500Z[SUM] 8.00-9.00 sec 194 MBytes 1.63 Gbits/sec
34392026-02-19T04:59:54.500Z- - - - - - - - - - - - - - - - - - - - - - - - -
34402026-02-19T04:59:54.500Z[ 5] 9.00-10.00 sec 24.3 MBytes 204 Mbits/sec
34412026-02-19T04:59:54.500Z[ 7] 9.00-10.00 sec 24.3 MBytes 204 Mbits/sec
34422026-02-19T04:59:54.500Z[ 9] 9.00-10.00 sec 24.2 MBytes 203 Mbits/sec
34432026-02-19T04:59:54.500Z[ 11] 9.00-10.00 sec 24.3 MBytes 204 Mbits/sec
34442026-02-19T04:59:54.500Z[ 13] 9.00-10.00 sec 24.3 MBytes 204 Mbits/sec
34452026-02-19T04:59:54.500Z[ 15] 9.00-10.00 sec 24.2 MBytes 203 Mbits/sec
34462026-02-19T04:59:54.500Z[ 17] 9.00-10.00 sec 24.3 MBytes 204 Mbits/sec
34472026-02-19T04:59:54.500Z[ 19] 9.00-10.00 sec 24.1 MBytes 203 Mbits/sec
34482026-02-19T04:59:54.500Z[SUM] 9.00-10.00 sec 194 MBytes 1.63 Gbits/sec
34492026-02-19T04:59:54.500Z- - - - - - - - - - - - - - - - - - - - - - - - -
34502026-02-19T04:59:54.500Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34512026-02-19T04:59:54.500Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34522026-02-19T04:59:54.500Z[ 9] 10.00-10.00 sec 124 KBytes 475 Mbits/sec
34532026-02-19T04:59:54.500Z[ 11] 10.00-10.00 sec 9.88 KBytes 38.0 Mbits/sec
34542026-02-19T04:59:54.500Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34552026-02-19T04:59:54.500Z[ 15] 10.00-10.00 sec 104 KBytes 401 Mbits/sec
34562026-02-19T04:59:54.500Z[ 17] 10.00-10.00 sec 57.8 KBytes 222 Mbits/sec
34572026-02-19T04:59:54.500Z[ 19] 10.00-10.00 sec 87.5 KBytes 337 Mbits/sec
34582026-02-19T04:59:54.500Z[SUM] 10.00-10.00 sec 383 KBytes 1.47 Gbits/sec
34592026-02-19T04:59:54.500Z- - - - - - - - - - - - - - - - - - - - - - - - -
34602026-02-19T04:59:54.500Z[ ID] Interval Transfer Bandwidth
34612026-02-19T04:59:54.500Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34622026-02-19T04:59:54.500Z[ 5] 0.00-10.00 sec 234 MBytes 196 Mbits/sec receiver
34632026-02-19T04:59:54.500Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34642026-02-19T04:59:54.500Z[ 7] 0.00-10.00 sec 234 MBytes 196 Mbits/sec receiver
34652026-02-19T04:59:54.500Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34662026-02-19T04:59:54.500Z[ 9] 0.00-10.00 sec 234 MBytes 196 Mbits/sec receiver
34672026-02-19T04:59:54.500Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34682026-02-19T04:59:54.500Z[ 11] 0.00-10.00 sec 234 MBytes 196 Mbits/sec receiver
34692026-02-19T04:59:54.500Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34702026-02-19T04:59:54.500Z[ 13] 0.00-10.00 sec 234 MBytes 196 Mbits/sec receiver
34712026-02-19T04:59:54.500Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34722026-02-19T04:59:54.500Z[ 15] 0.00-10.00 sec 234 MBytes 196 Mbits/sec receiver
34732026-02-19T04:59:54.500Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34742026-02-19T04:59:54.500Z[ 17] 0.00-10.00 sec 234 MBytes 196 Mbits/sec receiver
34752026-02-19T04:59:54.501Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34762026-02-19T04:59:54.501Z[ 19] 0.00-10.00 sec 234 MBytes 196 Mbits/sec receiver
34772026-02-19T04:59:54.501Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34782026-02-19T04:59:54.501Z[SUM] 0.00-10.00 sec 1.83 GBytes 1.57 Gbits/sec receiver
34792026-02-19T04:59:54.501ZRun 7/10...1568.97Mbps
34802026-02-19T05:00:01.529Z-----------------------------------------------------------
34812026-02-19T05:00:01.529ZServer listening on 5201
34822026-02-19T05:00:01.529Z-----------------------------------------------------------
34832026-02-19T05:00:01.529ZAccepted connection from 10.0.0.1, port 42517
34842026-02-19T05:00:01.529Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42069
34852026-02-19T05:00:01.529Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53790
34862026-02-19T05:00:01.529Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50967
34872026-02-19T05:00:01.529Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39420
34882026-02-19T05:00:01.529Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53116
34892026-02-19T05:00:01.529Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38751
34902026-02-19T05:00:01.529Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41544
34912026-02-19T05:00:01.529Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59838
34922026-02-19T05:00:01.529Z[ ID] Interval Transfer Bandwidth
34932026-02-19T05:00:01.529Z[ 5] 0.00-1.00 sec 16.8 MBytes 141 Mbits/sec
34942026-02-19T05:00:01.529Z[ 7] 0.00-1.00 sec 16.7 MBytes 140 Mbits/sec
34952026-02-19T05:00:01.529Z[ 9] 0.00-1.00 sec 16.7 MBytes 140 Mbits/sec
34962026-02-19T05:00:01.529Z[ 11] 0.00-1.00 sec 16.8 MBytes 141 Mbits/sec
34972026-02-19T05:00:01.529Z[ 13] 0.00-1.00 sec 16.8 MBytes 141 Mbits/sec
34982026-02-19T05:00:01.529Z[ 15] 0.00-1.00 sec 16.8 MBytes 141 Mbits/sec
34992026-02-19T05:00:01.529Z[ 17] 0.00-1.00 sec 16.7 MBytes 140 Mbits/sec
35002026-02-19T05:00:01.530Z[ 19] 0.00-1.00 sec 16.7 MBytes 140 Mbits/sec
35012026-02-19T05:00:01.530Z[SUM] 0.00-1.00 sec 134 MBytes 1.12 Gbits/sec
35022026-02-19T05:00:01.530Z- - - - - - - - - - - - - - - - - - - - - - - - -
35032026-02-19T05:00:01.530Z[ 5] 1.00-2.00 sec 23.8 MBytes 200 Mbits/sec
35042026-02-19T05:00:01.530Z[ 7] 1.00-2.00 sec 23.9 MBytes 201 Mbits/sec
35052026-02-19T05:00:01.530Z[ 9] 1.00-2.00 sec 23.9 MBytes 201 Mbits/sec
35062026-02-19T05:00:01.530Z[ 11] 1.00-2.00 sec 23.9 MBytes 201 Mbits/sec
35072026-02-19T05:00:01.530Z[ 13] 1.00-2.00 sec 23.9 MBytes 200 Mbits/sec
35082026-02-19T05:00:01.530Z[ 15] 1.00-2.00 sec 23.9 MBytes 200 Mbits/sec
35092026-02-19T05:00:01.530Z[ 17] 1.00-2.00 sec 23.8 MBytes 199 Mbits/sec
35102026-02-19T05:00:01.530Z[ 19] 1.00-2.00 sec 23.8 MBytes 200 Mbits/sec
35112026-02-19T05:00:01.530Z[SUM] 1.00-2.00 sec 191 MBytes 1.60 Gbits/sec
35122026-02-19T05:00:01.530Z- - - - - - - - - - - - - - - - - - - - - - - - -
35132026-02-19T05:00:01.530Z[ 5] 2.00-3.00 sec 24.4 MBytes 205 Mbits/sec
35142026-02-19T05:00:01.530Z[ 7] 2.00-3.00 sec 24.4 MBytes 205 Mbits/sec
35152026-02-19T05:00:01.530Z[ 9] 2.00-3.00 sec 24.4 MBytes 205 Mbits/sec
35162026-02-19T05:00:01.530Z[ 11] 2.00-3.00 sec 24.4 MBytes 205 Mbits/sec
35172026-02-19T05:00:01.530Z[ 13] 2.00-3.00 sec 24.4 MBytes 205 Mbits/sec
35182026-02-19T05:00:01.530Z[ 15] 2.00-3.00 sec 24.4 MBytes 205 Mbits/sec
35192026-02-19T05:00:01.530Z[ 17] 2.00-3.00 sec 24.4 MBytes 205 Mbits/sec
35202026-02-19T05:00:01.530Z[ 19] 2.00-3.00 sec 24.4 MBytes 205 Mbits/sec
35212026-02-19T05:00:01.530Z[SUM] 2.00-3.00 sec 195 MBytes 1.64 Gbits/sec
35222026-02-19T05:00:01.530Z- - - - - - - - - - - - - - - - - - - - - - - - -
35232026-02-19T05:00:01.530Z[ 5] 3.00-4.00 sec 25.1 MBytes 210 Mbits/sec
35242026-02-19T05:00:01.530Z[ 7] 3.00-4.00 sec 25.0 MBytes 210 Mbits/sec
35252026-02-19T05:00:01.530Z[ 9] 3.00-4.00 sec 25.0 MBytes 210 Mbits/sec
35262026-02-19T05:00:01.530Z[ 11] 3.00-4.00 sec 25.0 MBytes 210 Mbits/sec
35272026-02-19T05:00:01.530Z[ 13] 3.00-4.00 sec 25.0 MBytes 210 Mbits/sec
35282026-02-19T05:00:01.530Z[ 15] 3.00-4.00 sec 25.0 MBytes 210 Mbits/sec
35292026-02-19T05:00:01.530Z[ 17] 3.00-4.00 sec 25.0 MBytes 210 Mbits/sec
35302026-02-19T05:00:01.530Z[ 19] 3.00-4.00 sec 25.0 MBytes 209 Mbits/sec
35312026-02-19T05:00:01.530Z[SUM] 3.00-4.00 sec 200 MBytes 1.68 Gbits/sec
35322026-02-19T05:00:01.530Z- - - - - - - - - - - - - - - - - - - - - - - - -
35332026-02-19T05:00:01.530Z[ 5] 4.00-5.00 sec 24.0 MBytes 201 Mbits/sec
35342026-02-19T05:00:01.530Z[ 7] 4.00-5.00 sec 23.8 MBytes 199 Mbits/sec
35352026-02-19T05:00:01.530Z[ 9] 4.00-5.00 sec 23.9 MBytes 200 Mbits/sec
35362026-02-19T05:00:01.530Z[ 11] 4.00-5.00 sec 23.9 MBytes 200 Mbits/sec
35372026-02-19T05:00:01.530Z[ 13] 4.00-5.00 sec 23.9 MBytes 200 Mbits/sec
35382026-02-19T05:00:01.530Z[ 15] 4.00-5.00 sec 23.8 MBytes 200 Mbits/sec
35392026-02-19T05:00:01.531Z[ 17] 4.00-5.00 sec 23.9 MBytes 200 Mbits/sec
35402026-02-19T05:00:01.534Z[ 19] 4.00-5.00 sec 24.0 MBytes 201 Mbits/sec
35412026-02-19T05:00:01.534Z[SUM] 4.00-5.00 sec 191 MBytes 1.60 Gbits/sec
35422026-02-19T05:00:01.534Z- - - - - - - - - - - - - - - - - - - - - - - - -
35432026-02-19T05:00:01.534Z[ 5] 5.00-6.00 sec 24.3 MBytes 204 Mbits/sec
35442026-02-19T05:00:01.534Z[ 7] 5.00-6.00 sec 24.4 MBytes 205 Mbits/sec
35452026-02-19T05:00:01.534Z[ 9] 5.00-6.00 sec 24.3 MBytes 204 Mbits/sec
35462026-02-19T05:00:01.534Z[ 11] 5.00-6.00 sec 24.3 MBytes 204 Mbits/sec
35472026-02-19T05:00:01.534Z[ 13] 5.00-6.00 sec 24.4 MBytes 205 Mbits/sec
35482026-02-19T05:00:01.534Z[ 15] 5.00-6.00 sec 24.3 MBytes 204 Mbits/sec
35492026-02-19T05:00:01.534Z[ 17] 5.00-6.00 sec 24.3 MBytes 204 Mbits/sec
35502026-02-19T05:00:01.534Z[ 19] 5.00-6.00 sec 24.3 MBytes 204 Mbits/sec
35512026-02-19T05:00:01.534Z[SUM] 5.00-6.00 sec 195 MBytes 1.63 Gbits/sec
35522026-02-19T05:00:01.534Z- - - - - - - - - - - - - - - - - - - - - - - - -
35532026-02-19T05:00:01.534Z[ 5] 6.00-7.00 sec 25.1 MBytes 211 Mbits/sec
35542026-02-19T05:00:01.534Z[ 7] 6.00-7.00 sec 25.0 MBytes 210 Mbits/sec
35552026-02-19T05:00:01.534Z[ 9] 6.00-7.00 sec 25.1 MBytes 211 Mbits/sec
35562026-02-19T05:00:04.747Z[ 11] 6.00-7.00 sec 25.1 MBytes 211 Mbits/sec
35572026-02-19T05:00:04.747Z[ 13] 6.00-7.00 sec 25.0 MBytes 210 Mbits/sec
35582026-02-19T05:00:04.747Z[ 15] 6.00-7.00 sec 25.1 MBytes 211 Mbits/sec
35592026-02-19T05:00:04.747Z[ 17] 6.00-7.00 sec 25.2 MBytes 211 Mbits/sec
35602026-02-19T05:00:04.747Z[ 19] 6.00-7.00 sec 25.2 MBytes 211 Mbits/sec
35612026-02-19T05:00:04.747Z[SUM] 6.00-7.00 sec 201 MBytes 1.69 Gbits/sec
35622026-02-19T05:00:04.747Z- - - - - - - - - - - - - - - - - - - - - - - - -
35632026-02-19T05:00:04.747Z[ 5] 7.00-8.00 sec 24.0 MBytes 202 Mbits/sec
35642026-02-19T05:00:04.747Z[ 7] 7.00-8.00 sec 24.2 MBytes 203 Mbits/sec
35652026-02-19T05:00:04.747Z[ 9] 7.00-8.00 sec 24.1 MBytes 202 Mbits/sec
35662026-02-19T05:00:04.747Z[ 11] 7.00-8.00 sec 24.1 MBytes 203 Mbits/sec
35672026-02-19T05:00:04.747Z[ 13] 7.00-8.00 sec 24.2 MBytes 203 Mbits/sec
35682026-02-19T05:00:04.748Z[ 15] 7.00-8.00 sec 24.1 MBytes 203 Mbits/sec
35692026-02-19T05:00:04.748Z[ 17] 7.00-8.00 sec 24.2 MBytes 203 Mbits/sec
35702026-02-19T05:00:04.748Z[ 19] 7.00-8.00 sec 24.1 MBytes 202 Mbits/sec
35712026-02-19T05:00:04.748Z[SUM] 7.00-8.00 sec 193 MBytes 1.62 Gbits/sec
35722026-02-19T05:00:04.748Z- - - - - - - - - - - - - - - - - - - - - - - - -
35732026-02-19T05:00:04.748Z[ 5] 8.00-9.00 sec 23.4 MBytes 197 Mbits/sec
35742026-02-19T05:00:04.748Z[ 7] 8.00-9.00 sec 23.4 MBytes 197 Mbits/sec
35752026-02-19T05:00:04.748Z[ 9] 8.00-9.00 sec 23.4 MBytes 197 Mbits/sec
35762026-02-19T05:00:04.748Z[ 11] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
35772026-02-19T05:00:04.748Z[ 13] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
35782026-02-19T05:00:04.748Z[ 15] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
35792026-02-19T05:00:04.748Z[ 17] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
35802026-02-19T05:00:04.748Z[ 19] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
35812026-02-19T05:00:04.748Z[SUM] 8.00-9.00 sec 188 MBytes 1.57 Gbits/sec
35822026-02-19T05:00:04.748Z- - - - - - - - - - - - - - - - - - - - - - - - -
35832026-02-19T05:00:04.748Z[ 5] 9.00-10.00 sec 23.9 MBytes 201 Mbits/sec
35842026-02-19T05:00:04.748Z[ 7] 9.00-10.00 sec 23.9 MBytes 201 Mbits/sec
35852026-02-19T05:00:04.748Z[ 9] 9.00-10.00 sec 23.9 MBytes 200 Mbits/sec
35862026-02-19T05:00:04.748Z[ 11] 9.00-10.00 sec 24.0 MBytes 201 Mbits/sec
35872026-02-19T05:00:04.748Z[ 13] 9.00-10.00 sec 24.0 MBytes 201 Mbits/sec
35882026-02-19T05:00:04.748Z[ 15] 9.00-10.00 sec 23.9 MBytes 201 Mbits/sec
35892026-02-19T05:00:04.748Z[ 17] 9.00-10.00 sec 23.9 MBytes 200 Mbits/sec
35902026-02-19T05:00:04.748Z[ 19] 9.00-10.00 sec 23.9 MBytes 201 Mbits/sec
35912026-02-19T05:00:04.748Z[SUM] 9.00-10.00 sec 191 MBytes 1.61 Gbits/sec
35922026-02-19T05:00:04.748Z- - - - - - - - - - - - - - - - - - - - - - - - -
35932026-02-19T05:00:04.748Z[ 5] 10.00-10.00 sec 117 KBytes 407 Mbits/sec
35942026-02-19T05:00:04.748Z[ 7] 10.00-10.00 sec 57.8 KBytes 201 Mbits/sec
35952026-02-19T05:00:04.748Z[ 9] 10.00-10.00 sec 65.9 KBytes 229 Mbits/sec
35962026-02-19T05:00:04.748Z[ 11] 10.00-10.00 sec 20.0 KBytes 69.3 Mbits/sec
35972026-02-19T05:00:04.748Z[ 13] 10.00-10.00 sec 53.6 KBytes 186 Mbits/sec
35982026-02-19T05:00:04.748Z[ 15] 10.00-10.00 sec 105 KBytes 364 Mbits/sec
35992026-02-19T05:00:04.748Z[ 17] 10.00-10.00 sec 61.0 KBytes 212 Mbits/sec
36002026-02-19T05:00:04.748Z[ 19] 10.00-10.00 sec 33.6 KBytes 117 Mbits/sec
36012026-02-19T05:00:04.748Z[SUM] 10.00-10.00 sec 514 KBytes 1.78 Gbits/sec
36022026-02-19T05:00:04.748Z- - - - - - - - - - - - - - - - - - - - - - - - -
36032026-02-19T05:00:04.748Z[ ID] Interval Transfer Bandwidth
36042026-02-19T05:00:04.748Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36052026-02-19T05:00:04.748Z[ 5] 0.00-10.00 sec 235 MBytes 197 Mbits/sec receiver
36062026-02-19T05:00:04.749Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36072026-02-19T05:00:04.749Z[ 7] 0.00-10.00 sec 235 MBytes 197 Mbits/sec receiver
36082026-02-19T05:00:04.749Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36092026-02-19T05:00:04.749Z[ 9] 0.00-10.00 sec 235 MBytes 197 Mbits/sec receiver
36102026-02-19T05:00:04.749Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36112026-02-19T05:00:04.749Z[ 11] 0.00-10.00 sec 235 MBytes 197 Mbits/sec receiver
36122026-02-19T05:00:04.749Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36132026-02-19T05:00:04.749Z[ 13] 0.00-10.00 sec 235 MBytes 197 Mbits/sec receiver
36142026-02-19T05:00:04.749Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36152026-02-19T05:00:04.749Z[ 15] 0.00-10.00 sec 235 MBytes 197 Mbits/sec receiver
36162026-02-19T05:00:04.749Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36172026-02-19T05:00:04.749Z[ 17] 0.00-10.00 sec 235 MBytes 197 Mbits/sec receiver
36182026-02-19T05:00:04.749Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36192026-02-19T05:00:04.749Z[ 19] 0.00-10.00 sec 235 MBytes 197 Mbits/sec receiver
36202026-02-19T05:00:04.749Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36212026-02-19T05:00:04.749Z[SUM] 0.00-10.00 sec 1.84 GBytes 1.58 Gbits/sec receiver
36222026-02-19T05:00:04.752ZRun 8/10...1576.929Mbps
36232026-02-19T05:00:11.782Z-----------------------------------------------------------
36242026-02-19T05:00:11.782ZServer listening on 5201
36252026-02-19T05:00:11.782Z-----------------------------------------------------------
36262026-02-19T05:00:11.782ZAccepted connection from 10.0.0.1, port 40272
36272026-02-19T05:00:11.782Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41448
36282026-02-19T05:00:11.782Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33561
36292026-02-19T05:00:11.782Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36981
36302026-02-19T05:00:11.782Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33006
36312026-02-19T05:00:11.782Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40429
36322026-02-19T05:00:11.782Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37613
36332026-02-19T05:00:11.782Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38354
36342026-02-19T05:00:11.782Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35083
36352026-02-19T05:00:11.782Z[ ID] Interval Transfer Bandwidth
36362026-02-19T05:00:11.782Z[ 5] 0.00-1.00 sec 16.7 MBytes 140 Mbits/sec
36372026-02-19T05:00:11.782Z[ 7] 0.00-1.00 sec 16.7 MBytes 140 Mbits/sec
36382026-02-19T05:00:11.782Z[ 9] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
36392026-02-19T05:00:11.783Z[ 11] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
36402026-02-19T05:00:11.783Z[ 13] 0.00-1.00 sec 16.6 MBytes 140 Mbits/sec
36412026-02-19T05:00:11.783Z[ 15] 0.00-1.00 sec 16.7 MBytes 140 Mbits/sec
36422026-02-19T05:00:11.783Z[ 17] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
36432026-02-19T05:00:11.783Z[ 19] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
36442026-02-19T05:00:11.783Z[SUM] 0.00-1.00 sec 133 MBytes 1.12 Gbits/sec
36452026-02-19T05:00:11.783Z- - - - - - - - - - - - - - - - - - - - - - - - -
36462026-02-19T05:00:11.783Z[ 5] 1.00-2.00 sec 24.0 MBytes 201 Mbits/sec
36472026-02-19T05:00:11.783Z[ 7] 1.00-2.00 sec 24.1 MBytes 202 Mbits/sec
36482026-02-19T05:00:11.783Z[ 9] 1.00-2.00 sec 24.0 MBytes 202 Mbits/sec
36492026-02-19T05:00:11.783Z[ 11] 1.00-2.00 sec 24.0 MBytes 201 Mbits/sec
36502026-02-19T05:00:11.783Z[ 13] 1.00-2.00 sec 24.0 MBytes 201 Mbits/sec
36512026-02-19T05:00:11.783Z[ 15] 1.00-2.00 sec 24.0 MBytes 201 Mbits/sec
36522026-02-19T05:00:11.783Z[ 17] 1.00-2.00 sec 23.9 MBytes 201 Mbits/sec
36532026-02-19T05:00:11.783Z[ 19] 1.00-2.00 sec 23.9 MBytes 201 Mbits/sec
36542026-02-19T05:00:11.783Z[SUM] 1.00-2.00 sec 192 MBytes 1.61 Gbits/sec
36552026-02-19T05:00:11.783Z- - - - - - - - - - - - - - - - - - - - - - - - -
36562026-02-19T05:00:11.783Z[ 5] 2.00-3.00 sec 24.4 MBytes 205 Mbits/sec
36572026-02-19T05:00:11.783Z[ 7] 2.00-3.00 sec 24.4 MBytes 205 Mbits/sec
36582026-02-19T05:00:11.783Z[ 9] 2.00-3.00 sec 24.4 MBytes 204 Mbits/sec
36592026-02-19T05:00:11.783Z[ 11] 2.00-3.00 sec 24.4 MBytes 205 Mbits/sec
36602026-02-19T05:00:11.783Z[ 13] 2.00-3.00 sec 24.5 MBytes 205 Mbits/sec
36612026-02-19T05:00:11.783Z[ 15] 2.00-3.00 sec 24.5 MBytes 205 Mbits/sec
36622026-02-19T05:00:11.783Z[ 17] 2.00-3.00 sec 24.4 MBytes 205 Mbits/sec
36632026-02-19T05:00:11.783Z[ 19] 2.00-3.00 sec 24.5 MBytes 205 Mbits/sec
36642026-02-19T05:00:11.783Z[SUM] 2.00-3.00 sec 195 MBytes 1.64 Gbits/sec
36652026-02-19T05:00:11.783Z- - - - - - - - - - - - - - - - - - - - - - - - -
36662026-02-19T05:00:11.783Z[ 5] 3.00-4.00 sec 24.5 MBytes 205 Mbits/sec
36672026-02-19T05:00:11.783Z[ 7] 3.00-4.00 sec 24.5 MBytes 205 Mbits/sec
36682026-02-19T05:00:11.783Z[ 9] 3.00-4.00 sec 24.4 MBytes 204 Mbits/sec
36692026-02-19T05:00:11.783Z[ 11] 3.00-4.00 sec 24.4 MBytes 205 Mbits/sec
36702026-02-19T05:00:11.783Z[ 13] 3.00-4.00 sec 24.4 MBytes 205 Mbits/sec
36712026-02-19T05:00:11.783Z[ 15] 3.00-4.00 sec 24.4 MBytes 205 Mbits/sec
36722026-02-19T05:00:11.783Z[ 17] 3.00-4.00 sec 24.5 MBytes 205 Mbits/sec
36732026-02-19T05:00:11.783Z[ 19] 3.00-4.00 sec 24.5 MBytes 205 Mbits/sec
36742026-02-19T05:00:11.783Z[SUM] 3.00-4.00 sec 196 MBytes 1.64 Gbits/sec
36752026-02-19T05:00:11.783Z- - - - - - - - - - - - - - - - - - - - - - - - -
36762026-02-19T05:00:11.783Z[ 5] 4.00-5.00 sec 24.5 MBytes 205 Mbits/sec
36772026-02-19T05:00:11.784Z[ 7] 4.00-5.00 sec 24.5 MBytes 205 Mbits/sec
36782026-02-19T05:00:11.784Z[ 9] 4.00-5.00 sec 24.5 MBytes 206 Mbits/sec
36792026-02-19T05:00:11.784Z[ 11] 4.00-5.00 sec 24.5 MBytes 206 Mbits/sec
36802026-02-19T05:00:11.784Z[ 13] 4.00-5.00 sec 24.5 MBytes 205 Mbits/sec
36812026-02-19T05:00:11.784Z[ 15] 4.00-5.00 sec 24.6 MBytes 206 Mbits/sec
36822026-02-19T05:00:11.784Z[ 17] 4.00-5.00 sec 24.5 MBytes 205 Mbits/sec
36832026-02-19T05:00:11.784Z[ 19] 4.00-5.00 sec 24.5 MBytes 205 Mbits/sec
36842026-02-19T05:00:11.784Z[SUM] 4.00-5.00 sec 196 MBytes 1.64 Gbits/sec
36852026-02-19T05:00:11.784Z- - - - - - - - - - - - - - - - - - - - - - - - -
36862026-02-19T05:00:11.784Z[ 5] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
36872026-02-19T05:00:11.784Z[ 7] 5.00-6.00 sec 24.9 MBytes 209 Mbits/sec
36882026-02-19T05:00:11.784Z[ 9] 5.00-6.00 sec 24.9 MBytes 208 Mbits/sec
36892026-02-19T05:00:11.784Z[ 11] 5.00-6.00 sec 24.7 MBytes 207 Mbits/sec
36902026-02-19T05:00:11.784Z[ 13] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
36912026-02-19T05:00:11.784Z[ 15] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
36922026-02-19T05:00:11.784Z[ 17] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
36932026-02-19T05:00:11.784Z[ 19] 5.00-6.00 sec 24.9 MBytes 209 Mbits/sec
36942026-02-19T05:00:11.784Z[SUM] 5.00-6.00 sec 199 MBytes 1.67 Gbits/sec
36952026-02-19T05:00:11.784Z- - - - - - - - - - - - - - - - - - - - - - - - -
36962026-02-19T05:00:11.784Z[ 5] 6.00-7.00 sec 24.0 MBytes 201 Mbits/sec
36972026-02-19T05:00:11.784Z[ 7] 6.00-7.00 sec 23.9 MBytes 201 Mbits/sec
36982026-02-19T05:00:11.784Z[ 9] 6.00-7.00 sec 23.9 MBytes 201 Mbits/sec
36992026-02-19T05:00:14.999Z[ 11] 6.00-7.00 sec 23.9 MBytes 201 Mbits/sec
37002026-02-19T05:00:14.999Z[ 13] 6.00-7.00 sec 23.9 MBytes 201 Mbits/sec
37012026-02-19T05:00:14.999Z[ 15] 6.00-7.00 sec 23.9 MBytes 201 Mbits/sec
37022026-02-19T05:00:14.999Z[ 17] 6.00-7.00 sec 23.9 MBytes 201 Mbits/sec
37032026-02-19T05:00:14.999Z[ 19] 6.00-7.00 sec 24.0 MBytes 201 Mbits/sec
37042026-02-19T05:00:14.999Z[SUM] 6.00-7.00 sec 192 MBytes 1.61 Gbits/sec
37052026-02-19T05:00:14.999Z- - - - - - - - - - - - - - - - - - - - - - - - -
37062026-02-19T05:00:14.999Z[ 5] 7.00-8.00 sec 24.0 MBytes 201 Mbits/sec
37072026-02-19T05:00:14.999Z[ 7] 7.00-8.00 sec 23.9 MBytes 201 Mbits/sec
37082026-02-19T05:00:14.999Z[ 9] 7.00-8.00 sec 24.0 MBytes 202 Mbits/sec
37092026-02-19T05:00:14.999Z[ 11] 7.00-8.00 sec 23.9 MBytes 201 Mbits/sec
37102026-02-19T05:00:14.999Z[ 13] 7.00-8.00 sec 24.0 MBytes 201 Mbits/sec
37112026-02-19T05:00:14.999Z[ 15] 7.00-8.00 sec 23.9 MBytes 201 Mbits/sec
37122026-02-19T05:00:14.999Z[ 17] 7.00-8.00 sec 23.9 MBytes 201 Mbits/sec
37132026-02-19T05:00:14.999Z[ 19] 7.00-8.00 sec 23.9 MBytes 201 Mbits/sec
37142026-02-19T05:00:14.999Z[SUM] 7.00-8.00 sec 192 MBytes 1.61 Gbits/sec
37152026-02-19T05:00:14.999Z- - - - - - - - - - - - - - - - - - - - - - - - -
37162026-02-19T05:00:14.999Z[ 5] 8.00-9.00 sec 23.9 MBytes 200 Mbits/sec
37172026-02-19T05:00:14.999Z[ 7] 8.00-9.00 sec 23.8 MBytes 200 Mbits/sec
37182026-02-19T05:00:14.999Z[ 9] 8.00-9.00 sec 23.8 MBytes 200 Mbits/sec
37192026-02-19T05:00:14.999Z[ 11] 8.00-9.00 sec 23.9 MBytes 200 Mbits/sec
37202026-02-19T05:00:14.999Z[ 13] 8.00-9.00 sec 23.8 MBytes 200 Mbits/sec
37212026-02-19T05:00:14.999Z[ 15] 8.00-9.00 sec 23.9 MBytes 200 Mbits/sec
37222026-02-19T05:00:14.999Z[ 17] 8.00-9.00 sec 23.9 MBytes 200 Mbits/sec
37232026-02-19T05:00:15.000Z[ 19] 8.00-9.00 sec 23.8 MBytes 200 Mbits/sec
37242026-02-19T05:00:15.000Z[SUM] 8.00-9.00 sec 191 MBytes 1.60 Gbits/sec
37252026-02-19T05:00:15.000Z- - - - - - - - - - - - - - - - - - - - - - - - -
37262026-02-19T05:00:15.000Z[ 5] 9.00-10.00 sec 23.4 MBytes 196 Mbits/sec
37272026-02-19T05:00:15.000Z[ 7] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec
37282026-02-19T05:00:15.000Z[ 9] 9.00-10.00 sec 23.5 MBytes 198 Mbits/sec
37292026-02-19T05:00:15.000Z[ 11] 9.00-10.00 sec 23.4 MBytes 197 Mbits/sec
37302026-02-19T05:00:15.000Z[ 13] 9.00-10.00 sec 23.6 MBytes 198 Mbits/sec
37312026-02-19T05:00:15.000Z[ 15] 9.00-10.00 sec 23.4 MBytes 196 Mbits/sec
37322026-02-19T05:00:15.000Z[ 17] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec
37332026-02-19T05:00:15.000Z[ 19] 9.00-10.00 sec 23.6 MBytes 198 Mbits/sec
37342026-02-19T05:00:15.000Z[SUM] 9.00-10.00 sec 188 MBytes 1.58 Gbits/sec
37352026-02-19T05:00:15.000Z- - - - - - - - - - - - - - - - - - - - - - - - -
37362026-02-19T05:00:15.000Z[ 5] 10.00-10.00 sec 96.2 KBytes 327 Mbits/sec
37372026-02-19T05:00:15.000Z[ 7] 10.00-10.00 sec 39.4 KBytes 134 Mbits/sec
37382026-02-19T05:00:15.000Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37392026-02-19T05:00:15.000Z[ 11] 10.00-10.00 sec 126 KBytes 428 Mbits/sec
37402026-02-19T05:00:15.000Z[ 13] 10.00-10.00 sec 9.89 KBytes 33.6 Mbits/sec
37412026-02-19T05:00:15.000Z[ 15] 10.00-10.00 sec 126 KBytes 428 Mbits/sec
37422026-02-19T05:00:15.000Z[ 17] 10.00-10.00 sec 101 KBytes 344 Mbits/sec
37432026-02-19T05:00:15.000Z[ 19] 10.00-10.00 sec 57.8 KBytes 197 Mbits/sec
37442026-02-19T05:00:15.000Z[SUM] 10.00-10.00 sec 556 KBytes 1.89 Gbits/sec
37452026-02-19T05:00:15.000Z- - - - - - - - - - - - - - - - - - - - - - - - -
37462026-02-19T05:00:15.000Z[ ID] Interval Transfer Bandwidth
37472026-02-19T05:00:15.000Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37482026-02-19T05:00:15.000Z[ 5] 0.00-10.00 sec 234 MBytes 196 Mbits/sec receiver
37492026-02-19T05:00:15.000Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37502026-02-19T05:00:15.000Z[ 7] 0.00-10.00 sec 234 MBytes 196 Mbits/sec receiver
37512026-02-19T05:00:15.000Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37522026-02-19T05:00:15.000Z[ 9] 0.00-10.00 sec 234 MBytes 196 Mbits/sec receiver
37532026-02-19T05:00:15.000Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37542026-02-19T05:00:15.000Z[ 11] 0.00-10.00 sec 234 MBytes 196 Mbits/sec receiver
37552026-02-19T05:00:15.000Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37562026-02-19T05:00:15.000Z[ 13] 0.00-10.00 sec 234 MBytes 196 Mbits/sec receiver
37572026-02-19T05:00:15.000Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37582026-02-19T05:00:15.000Z[ 15] 0.00-10.00 sec 234 MBytes 196 Mbits/sec receiver
37592026-02-19T05:00:15.000Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37602026-02-19T05:00:15.000Z[ 17] 0.00-10.00 sec 234 MBytes 196 Mbits/sec receiver
37612026-02-19T05:00:15.001Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37622026-02-19T05:00:15.001Z[ 19] 0.00-10.00 sec 234 MBytes 197 Mbits/sec receiver
37632026-02-19T05:00:15.001Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37642026-02-19T05:00:15.001Z[SUM] 0.00-10.00 sec 1.83 GBytes 1.57 Gbits/sec receiver
37652026-02-19T05:00:15.004ZRun 9/10...1571.367Mbps
37662026-02-19T05:00:22.033Z-----------------------------------------------------------
37672026-02-19T05:00:22.033ZServer listening on 5201
37682026-02-19T05:00:22.033Z-----------------------------------------------------------
37692026-02-19T05:00:22.033ZAccepted connection from 10.0.0.1, port 65116
37702026-02-19T05:00:22.033Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62965
37712026-02-19T05:00:22.033Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65080
37722026-02-19T05:00:22.033Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45989
37732026-02-19T05:00:22.033Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46545
37742026-02-19T05:00:22.033Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65355
37752026-02-19T05:00:22.033Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44655
37762026-02-19T05:00:22.033Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50387
37772026-02-19T05:00:22.033Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63416
37782026-02-19T05:00:22.033Z[ ID] Interval Transfer Bandwidth
37792026-02-19T05:00:22.033Z[ 5] 0.00-1.00 sec 17.0 MBytes 142 Mbits/sec
37802026-02-19T05:00:22.033Z[ 7] 0.00-1.00 sec 16.9 MBytes 142 Mbits/sec
37812026-02-19T05:00:22.034Z[ 9] 0.00-1.00 sec 17.1 MBytes 144 Mbits/sec
37822026-02-19T05:00:22.034Z[ 11] 0.00-1.00 sec 17.1 MBytes 143 Mbits/sec
37832026-02-19T05:00:22.034Z[ 13] 0.00-1.00 sec 17.0 MBytes 143 Mbits/sec
37842026-02-19T05:00:22.034Z[ 15] 0.00-1.00 sec 17.0 MBytes 143 Mbits/sec
37852026-02-19T05:00:22.034Z[ 17] 0.00-1.00 sec 17.0 MBytes 142 Mbits/sec
37862026-02-19T05:00:22.034Z[ 19] 0.00-1.00 sec 17.0 MBytes 142 Mbits/sec
37872026-02-19T05:00:22.034Z[SUM] 0.00-1.00 sec 136 MBytes 1.14 Gbits/sec
37882026-02-19T05:00:22.034Z- - - - - - - - - - - - - - - - - - - - - - - - -
37892026-02-19T05:00:22.034Z[ 5] 1.00-2.00 sec 23.9 MBytes 200 Mbits/sec
37902026-02-19T05:00:22.034Z[ 7] 1.00-2.00 sec 23.9 MBytes 200 Mbits/sec
37912026-02-19T05:00:22.034Z[ 9] 1.00-2.00 sec 23.8 MBytes 200 Mbits/sec
37922026-02-19T05:00:22.034Z[ 11] 1.00-2.00 sec 23.8 MBytes 200 Mbits/sec
37932026-02-19T05:00:22.034Z[ 13] 1.00-2.00 sec 23.9 MBytes 200 Mbits/sec
37942026-02-19T05:00:22.034Z[ 15] 1.00-2.00 sec 23.9 MBytes 200 Mbits/sec
37952026-02-19T05:00:22.034Z[ 17] 1.00-2.00 sec 23.9 MBytes 201 Mbits/sec
37962026-02-19T05:00:22.034Z[ 19] 1.00-2.00 sec 23.9 MBytes 200 Mbits/sec
37972026-02-19T05:00:22.034Z[SUM] 1.00-2.00 sec 191 MBytes 1.60 Gbits/sec
37982026-02-19T05:00:22.034Z- - - - - - - - - - - - - - - - - - - - - - - - -
37992026-02-19T05:00:22.034Z[ 5] 2.00-3.00 sec 24.5 MBytes 206 Mbits/sec
38002026-02-19T05:00:22.034Z[ 7] 2.00-3.00 sec 24.4 MBytes 205 Mbits/sec
38012026-02-19T05:00:22.034Z[ 9] 2.00-3.00 sec 24.5 MBytes 206 Mbits/sec
38022026-02-19T05:00:22.034Z[ 11] 2.00-3.00 sec 24.4 MBytes 204 Mbits/sec
38032026-02-19T05:00:22.034Z[ 13] 2.00-3.00 sec 24.4 MBytes 205 Mbits/sec
38042026-02-19T05:00:22.034Z[ 15] 2.00-3.00 sec 24.4 MBytes 205 Mbits/sec
38052026-02-19T05:00:22.034Z[ 17] 2.00-3.00 sec 24.4 MBytes 204 Mbits/sec
38062026-02-19T05:00:22.034Z[ 19] 2.00-3.00 sec 24.5 MBytes 205 Mbits/sec
38072026-02-19T05:00:22.034Z[SUM] 2.00-3.00 sec 195 MBytes 1.64 Gbits/sec
38082026-02-19T05:00:22.034Z- - - - - - - - - - - - - - - - - - - - - - - - -
38092026-02-19T05:00:22.035Z[ 5] 3.00-4.00 sec 24.5 MBytes 206 Mbits/sec
38102026-02-19T05:00:22.035Z[ 7] 3.00-4.00 sec 24.5 MBytes 206 Mbits/sec
38112026-02-19T05:00:22.035Z[ 9] 3.00-4.00 sec 24.5 MBytes 206 Mbits/sec
38122026-02-19T05:00:22.035Z[ 11] 3.00-4.00 sec 24.6 MBytes 207 Mbits/sec
38132026-02-19T05:00:22.035Z[ 13] 3.00-4.00 sec 24.5 MBytes 206 Mbits/sec
38142026-02-19T05:00:22.035Z[ 15] 3.00-4.00 sec 24.6 MBytes 206 Mbits/sec
38152026-02-19T05:00:22.035Z[ 17] 3.00-4.00 sec 24.5 MBytes 206 Mbits/sec
38162026-02-19T05:00:22.035Z[ 19] 3.00-4.00 sec 24.6 MBytes 206 Mbits/sec
38172026-02-19T05:00:22.035Z[SUM] 3.00-4.00 sec 196 MBytes 1.65 Gbits/sec
38182026-02-19T05:00:22.035Z- - - - - - - - - - - - - - - - - - - - - - - - -
38192026-02-19T05:00:22.035Z[ 5] 4.00-5.00 sec 25.1 MBytes 210 Mbits/sec
38202026-02-19T05:00:22.035Z[ 7] 4.00-5.00 sec 25.0 MBytes 210 Mbits/sec
38212026-02-19T05:00:22.035Z[ 9] 4.00-5.00 sec 25.0 MBytes 210 Mbits/sec
38222026-02-19T05:00:22.035Z[ 11] 4.00-5.00 sec 25.0 MBytes 209 Mbits/sec
38232026-02-19T05:00:22.035Z[ 13] 4.00-5.00 sec 25.1 MBytes 210 Mbits/sec
38242026-02-19T05:00:22.035Z[ 15] 4.00-5.00 sec 25.0 MBytes 209 Mbits/sec
38252026-02-19T05:00:22.035Z[ 17] 4.00-5.00 sec 25.0 MBytes 210 Mbits/sec
38262026-02-19T05:00:22.035Z[ 19] 4.00-5.00 sec 25.0 MBytes 210 Mbits/sec
38272026-02-19T05:00:22.035Z[SUM] 4.00-5.00 sec 200 MBytes 1.68 Gbits/sec
38282026-02-19T05:00:22.035Z- - - - - - - - - - - - - - - - - - - - - - - - -
38292026-02-19T05:00:22.035Z[ 5] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
38302026-02-19T05:00:22.035Z[ 7] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
38312026-02-19T05:00:22.035Z[ 9] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
38322026-02-19T05:00:22.035Z[ 11] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
38332026-02-19T05:00:22.035Z[ 13] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
38342026-02-19T05:00:22.035Z[ 15] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
38352026-02-19T05:00:22.035Z[ 17] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
38362026-02-19T05:00:22.035Z[ 19] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
38372026-02-19T05:00:22.035Z[SUM] 5.00-6.00 sec 198 MBytes 1.66 Gbits/sec
38382026-02-19T05:00:22.035Z- - - - - - - - - - - - - - - - - - - - - - - - -
38392026-02-19T05:00:22.035Z[ 5] 6.00-7.00 sec 24.1 MBytes 202 Mbits/sec
38402026-02-19T05:00:22.035Z[ 7] 6.00-7.00 sec 24.1 MBytes 203 Mbits/sec
38412026-02-19T05:00:22.035Z[ 9] 6.00-7.00 sec 24.1 MBytes 202 Mbits/sec
38422026-02-19T05:00:25.250Z[ 11] 6.00-7.00 sec 24.2 MBytes 203 Mbits/sec
38432026-02-19T05:00:25.250Z[ 13] 6.00-7.00 sec 24.1 MBytes 202 Mbits/sec
38442026-02-19T05:00:25.250Z[ 15] 6.00-7.00 sec 24.1 MBytes 202 Mbits/sec
38452026-02-19T05:00:25.250Z[ 17] 6.00-7.00 sec 24.1 MBytes 202 Mbits/sec
38462026-02-19T05:00:25.250Z[ 19] 6.00-7.00 sec 24.2 MBytes 203 Mbits/sec
38472026-02-19T05:00:25.250Z[SUM] 6.00-7.00 sec 193 MBytes 1.62 Gbits/sec
38482026-02-19T05:00:25.250Z- - - - - - - - - - - - - - - - - - - - - - - - -
38492026-02-19T05:00:25.250Z[ 5] 7.00-8.00 sec 24.7 MBytes 207 Mbits/sec
38502026-02-19T05:00:25.250Z[ 7] 7.00-8.00 sec 24.7 MBytes 207 Mbits/sec
38512026-02-19T05:00:25.250Z[ 9] 7.00-8.00 sec 24.8 MBytes 208 Mbits/sec
38522026-02-19T05:00:25.250Z[ 11] 7.00-8.00 sec 24.8 MBytes 208 Mbits/sec
38532026-02-19T05:00:25.250Z[ 13] 7.00-8.00 sec 24.7 MBytes 207 Mbits/sec
38542026-02-19T05:00:25.250Z[ 15] 7.00-8.00 sec 24.8 MBytes 208 Mbits/sec
38552026-02-19T05:00:25.250Z[ 17] 7.00-8.00 sec 24.8 MBytes 208 Mbits/sec
38562026-02-19T05:00:25.250Z[ 19] 7.00-8.00 sec 24.7 MBytes 207 Mbits/sec
38572026-02-19T05:00:25.250Z[SUM] 7.00-8.00 sec 198 MBytes 1.66 Gbits/sec
38582026-02-19T05:00:25.250Z- - - - - - - - - - - - - - - - - - - - - - - - -
38592026-02-19T05:00:25.250Z[ 5] 8.00-9.00 sec 25.2 MBytes 211 Mbits/sec
38602026-02-19T05:00:25.250Z[ 7] 8.00-9.00 sec 25.1 MBytes 211 Mbits/sec
38612026-02-19T05:00:25.251Z[ 9] 8.00-9.00 sec 25.1 MBytes 211 Mbits/sec
38622026-02-19T05:00:25.251Z[ 11] 8.00-9.00 sec 25.1 MBytes 210 Mbits/sec
38632026-02-19T05:00:25.251Z[ 13] 8.00-9.00 sec 25.1 MBytes 211 Mbits/sec
38642026-02-19T05:00:25.251Z[ 15] 8.00-9.00 sec 25.2 MBytes 211 Mbits/sec
38652026-02-19T05:00:25.251Z[ 17] 8.00-9.00 sec 25.1 MBytes 210 Mbits/sec
38662026-02-19T05:00:25.251Z[ 19] 8.00-9.00 sec 25.1 MBytes 211 Mbits/sec
38672026-02-19T05:00:25.251Z[SUM] 8.00-9.00 sec 201 MBytes 1.69 Gbits/sec
38682026-02-19T05:00:25.251Z- - - - - - - - - - - - - - - - - - - - - - - - -
38692026-02-19T05:00:25.251Z[ 5] 9.00-10.00 sec 24.2 MBytes 203 Mbits/sec
38702026-02-19T05:00:25.251Z[ 7] 9.00-10.00 sec 24.2 MBytes 203 Mbits/sec
38712026-02-19T05:00:25.251Z[ 9] 9.00-10.00 sec 24.2 MBytes 203 Mbits/sec
38722026-02-19T05:00:25.251Z[ 11] 9.00-10.00 sec 24.2 MBytes 203 Mbits/sec
38732026-02-19T05:00:25.251Z[ 13] 9.00-10.00 sec 24.2 MBytes 203 Mbits/sec
38742026-02-19T05:00:25.251Z[ 15] 9.00-10.00 sec 24.2 MBytes 203 Mbits/sec
38752026-02-19T05:00:25.251Z[ 17] 9.00-10.00 sec 24.2 MBytes 203 Mbits/sec
38762026-02-19T05:00:25.251Z[ 19] 9.00-10.00 sec 24.2 MBytes 203 Mbits/sec
38772026-02-19T05:00:25.251Z[SUM] 9.00-10.00 sec 194 MBytes 1.62 Gbits/sec
38782026-02-19T05:00:25.251Z- - - - - - - - - - - - - - - - - - - - - - - - -
38792026-02-19T05:00:25.251Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38802026-02-19T05:00:25.251Z[ 7] 10.00-10.00 sec 21.7 KBytes 97.3 Mbits/sec
38812026-02-19T05:00:25.251Z[ 9] 10.00-10.00 sec 83.1 KBytes 372 Mbits/sec
38822026-02-19T05:00:25.251Z[ 11] 10.00-10.00 sec 57.6 KBytes 258 Mbits/sec
38832026-02-19T05:00:25.251Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38842026-02-19T05:00:25.251Z[ 15] 10.00-10.00 sec 104 KBytes 467 Mbits/sec
38852026-02-19T05:00:25.251Z[ 17] 10.00-10.00 sec 69.5 KBytes 311 Mbits/sec
38862026-02-19T05:00:25.251Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38872026-02-19T05:00:25.251Z[SUM] 10.00-10.00 sec 336 KBytes 1.50 Gbits/sec
38882026-02-19T05:00:25.251Z- - - - - - - - - - - - - - - - - - - - - - - - -
38892026-02-19T05:00:25.251Z[ ID] Interval Transfer Bandwidth
38902026-02-19T05:00:25.251Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38912026-02-19T05:00:25.251Z[ 5] 0.00-10.00 sec 238 MBytes 200 Mbits/sec receiver
38922026-02-19T05:00:25.251Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38932026-02-19T05:00:25.251Z[ 7] 0.00-10.00 sec 238 MBytes 200 Mbits/sec receiver
38942026-02-19T05:00:25.251Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38952026-02-19T05:00:25.251Z[ 9] 0.00-10.00 sec 238 MBytes 200 Mbits/sec receiver
38962026-02-19T05:00:25.251Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38972026-02-19T05:00:25.251Z[ 11] 0.00-10.00 sec 238 MBytes 200 Mbits/sec receiver
38982026-02-19T05:00:25.251Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38992026-02-19T05:00:25.251Z[ 13] 0.00-10.00 sec 238 MBytes 200 Mbits/sec receiver
39002026-02-19T05:00:25.252Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
39012026-02-19T05:00:25.252Z[ 15] 0.00-10.00 sec 238 MBytes 200 Mbits/sec receiver
39022026-02-19T05:00:25.252Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
39032026-02-19T05:00:25.252Z[ 17] 0.00-10.00 sec 238 MBytes 199 Mbits/sec receiver
39042026-02-19T05:00:25.252Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
39052026-02-19T05:00:25.252Z[ 19] 0.00-10.00 sec 238 MBytes 200 Mbits/sec receiver
39062026-02-19T05:00:25.252Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
39072026-02-19T05:00:25.252Z[SUM] 0.00-10.00 sec 1.86 GBytes 1.60 Gbits/sec receiver
39082026-02-19T05:00:25.255ZRun 10/10...1596.931Mbps
39092026-02-19T05:00:25.255Z###---------------------###
39102026-02-19T05:00:25.255Z::: iPerf done... :::
39112026-02-19T05:00:25.255Z:::Awaiting out files...:::
39122026-02-19T05:00:25.255Z###---------------------###
39132026-02-19T05:00:25.255Z###-----###
39142026-02-19T05:00:25.255Z:::done!:::
39152026-02-19T05:00:25.255Z###-----###
39162026-02-19T05:00:27.260ZGnuplot not found, using plotters backend
39172026-02-19T05:00:27.461ZBenchmarking iperf-tcp/local/c2s/tx
39182026-02-19T05:00:27.461ZBenchmarking iperf-tcp/local/c2s/tx: Warming up for 3.0000 s
39192026-02-19T05:00:32.116ZBenchmarking iperf-tcp/local/c2s/tx: Collecting 100 samples in estimated 20.000 s (1.2B iterations)
39202026-02-19T05:00:52.113ZBenchmarking iperf-tcp/local/c2s/tx: Analyzing
39212026-02-19T05:00:52.271Ziperf-tcp/local/c2s/tx time: [6.3754 µs 6.3756 µs 6.3757 µs]
39222026-02-19T05:00:52.271Z change: [−2.1189% −2.1136% −2.1085%] (p = 0.00 < 0.05)
39232026-02-19T05:00:52.271Z Performance has improved.
39242026-02-19T05:00:52.271ZFound 6 outliers among 100 measurements (6.00%)
39252026-02-19T05:00:52.271Z 1 (1.00%) low severe
39262026-02-19T05:00:52.271Z 3 (3.00%) low mild
39272026-02-19T05:00:52.271Z 2 (2.00%) high mild
39282026-02-19T05:00:53.726Z
39292026-02-19T05:00:53.730ZBenchmarking iperf-tcp/local/c2s/rx
39302026-02-19T05:00:53.730ZBenchmarking iperf-tcp/local/c2s/rx: Warming up for 3.0000 s
39312026-02-19T05:00:58.382ZBenchmarking iperf-tcp/local/c2s/rx: Collecting 100 samples in estimated 20.000 s (1.2B iterations)
39322026-02-19T05:01:18.462ZBenchmarking iperf-tcp/local/c2s/rx: Analyzing
39332026-02-19T05:01:18.612Ziperf-tcp/local/c2s/rx time: [14.057 µs 14.057 µs 14.058 µs]
39342026-02-19T05:01:18.613Z change: [−1.3809% −1.3758% −1.3711%] (p = 0.00 < 0.05)
39352026-02-19T05:01:18.613Z Performance has improved.
39362026-02-19T05:01:18.613ZFound 5 outliers among 100 measurements (5.00%)
39372026-02-19T05:01:18.613Z 2 (2.00%) low severe
39382026-02-19T05:01:18.613Z 3 (3.00%) low mild
39392026-02-19T05:01:20.070Z
39402026-02-19T05:01:20.070Z###-------------------###
39412026-02-19T05:01:20.070Z:::Running experiment :::
39422026-02-19T05:01:20.070Z:::iperf-tcp/local/s2c:::
39432026-02-19T05:01:20.070Z###-------------------###
39442026-02-19T05:01:20.477Zdtrace: description 'profile-201us ' matched 2 probes
39452026-02-19T05:01:27.102Z-----------------------------------------------------------
39462026-02-19T05:01:27.102ZServer listening on 5201
39472026-02-19T05:01:27.102Z-----------------------------------------------------------
39482026-02-19T05:01:27.102ZAccepted connection from 10.0.0.1, port 36669
39492026-02-19T05:01:27.102Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41102
39502026-02-19T05:01:27.102Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34176
39512026-02-19T05:01:27.102Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56853
39522026-02-19T05:01:27.102Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41725
39532026-02-19T05:01:27.102Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61797
39542026-02-19T05:01:27.102Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60313
39552026-02-19T05:01:27.102Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47023
39562026-02-19T05:01:27.102Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51696
39572026-02-19T05:01:27.102Z[ ID] Interval Transfer Bandwidth
39582026-02-19T05:01:27.102Z[ 5] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
39592026-02-19T05:01:27.102Z[ 7] 0.00-1.00 sec 42.3 MBytes 355 Mbits/sec
39602026-02-19T05:01:27.102Z[ 9] 0.00-1.00 sec 42.3 MBytes 354 Mbits/sec
39612026-02-19T05:01:27.103Z[ 11] 0.00-1.00 sec 42.4 MBytes 356 Mbits/sec
39622026-02-19T05:01:27.103Z[ 13] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
39632026-02-19T05:01:27.103Z[ 15] 0.00-1.00 sec 42.3 MBytes 355 Mbits/sec
39642026-02-19T05:01:27.103Z[ 17] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
39652026-02-19T05:01:27.103Z[ 19] 0.00-1.00 sec 42.3 MBytes 355 Mbits/sec
39662026-02-19T05:01:27.103Z[SUM] 0.00-1.00 sec 338 MBytes 2.84 Gbits/sec
39672026-02-19T05:01:27.103Z- - - - - - - - - - - - - - - - - - - - - - - - -
39682026-02-19T05:01:27.103Z[ 5] 1.00-2.00 sec 23.6 MBytes 198 Mbits/sec
39692026-02-19T05:01:27.103Z[ 7] 1.00-2.00 sec 23.5 MBytes 197 Mbits/sec
39702026-02-19T05:01:27.103Z[ 9] 1.00-2.00 sec 23.6 MBytes 198 Mbits/sec
39712026-02-19T05:01:27.103Z[ 11] 1.00-2.00 sec 23.6 MBytes 198 Mbits/sec
39722026-02-19T05:01:27.103Z[ 13] 1.00-2.00 sec 23.6 MBytes 198 Mbits/sec
39732026-02-19T05:01:27.103Z[ 15] 1.00-2.00 sec 23.7 MBytes 199 Mbits/sec
39742026-02-19T05:01:27.103Z[ 17] 1.00-2.00 sec 23.6 MBytes 198 Mbits/sec
39752026-02-19T05:01:27.103Z[ 19] 1.00-2.00 sec 23.6 MBytes 198 Mbits/sec
39762026-02-19T05:01:27.103Z[SUM] 1.00-2.00 sec 189 MBytes 1.58 Gbits/sec
39772026-02-19T05:01:27.103Z- - - - - - - - - - - - - - - - - - - - - - - - -
39782026-02-19T05:01:27.103Z[ 5] 2.00-3.00 sec 24.0 MBytes 201 Mbits/sec
39792026-02-19T05:01:27.103Z[ 7] 2.00-3.00 sec 24.0 MBytes 202 Mbits/sec
39802026-02-19T05:01:27.103Z[ 9] 2.00-3.00 sec 24.0 MBytes 202 Mbits/sec
39812026-02-19T05:01:27.103Z[ 11] 2.00-3.00 sec 24.1 MBytes 202 Mbits/sec
39822026-02-19T05:01:27.103Z[ 13] 2.00-3.00 sec 24.1 MBytes 202 Mbits/sec
39832026-02-19T05:01:27.103Z[ 15] 2.00-3.00 sec 24.0 MBytes 201 Mbits/sec
39842026-02-19T05:01:27.103Z[ 17] 2.00-3.00 sec 24.0 MBytes 202 Mbits/sec
39852026-02-19T05:01:27.103Z[ 19] 2.00-3.00 sec 24.1 MBytes 202 Mbits/sec
39862026-02-19T05:01:27.103Z[SUM] 2.00-3.00 sec 192 MBytes 1.61 Gbits/sec
39872026-02-19T05:01:27.103Z- - - - - - - - - - - - - - - - - - - - - - - - -
39882026-02-19T05:01:27.103Z[ 5] 3.00-4.00 sec 24.2 MBytes 203 Mbits/sec
39892026-02-19T05:01:27.103Z[ 7] 3.00-4.00 sec 24.2 MBytes 203 Mbits/sec
39902026-02-19T05:01:27.103Z[ 9] 3.00-4.00 sec 24.2 MBytes 203 Mbits/sec
39912026-02-19T05:01:27.103Z[ 11] 3.00-4.00 sec 24.2 MBytes 203 Mbits/sec
39922026-02-19T05:01:27.103Z[ 13] 3.00-4.00 sec 24.1 MBytes 202 Mbits/sec
39932026-02-19T05:01:27.103Z[ 15] 3.00-4.00 sec 24.3 MBytes 204 Mbits/sec
39942026-02-19T05:01:27.103Z[ 17] 3.00-4.00 sec 24.2 MBytes 203 Mbits/sec
39952026-02-19T05:01:27.103Z[ 19] 3.00-4.00 sec 24.2 MBytes 203 Mbits/sec
39962026-02-19T05:01:27.103Z[SUM] 3.00-4.00 sec 194 MBytes 1.63 Gbits/sec
39972026-02-19T05:01:27.103Z- - - - - - - - - - - - - - - - - - - - - - - - -
39982026-02-19T05:01:27.104Z[ 5] 4.00-5.00 sec 24.2 MBytes 203 Mbits/sec
39992026-02-19T05:01:27.104Z[ 7] 4.00-5.00 sec 24.3 MBytes 204 Mbits/sec
40002026-02-19T05:01:27.104Z[ 9] 4.00-5.00 sec 24.2 MBytes 203 Mbits/sec
40012026-02-19T05:01:27.104Z[ 11] 4.00-5.00 sec 24.2 MBytes 203 Mbits/sec
40022026-02-19T05:01:27.104Z[ 13] 4.00-5.00 sec 24.3 MBytes 204 Mbits/sec
40032026-02-19T05:01:27.104Z[ 15] 4.00-5.00 sec 24.2 MBytes 203 Mbits/sec
40042026-02-19T05:01:27.104Z[ 17] 4.00-5.00 sec 24.2 MBytes 203 Mbits/sec
40052026-02-19T05:01:27.104Z[ 19] 4.00-5.00 sec 24.2 MBytes 203 Mbits/sec
40062026-02-19T05:01:27.104Z[SUM] 4.00-5.00 sec 194 MBytes 1.63 Gbits/sec
40072026-02-19T05:01:27.104Z- - - - - - - - - - - - - - - - - - - - - - - - -
40082026-02-19T05:01:27.104Z[ 5] 5.00-6.00 sec 24.1 MBytes 202 Mbits/sec
40092026-02-19T05:01:27.104Z[ 7] 5.00-6.00 sec 23.9 MBytes 201 Mbits/sec
40102026-02-19T05:01:27.104Z[ 9] 5.00-6.00 sec 24.0 MBytes 202 Mbits/sec
40112026-02-19T05:01:27.104Z[ 11] 5.00-6.00 sec 24.1 MBytes 202 Mbits/sec
40122026-02-19T05:01:27.104Z[ 13] 5.00-6.00 sec 23.9 MBytes 201 Mbits/sec
40132026-02-19T05:01:27.104Z[ 15] 5.00-6.00 sec 24.1 MBytes 202 Mbits/sec
40142026-02-19T05:01:27.104Z[ 17] 5.00-6.00 sec 24.0 MBytes 202 Mbits/sec
40152026-02-19T05:01:27.104Z[ 19] 5.00-6.00 sec 24.0 MBytes 201 Mbits/sec
40162026-02-19T05:01:27.104Z[SUM] 5.00-6.00 sec 192 MBytes 1.61 Gbits/sec
40172026-02-19T05:01:27.108Z- - - - - - - - - - - - - - - - - - - - - - - - -
40182026-02-19T05:01:27.108Z[ 5] 6.00-7.00 sec 24.0 MBytes 201 Mbits/sec
40192026-02-19T05:01:27.108Z[ 7] 6.00-7.00 sec 24.0 MBytes 201 Mbits/sec
40202026-02-19T05:01:27.108Z[ 9] 6.00-7.00 sec 24.0 MBytes 201 Mbits/sec
40212026-02-19T05:01:30.215Z[ 11] 6.00-7.00 sec 24.0 MBytes 201 Mbits/sec
40222026-02-19T05:01:30.215Z[ 13] 6.00-7.00 sec 24.0 MBytes 202 Mbits/sec
40232026-02-19T05:01:30.215Z[ 15] 6.00-7.00 sec 23.9 MBytes 201 Mbits/sec
40242026-02-19T05:01:30.215Z[ 17] 6.00-7.00 sec 24.0 MBytes 201 Mbits/sec
40252026-02-19T05:01:30.215Z[ 19] 6.00-7.00 sec 24.1 MBytes 202 Mbits/sec
40262026-02-19T05:01:30.215Z[SUM] 6.00-7.00 sec 192 MBytes 1.61 Gbits/sec
40272026-02-19T05:01:30.215Z- - - - - - - - - - - - - - - - - - - - - - - - -
40282026-02-19T05:01:30.215Z[ 5] 7.00-8.00 sec 23.9 MBytes 201 Mbits/sec
40292026-02-19T05:01:30.215Z[ 7] 7.00-8.00 sec 23.9 MBytes 201 Mbits/sec
40302026-02-19T05:01:30.215Z[ 9] 7.00-8.00 sec 23.9 MBytes 201 Mbits/sec
40312026-02-19T05:01:30.215Z[ 11] 7.00-8.00 sec 24.0 MBytes 201 Mbits/sec
40322026-02-19T05:01:30.215Z[ 13] 7.00-8.00 sec 23.9 MBytes 201 Mbits/sec
40332026-02-19T05:01:30.215Z[ 15] 7.00-8.00 sec 23.9 MBytes 200 Mbits/sec
40342026-02-19T05:01:30.215Z[ 17] 7.00-8.00 sec 24.0 MBytes 201 Mbits/sec
40352026-02-19T05:01:30.215Z[ 19] 7.00-8.00 sec 23.9 MBytes 200 Mbits/sec
40362026-02-19T05:01:30.215Z[SUM] 7.00-8.00 sec 192 MBytes 1.61 Gbits/sec
40372026-02-19T05:01:30.215Z- - - - - - - - - - - - - - - - - - - - - - - - -
40382026-02-19T05:01:30.215Z[ 5] 8.00-9.00 sec 24.0 MBytes 201 Mbits/sec
40392026-02-19T05:01:30.215Z[ 7] 8.00-9.00 sec 23.9 MBytes 201 Mbits/sec
40402026-02-19T05:01:30.220Z[ 9] 8.00-9.00 sec 23.9 MBytes 201 Mbits/sec
40412026-02-19T05:01:30.220Z[ 11] 8.00-9.00 sec 23.9 MBytes 200 Mbits/sec
40422026-02-19T05:01:30.220Z[ 13] 8.00-9.00 sec 23.9 MBytes 200 Mbits/sec
40432026-02-19T05:01:30.220Z[ 15] 8.00-9.00 sec 23.9 MBytes 201 Mbits/sec
40442026-02-19T05:01:30.220Z[ 17] 8.00-9.00 sec 23.9 MBytes 200 Mbits/sec
40452026-02-19T05:01:30.220Z[ 19] 8.00-9.00 sec 23.9 MBytes 200 Mbits/sec
40462026-02-19T05:01:30.220Z[SUM] 8.00-9.00 sec 191 MBytes 1.61 Gbits/sec
40472026-02-19T05:01:30.220Z- - - - - - - - - - - - - - - - - - - - - - - - -
40482026-02-19T05:01:30.220Z[ 5] 9.00-10.00 sec 24.0 MBytes 201 Mbits/sec
40492026-02-19T05:01:30.220Z[ 7] 9.00-10.00 sec 24.1 MBytes 202 Mbits/sec
40502026-02-19T05:01:30.220Z[ 9] 9.00-10.00 sec 24.0 MBytes 201 Mbits/sec
40512026-02-19T05:01:30.220Z[ 11] 9.00-10.00 sec 24.0 MBytes 202 Mbits/sec
40522026-02-19T05:01:30.220Z[ 13] 9.00-10.00 sec 24.1 MBytes 202 Mbits/sec
40532026-02-19T05:01:30.220Z[ 15] 9.00-10.00 sec 24.0 MBytes 201 Mbits/sec
40542026-02-19T05:01:30.220Z[ 17] 9.00-10.00 sec 24.0 MBytes 202 Mbits/sec
40552026-02-19T05:01:30.220Z[ 19] 9.00-10.00 sec 24.0 MBytes 202 Mbits/sec
40562026-02-19T05:01:30.220Z[SUM] 9.00-10.00 sec 192 MBytes 1.61 Gbits/sec
40572026-02-19T05:01:30.220Z- - - - - - - - - - - - - - - - - - - - - - - - -
40582026-02-19T05:01:30.220Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40592026-02-19T05:01:30.220Z[ 7] 10.00-10.00 sec 96.2 KBytes 358 Mbits/sec
40602026-02-19T05:01:30.220Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40612026-02-19T05:01:30.220Z[ 11] 10.00-10.00 sec 96.2 KBytes 358 Mbits/sec
40622026-02-19T05:01:30.221Z[ 13] 10.00-10.00 sec 96.2 KBytes 358 Mbits/sec
40632026-02-19T05:01:30.221Z[ 15] 10.00-10.00 sec 96.2 KBytes 358 Mbits/sec
40642026-02-19T05:01:30.221Z[ 17] 10.00-10.00 sec 96.2 KBytes 358 Mbits/sec
40652026-02-19T05:01:30.221Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40662026-02-19T05:01:30.221Z[SUM] 10.00-10.00 sec 481 KBytes 1.79 Gbits/sec
40672026-02-19T05:01:30.221Z- - - - - - - - - - - - - - - - - - - - - - - - -
40682026-02-19T05:01:30.221Z[ ID] Interval Transfer Bandwidth
40692026-02-19T05:01:30.221Z[ 5] 0.00-10.00 sec 258 MBytes 217 Mbits/sec sender
40702026-02-19T05:01:30.221Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40712026-02-19T05:01:30.221Z[ 7] 0.00-10.00 sec 258 MBytes 217 Mbits/sec sender
40722026-02-19T05:01:30.221Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40732026-02-19T05:01:30.221Z[ 9] 0.00-10.00 sec 258 MBytes 217 Mbits/sec sender
40742026-02-19T05:01:30.221Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40752026-02-19T05:01:30.221Z[ 11] 0.00-10.00 sec 259 MBytes 217 Mbits/sec sender
40762026-02-19T05:01:30.221Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40772026-02-19T05:01:30.221Z[ 13] 0.00-10.00 sec 259 MBytes 217 Mbits/sec sender
40782026-02-19T05:01:30.221Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40792026-02-19T05:01:30.221Z[ 15] 0.00-10.00 sec 258 MBytes 217 Mbits/sec sender
40802026-02-19T05:01:30.221Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40812026-02-19T05:01:30.221Z[ 17] 0.00-10.00 sec 258 MBytes 217 Mbits/sec sender
40822026-02-19T05:01:30.221Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40832026-02-19T05:01:30.221Z[ 19] 0.00-10.00 sec 258 MBytes 217 Mbits/sec sender
40842026-02-19T05:01:30.221Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40852026-02-19T05:01:30.221Z[SUM] 0.00-10.00 sec 2.02 GBytes 1.73 Gbits/sec sender
40862026-02-19T05:01:30.221Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40872026-02-19T05:01:30.221ZRun 1/10...1734.084Mbps
40882026-02-19T05:01:37.250Z-----------------------------------------------------------
40892026-02-19T05:01:37.250ZServer listening on 5201
40902026-02-19T05:01:37.250Z-----------------------------------------------------------
40912026-02-19T05:01:37.250ZAccepted connection from 10.0.0.1, port 36818
40922026-02-19T05:01:37.250Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62752
40932026-02-19T05:01:37.250Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64013
40942026-02-19T05:01:37.250Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37527
40952026-02-19T05:01:37.250Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40827
40962026-02-19T05:01:37.251Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63077
40972026-02-19T05:01:37.251Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40832
40982026-02-19T05:01:37.251Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45227
40992026-02-19T05:01:37.251Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44460
41002026-02-19T05:01:37.251Z[ ID] Interval Transfer Bandwidth
41012026-02-19T05:01:37.251Z[ 5] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
41022026-02-19T05:01:37.251Z[ 7] 0.00-1.00 sec 19.1 MBytes 160 Mbits/sec
41032026-02-19T05:01:37.251Z[ 9] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
41042026-02-19T05:01:37.251Z[ 11] 0.00-1.00 sec 19.1 MBytes 160 Mbits/sec
41052026-02-19T05:01:37.251Z[ 13] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
41062026-02-19T05:01:37.251Z[ 15] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
41072026-02-19T05:01:37.251Z[ 17] 0.00-1.00 sec 19.0 MBytes 159 Mbits/sec
41082026-02-19T05:01:37.251Z[ 19] 0.00-1.00 sec 19.1 MBytes 160 Mbits/sec
41092026-02-19T05:01:37.251Z[SUM] 0.00-1.00 sec 153 MBytes 1.28 Gbits/sec
41102026-02-19T05:01:37.251Z- - - - - - - - - - - - - - - - - - - - - - - - -
41112026-02-19T05:01:37.251Z[ 5] 1.00-2.00 sec 23.6 MBytes 198 Mbits/sec
41122026-02-19T05:01:37.251Z[ 7] 1.00-2.00 sec 23.7 MBytes 199 Mbits/sec
41132026-02-19T05:01:37.251Z[ 9] 1.00-2.00 sec 23.7 MBytes 199 Mbits/sec
41142026-02-19T05:01:37.251Z[ 11] 1.00-2.00 sec 23.7 MBytes 199 Mbits/sec
41152026-02-19T05:01:37.251Z[ 13] 1.00-2.00 sec 23.5 MBytes 197 Mbits/sec
41162026-02-19T05:01:37.251Z[ 15] 1.00-2.00 sec 23.6 MBytes 198 Mbits/sec
41172026-02-19T05:01:37.251Z[ 17] 1.00-2.00 sec 23.7 MBytes 199 Mbits/sec
41182026-02-19T05:01:37.251Z[ 19] 1.00-2.00 sec 23.6 MBytes 198 Mbits/sec
41192026-02-19T05:01:37.251Z[SUM] 1.00-2.00 sec 189 MBytes 1.59 Gbits/sec
41202026-02-19T05:01:37.251Z- - - - - - - - - - - - - - - - - - - - - - - - -
41212026-02-19T05:01:37.251Z[ 5] 2.00-3.00 sec 23.5 MBytes 197 Mbits/sec
41222026-02-19T05:01:37.251Z[ 7] 2.00-3.00 sec 23.4 MBytes 196 Mbits/sec
41232026-02-19T05:01:37.251Z[ 9] 2.00-3.00 sec 23.4 MBytes 197 Mbits/sec
41242026-02-19T05:01:37.251Z[ 11] 2.00-3.00 sec 23.5 MBytes 197 Mbits/sec
41252026-02-19T05:01:37.251Z[ 13] 2.00-3.00 sec 23.5 MBytes 197 Mbits/sec
41262026-02-19T05:01:37.251Z[ 15] 2.00-3.00 sec 23.5 MBytes 197 Mbits/sec
41272026-02-19T05:01:37.251Z[ 17] 2.00-3.00 sec 23.5 MBytes 197 Mbits/sec
41282026-02-19T05:01:37.251Z[ 19] 2.00-3.00 sec 23.4 MBytes 197 Mbits/sec
41292026-02-19T05:01:37.251Z[SUM] 2.00-3.00 sec 188 MBytes 1.57 Gbits/sec
41302026-02-19T05:01:37.251Z- - - - - - - - - - - - - - - - - - - - - - - - -
41312026-02-19T05:01:37.251Z[ 5] 3.00-4.00 sec 23.4 MBytes 197 Mbits/sec
41322026-02-19T05:01:37.251Z[ 7] 3.00-4.00 sec 23.4 MBytes 197 Mbits/sec
41332026-02-19T05:01:37.251Z[ 9] 3.00-4.00 sec 23.5 MBytes 197 Mbits/sec
41342026-02-19T05:01:37.252Z[ 11] 3.00-4.00 sec 23.4 MBytes 197 Mbits/sec
41352026-02-19T05:01:37.252Z[ 13] 3.00-4.00 sec 23.4 MBytes 196 Mbits/sec
41362026-02-19T05:01:37.252Z[ 15] 3.00-4.00 sec 23.4 MBytes 197 Mbits/sec
41372026-02-19T05:01:37.252Z[ 17] 3.00-4.00 sec 23.5 MBytes 197 Mbits/sec
41382026-02-19T05:01:37.252Z[ 19] 3.00-4.00 sec 23.4 MBytes 197 Mbits/sec
41392026-02-19T05:01:37.252Z[SUM] 3.00-4.00 sec 187 MBytes 1.57 Gbits/sec
41402026-02-19T05:01:37.252Z- - - - - - - - - - - - - - - - - - - - - - - - -
41412026-02-19T05:01:37.252Z[ 5] 4.00-5.00 sec 23.8 MBytes 199 Mbits/sec
41422026-02-19T05:01:37.252Z[ 7] 4.00-5.00 sec 23.8 MBytes 199 Mbits/sec
41432026-02-19T05:01:37.252Z[ 9] 4.00-5.00 sec 23.7 MBytes 199 Mbits/sec
41442026-02-19T05:01:37.252Z[ 11] 4.00-5.00 sec 23.8 MBytes 200 Mbits/sec
41452026-02-19T05:01:37.252Z[ 13] 4.00-5.00 sec 23.8 MBytes 200 Mbits/sec
41462026-02-19T05:01:37.252Z[ 15] 4.00-5.00 sec 23.8 MBytes 199 Mbits/sec
41472026-02-19T05:01:37.252Z[ 17] 4.00-5.00 sec 23.8 MBytes 199 Mbits/sec
41482026-02-19T05:01:37.252Z[ 19] 4.00-5.00 sec 23.8 MBytes 200 Mbits/sec
41492026-02-19T05:01:37.252Z[SUM] 4.00-5.00 sec 190 MBytes 1.60 Gbits/sec
41502026-02-19T05:01:37.252Z- - - - - - - - - - - - - - - - - - - - - - - - -
41512026-02-19T05:01:37.252Z[ 5] 5.00-6.00 sec 24.6 MBytes 206 Mbits/sec
41522026-02-19T05:01:37.252Z[ 7] 5.00-6.00 sec 24.5 MBytes 205 Mbits/sec
41532026-02-19T05:01:37.252Z[ 9] 5.00-6.00 sec 24.5 MBytes 205 Mbits/sec
41542026-02-19T05:01:37.252Z[ 11] 5.00-6.00 sec 24.5 MBytes 205 Mbits/sec
41552026-02-19T05:01:37.252Z[ 13] 5.00-6.00 sec 24.5 MBytes 206 Mbits/sec
41562026-02-19T05:01:37.252Z[ 15] 5.00-6.00 sec 24.5 MBytes 206 Mbits/sec
41572026-02-19T05:01:37.252Z[ 17] 5.00-6.00 sec 24.5 MBytes 206 Mbits/sec
41582026-02-19T05:01:37.252Z[ 19] 5.00-6.00 sec 24.4 MBytes 204 Mbits/sec
41592026-02-19T05:01:37.252Z[SUM] 5.00-6.00 sec 196 MBytes 1.64 Gbits/sec
41602026-02-19T05:01:37.252Z- - - - - - - - - - - - - - - - - - - - - - - - -
41612026-02-19T05:01:37.252Z[ 5] 6.00-7.00 sec 24.3 MBytes 204 Mbits/sec
41622026-02-19T05:01:37.252Z[ 7] 6.00-7.00 sec 24.3 MBytes 204 Mbits/sec
41632026-02-19T05:01:37.252Z[ 9] 6.00-7.00 sec 24.2 MBytes 203 Mbits/sec
41642026-02-19T05:01:40.468Z[ 11] 6.00-7.00 sec 24.2 MBytes 203 Mbits/sec
41652026-02-19T05:01:40.468Z[ 13] 6.00-7.00 sec 24.3 MBytes 204 Mbits/sec
41662026-02-19T05:01:40.468Z[ 15] 6.00-7.00 sec 24.2 MBytes 203 Mbits/sec
41672026-02-19T05:01:40.468Z[ 17] 6.00-7.00 sec 24.3 MBytes 204 Mbits/sec
41682026-02-19T05:01:40.468Z[ 19] 6.00-7.00 sec 24.2 MBytes 203 Mbits/sec
41692026-02-19T05:01:40.468Z[SUM] 6.00-7.00 sec 194 MBytes 1.63 Gbits/sec
41702026-02-19T05:01:40.468Z- - - - - - - - - - - - - - - - - - - - - - - - -
41712026-02-19T05:01:40.468Z[ 5] 7.00-8.00 sec 23.7 MBytes 199 Mbits/sec
41722026-02-19T05:01:40.468Z[ 7] 7.00-8.00 sec 23.6 MBytes 198 Mbits/sec
41732026-02-19T05:01:40.468Z[ 9] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
41742026-02-19T05:01:40.468Z[ 11] 7.00-8.00 sec 23.7 MBytes 199 Mbits/sec
41752026-02-19T05:01:40.468Z[ 13] 7.00-8.00 sec 23.6 MBytes 198 Mbits/sec
41762026-02-19T05:01:40.468Z[ 15] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
41772026-02-19T05:01:40.468Z[ 17] 7.00-8.00 sec 23.6 MBytes 198 Mbits/sec
41782026-02-19T05:01:40.468Z[ 19] 7.00-8.00 sec 23.7 MBytes 199 Mbits/sec
41792026-02-19T05:01:40.468Z[SUM] 7.00-8.00 sec 189 MBytes 1.58 Gbits/sec
41802026-02-19T05:01:40.468Z- - - - - - - - - - - - - - - - - - - - - - - - -
41812026-02-19T05:01:40.468Z[ 5] 8.00-9.00 sec 22.6 MBytes 189 Mbits/sec
41822026-02-19T05:01:40.468Z[ 7] 8.00-9.00 sec 22.7 MBytes 190 Mbits/sec
41832026-02-19T05:01:40.468Z[ 9] 8.00-9.00 sec 22.8 MBytes 191 Mbits/sec
41842026-02-19T05:01:40.468Z[ 11] 8.00-9.00 sec 22.6 MBytes 189 Mbits/sec
41852026-02-19T05:01:40.469Z[ 13] 8.00-9.00 sec 22.6 MBytes 190 Mbits/sec
41862026-02-19T05:01:40.469Z[ 15] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec
41872026-02-19T05:01:40.469Z[ 17] 8.00-9.00 sec 22.6 MBytes 189 Mbits/sec
41882026-02-19T05:01:40.469Z[ 19] 8.00-9.00 sec 22.6 MBytes 190 Mbits/sec
41892026-02-19T05:01:40.469Z[SUM] 8.00-9.00 sec 181 MBytes 1.52 Gbits/sec
41902026-02-19T05:01:40.469Z- - - - - - - - - - - - - - - - - - - - - - - - -
41912026-02-19T05:01:40.469Z[ 5] 9.00-10.00 sec 22.6 MBytes 190 Mbits/sec
41922026-02-19T05:01:40.469Z[ 7] 9.00-10.00 sec 22.6 MBytes 189 Mbits/sec
41932026-02-19T05:01:40.469Z[ 9] 9.00-10.00 sec 22.6 MBytes 189 Mbits/sec
41942026-02-19T05:01:40.469Z[ 11] 9.00-10.00 sec 22.6 MBytes 189 Mbits/sec
41952026-02-19T05:01:40.469Z[ 13] 9.00-10.00 sec 22.6 MBytes 190 Mbits/sec
41962026-02-19T05:01:40.469Z[ 15] 9.00-10.00 sec 22.6 MBytes 190 Mbits/sec
41972026-02-19T05:01:40.469Z[ 17] 9.00-10.00 sec 22.7 MBytes 190 Mbits/sec
41982026-02-19T05:01:40.469Z[ 19] 9.00-10.00 sec 22.6 MBytes 189 Mbits/sec
41992026-02-19T05:01:40.469Z[SUM] 9.00-10.00 sec 181 MBytes 1.52 Gbits/sec
42002026-02-19T05:01:40.469Z- - - - - - - - - - - - - - - - - - - - - - - - -
42012026-02-19T05:01:40.469Z[ 5] 10.00-10.00 sec 144 KBytes 553 Mbits/sec
42022026-02-19T05:01:40.469Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42032026-02-19T05:01:40.469Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42042026-02-19T05:01:40.469Z[ 11] 10.00-10.00 sec 96.2 KBytes 369 Mbits/sec
42052026-02-19T05:01:40.469Z[ 13] 10.00-10.00 sec 48.1 KBytes 185 Mbits/sec
42062026-02-19T05:01:40.469Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42072026-02-19T05:01:40.469Z[ 17] 10.00-10.00 sec 96.2 KBytes 369 Mbits/sec
42082026-02-19T05:01:40.469Z[ 19] 10.00-10.00 sec 48.1 KBytes 185 Mbits/sec
42092026-02-19T05:01:40.469Z[SUM] 10.00-10.00 sec 433 KBytes 1.66 Gbits/sec
42102026-02-19T05:01:40.469Z- - - - - - - - - - - - - - - - - - - - - - - - -
42112026-02-19T05:01:40.469Z[ ID] Interval Transfer Bandwidth
42122026-02-19T05:01:40.469Z[ 5] 0.00-10.00 sec 231 MBytes 194 Mbits/sec sender
42132026-02-19T05:01:40.469Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42142026-02-19T05:01:40.469Z[ 7] 0.00-10.00 sec 231 MBytes 194 Mbits/sec sender
42152026-02-19T05:01:40.469Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42162026-02-19T05:01:40.469Z[ 9] 0.00-10.00 sec 231 MBytes 194 Mbits/sec sender
42172026-02-19T05:01:40.469Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42182026-02-19T05:01:40.469Z[ 11] 0.00-10.00 sec 231 MBytes 194 Mbits/sec sender
42192026-02-19T05:01:40.469Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42202026-02-19T05:01:40.469Z[ 13] 0.00-10.00 sec 231 MBytes 194 Mbits/sec sender
42212026-02-19T05:01:40.469Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42222026-02-19T05:01:40.469Z[ 15] 0.00-10.00 sec 231 MBytes 194 Mbits/sec sender
42232026-02-19T05:01:40.469Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42242026-02-19T05:01:40.470Z[ 17] 0.00-10.00 sec 231 MBytes 194 Mbits/sec sender
42252026-02-19T05:01:40.470Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42262026-02-19T05:01:40.470Z[ 19] 0.00-10.00 sec 231 MBytes 194 Mbits/sec sender
42272026-02-19T05:01:40.470Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42282026-02-19T05:01:40.470Z[SUM] 0.00-10.00 sec 1.81 GBytes 1.55 Gbits/sec sender
42292026-02-19T05:01:40.470Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42302026-02-19T05:01:40.473ZRun 2/10...1550.564Mbps
42312026-02-19T05:01:47.502Z-----------------------------------------------------------
42322026-02-19T05:01:47.502ZServer listening on 5201
42332026-02-19T05:01:47.502Z-----------------------------------------------------------
42342026-02-19T05:01:47.502ZAccepted connection from 10.0.0.1, port 54810
42352026-02-19T05:01:47.502Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52092
42362026-02-19T05:01:47.502Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37383
42372026-02-19T05:01:47.502Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65172
42382026-02-19T05:01:47.502Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37606
42392026-02-19T05:01:47.502Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64648
42402026-02-19T05:01:47.502Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49586
42412026-02-19T05:01:47.502Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44186
42422026-02-19T05:01:47.502Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39932
42432026-02-19T05:01:47.502Z[ ID] Interval Transfer Bandwidth
42442026-02-19T05:01:47.502Z[ 5] 0.00-1.00 sec 18.9 MBytes 159 Mbits/sec
42452026-02-19T05:01:47.502Z[ 7] 0.00-1.00 sec 19.0 MBytes 159 Mbits/sec
42462026-02-19T05:01:47.502Z[ 9] 0.00-1.00 sec 19.0 MBytes 159 Mbits/sec
42472026-02-19T05:01:47.502Z[ 11] 0.00-1.00 sec 19.0 MBytes 159 Mbits/sec
42482026-02-19T05:01:47.502Z[ 13] 0.00-1.00 sec 18.9 MBytes 159 Mbits/sec
42492026-02-19T05:01:47.502Z[ 15] 0.00-1.00 sec 18.9 MBytes 159 Mbits/sec
42502026-02-19T05:01:47.502Z[ 17] 0.00-1.00 sec 18.9 MBytes 158 Mbits/sec
42512026-02-19T05:01:47.502Z[ 19] 0.00-1.00 sec 18.9 MBytes 159 Mbits/sec
42522026-02-19T05:01:47.502Z[SUM] 0.00-1.00 sec 151 MBytes 1.27 Gbits/sec
42532026-02-19T05:01:47.502Z- - - - - - - - - - - - - - - - - - - - - - - - -
42542026-02-19T05:01:47.502Z[ 5] 1.00-2.00 sec 23.5 MBytes 197 Mbits/sec
42552026-02-19T05:01:47.503Z[ 7] 1.00-2.00 sec 23.4 MBytes 196 Mbits/sec
42562026-02-19T05:01:47.503Z[ 9] 1.00-2.00 sec 23.4 MBytes 197 Mbits/sec
42572026-02-19T05:01:47.503Z[ 11] 1.00-2.00 sec 23.4 MBytes 196 Mbits/sec
42582026-02-19T05:01:47.503Z[ 13] 1.00-2.00 sec 23.4 MBytes 196 Mbits/sec
42592026-02-19T05:01:47.503Z[ 15] 1.00-2.00 sec 23.5 MBytes 197 Mbits/sec
42602026-02-19T05:01:47.503Z[ 17] 1.00-2.00 sec 23.4 MBytes 197 Mbits/sec
42612026-02-19T05:01:47.503Z[ 19] 1.00-2.00 sec 23.4 MBytes 196 Mbits/sec
42622026-02-19T05:01:47.503Z[SUM] 1.00-2.00 sec 187 MBytes 1.57 Gbits/sec
42632026-02-19T05:01:47.503Z- - - - - - - - - - - - - - - - - - - - - - - - -
42642026-02-19T05:01:47.503Z[ 5] 2.00-3.00 sec 23.2 MBytes 195 Mbits/sec
42652026-02-19T05:01:47.503Z[ 7] 2.00-3.00 sec 23.2 MBytes 195 Mbits/sec
42662026-02-19T05:01:47.503Z[ 9] 2.00-3.00 sec 23.2 MBytes 195 Mbits/sec
42672026-02-19T05:01:47.503Z[ 11] 2.00-3.00 sec 23.2 MBytes 195 Mbits/sec
42682026-02-19T05:01:47.503Z[ 13] 2.00-3.00 sec 23.2 MBytes 195 Mbits/sec
42692026-02-19T05:01:47.503Z[ 15] 2.00-3.00 sec 23.2 MBytes 195 Mbits/sec
42702026-02-19T05:01:47.503Z[ 17] 2.00-3.00 sec 23.3 MBytes 196 Mbits/sec
42712026-02-19T05:01:47.503Z[ 19] 2.00-3.00 sec 23.3 MBytes 196 Mbits/sec
42722026-02-19T05:01:47.503Z[SUM] 2.00-3.00 sec 186 MBytes 1.56 Gbits/sec
42732026-02-19T05:01:47.503Z- - - - - - - - - - - - - - - - - - - - - - - - -
42742026-02-19T05:01:47.503Z[ 5] 3.00-4.00 sec 23.4 MBytes 197 Mbits/sec
42752026-02-19T05:01:47.503Z[ 7] 3.00-4.00 sec 23.5 MBytes 197 Mbits/sec
42762026-02-19T05:01:47.503Z[ 9] 3.00-4.00 sec 23.4 MBytes 197 Mbits/sec
42772026-02-19T05:01:47.503Z[ 11] 3.00-4.00 sec 23.4 MBytes 197 Mbits/sec
42782026-02-19T05:01:47.503Z[ 13] 3.00-4.00 sec 23.5 MBytes 197 Mbits/sec
42792026-02-19T05:01:47.503Z[ 15] 3.00-4.00 sec 23.5 MBytes 197 Mbits/sec
42802026-02-19T05:01:47.503Z[ 17] 3.00-4.00 sec 23.5 MBytes 197 Mbits/sec
42812026-02-19T05:01:47.503Z[ 19] 3.00-4.00 sec 23.4 MBytes 197 Mbits/sec
42822026-02-19T05:01:47.503Z[SUM] 3.00-4.00 sec 188 MBytes 1.57 Gbits/sec
42832026-02-19T05:01:47.503Z- - - - - - - - - - - - - - - - - - - - - - - - -
42842026-02-19T05:01:47.503Z[ 5] 4.00-5.00 sec 23.2 MBytes 195 Mbits/sec
42852026-02-19T05:01:47.503Z[ 7] 4.00-5.00 sec 23.3 MBytes 196 Mbits/sec
42862026-02-19T05:01:47.503Z[ 9] 4.00-5.00 sec 23.3 MBytes 195 Mbits/sec
42872026-02-19T05:01:47.503Z[ 11] 4.00-5.00 sec 23.3 MBytes 196 Mbits/sec
42882026-02-19T05:01:47.503Z[ 13] 4.00-5.00 sec 23.2 MBytes 195 Mbits/sec
42892026-02-19T05:01:47.503Z[ 15] 4.00-5.00 sec 23.3 MBytes 196 Mbits/sec
42902026-02-19T05:01:47.503Z[ 17] 4.00-5.00 sec 23.3 MBytes 196 Mbits/sec
42912026-02-19T05:01:47.503Z[ 19] 4.00-5.00 sec 23.2 MBytes 195 Mbits/sec
42922026-02-19T05:01:47.503Z[SUM] 4.00-5.00 sec 186 MBytes 1.56 Gbits/sec
42932026-02-19T05:01:47.503Z- - - - - - - - - - - - - - - - - - - - - - - - -
42942026-02-19T05:01:47.503Z[ 5] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec
42952026-02-19T05:01:47.504Z[ 7] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec
42962026-02-19T05:01:47.504Z[ 9] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec
42972026-02-19T05:01:47.504Z[ 11] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
42982026-02-19T05:01:47.504Z[ 13] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
42992026-02-19T05:01:47.504Z[ 15] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
43002026-02-19T05:01:47.504Z[ 17] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec
43012026-02-19T05:01:47.504Z[ 19] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
43022026-02-19T05:01:47.504Z[SUM] 5.00-6.00 sec 184 MBytes 1.55 Gbits/sec
43032026-02-19T05:01:47.504Z- - - - - - - - - - - - - - - - - - - - - - - - -
43042026-02-19T05:01:47.504Z[ 5] 6.00-7.00 sec 23.1 MBytes 194 Mbits/sec
43052026-02-19T05:01:47.504Z[ 7] 6.00-7.00 sec 23.1 MBytes 194 Mbits/sec
43062026-02-19T05:01:47.504Z[ 9] 6.00-7.00 sec 23.1 MBytes 194 Mbits/sec
43072026-02-19T05:01:50.718Z[ 11] 6.00-7.00 sec 23.1 MBytes 194 Mbits/sec
43082026-02-19T05:01:50.718Z[ 13] 6.00-7.00 sec 23.1 MBytes 194 Mbits/sec
43092026-02-19T05:01:50.718Z[ 15] 6.00-7.00 sec 23.1 MBytes 193 Mbits/sec
43102026-02-19T05:01:50.718Z[ 17] 6.00-7.00 sec 23.1 MBytes 193 Mbits/sec
43112026-02-19T05:01:50.718Z[ 19] 6.00-7.00 sec 23.1 MBytes 194 Mbits/sec
43122026-02-19T05:01:50.718Z[SUM] 6.00-7.00 sec 185 MBytes 1.55 Gbits/sec
43132026-02-19T05:01:50.718Z- - - - - - - - - - - - - - - - - - - - - - - - -
43142026-02-19T05:01:50.718Z[ 5] 7.00-8.00 sec 23.7 MBytes 198 Mbits/sec
43152026-02-19T05:01:50.718Z[ 7] 7.00-8.00 sec 23.8 MBytes 200 Mbits/sec
43162026-02-19T05:01:50.718Z[ 9] 7.00-8.00 sec 23.7 MBytes 198 Mbits/sec
43172026-02-19T05:01:50.718Z[ 11] 7.00-8.00 sec 23.7 MBytes 199 Mbits/sec
43182026-02-19T05:01:50.718Z[ 13] 7.00-8.00 sec 23.7 MBytes 199 Mbits/sec
43192026-02-19T05:01:50.718Z[ 15] 7.00-8.00 sec 23.7 MBytes 199 Mbits/sec
43202026-02-19T05:01:50.718Z[ 17] 7.00-8.00 sec 23.8 MBytes 199 Mbits/sec
43212026-02-19T05:01:50.718Z[ 19] 7.00-8.00 sec 23.7 MBytes 198 Mbits/sec
43222026-02-19T05:01:50.718Z[SUM] 7.00-8.00 sec 190 MBytes 1.59 Gbits/sec
43232026-02-19T05:01:50.718Z- - - - - - - - - - - - - - - - - - - - - - - - -
43242026-02-19T05:01:50.718Z[ 5] 8.00-9.00 sec 23.9 MBytes 200 Mbits/sec
43252026-02-19T05:01:50.718Z[ 7] 8.00-9.00 sec 23.9 MBytes 200 Mbits/sec
43262026-02-19T05:01:50.718Z[ 9] 8.00-9.00 sec 23.9 MBytes 201 Mbits/sec
43272026-02-19T05:01:50.718Z[ 11] 8.00-9.00 sec 23.9 MBytes 200 Mbits/sec
43282026-02-19T05:01:50.718Z[ 13] 8.00-9.00 sec 23.9 MBytes 200 Mbits/sec
43292026-02-19T05:01:50.718Z[ 15] 8.00-9.00 sec 23.9 MBytes 201 Mbits/sec
43302026-02-19T05:01:50.718Z[ 17] 8.00-9.00 sec 23.9 MBytes 201 Mbits/sec
43312026-02-19T05:01:50.718Z[ 19] 8.00-9.00 sec 23.9 MBytes 201 Mbits/sec
43322026-02-19T05:01:50.718Z[SUM] 8.00-9.00 sec 191 MBytes 1.60 Gbits/sec
43332026-02-19T05:01:50.719Z- - - - - - - - - - - - - - - - - - - - - - - - -
43342026-02-19T05:01:50.719Z[ 5] 9.00-10.00 sec 23.6 MBytes 198 Mbits/sec
43352026-02-19T05:01:50.719Z[ 7] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec
43362026-02-19T05:01:50.719Z[ 9] 9.00-10.00 sec 23.6 MBytes 198 Mbits/sec
43372026-02-19T05:01:50.719Z[ 11] 9.00-10.00 sec 23.4 MBytes 197 Mbits/sec
43382026-02-19T05:01:50.719Z[ 13] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec
43392026-02-19T05:01:50.719Z[ 15] 9.00-10.00 sec 23.4 MBytes 197 Mbits/sec
43402026-02-19T05:01:50.719Z[ 17] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec
43412026-02-19T05:01:50.719Z[ 19] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec
43422026-02-19T05:01:50.719Z[SUM] 9.00-10.00 sec 188 MBytes 1.58 Gbits/sec
43432026-02-19T05:01:50.719Z- - - - - - - - - - - - - - - - - - - - - - - - -
43442026-02-19T05:01:50.719Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
43452026-02-19T05:01:50.719Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
43462026-02-19T05:01:50.719Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
43472026-02-19T05:01:50.719Z[ 11] 10.00-10.00 sec 96.2 KBytes 389 Mbits/sec
43482026-02-19T05:01:50.719Z[ 13] 10.00-10.00 sec 144 KBytes 584 Mbits/sec
43492026-02-19T05:01:50.719Z[ 15] 10.00-10.00 sec 96.2 KBytes 389 Mbits/sec
43502026-02-19T05:01:50.719Z[ 17] 10.00-10.00 sec 96.2 KBytes 389 Mbits/sec
43512026-02-19T05:01:50.719Z[ 19] 10.00-10.00 sec 48.1 KBytes 195 Mbits/sec
43522026-02-19T05:01:50.719Z[SUM] 10.00-10.00 sec 481 KBytes 1.94 Gbits/sec
43532026-02-19T05:01:50.719Z- - - - - - - - - - - - - - - - - - - - - - - - -
43542026-02-19T05:01:50.719Z[ ID] Interval Transfer Bandwidth
43552026-02-19T05:01:50.719Z[ 5] 0.00-10.00 sec 230 MBytes 193 Mbits/sec sender
43562026-02-19T05:01:50.719Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43572026-02-19T05:01:50.719Z[ 7] 0.00-10.00 sec 230 MBytes 193 Mbits/sec sender
43582026-02-19T05:01:50.719Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43592026-02-19T05:01:50.719Z[ 9] 0.00-10.00 sec 230 MBytes 193 Mbits/sec sender
43602026-02-19T05:01:50.719Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43612026-02-19T05:01:50.719Z[ 11] 0.00-10.00 sec 230 MBytes 193 Mbits/sec sender
43622026-02-19T05:01:50.723Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43632026-02-19T05:01:50.723Z[ 13] 0.00-10.00 sec 230 MBytes 193 Mbits/sec sender
43642026-02-19T05:01:50.723Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43652026-02-19T05:01:50.723Z[ 15] 0.00-10.00 sec 230 MBytes 193 Mbits/sec sender
43662026-02-19T05:01:50.723Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43672026-02-19T05:01:50.723Z[ 17] 0.00-10.00 sec 230 MBytes 193 Mbits/sec sender
43682026-02-19T05:01:50.723Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43692026-02-19T05:01:50.723Z[ 19] 0.00-10.00 sec 230 MBytes 193 Mbits/sec sender
43702026-02-19T05:01:50.723Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43712026-02-19T05:01:50.723Z[SUM] 0.00-10.00 sec 1.79 GBytes 1.54 Gbits/sec sender
43722026-02-19T05:01:50.723Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43732026-02-19T05:01:50.723ZRun 3/10...1541.194Mbps
43742026-02-19T05:01:57.753Z-----------------------------------------------------------
43752026-02-19T05:01:57.753ZServer listening on 5201
43762026-02-19T05:01:57.753Z-----------------------------------------------------------
43772026-02-19T05:01:57.753ZAccepted connection from 10.0.0.1, port 46948
43782026-02-19T05:01:57.753Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51842
43792026-02-19T05:01:57.753Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35702
43802026-02-19T05:01:57.753Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58067
43812026-02-19T05:01:57.753Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32822
43822026-02-19T05:01:57.753Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56516
43832026-02-19T05:01:57.753Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33006
43842026-02-19T05:01:57.753Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43972
43852026-02-19T05:01:57.753Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39447
43862026-02-19T05:01:57.753Z[ ID] Interval Transfer Bandwidth
43872026-02-19T05:01:57.753Z[ 5] 0.00-1.00 sec 18.5 MBytes 156 Mbits/sec
43882026-02-19T05:01:57.753Z[ 7] 0.00-1.00 sec 18.5 MBytes 155 Mbits/sec
43892026-02-19T05:01:57.753Z[ 9] 0.00-1.00 sec 18.5 MBytes 155 Mbits/sec
43902026-02-19T05:01:57.753Z[ 11] 0.00-1.00 sec 18.3 MBytes 154 Mbits/sec
43912026-02-19T05:01:57.753Z[ 13] 0.00-1.00 sec 18.5 MBytes 155 Mbits/sec
43922026-02-19T05:01:57.753Z[ 15] 0.00-1.00 sec 18.5 MBytes 155 Mbits/sec
43932026-02-19T05:01:57.753Z[ 17] 0.00-1.00 sec 18.4 MBytes 154 Mbits/sec
43942026-02-19T05:01:57.753Z[ 19] 0.00-1.00 sec 18.4 MBytes 154 Mbits/sec
43952026-02-19T05:01:57.753Z[SUM] 0.00-1.00 sec 147 MBytes 1.24 Gbits/sec
43962026-02-19T05:01:57.754Z- - - - - - - - - - - - - - - - - - - - - - - - -
43972026-02-19T05:01:57.754Z[ 5] 1.00-2.00 sec 23.2 MBytes 195 Mbits/sec
43982026-02-19T05:01:57.754Z[ 7] 1.00-2.00 sec 23.1 MBytes 194 Mbits/sec
43992026-02-19T05:01:57.754Z[ 9] 1.00-2.00 sec 23.1 MBytes 194 Mbits/sec
44002026-02-19T05:01:57.754Z[ 11] 1.00-2.00 sec 23.2 MBytes 195 Mbits/sec
44012026-02-19T05:01:57.754Z[ 13] 1.00-2.00 sec 23.2 MBytes 195 Mbits/sec
44022026-02-19T05:01:57.754Z[ 15] 1.00-2.00 sec 23.2 MBytes 195 Mbits/sec
44032026-02-19T05:01:57.754Z[ 17] 1.00-2.00 sec 23.2 MBytes 195 Mbits/sec
44042026-02-19T05:01:57.754Z[ 19] 1.00-2.00 sec 23.1 MBytes 194 Mbits/sec
44052026-02-19T05:01:57.754Z[SUM] 1.00-2.00 sec 186 MBytes 1.56 Gbits/sec
44062026-02-19T05:01:57.754Z- - - - - - - - - - - - - - - - - - - - - - - - -
44072026-02-19T05:01:57.754Z[ 5] 2.00-3.00 sec 24.0 MBytes 201 Mbits/sec
44082026-02-19T05:01:57.754Z[ 7] 2.00-3.00 sec 24.0 MBytes 202 Mbits/sec
44092026-02-19T05:01:57.754Z[ 9] 2.00-3.00 sec 24.1 MBytes 202 Mbits/sec
44102026-02-19T05:01:57.754Z[ 11] 2.00-3.00 sec 24.0 MBytes 202 Mbits/sec
44112026-02-19T05:01:57.754Z[ 13] 2.00-3.00 sec 24.0 MBytes 202 Mbits/sec
44122026-02-19T05:01:57.754Z[ 15] 2.00-3.00 sec 24.0 MBytes 202 Mbits/sec
44132026-02-19T05:01:57.754Z[ 17] 2.00-3.00 sec 24.0 MBytes 202 Mbits/sec
44142026-02-19T05:01:57.754Z[ 19] 2.00-3.00 sec 24.0 MBytes 201 Mbits/sec
44152026-02-19T05:01:57.754Z[SUM] 2.00-3.00 sec 192 MBytes 1.61 Gbits/sec
44162026-02-19T05:01:57.754Z- - - - - - - - - - - - - - - - - - - - - - - - -
44172026-02-19T05:01:57.754Z[ 5] 3.00-4.00 sec 23.9 MBytes 201 Mbits/sec
44182026-02-19T05:01:57.754Z[ 7] 3.00-4.00 sec 23.8 MBytes 200 Mbits/sec
44192026-02-19T05:01:57.754Z[ 9] 3.00-4.00 sec 23.8 MBytes 199 Mbits/sec
44202026-02-19T05:01:57.754Z[ 11] 3.00-4.00 sec 23.8 MBytes 199 Mbits/sec
44212026-02-19T05:01:57.754Z[ 13] 3.00-4.00 sec 23.8 MBytes 200 Mbits/sec
44222026-02-19T05:01:57.754Z[ 15] 3.00-4.00 sec 23.9 MBytes 200 Mbits/sec
44232026-02-19T05:01:57.754Z[ 17] 3.00-4.00 sec 23.8 MBytes 200 Mbits/sec
44242026-02-19T05:01:57.754Z[ 19] 3.00-4.00 sec 23.9 MBytes 200 Mbits/sec
44252026-02-19T05:01:57.754Z[SUM] 3.00-4.00 sec 191 MBytes 1.60 Gbits/sec
44262026-02-19T05:01:57.754Z- - - - - - - - - - - - - - - - - - - - - - - - -
44272026-02-19T05:01:57.754Z[ 5] 4.00-5.00 sec 24.0 MBytes 201 Mbits/sec
44282026-02-19T05:01:57.754Z[ 7] 4.00-5.00 sec 24.1 MBytes 202 Mbits/sec
44292026-02-19T05:01:57.754Z[ 9] 4.00-5.00 sec 24.0 MBytes 202 Mbits/sec
44302026-02-19T05:01:57.754Z[ 11] 4.00-5.00 sec 24.0 MBytes 202 Mbits/sec
44312026-02-19T05:01:57.754Z[ 13] 4.00-5.00 sec 24.0 MBytes 202 Mbits/sec
44322026-02-19T05:01:57.754Z[ 15] 4.00-5.00 sec 24.0 MBytes 201 Mbits/sec
44332026-02-19T05:01:57.754Z[ 17] 4.00-5.00 sec 24.1 MBytes 202 Mbits/sec
44342026-02-19T05:01:57.755Z[ 19] 4.00-5.00 sec 24.0 MBytes 202 Mbits/sec
44352026-02-19T05:01:57.755Z[SUM] 4.00-5.00 sec 192 MBytes 1.61 Gbits/sec
44362026-02-19T05:01:57.755Z- - - - - - - - - - - - - - - - - - - - - - - - -
44372026-02-19T05:01:57.755Z[ 5] 5.00-6.00 sec 23.8 MBytes 200 Mbits/sec
44382026-02-19T05:01:57.755Z[ 7] 5.00-6.00 sec 23.7 MBytes 199 Mbits/sec
44392026-02-19T05:01:57.755Z[ 9] 5.00-6.00 sec 23.7 MBytes 199 Mbits/sec
44402026-02-19T05:01:57.755Z[ 11] 5.00-6.00 sec 23.8 MBytes 199 Mbits/sec
44412026-02-19T05:01:57.755Z[ 13] 5.00-6.00 sec 23.7 MBytes 199 Mbits/sec
44422026-02-19T05:01:57.755Z[ 15] 5.00-6.00 sec 23.8 MBytes 199 Mbits/sec
44432026-02-19T05:01:57.755Z[ 17] 5.00-6.00 sec 23.8 MBytes 200 Mbits/sec
44442026-02-19T05:01:57.755Z[ 19] 5.00-6.00 sec 23.8 MBytes 200 Mbits/sec
44452026-02-19T05:01:57.755Z[SUM] 5.00-6.00 sec 190 MBytes 1.59 Gbits/sec
44462026-02-19T05:01:57.755Z- - - - - - - - - - - - - - - - - - - - - - - - -
44472026-02-19T05:01:57.755Z[ 5] 6.00-7.00 sec 24.1 MBytes 202 Mbits/sec
44482026-02-19T05:01:57.755Z[ 7] 6.00-7.00 sec 24.1 MBytes 202 Mbits/sec
44492026-02-19T05:01:57.755Z[ 9] 6.00-7.00 sec 24.1 MBytes 202 Mbits/sec
44502026-02-19T05:02:00.968Z[ 11] 6.00-7.00 sec 24.1 MBytes 202 Mbits/sec
44512026-02-19T05:02:00.969Z[ 13] 6.00-7.00 sec 24.1 MBytes 202 Mbits/sec
44522026-02-19T05:02:00.969Z[ 15] 6.00-7.00 sec 24.1 MBytes 202 Mbits/sec
44532026-02-19T05:02:00.969Z[ 17] 6.00-7.00 sec 24.1 MBytes 202 Mbits/sec
44542026-02-19T05:02:00.969Z[ 19] 6.00-7.00 sec 24.0 MBytes 202 Mbits/sec
44552026-02-19T05:02:00.969Z[SUM] 6.00-7.00 sec 193 MBytes 1.62 Gbits/sec
44562026-02-19T05:02:00.969Z- - - - - - - - - - - - - - - - - - - - - - - - -
44572026-02-19T05:02:00.969Z[ 5] 7.00-8.00 sec 23.3 MBytes 196 Mbits/sec
44582026-02-19T05:02:00.969Z[ 7] 7.00-8.00 sec 23.3 MBytes 196 Mbits/sec
44592026-02-19T05:02:00.969Z[ 9] 7.00-8.00 sec 23.2 MBytes 195 Mbits/sec
44602026-02-19T05:02:00.969Z[ 11] 7.00-8.00 sec 23.2 MBytes 195 Mbits/sec
44612026-02-19T05:02:00.969Z[ 13] 7.00-8.00 sec 23.2 MBytes 195 Mbits/sec
44622026-02-19T05:02:00.969Z[ 15] 7.00-8.00 sec 23.3 MBytes 195 Mbits/sec
44632026-02-19T05:02:00.969Z[ 17] 7.00-8.00 sec 23.2 MBytes 195 Mbits/sec
44642026-02-19T05:02:00.969Z[ 19] 7.00-8.00 sec 23.4 MBytes 196 Mbits/sec
44652026-02-19T05:02:00.969Z[SUM] 7.00-8.00 sec 186 MBytes 1.56 Gbits/sec
44662026-02-19T05:02:00.969Z- - - - - - - - - - - - - - - - - - - - - - - - -
44672026-02-19T05:02:00.969Z[ 5] 8.00-9.00 sec 23.8 MBytes 200 Mbits/sec
44682026-02-19T05:02:00.969Z[ 7] 8.00-9.00 sec 23.9 MBytes 200 Mbits/sec
44692026-02-19T05:02:00.969Z[ 9] 8.00-9.00 sec 23.9 MBytes 200 Mbits/sec
44702026-02-19T05:02:00.969Z[ 11] 8.00-9.00 sec 23.9 MBytes 200 Mbits/sec
44712026-02-19T05:02:00.969Z[ 13] 8.00-9.00 sec 23.9 MBytes 200 Mbits/sec
44722026-02-19T05:02:00.969Z[ 15] 8.00-9.00 sec 23.8 MBytes 200 Mbits/sec
44732026-02-19T05:02:00.969Z[ 17] 8.00-9.00 sec 23.9 MBytes 201 Mbits/sec
44742026-02-19T05:02:00.969Z[ 19] 8.00-9.00 sec 23.8 MBytes 200 Mbits/sec
44752026-02-19T05:02:00.969Z[SUM] 8.00-9.00 sec 191 MBytes 1.60 Gbits/sec
44762026-02-19T05:02:00.969Z- - - - - - - - - - - - - - - - - - - - - - - - -
44772026-02-19T05:02:00.969Z[ 5] 9.00-10.00 sec 23.1 MBytes 193 Mbits/sec
44782026-02-19T05:02:00.969Z[ 7] 9.00-10.00 sec 23.0 MBytes 193 Mbits/sec
44792026-02-19T05:02:00.969Z[ 9] 9.00-10.00 sec 23.0 MBytes 193 Mbits/sec
44802026-02-19T05:02:00.969Z[ 11] 9.00-10.00 sec 23.0 MBytes 193 Mbits/sec
44812026-02-19T05:02:00.969Z[ 13] 9.00-10.00 sec 23.1 MBytes 193 Mbits/sec
44822026-02-19T05:02:00.969Z[ 15] 9.00-10.00 sec 23.1 MBytes 193 Mbits/sec
44832026-02-19T05:02:00.969Z[ 17] 9.00-10.00 sec 23.0 MBytes 193 Mbits/sec
44842026-02-19T05:02:00.969Z[ 19] 9.00-10.00 sec 23.1 MBytes 193 Mbits/sec
44852026-02-19T05:02:00.969Z[SUM] 9.00-10.00 sec 184 MBytes 1.54 Gbits/sec
44862026-02-19T05:02:00.969Z- - - - - - - - - - - - - - - - - - - - - - - - -
44872026-02-19T05:02:00.970Z[ 5] 10.00-10.00 sec 48.1 KBytes 178 Mbits/sec
44882026-02-19T05:02:00.970Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44892026-02-19T05:02:00.970Z[ 9] 10.00-10.00 sec 96.2 KBytes 356 Mbits/sec
44902026-02-19T05:02:00.970Z[ 11] 10.00-10.00 sec 144 KBytes 535 Mbits/sec
44912026-02-19T05:02:00.973Z[ 13] 10.00-10.00 sec 48.1 KBytes 178 Mbits/sec
44922026-02-19T05:02:00.973Z[ 15] 10.00-10.00 sec 48.1 KBytes 178 Mbits/sec
44932026-02-19T05:02:00.973Z[ 17] 10.00-10.00 sec 144 KBytes 535 Mbits/sec
44942026-02-19T05:02:00.973Z[ 19] 10.00-10.00 sec 96.2 KBytes 356 Mbits/sec
44952026-02-19T05:02:00.973Z[SUM] 10.00-10.00 sec 625 KBytes 2.32 Gbits/sec
44962026-02-19T05:02:00.973Z- - - - - - - - - - - - - - - - - - - - - - - - -
44972026-02-19T05:02:00.973Z[ ID] Interval Transfer Bandwidth
44982026-02-19T05:02:00.973Z[ 5] 0.00-10.00 sec 232 MBytes 194 Mbits/sec sender
44992026-02-19T05:02:00.973Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45002026-02-19T05:02:00.974Z[ 7] 0.00-10.00 sec 232 MBytes 194 Mbits/sec sender
45012026-02-19T05:02:00.974Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45022026-02-19T05:02:00.974Z[ 9] 0.00-10.00 sec 232 MBytes 194 Mbits/sec sender
45032026-02-19T05:02:00.974Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45042026-02-19T05:02:00.974Z[ 11] 0.00-10.00 sec 231 MBytes 194 Mbits/sec sender
45052026-02-19T05:02:00.974Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45062026-02-19T05:02:00.974Z[ 13] 0.00-10.00 sec 232 MBytes 194 Mbits/sec sender
45072026-02-19T05:02:00.974Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45082026-02-19T05:02:00.974Z[ 15] 0.00-10.00 sec 232 MBytes 194 Mbits/sec sender
45092026-02-19T05:02:00.974Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45102026-02-19T05:02:00.974Z[ 17] 0.00-10.00 sec 232 MBytes 194 Mbits/sec sender
45112026-02-19T05:02:00.974Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45122026-02-19T05:02:00.974Z[ 19] 0.00-10.00 sec 232 MBytes 194 Mbits/sec sender
45132026-02-19T05:02:00.974Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45142026-02-19T05:02:00.974Z[SUM] 0.00-10.00 sec 1.81 GBytes 1.55 Gbits/sec sender
45152026-02-19T05:02:00.974Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45162026-02-19T05:02:00.974ZRun 4/10...1554.23Mbps
45172026-02-19T05:02:08.003Z-----------------------------------------------------------
45182026-02-19T05:02:08.004ZServer listening on 5201
45192026-02-19T05:02:08.004Z-----------------------------------------------------------
45202026-02-19T05:02:08.004ZAccepted connection from 10.0.0.1, port 37429
45212026-02-19T05:02:08.004Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34290
45222026-02-19T05:02:08.004Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51318
45232026-02-19T05:02:08.004Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39651
45242026-02-19T05:02:08.004Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33918
45252026-02-19T05:02:08.004Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56329
45262026-02-19T05:02:08.004Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46583
45272026-02-19T05:02:08.004Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48560
45282026-02-19T05:02:08.004Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52437
45292026-02-19T05:02:08.004Z[ ID] Interval Transfer Bandwidth
45302026-02-19T05:02:08.004Z[ 5] 0.00-1.00 sec 18.1 MBytes 152 Mbits/sec
45312026-02-19T05:02:08.004Z[ 7] 0.00-1.00 sec 18.2 MBytes 153 Mbits/sec
45322026-02-19T05:02:08.004Z[ 9] 0.00-1.00 sec 18.2 MBytes 152 Mbits/sec
45332026-02-19T05:02:08.004Z[ 11] 0.00-1.00 sec 18.1 MBytes 152 Mbits/sec
45342026-02-19T05:02:08.004Z[ 13] 0.00-1.00 sec 18.2 MBytes 153 Mbits/sec
45352026-02-19T05:02:08.004Z[ 15] 0.00-1.00 sec 18.2 MBytes 152 Mbits/sec
45362026-02-19T05:02:08.004Z[ 17] 0.00-1.00 sec 18.1 MBytes 152 Mbits/sec
45372026-02-19T05:02:08.004Z[ 19] 0.00-1.00 sec 18.1 MBytes 152 Mbits/sec
45382026-02-19T05:02:08.004Z[SUM] 0.00-1.00 sec 145 MBytes 1.22 Gbits/sec
45392026-02-19T05:02:08.004Z- - - - - - - - - - - - - - - - - - - - - - - - -
45402026-02-19T05:02:08.004Z[ 5] 1.00-2.00 sec 23.0 MBytes 193 Mbits/sec
45412026-02-19T05:02:08.004Z[ 7] 1.00-2.00 sec 23.0 MBytes 193 Mbits/sec
45422026-02-19T05:02:08.004Z[ 9] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
45432026-02-19T05:02:08.004Z[ 11] 1.00-2.00 sec 22.8 MBytes 191 Mbits/sec
45442026-02-19T05:02:08.004Z[ 13] 1.00-2.00 sec 23.0 MBytes 193 Mbits/sec
45452026-02-19T05:02:08.004Z[ 15] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
45462026-02-19T05:02:08.004Z[ 17] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
45472026-02-19T05:02:08.004Z[ 19] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
45482026-02-19T05:02:08.004Z[SUM] 1.00-2.00 sec 183 MBytes 1.54 Gbits/sec
45492026-02-19T05:02:08.004Z- - - - - - - - - - - - - - - - - - - - - - - - -
45502026-02-19T05:02:08.004Z[ 5] 2.00-3.00 sec 22.7 MBytes 190 Mbits/sec
45512026-02-19T05:02:08.004Z[ 7] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec
45522026-02-19T05:02:08.004Z[ 9] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec
45532026-02-19T05:02:08.004Z[ 11] 2.00-3.00 sec 22.7 MBytes 190 Mbits/sec
45542026-02-19T05:02:08.004Z[ 13] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec
45552026-02-19T05:02:08.004Z[ 15] 2.00-3.00 sec 22.7 MBytes 191 Mbits/sec
45562026-02-19T05:02:08.005Z[ 17] 2.00-3.00 sec 22.7 MBytes 191 Mbits/sec
45572026-02-19T05:02:08.005Z[ 19] 2.00-3.00 sec 22.7 MBytes 191 Mbits/sec
45582026-02-19T05:02:08.005Z[SUM] 2.00-3.00 sec 181 MBytes 1.52 Gbits/sec
45592026-02-19T05:02:08.005Z- - - - - - - - - - - - - - - - - - - - - - - - -
45602026-02-19T05:02:08.005Z[ 5] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
45612026-02-19T05:02:08.005Z[ 7] 3.00-4.00 sec 23.1 MBytes 194 Mbits/sec
45622026-02-19T05:02:08.005Z[ 9] 3.00-4.00 sec 23.1 MBytes 194 Mbits/sec
45632026-02-19T05:02:08.005Z[ 11] 3.00-4.00 sec 23.1 MBytes 193 Mbits/sec
45642026-02-19T05:02:08.005Z[ 13] 3.00-4.00 sec 23.1 MBytes 194 Mbits/sec
45652026-02-19T05:02:08.005Z[ 15] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
45662026-02-19T05:02:08.005Z[ 17] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
45672026-02-19T05:02:08.005Z[ 19] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
45682026-02-19T05:02:08.005Z[SUM] 3.00-4.00 sec 184 MBytes 1.54 Gbits/sec
45692026-02-19T05:02:08.005Z- - - - - - - - - - - - - - - - - - - - - - - - -
45702026-02-19T05:02:08.005Z[ 5] 4.00-5.00 sec 23.2 MBytes 195 Mbits/sec
45712026-02-19T05:02:08.005Z[ 7] 4.00-5.00 sec 23.1 MBytes 194 Mbits/sec
45722026-02-19T05:02:08.005Z[ 9] 4.00-5.00 sec 23.2 MBytes 195 Mbits/sec
45732026-02-19T05:02:08.005Z[ 11] 4.00-5.00 sec 23.3 MBytes 195 Mbits/sec
45742026-02-19T05:02:08.005Z[ 13] 4.00-5.00 sec 23.2 MBytes 195 Mbits/sec
45752026-02-19T05:02:08.005Z[ 15] 4.00-5.00 sec 23.2 MBytes 195 Mbits/sec
45762026-02-19T05:02:08.005Z[ 17] 4.00-5.00 sec 23.2 MBytes 195 Mbits/sec
45772026-02-19T05:02:08.005Z[ 19] 4.00-5.00 sec 23.2 MBytes 195 Mbits/sec
45782026-02-19T05:02:08.005Z[SUM] 4.00-5.00 sec 186 MBytes 1.56 Gbits/sec
45792026-02-19T05:02:08.005Z- - - - - - - - - - - - - - - - - - - - - - - - -
45802026-02-19T05:02:08.005Z[ 5] 5.00-6.00 sec 23.3 MBytes 195 Mbits/sec
45812026-02-19T05:02:08.005Z[ 7] 5.00-6.00 sec 23.3 MBytes 196 Mbits/sec
45822026-02-19T05:02:08.005Z[ 9] 5.00-6.00 sec 23.3 MBytes 195 Mbits/sec
45832026-02-19T05:02:08.005Z[ 11] 5.00-6.00 sec 23.2 MBytes 195 Mbits/sec
45842026-02-19T05:02:08.005Z[ 13] 5.00-6.00 sec 23.3 MBytes 196 Mbits/sec
45852026-02-19T05:02:08.005Z[ 15] 5.00-6.00 sec 23.3 MBytes 195 Mbits/sec
45862026-02-19T05:02:08.005Z[ 17] 5.00-6.00 sec 23.2 MBytes 195 Mbits/sec
45872026-02-19T05:02:08.005Z[ 19] 5.00-6.00 sec 23.2 MBytes 195 Mbits/sec
45882026-02-19T05:02:08.005Z[SUM] 5.00-6.00 sec 186 MBytes 1.56 Gbits/sec
45892026-02-19T05:02:08.005Z- - - - - - - - - - - - - - - - - - - - - - - - -
45902026-02-19T05:02:08.005Z[ 5] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec
45912026-02-19T05:02:08.005Z[ 7] 6.00-7.00 sec 22.8 MBytes 191 Mbits/sec
45922026-02-19T05:02:08.005Z[ 9] 6.00-7.00 sec 22.8 MBytes 191 Mbits/sec
45932026-02-19T05:02:11.220Z[ 11] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec
45942026-02-19T05:02:11.221Z[ 13] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec
45952026-02-19T05:02:11.221Z[ 15] 6.00-7.00 sec 23.0 MBytes 193 Mbits/sec
45962026-02-19T05:02:11.221Z[ 17] 6.00-7.00 sec 23.0 MBytes 193 Mbits/sec
45972026-02-19T05:02:11.221Z[ 19] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec
45982026-02-19T05:02:11.221Z[SUM] 6.00-7.00 sec 183 MBytes 1.54 Gbits/sec
45992026-02-19T05:02:11.221Z- - - - - - - - - - - - - - - - - - - - - - - - -
46002026-02-19T05:02:11.221Z[ 5] 7.00-8.00 sec 22.7 MBytes 190 Mbits/sec
46012026-02-19T05:02:11.221Z[ 7] 7.00-8.00 sec 22.7 MBytes 190 Mbits/sec
46022026-02-19T05:02:11.221Z[ 9] 7.00-8.00 sec 22.6 MBytes 190 Mbits/sec
46032026-02-19T05:02:11.221Z[ 11] 7.00-8.00 sec 22.6 MBytes 190 Mbits/sec
46042026-02-19T05:02:11.221Z[ 13] 7.00-8.00 sec 22.6 MBytes 189 Mbits/sec
46052026-02-19T05:02:11.221Z[ 15] 7.00-8.00 sec 22.5 MBytes 189 Mbits/sec
46062026-02-19T05:02:11.221Z[ 17] 7.00-8.00 sec 22.5 MBytes 189 Mbits/sec
46072026-02-19T05:02:11.221Z[ 19] 7.00-8.00 sec 22.6 MBytes 190 Mbits/sec
46082026-02-19T05:02:11.221Z[SUM] 7.00-8.00 sec 181 MBytes 1.52 Gbits/sec
46092026-02-19T05:02:11.221Z- - - - - - - - - - - - - - - - - - - - - - - - -
46102026-02-19T05:02:11.221Z[ 5] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec
46112026-02-19T05:02:11.221Z[ 7] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec
46122026-02-19T05:02:11.221Z[ 9] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec
46132026-02-19T05:02:11.221Z[ 11] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec
46142026-02-19T05:02:11.221Z[ 13] 8.00-9.00 sec 23.2 MBytes 195 Mbits/sec
46152026-02-19T05:02:11.221Z[ 15] 8.00-9.00 sec 23.1 MBytes 193 Mbits/sec
46162026-02-19T05:02:11.221Z[ 17] 8.00-9.00 sec 23.2 MBytes 195 Mbits/sec
46172026-02-19T05:02:11.221Z[ 19] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec
46182026-02-19T05:02:11.221Z[SUM] 8.00-9.00 sec 185 MBytes 1.55 Gbits/sec
46192026-02-19T05:02:11.221Z- - - - - - - - - - - - - - - - - - - - - - - - -
46202026-02-19T05:02:11.221Z[ 5] 9.00-10.00 sec 23.9 MBytes 200 Mbits/sec
46212026-02-19T05:02:11.221Z[ 7] 9.00-10.00 sec 23.9 MBytes 200 Mbits/sec
46222026-02-19T05:02:11.221Z[ 9] 9.00-10.00 sec 23.9 MBytes 200 Mbits/sec
46232026-02-19T05:02:11.221Z[ 11] 9.00-10.00 sec 23.9 MBytes 200 Mbits/sec
46242026-02-19T05:02:11.221Z[ 13] 9.00-10.00 sec 23.8 MBytes 199 Mbits/sec
46252026-02-19T05:02:11.221Z[ 15] 9.00-10.00 sec 24.0 MBytes 201 Mbits/sec
46262026-02-19T05:02:11.221Z[ 17] 9.00-10.00 sec 23.9 MBytes 200 Mbits/sec
46272026-02-19T05:02:11.221Z[ 19] 9.00-10.00 sec 23.9 MBytes 200 Mbits/sec
46282026-02-19T05:02:11.221Z[SUM] 9.00-10.00 sec 191 MBytes 1.60 Gbits/sec
46292026-02-19T05:02:11.222Z- - - - - - - - - - - - - - - - - - - - - - - - -
46302026-02-19T05:02:11.222Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46312026-02-19T05:02:11.222Z[ 7] 10.00-10.00 sec 96.2 KBytes 356 Mbits/sec
46322026-02-19T05:02:11.222Z[ 9] 10.00-10.00 sec 96.2 KBytes 356 Mbits/sec
46332026-02-19T05:02:11.222Z[ 11] 10.00-10.00 sec 48.1 KBytes 178 Mbits/sec
46342026-02-19T05:02:11.222Z[ 13] 10.00-10.00 sec 144 KBytes 535 Mbits/sec
46352026-02-19T05:02:11.222Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46362026-02-19T05:02:11.222Z[ 17] 10.00-10.00 sec 48.1 KBytes 178 Mbits/sec
46372026-02-19T05:02:11.222Z[ 19] 10.00-10.00 sec 48.1 KBytes 178 Mbits/sec
46382026-02-19T05:02:11.222Z[SUM] 10.00-10.00 sec 481 KBytes 1.78 Gbits/sec
46392026-02-19T05:02:11.222Z- - - - - - - - - - - - - - - - - - - - - - - - -
46402026-02-19T05:02:11.222Z[ ID] Interval Transfer Bandwidth
46412026-02-19T05:02:11.222Z[ 5] 0.00-10.00 sec 226 MBytes 189 Mbits/sec sender
46422026-02-19T05:02:11.222Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46432026-02-19T05:02:11.222Z[ 7] 0.00-10.00 sec 226 MBytes 189 Mbits/sec sender
46442026-02-19T05:02:11.222Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46452026-02-19T05:02:11.222Z[ 9] 0.00-10.00 sec 226 MBytes 189 Mbits/sec sender
46462026-02-19T05:02:11.222Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46472026-02-19T05:02:11.222Z[ 11] 0.00-10.00 sec 226 MBytes 189 Mbits/sec sender
46482026-02-19T05:02:11.222Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46492026-02-19T05:02:11.222Z[ 13] 0.00-10.00 sec 226 MBytes 190 Mbits/sec sender
46502026-02-19T05:02:11.222Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46512026-02-19T05:02:11.222Z[ 15] 0.00-10.00 sec 226 MBytes 189 Mbits/sec sender
46522026-02-19T05:02:11.222Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46532026-02-19T05:02:11.222Z[ 17] 0.00-10.00 sec 226 MBytes 189 Mbits/sec sender
46542026-02-19T05:02:11.222Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46552026-02-19T05:02:11.222Z[ 19] 0.00-10.00 sec 226 MBytes 189 Mbits/sec sender
46562026-02-19T05:02:11.222Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46572026-02-19T05:02:11.222Z[SUM] 0.00-10.00 sec 1.76 GBytes 1.52 Gbits/sec sender
46582026-02-19T05:02:11.222Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46592026-02-19T05:02:11.226ZRun 5/10...1515.436Mbps
46602026-02-19T05:02:18.255Z-----------------------------------------------------------
46612026-02-19T05:02:18.255ZServer listening on 5201
46622026-02-19T05:02:18.255Z-----------------------------------------------------------
46632026-02-19T05:02:18.255ZAccepted connection from 10.0.0.1, port 60018
46642026-02-19T05:02:18.255Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58539
46652026-02-19T05:02:18.255Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37382
46662026-02-19T05:02:18.255Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39506
46672026-02-19T05:02:18.255Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56832
46682026-02-19T05:02:18.255Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38060
46692026-02-19T05:02:18.255Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64271
46702026-02-19T05:02:18.255Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48809
46712026-02-19T05:02:18.255Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40287
46722026-02-19T05:02:18.255Z[ ID] Interval Transfer Bandwidth
46732026-02-19T05:02:18.255Z[ 5] 0.00-1.00 sec 19.1 MBytes 160 Mbits/sec
46742026-02-19T05:02:18.255Z[ 7] 0.00-1.00 sec 18.9 MBytes 159 Mbits/sec
46752026-02-19T05:02:18.255Z[ 9] 0.00-1.00 sec 18.9 MBytes 159 Mbits/sec
46762026-02-19T05:02:18.255Z[ 11] 0.00-1.00 sec 18.9 MBytes 158 Mbits/sec
46772026-02-19T05:02:18.255Z[ 13] 0.00-1.00 sec 18.9 MBytes 158 Mbits/sec
46782026-02-19T05:02:18.255Z[ 15] 0.00-1.00 sec 19.0 MBytes 160 Mbits/sec
46792026-02-19T05:02:18.255Z[ 17] 0.00-1.00 sec 18.9 MBytes 158 Mbits/sec
46802026-02-19T05:02:18.255Z[ 19] 0.00-1.00 sec 19.1 MBytes 160 Mbits/sec
46812026-02-19T05:02:18.255Z[SUM] 0.00-1.00 sec 152 MBytes 1.27 Gbits/sec
46822026-02-19T05:02:18.255Z- - - - - - - - - - - - - - - - - - - - - - - - -
46832026-02-19T05:02:18.256Z[ 5] 1.00-2.00 sec 23.2 MBytes 195 Mbits/sec
46842026-02-19T05:02:18.256Z[ 7] 1.00-2.00 sec 23.3 MBytes 195 Mbits/sec
46852026-02-19T05:02:18.256Z[ 9] 1.00-2.00 sec 23.2 MBytes 195 Mbits/sec
46862026-02-19T05:02:18.256Z[ 11] 1.00-2.00 sec 23.3 MBytes 196 Mbits/sec
46872026-02-19T05:02:18.256Z[ 13] 1.00-2.00 sec 23.3 MBytes 195 Mbits/sec
46882026-02-19T05:02:18.256Z[ 15] 1.00-2.00 sec 23.2 MBytes 195 Mbits/sec
46892026-02-19T05:02:18.256Z[ 17] 1.00-2.00 sec 23.3 MBytes 195 Mbits/sec
46902026-02-19T05:02:18.256Z[ 19] 1.00-2.00 sec 23.2 MBytes 195 Mbits/sec
46912026-02-19T05:02:18.256Z[SUM] 1.00-2.00 sec 186 MBytes 1.56 Gbits/sec
46922026-02-19T05:02:18.256Z- - - - - - - - - - - - - - - - - - - - - - - - -
46932026-02-19T05:02:18.256Z[ 5] 2.00-3.00 sec 23.1 MBytes 194 Mbits/sec
46942026-02-19T05:02:18.256Z[ 7] 2.00-3.00 sec 23.1 MBytes 194 Mbits/sec
46952026-02-19T05:02:18.256Z[ 9] 2.00-3.00 sec 23.1 MBytes 194 Mbits/sec
46962026-02-19T05:02:18.256Z[ 11] 2.00-3.00 sec 23.1 MBytes 194 Mbits/sec
46972026-02-19T05:02:18.256Z[ 13] 2.00-3.00 sec 23.1 MBytes 193 Mbits/sec
46982026-02-19T05:02:18.256Z[ 15] 2.00-3.00 sec 23.3 MBytes 195 Mbits/sec
46992026-02-19T05:02:18.256Z[ 17] 2.00-3.00 sec 23.1 MBytes 194 Mbits/sec
47002026-02-19T05:02:18.256Z[ 19] 2.00-3.00 sec 23.2 MBytes 195 Mbits/sec
47012026-02-19T05:02:18.256Z[SUM] 2.00-3.00 sec 185 MBytes 1.55 Gbits/sec
47022026-02-19T05:02:18.256Z- - - - - - - - - - - - - - - - - - - - - - - - -
47032026-02-19T05:02:18.256Z[ 5] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
47042026-02-19T05:02:18.256Z[ 7] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
47052026-02-19T05:02:18.256Z[ 9] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
47062026-02-19T05:02:18.256Z[ 11] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
47072026-02-19T05:02:18.256Z[ 13] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
47082026-02-19T05:02:18.256Z[ 15] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
47092026-02-19T05:02:18.256Z[ 17] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
47102026-02-19T05:02:18.256Z[ 19] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
47112026-02-19T05:02:18.256Z[SUM] 3.00-4.00 sec 183 MBytes 1.54 Gbits/sec
47122026-02-19T05:02:18.256Z- - - - - - - - - - - - - - - - - - - - - - - - -
47132026-02-19T05:02:18.256Z[ 5] 4.00-5.00 sec 23.2 MBytes 195 Mbits/sec
47142026-02-19T05:02:18.256Z[ 7] 4.00-5.00 sec 23.2 MBytes 195 Mbits/sec
47152026-02-19T05:02:18.256Z[ 9] 4.00-5.00 sec 23.2 MBytes 195 Mbits/sec
47162026-02-19T05:02:18.256Z[ 11] 4.00-5.00 sec 23.2 MBytes 195 Mbits/sec
47172026-02-19T05:02:18.256Z[ 13] 4.00-5.00 sec 23.3 MBytes 195 Mbits/sec
47182026-02-19T05:02:18.256Z[ 15] 4.00-5.00 sec 23.2 MBytes 195 Mbits/sec
47192026-02-19T05:02:18.256Z[ 17] 4.00-5.00 sec 23.4 MBytes 196 Mbits/sec
47202026-02-19T05:02:18.256Z[ 19] 4.00-5.00 sec 23.2 MBytes 195 Mbits/sec
47212026-02-19T05:02:18.257Z[SUM] 4.00-5.00 sec 186 MBytes 1.56 Gbits/sec
47222026-02-19T05:02:18.257Z- - - - - - - - - - - - - - - - - - - - - - - - -
47232026-02-19T05:02:18.257Z[ 5] 5.00-6.00 sec 23.8 MBytes 199 Mbits/sec
47242026-02-19T05:02:18.257Z[ 7] 5.00-6.00 sec 23.8 MBytes 200 Mbits/sec
47252026-02-19T05:02:18.257Z[ 9] 5.00-6.00 sec 23.8 MBytes 199 Mbits/sec
47262026-02-19T05:02:18.257Z[ 11] 5.00-6.00 sec 23.8 MBytes 200 Mbits/sec
47272026-02-19T05:02:18.257Z[ 13] 5.00-6.00 sec 23.7 MBytes 199 Mbits/sec
47282026-02-19T05:02:18.257Z[ 15] 5.00-6.00 sec 23.8 MBytes 199 Mbits/sec
47292026-02-19T05:02:18.257Z[ 17] 5.00-6.00 sec 23.7 MBytes 199 Mbits/sec
47302026-02-19T05:02:18.257Z[ 19] 5.00-6.00 sec 23.8 MBytes 200 Mbits/sec
47312026-02-19T05:02:18.257Z[SUM] 5.00-6.00 sec 190 MBytes 1.59 Gbits/sec
47322026-02-19T05:02:18.257Z- - - - - - - - - - - - - - - - - - - - - - - - -
47332026-02-19T05:02:18.257Z[ 5] 6.00-7.00 sec 24.4 MBytes 204 Mbits/sec
47342026-02-19T05:02:18.257Z[ 7] 6.00-7.00 sec 24.3 MBytes 204 Mbits/sec
47352026-02-19T05:02:18.257Z[ 9] 6.00-7.00 sec 24.4 MBytes 204 Mbits/sec
47362026-02-19T05:02:21.472Z[ 11] 6.00-7.00 sec 24.3 MBytes 204 Mbits/sec
47372026-02-19T05:02:21.472Z[ 13] 6.00-7.00 sec 24.4 MBytes 205 Mbits/sec
47382026-02-19T05:02:21.472Z[ 15] 6.00-7.00 sec 24.4 MBytes 204 Mbits/sec
47392026-02-19T05:02:21.472Z[ 17] 6.00-7.00 sec 24.4 MBytes 205 Mbits/sec
47402026-02-19T05:02:21.472Z[ 19] 6.00-7.00 sec 24.3 MBytes 204 Mbits/sec
47412026-02-19T05:02:21.472Z[SUM] 6.00-7.00 sec 195 MBytes 1.63 Gbits/sec
47422026-02-19T05:02:21.472Z- - - - - - - - - - - - - - - - - - - - - - - - -
47432026-02-19T05:02:21.472Z[ 5] 7.00-8.00 sec 23.3 MBytes 196 Mbits/sec
47442026-02-19T05:02:21.472Z[ 7] 7.00-8.00 sec 23.3 MBytes 196 Mbits/sec
47452026-02-19T05:02:21.472Z[ 9] 7.00-8.00 sec 23.3 MBytes 195 Mbits/sec
47462026-02-19T05:02:21.472Z[ 11] 7.00-8.00 sec 23.3 MBytes 195 Mbits/sec
47472026-02-19T05:02:21.472Z[ 13] 7.00-8.00 sec 23.4 MBytes 197 Mbits/sec
47482026-02-19T05:02:21.472Z[ 15] 7.00-8.00 sec 23.3 MBytes 196 Mbits/sec
47492026-02-19T05:02:21.472Z[ 17] 7.00-8.00 sec 23.3 MBytes 196 Mbits/sec
47502026-02-19T05:02:21.472Z[ 19] 7.00-8.00 sec 23.3 MBytes 196 Mbits/sec
47512026-02-19T05:02:21.472Z[SUM] 7.00-8.00 sec 187 MBytes 1.57 Gbits/sec
47522026-02-19T05:02:21.472Z- - - - - - - - - - - - - - - - - - - - - - - - -
47532026-02-19T05:02:21.472Z[ 5] 8.00-9.00 sec 23.4 MBytes 196 Mbits/sec
47542026-02-19T05:02:21.472Z[ 7] 8.00-9.00 sec 23.4 MBytes 196 Mbits/sec
47552026-02-19T05:02:21.472Z[ 9] 8.00-9.00 sec 23.4 MBytes 197 Mbits/sec
47562026-02-19T05:02:21.472Z[ 11] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
47572026-02-19T05:02:21.472Z[ 13] 8.00-9.00 sec 23.4 MBytes 197 Mbits/sec
47582026-02-19T05:02:21.472Z[ 15] 8.00-9.00 sec 23.4 MBytes 196 Mbits/sec
47592026-02-19T05:02:21.472Z[ 17] 8.00-9.00 sec 23.4 MBytes 197 Mbits/sec
47602026-02-19T05:02:21.472Z[ 19] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
47612026-02-19T05:02:21.472Z[SUM] 8.00-9.00 sec 187 MBytes 1.57 Gbits/sec
47622026-02-19T05:02:21.472Z- - - - - - - - - - - - - - - - - - - - - - - - -
47632026-02-19T05:02:21.472Z[ 5] 9.00-10.00 sec 23.1 MBytes 194 Mbits/sec
47642026-02-19T05:02:21.472Z[ 7] 9.00-10.00 sec 23.1 MBytes 194 Mbits/sec
47652026-02-19T05:02:21.472Z[ 9] 9.00-10.00 sec 23.1 MBytes 193 Mbits/sec
47662026-02-19T05:02:21.472Z[ 11] 9.00-10.00 sec 23.1 MBytes 193 Mbits/sec
47672026-02-19T05:02:21.472Z[ 13] 9.00-10.00 sec 23.1 MBytes 193 Mbits/sec
47682026-02-19T05:02:21.472Z[ 15] 9.00-10.00 sec 23.1 MBytes 194 Mbits/sec
47692026-02-19T05:02:21.472Z[ 17] 9.00-10.00 sec 23.1 MBytes 193 Mbits/sec
47702026-02-19T05:02:21.472Z[ 19] 9.00-10.00 sec 23.1 MBytes 193 Mbits/sec
47712026-02-19T05:02:21.473Z[SUM] 9.00-10.00 sec 185 MBytes 1.55 Gbits/sec
47722026-02-19T05:02:21.473Z- - - - - - - - - - - - - - - - - - - - - - - - -
47732026-02-19T05:02:21.473Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
47742026-02-19T05:02:21.473Z[ 7] 10.00-10.00 sec 48.1 KBytes 182 Mbits/sec
47752026-02-19T05:02:21.473Z[ 9] 10.00-10.00 sec 96.2 KBytes 364 Mbits/sec
47762026-02-19T05:02:21.473Z[ 11] 10.00-10.00 sec 48.1 KBytes 182 Mbits/sec
47772026-02-19T05:02:21.473Z[ 13] 10.00-10.00 sec 48.1 KBytes 182 Mbits/sec
47782026-02-19T05:02:21.473Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
47792026-02-19T05:02:21.473Z[ 17] 10.00-10.00 sec 48.1 KBytes 182 Mbits/sec
47802026-02-19T05:02:21.473Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
47812026-02-19T05:02:21.473Z[SUM] 10.00-10.00 sec 288 KBytes 1.09 Gbits/sec
47822026-02-19T05:02:21.473Z- - - - - - - - - - - - - - - - - - - - - - - - -
47832026-02-19T05:02:21.473Z[ ID] Interval Transfer Bandwidth
47842026-02-19T05:02:21.473Z[ 5] 0.00-10.00 sec 229 MBytes 192 Mbits/sec sender
47852026-02-19T05:02:21.473Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47862026-02-19T05:02:21.473Z[ 7] 0.00-10.00 sec 230 MBytes 193 Mbits/sec sender
47872026-02-19T05:02:21.473Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47882026-02-19T05:02:21.473Z[ 9] 0.00-10.00 sec 229 MBytes 192 Mbits/sec sender
47892026-02-19T05:02:21.473Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47902026-02-19T05:02:21.473Z[ 11] 0.00-10.00 sec 229 MBytes 192 Mbits/sec sender
47912026-02-19T05:02:21.473Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47922026-02-19T05:02:21.473Z[ 13] 0.00-10.00 sec 230 MBytes 193 Mbits/sec sender
47932026-02-19T05:02:21.473Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47942026-02-19T05:02:21.473Z[ 15] 0.00-10.00 sec 230 MBytes 193 Mbits/sec sender
47952026-02-19T05:02:21.473Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47962026-02-19T05:02:21.473Z[ 17] 0.00-10.00 sec 229 MBytes 192 Mbits/sec sender
47972026-02-19T05:02:21.473Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47982026-02-19T05:02:21.473Z[ 19] 0.00-10.00 sec 230 MBytes 193 Mbits/sec sender
47992026-02-19T05:02:21.473Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
48002026-02-19T05:02:21.473Z[SUM] 0.00-10.00 sec 1.79 GBytes 1.54 Gbits/sec sender
48012026-02-19T05:02:21.473Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
48022026-02-19T05:02:21.477ZRun 6/10...1540.403Mbps
48032026-02-19T05:02:28.506Z-----------------------------------------------------------
48042026-02-19T05:02:28.506ZServer listening on 5201
48052026-02-19T05:02:28.506Z-----------------------------------------------------------
48062026-02-19T05:02:28.506ZAccepted connection from 10.0.0.1, port 35880
48072026-02-19T05:02:28.506Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50271
48082026-02-19T05:02:28.506Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43544
48092026-02-19T05:02:28.506Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52348
48102026-02-19T05:02:28.506Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50272
48112026-02-19T05:02:28.506Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35935
48122026-02-19T05:02:28.506Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35670
48132026-02-19T05:02:28.506Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63123
48142026-02-19T05:02:28.506Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63781
48152026-02-19T05:02:28.506Z[ ID] Interval Transfer Bandwidth
48162026-02-19T05:02:28.506Z[ 5] 0.00-1.00 sec 17.8 MBytes 150 Mbits/sec
48172026-02-19T05:02:28.506Z[ 7] 0.00-1.00 sec 17.9 MBytes 150 Mbits/sec
48182026-02-19T05:02:28.506Z[ 9] 0.00-1.00 sec 17.9 MBytes 150 Mbits/sec
48192026-02-19T05:02:28.506Z[ 11] 0.00-1.00 sec 17.9 MBytes 150 Mbits/sec
48202026-02-19T05:02:28.506Z[ 13] 0.00-1.00 sec 17.8 MBytes 149 Mbits/sec
48212026-02-19T05:02:28.506Z[ 15] 0.00-1.00 sec 17.9 MBytes 150 Mbits/sec
48222026-02-19T05:02:28.506Z[ 17] 0.00-1.00 sec 17.9 MBytes 150 Mbits/sec
48232026-02-19T05:02:28.506Z[ 19] 0.00-1.00 sec 17.8 MBytes 149 Mbits/sec
48242026-02-19T05:02:28.506Z[SUM] 0.00-1.00 sec 143 MBytes 1.20 Gbits/sec
48252026-02-19T05:02:28.506Z- - - - - - - - - - - - - - - - - - - - - - - - -
48262026-02-19T05:02:28.506Z[ 5] 1.00-2.00 sec 22.7 MBytes 191 Mbits/sec
48272026-02-19T05:02:28.506Z[ 7] 1.00-2.00 sec 22.7 MBytes 190 Mbits/sec
48282026-02-19T05:02:28.506Z[ 9] 1.00-2.00 sec 22.6 MBytes 190 Mbits/sec
48292026-02-19T05:02:28.506Z[ 11] 1.00-2.00 sec 22.7 MBytes 190 Mbits/sec
48302026-02-19T05:02:28.506Z[ 13] 1.00-2.00 sec 22.7 MBytes 191 Mbits/sec
48312026-02-19T05:02:28.506Z[ 15] 1.00-2.00 sec 22.7 MBytes 190 Mbits/sec
48322026-02-19T05:02:28.506Z[ 17] 1.00-2.00 sec 22.6 MBytes 189 Mbits/sec
48332026-02-19T05:02:28.506Z[ 19] 1.00-2.00 sec 22.8 MBytes 191 Mbits/sec
48342026-02-19T05:02:28.507Z[SUM] 1.00-2.00 sec 181 MBytes 1.52 Gbits/sec
48352026-02-19T05:02:28.507Z- - - - - - - - - - - - - - - - - - - - - - - - -
48362026-02-19T05:02:28.507Z[ 5] 2.00-3.00 sec 22.7 MBytes 190 Mbits/sec
48372026-02-19T05:02:28.507Z[ 7] 2.00-3.00 sec 22.6 MBytes 189 Mbits/sec
48382026-02-19T05:02:28.507Z[ 9] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec
48392026-02-19T05:02:28.507Z[ 11] 2.00-3.00 sec 22.7 MBytes 191 Mbits/sec
48402026-02-19T05:02:28.507Z[ 13] 2.00-3.00 sec 22.7 MBytes 190 Mbits/sec
48412026-02-19T05:02:28.507Z[ 15] 2.00-3.00 sec 22.7 MBytes 191 Mbits/sec
48422026-02-19T05:02:28.507Z[ 17] 2.00-3.00 sec 22.7 MBytes 191 Mbits/sec
48432026-02-19T05:02:28.507Z[ 19] 2.00-3.00 sec 22.7 MBytes 190 Mbits/sec
48442026-02-19T05:02:28.507Z[SUM] 2.00-3.00 sec 181 MBytes 1.52 Gbits/sec
48452026-02-19T05:02:28.507Z- - - - - - - - - - - - - - - - - - - - - - - - -
48462026-02-19T05:02:28.507Z[ 5] 3.00-4.00 sec 23.9 MBytes 201 Mbits/sec
48472026-02-19T05:02:28.507Z[ 7] 3.00-4.00 sec 24.0 MBytes 201 Mbits/sec
48482026-02-19T05:02:28.507Z[ 9] 3.00-4.00 sec 24.0 MBytes 201 Mbits/sec
48492026-02-19T05:02:28.507Z[ 11] 3.00-4.00 sec 23.9 MBytes 200 Mbits/sec
48502026-02-19T05:02:28.507Z[ 13] 3.00-4.00 sec 23.9 MBytes 201 Mbits/sec
48512026-02-19T05:02:28.507Z[ 15] 3.00-4.00 sec 23.9 MBytes 201 Mbits/sec
48522026-02-19T05:02:28.507Z[ 17] 3.00-4.00 sec 23.9 MBytes 201 Mbits/sec
48532026-02-19T05:02:28.507Z[ 19] 3.00-4.00 sec 23.9 MBytes 200 Mbits/sec
48542026-02-19T05:02:28.507Z[SUM] 3.00-4.00 sec 191 MBytes 1.61 Gbits/sec
48552026-02-19T05:02:28.507Z- - - - - - - - - - - - - - - - - - - - - - - - -
48562026-02-19T05:02:28.507Z[ 5] 4.00-5.00 sec 23.8 MBytes 199 Mbits/sec
48572026-02-19T05:02:28.507Z[ 7] 4.00-5.00 sec 23.9 MBytes 200 Mbits/sec
48582026-02-19T05:02:28.507Z[ 9] 4.00-5.00 sec 23.9 MBytes 201 Mbits/sec
48592026-02-19T05:02:28.507Z[ 11] 4.00-5.00 sec 23.8 MBytes 199 Mbits/sec
48602026-02-19T05:02:28.507Z[ 13] 4.00-5.00 sec 23.9 MBytes 200 Mbits/sec
48612026-02-19T05:02:28.507Z[ 15] 4.00-5.00 sec 23.9 MBytes 200 Mbits/sec
48622026-02-19T05:02:28.507Z[ 17] 4.00-5.00 sec 23.8 MBytes 199 Mbits/sec
48632026-02-19T05:02:28.507Z[ 19] 4.00-5.00 sec 23.9 MBytes 200 Mbits/sec
48642026-02-19T05:02:28.507Z[SUM] 4.00-5.00 sec 191 MBytes 1.60 Gbits/sec
48652026-02-19T05:02:28.507Z- - - - - - - - - - - - - - - - - - - - - - - - -
48662026-02-19T05:02:28.507Z[ 5] 5.00-6.00 sec 23.8 MBytes 199 Mbits/sec
48672026-02-19T05:02:28.507Z[ 7] 5.00-6.00 sec 23.7 MBytes 199 Mbits/sec
48682026-02-19T05:02:28.507Z[ 9] 5.00-6.00 sec 23.7 MBytes 199 Mbits/sec
48692026-02-19T05:02:28.507Z[ 11] 5.00-6.00 sec 23.8 MBytes 200 Mbits/sec
48702026-02-19T05:02:28.507Z[ 13] 5.00-6.00 sec 23.7 MBytes 199 Mbits/sec
48712026-02-19T05:02:28.508Z[ 15] 5.00-6.00 sec 23.9 MBytes 200 Mbits/sec
48722026-02-19T05:02:28.508Z[ 17] 5.00-6.00 sec 23.9 MBytes 200 Mbits/sec
48732026-02-19T05:02:28.508Z[ 19] 5.00-6.00 sec 23.8 MBytes 199 Mbits/sec
48742026-02-19T05:02:28.508Z[SUM] 5.00-6.00 sec 190 MBytes 1.60 Gbits/sec
48752026-02-19T05:02:28.508Z- - - - - - - - - - - - - - - - - - - - - - - - -
48762026-02-19T05:02:28.508Z[ 5] 6.00-7.00 sec 23.0 MBytes 193 Mbits/sec
48772026-02-19T05:02:28.508Z[ 7] 6.00-7.00 sec 23.0 MBytes 193 Mbits/sec
48782026-02-19T05:02:28.508Z[ 9] 6.00-7.00 sec 23.0 MBytes 193 Mbits/sec
48792026-02-19T05:02:31.723Z[ 11] 6.00-7.00 sec 23.0 MBytes 193 Mbits/sec
48802026-02-19T05:02:31.723Z[ 13] 6.00-7.00 sec 23.0 MBytes 193 Mbits/sec
48812026-02-19T05:02:31.723Z[ 15] 6.00-7.00 sec 23.0 MBytes 193 Mbits/sec
48822026-02-19T05:02:31.723Z[ 17] 6.00-7.00 sec 23.0 MBytes 193 Mbits/sec
48832026-02-19T05:02:31.723Z[ 19] 6.00-7.00 sec 23.1 MBytes 193 Mbits/sec
48842026-02-19T05:02:31.723Z[SUM] 6.00-7.00 sec 184 MBytes 1.54 Gbits/sec
48852026-02-19T05:02:31.723Z- - - - - - - - - - - - - - - - - - - - - - - - -
48862026-02-19T05:02:31.723Z[ 5] 7.00-8.00 sec 22.7 MBytes 190 Mbits/sec
48872026-02-19T05:02:31.723Z[ 7] 7.00-8.00 sec 22.6 MBytes 190 Mbits/sec
48882026-02-19T05:02:31.723Z[ 9] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec
48892026-02-19T05:02:31.723Z[ 11] 7.00-8.00 sec 22.7 MBytes 190 Mbits/sec
48902026-02-19T05:02:31.723Z[ 13] 7.00-8.00 sec 22.8 MBytes 191 Mbits/sec
48912026-02-19T05:02:31.723Z[ 15] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec
48922026-02-19T05:02:31.723Z[ 17] 7.00-8.00 sec 22.8 MBytes 191 Mbits/sec
48932026-02-19T05:02:31.723Z[ 19] 7.00-8.00 sec 22.5 MBytes 189 Mbits/sec
48942026-02-19T05:02:31.723Z[SUM] 7.00-8.00 sec 182 MBytes 1.52 Gbits/sec
48952026-02-19T05:02:31.723Z- - - - - - - - - - - - - - - - - - - - - - - - -
48962026-02-19T05:02:31.723Z[ 5] 8.00-9.00 sec 24.0 MBytes 202 Mbits/sec
48972026-02-19T05:02:31.723Z[ 7] 8.00-9.00 sec 24.0 MBytes 202 Mbits/sec
48982026-02-19T05:02:31.723Z[ 9] 8.00-9.00 sec 24.1 MBytes 202 Mbits/sec
48992026-02-19T05:02:31.723Z[ 11] 8.00-9.00 sec 24.0 MBytes 201 Mbits/sec
49002026-02-19T05:02:31.724Z[ 13] 8.00-9.00 sec 24.0 MBytes 202 Mbits/sec
49012026-02-19T05:02:31.724Z[ 15] 8.00-9.00 sec 24.0 MBytes 201 Mbits/sec
49022026-02-19T05:02:31.724Z[ 17] 8.00-9.00 sec 23.9 MBytes 201 Mbits/sec
49032026-02-19T05:02:31.724Z[ 19] 8.00-9.00 sec 24.0 MBytes 201 Mbits/sec
49042026-02-19T05:02:31.724Z[SUM] 8.00-9.00 sec 192 MBytes 1.61 Gbits/sec
49052026-02-19T05:02:31.724Z- - - - - - - - - - - - - - - - - - - - - - - - -
49062026-02-19T05:02:31.724Z[ 5] 9.00-10.00 sec 23.8 MBytes 200 Mbits/sec
49072026-02-19T05:02:31.724Z[ 7] 9.00-10.00 sec 23.8 MBytes 200 Mbits/sec
49082026-02-19T05:02:31.724Z[ 9] 9.00-10.00 sec 23.9 MBytes 201 Mbits/sec
49092026-02-19T05:02:31.724Z[ 11] 9.00-10.00 sec 23.9 MBytes 200 Mbits/sec
49102026-02-19T05:02:31.724Z[ 13] 9.00-10.00 sec 23.9 MBytes 200 Mbits/sec
49112026-02-19T05:02:31.724Z[ 15] 9.00-10.00 sec 23.9 MBytes 201 Mbits/sec
49122026-02-19T05:02:31.724Z[ 17] 9.00-10.00 sec 23.9 MBytes 200 Mbits/sec
49132026-02-19T05:02:31.724Z[ 19] 9.00-10.00 sec 23.9 MBytes 201 Mbits/sec
49142026-02-19T05:02:31.724Z[SUM] 9.00-10.00 sec 191 MBytes 1.60 Gbits/sec
49152026-02-19T05:02:31.724Z- - - - - - - - - - - - - - - - - - - - - - - - -
49162026-02-19T05:02:31.724Z[ 5] 10.00-10.00 sec 144 KBytes 511 Mbits/sec
49172026-02-19T05:02:31.724Z[ 7] 10.00-10.00 sec 96.2 KBytes 341 Mbits/sec
49182026-02-19T05:02:31.724Z[ 9] 10.00-10.00 sec 48.1 KBytes 170 Mbits/sec
49192026-02-19T05:02:31.724Z[ 11] 10.00-10.00 sec 96.2 KBytes 341 Mbits/sec
49202026-02-19T05:02:31.724Z[ 13] 10.00-10.00 sec 96.2 KBytes 341 Mbits/sec
49212026-02-19T05:02:31.724Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49222026-02-19T05:02:31.724Z[ 17] 10.00-10.00 sec 96.2 KBytes 341 Mbits/sec
49232026-02-19T05:02:31.724Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49242026-02-19T05:02:31.724Z[SUM] 10.00-10.00 sec 577 KBytes 2.04 Gbits/sec
49252026-02-19T05:02:31.724Z- - - - - - - - - - - - - - - - - - - - - - - - -
49262026-02-19T05:02:31.724Z[ ID] Interval Transfer Bandwidth
49272026-02-19T05:02:31.724Z[ 5] 0.00-10.00 sec 228 MBytes 191 Mbits/sec sender
49282026-02-19T05:02:31.724Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49292026-02-19T05:02:31.724Z[ 7] 0.00-10.00 sec 228 MBytes 191 Mbits/sec sender
49302026-02-19T05:02:31.724Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49312026-02-19T05:02:31.724Z[ 9] 0.00-10.00 sec 229 MBytes 192 Mbits/sec sender
49322026-02-19T05:02:31.724Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49332026-02-19T05:02:31.724Z[ 11] 0.00-10.00 sec 228 MBytes 191 Mbits/sec sender
49342026-02-19T05:02:31.724Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49352026-02-19T05:02:31.724Z[ 13] 0.00-10.00 sec 228 MBytes 192 Mbits/sec sender
49362026-02-19T05:02:31.724Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49372026-02-19T05:02:31.724Z[ 15] 0.00-10.00 sec 229 MBytes 192 Mbits/sec sender
49382026-02-19T05:02:31.725Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49392026-02-19T05:02:31.725Z[ 17] 0.00-10.00 sec 228 MBytes 192 Mbits/sec sender
49402026-02-19T05:02:31.725Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49412026-02-19T05:02:31.725Z[ 19] 0.00-10.00 sec 228 MBytes 191 Mbits/sec sender
49422026-02-19T05:02:31.725Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49432026-02-19T05:02:31.725Z[SUM] 0.00-10.00 sec 1.78 GBytes 1.53 Gbits/sec sender
49442026-02-19T05:02:31.725Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49452026-02-19T05:02:31.728ZRun 7/10...1532.842Mbps
49462026-02-19T05:02:38.757Z-----------------------------------------------------------
49472026-02-19T05:02:38.757ZServer listening on 5201
49482026-02-19T05:02:38.758Z-----------------------------------------------------------
49492026-02-19T05:02:38.758ZAccepted connection from 10.0.0.1, port 60057
49502026-02-19T05:02:38.758Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54039
49512026-02-19T05:02:38.758Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54831
49522026-02-19T05:02:38.758Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59881
49532026-02-19T05:02:38.758Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39599
49542026-02-19T05:02:38.758Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59628
49552026-02-19T05:02:38.758Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57791
49562026-02-19T05:02:38.758Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61422
49572026-02-19T05:02:38.758Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46908
49582026-02-19T05:02:38.758Z[ ID] Interval Transfer Bandwidth
49592026-02-19T05:02:38.758Z[ 5] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
49602026-02-19T05:02:38.758Z[ 7] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
49612026-02-19T05:02:38.758Z[ 9] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec
49622026-02-19T05:02:38.758Z[ 11] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec
49632026-02-19T05:02:38.758Z[ 13] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
49642026-02-19T05:02:38.758Z[ 15] 0.00-1.00 sec 19.6 MBytes 164 Mbits/sec
49652026-02-19T05:02:38.758Z[ 17] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
49662026-02-19T05:02:38.758Z[ 19] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
49672026-02-19T05:02:38.758Z[SUM] 0.00-1.00 sec 158 MBytes 1.32 Gbits/sec
49682026-02-19T05:02:38.758Z- - - - - - - - - - - - - - - - - - - - - - - - -
49692026-02-19T05:02:38.758Z[ 5] 1.00-2.00 sec 23.3 MBytes 195 Mbits/sec
49702026-02-19T05:02:38.759Z[ 7] 1.00-2.00 sec 23.3 MBytes 195 Mbits/sec
49712026-02-19T05:02:38.759Z[ 9] 1.00-2.00 sec 23.2 MBytes 195 Mbits/sec
49722026-02-19T05:02:38.759Z[ 11] 1.00-2.00 sec 23.3 MBytes 195 Mbits/sec
49732026-02-19T05:02:38.759Z[ 13] 1.00-2.00 sec 23.4 MBytes 196 Mbits/sec
49742026-02-19T05:02:38.759Z[ 15] 1.00-2.00 sec 23.3 MBytes 196 Mbits/sec
49752026-02-19T05:02:38.759Z[ 17] 1.00-2.00 sec 23.3 MBytes 196 Mbits/sec
49762026-02-19T05:02:38.759Z[ 19] 1.00-2.00 sec 23.3 MBytes 195 Mbits/sec
49772026-02-19T05:02:38.759Z[SUM] 1.00-2.00 sec 186 MBytes 1.56 Gbits/sec
49782026-02-19T05:02:38.759Z- - - - - - - - - - - - - - - - - - - - - - - - -
49792026-02-19T05:02:38.759Z[ 5] 2.00-3.00 sec 23.5 MBytes 197 Mbits/sec
49802026-02-19T05:02:38.759Z[ 7] 2.00-3.00 sec 23.5 MBytes 197 Mbits/sec
49812026-02-19T05:02:38.759Z[ 9] 2.00-3.00 sec 23.6 MBytes 198 Mbits/sec
49822026-02-19T05:02:38.759Z[ 11] 2.00-3.00 sec 23.6 MBytes 198 Mbits/sec
49832026-02-19T05:02:38.759Z[ 13] 2.00-3.00 sec 23.4 MBytes 196 Mbits/sec
49842026-02-19T05:02:38.759Z[ 15] 2.00-3.00 sec 23.6 MBytes 198 Mbits/sec
49852026-02-19T05:02:38.759Z[ 17] 2.00-3.00 sec 23.6 MBytes 198 Mbits/sec
49862026-02-19T05:02:38.759Z[ 19] 2.00-3.00 sec 23.4 MBytes 197 Mbits/sec
49872026-02-19T05:02:38.759Z[SUM] 2.00-3.00 sec 188 MBytes 1.58 Gbits/sec
49882026-02-19T05:02:38.759Z- - - - - - - - - - - - - - - - - - - - - - - - -
49892026-02-19T05:02:38.759Z[ 5] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
49902026-02-19T05:02:38.759Z[ 7] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
49912026-02-19T05:02:38.759Z[ 9] 3.00-4.00 sec 22.8 MBytes 191 Mbits/sec
49922026-02-19T05:02:38.759Z[ 11] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
49932026-02-19T05:02:38.759Z[ 13] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
49942026-02-19T05:02:38.759Z[ 15] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
49952026-02-19T05:02:38.759Z[ 17] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
49962026-02-19T05:02:38.759Z[ 19] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
49972026-02-19T05:02:38.759Z[SUM] 3.00-4.00 sec 183 MBytes 1.53 Gbits/sec
49982026-02-19T05:02:38.759Z- - - - - - - - - - - - - - - - - - - - - - - - -
49992026-02-19T05:02:38.760Z[ 5] 4.00-5.00 sec 23.0 MBytes 193 Mbits/sec
50002026-02-19T05:02:38.760Z[ 7] 4.00-5.00 sec 23.1 MBytes 193 Mbits/sec
50012026-02-19T05:02:38.760Z[ 9] 4.00-5.00 sec 23.1 MBytes 193 Mbits/sec
50022026-02-19T05:02:38.760Z[ 11] 4.00-5.00 sec 23.0 MBytes 193 Mbits/sec
50032026-02-19T05:02:38.760Z[ 13] 4.00-5.00 sec 23.1 MBytes 193 Mbits/sec
50042026-02-19T05:02:38.760Z[ 15] 4.00-5.00 sec 23.1 MBytes 194 Mbits/sec
50052026-02-19T05:02:38.760Z[ 17] 4.00-5.00 sec 23.1 MBytes 194 Mbits/sec
50062026-02-19T05:02:38.760Z[ 19] 4.00-5.00 sec 23.1 MBytes 193 Mbits/sec
50072026-02-19T05:02:38.760Z[SUM] 4.00-5.00 sec 184 MBytes 1.55 Gbits/sec
50082026-02-19T05:02:38.760Z- - - - - - - - - - - - - - - - - - - - - - - - -
50092026-02-19T05:02:38.760Z[ 5] 5.00-6.00 sec 22.7 MBytes 190 Mbits/sec
50102026-02-19T05:02:38.760Z[ 7] 5.00-6.00 sec 22.7 MBytes 191 Mbits/sec
50112026-02-19T05:02:38.760Z[ 9] 5.00-6.00 sec 22.8 MBytes 191 Mbits/sec
50122026-02-19T05:02:38.760Z[ 11] 5.00-6.00 sec 22.7 MBytes 191 Mbits/sec
50132026-02-19T05:02:38.760Z[ 13] 5.00-6.00 sec 22.7 MBytes 191 Mbits/sec
50142026-02-19T05:02:38.760Z[ 15] 5.00-6.00 sec 22.7 MBytes 190 Mbits/sec
50152026-02-19T05:02:38.760Z[ 17] 5.00-6.00 sec 22.7 MBytes 190 Mbits/sec
50162026-02-19T05:02:38.760Z[ 19] 5.00-6.00 sec 22.7 MBytes 191 Mbits/sec
50172026-02-19T05:02:38.760Z[SUM] 5.00-6.00 sec 182 MBytes 1.52 Gbits/sec
50182026-02-19T05:02:38.760Z- - - - - - - - - - - - - - - - - - - - - - - - -
50192026-02-19T05:02:38.760Z[ 5] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
50202026-02-19T05:02:38.760Z[ 7] 6.00-7.00 sec 22.3 MBytes 187 Mbits/sec
50212026-02-19T05:02:38.760Z[ 9] 6.00-7.00 sec 22.3 MBytes 187 Mbits/sec
50222026-02-19T05:02:41.974Z[ 11] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
50232026-02-19T05:02:41.974Z[ 13] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
50242026-02-19T05:02:41.974Z[ 15] 6.00-7.00 sec 22.3 MBytes 187 Mbits/sec
50252026-02-19T05:02:41.974Z[ 17] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
50262026-02-19T05:02:41.974Z[ 19] 6.00-7.00 sec 22.5 MBytes 189 Mbits/sec
50272026-02-19T05:02:41.974Z[SUM] 6.00-7.00 sec 179 MBytes 1.50 Gbits/sec
50282026-02-19T05:02:41.974Z- - - - - - - - - - - - - - - - - - - - - - - - -
50292026-02-19T05:02:41.974Z[ 5] 7.00-8.00 sec 22.9 MBytes 192 Mbits/sec
50302026-02-19T05:02:41.974Z[ 7] 7.00-8.00 sec 23.0 MBytes 193 Mbits/sec
50312026-02-19T05:02:41.974Z[ 9] 7.00-8.00 sec 23.0 MBytes 193 Mbits/sec
50322026-02-19T05:02:41.974Z[ 11] 7.00-8.00 sec 23.0 MBytes 193 Mbits/sec
50332026-02-19T05:02:41.974Z[ 13] 7.00-8.00 sec 23.0 MBytes 193 Mbits/sec
50342026-02-19T05:02:41.974Z[ 15] 7.00-8.00 sec 22.9 MBytes 192 Mbits/sec
50352026-02-19T05:02:41.974Z[ 17] 7.00-8.00 sec 22.9 MBytes 192 Mbits/sec
50362026-02-19T05:02:41.974Z[ 19] 7.00-8.00 sec 23.0 MBytes 193 Mbits/sec
50372026-02-19T05:02:41.974Z[SUM] 7.00-8.00 sec 184 MBytes 1.54 Gbits/sec
50382026-02-19T05:02:41.974Z- - - - - - - - - - - - - - - - - - - - - - - - -
50392026-02-19T05:02:41.974Z[ 5] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec
50402026-02-19T05:02:41.974Z[ 7] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec
50412026-02-19T05:02:41.974Z[ 9] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec
50422026-02-19T05:02:41.974Z[ 11] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec
50432026-02-19T05:02:41.974Z[ 13] 8.00-9.00 sec 23.1 MBytes 193 Mbits/sec
50442026-02-19T05:02:41.975Z[ 15] 8.00-9.00 sec 23.1 MBytes 193 Mbits/sec
50452026-02-19T05:02:41.975Z[ 17] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec
50462026-02-19T05:02:41.975Z[ 19] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec
50472026-02-19T05:02:41.975Z[SUM] 8.00-9.00 sec 185 MBytes 1.55 Gbits/sec
50482026-02-19T05:02:41.975Z- - - - - - - - - - - - - - - - - - - - - - - - -
50492026-02-19T05:02:41.975Z[ 5] 9.00-10.00 sec 22.9 MBytes 192 Mbits/sec
50502026-02-19T05:02:41.975Z[ 7] 9.00-10.00 sec 22.8 MBytes 191 Mbits/sec
50512026-02-19T05:02:41.975Z[ 9] 9.00-10.00 sec 22.9 MBytes 192 Mbits/sec
50522026-02-19T05:02:41.975Z[ 11] 9.00-10.00 sec 22.8 MBytes 191 Mbits/sec
50532026-02-19T05:02:41.975Z[ 13] 9.00-10.00 sec 22.8 MBytes 191 Mbits/sec
50542026-02-19T05:02:41.975Z[ 15] 9.00-10.00 sec 23.0 MBytes 193 Mbits/sec
50552026-02-19T05:02:41.975Z[ 17] 9.00-10.00 sec 22.8 MBytes 191 Mbits/sec
50562026-02-19T05:02:41.975Z[ 19] 9.00-10.00 sec 22.9 MBytes 192 Mbits/sec
50572026-02-19T05:02:41.975Z[SUM] 9.00-10.00 sec 183 MBytes 1.53 Gbits/sec
50582026-02-19T05:02:41.975Z- - - - - - - - - - - - - - - - - - - - - - - - -
50592026-02-19T05:02:41.975Z[ 5] 10.00-10.00 sec 48.1 KBytes 183 Mbits/sec
50602026-02-19T05:02:41.975Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50612026-02-19T05:02:41.975Z[ 9] 10.00-10.00 sec 48.1 KBytes 183 Mbits/sec
50622026-02-19T05:02:41.975Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50632026-02-19T05:02:41.975Z[ 13] 10.00-10.00 sec 96.2 KBytes 366 Mbits/sec
50642026-02-19T05:02:41.975Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50652026-02-19T05:02:41.975Z[ 17] 10.00-10.00 sec 144 KBytes 550 Mbits/sec
50662026-02-19T05:02:41.975Z[ 19] 10.00-10.00 sec 96.2 KBytes 366 Mbits/sec
50672026-02-19T05:02:41.975Z[SUM] 10.00-10.00 sec 433 KBytes 1.65 Gbits/sec
50682026-02-19T05:02:41.975Z- - - - - - - - - - - - - - - - - - - - - - - - -
50692026-02-19T05:02:41.975Z[ ID] Interval Transfer Bandwidth
50702026-02-19T05:02:41.975Z[ 5] 0.00-10.00 sec 226 MBytes 190 Mbits/sec sender
50712026-02-19T05:02:41.975Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50722026-02-19T05:02:41.975Z[ 7] 0.00-10.00 sec 227 MBytes 190 Mbits/sec sender
50732026-02-19T05:02:41.975Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50742026-02-19T05:02:41.975Z[ 9] 0.00-10.00 sec 226 MBytes 190 Mbits/sec sender
50752026-02-19T05:02:41.975Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50762026-02-19T05:02:41.975Z[ 11] 0.00-10.00 sec 226 MBytes 190 Mbits/sec sender
50772026-02-19T05:02:41.975Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50782026-02-19T05:02:41.975Z[ 13] 0.00-10.00 sec 226 MBytes 190 Mbits/sec sender
50792026-02-19T05:02:41.975Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50802026-02-19T05:02:41.975Z[ 15] 0.00-10.00 sec 226 MBytes 190 Mbits/sec sender
50812026-02-19T05:02:41.975Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50822026-02-19T05:02:41.976Z[ 17] 0.00-10.00 sec 227 MBytes 190 Mbits/sec sender
50832026-02-19T05:02:41.976Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50842026-02-19T05:02:41.976Z[ 19] 0.00-10.00 sec 227 MBytes 190 Mbits/sec sender
50852026-02-19T05:02:41.976Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50862026-02-19T05:02:41.976Z[SUM] 0.00-10.00 sec 1.77 GBytes 1.52 Gbits/sec sender
50872026-02-19T05:02:41.976Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50882026-02-19T05:02:41.979ZRun 8/10...1520.301Mbps
50892026-02-19T05:02:49.008Z-----------------------------------------------------------
50902026-02-19T05:02:49.008ZServer listening on 5201
50912026-02-19T05:02:49.008Z-----------------------------------------------------------
50922026-02-19T05:02:49.008ZAccepted connection from 10.0.0.1, port 50415
50932026-02-19T05:02:49.008Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49805
50942026-02-19T05:02:49.008Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40267
50952026-02-19T05:02:49.008Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46787
50962026-02-19T05:02:49.008Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54749
50972026-02-19T05:02:49.008Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33700
50982026-02-19T05:02:49.008Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64392
50992026-02-19T05:02:49.008Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42881
51002026-02-19T05:02:49.008Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34232
51012026-02-19T05:02:49.008Z[ ID] Interval Transfer Bandwidth
51022026-02-19T05:02:49.008Z[ 5] 0.00-1.00 sec 18.4 MBytes 154 Mbits/sec
51032026-02-19T05:02:49.008Z[ 7] 0.00-1.00 sec 18.3 MBytes 154 Mbits/sec
51042026-02-19T05:02:49.008Z[ 9] 0.00-1.00 sec 18.3 MBytes 154 Mbits/sec
51052026-02-19T05:02:49.008Z[ 11] 0.00-1.00 sec 18.2 MBytes 153 Mbits/sec
51062026-02-19T05:02:49.008Z[ 13] 0.00-1.00 sec 18.3 MBytes 153 Mbits/sec
51072026-02-19T05:02:49.008Z[ 15] 0.00-1.00 sec 18.3 MBytes 154 Mbits/sec
51082026-02-19T05:02:49.008Z[ 17] 0.00-1.00 sec 18.3 MBytes 153 Mbits/sec
51092026-02-19T05:02:49.008Z[ 19] 0.00-1.00 sec 18.3 MBytes 153 Mbits/sec
51102026-02-19T05:02:49.008Z[SUM] 0.00-1.00 sec 146 MBytes 1.23 Gbits/sec
51112026-02-19T05:02:49.008Z- - - - - - - - - - - - - - - - - - - - - - - - -
51122026-02-19T05:02:49.008Z[ 5] 1.00-2.00 sec 23.0 MBytes 192 Mbits/sec
51132026-02-19T05:02:49.008Z[ 7] 1.00-2.00 sec 23.0 MBytes 192 Mbits/sec
51142026-02-19T05:02:49.008Z[ 9] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
51152026-02-19T05:02:49.008Z[ 11] 1.00-2.00 sec 23.0 MBytes 193 Mbits/sec
51162026-02-19T05:02:49.008Z[ 13] 1.00-2.00 sec 23.0 MBytes 193 Mbits/sec
51172026-02-19T05:02:49.008Z[ 15] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
51182026-02-19T05:02:49.008Z[ 17] 1.00-2.00 sec 23.0 MBytes 192 Mbits/sec
51192026-02-19T05:02:49.008Z[ 19] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
51202026-02-19T05:02:49.008Z[SUM] 1.00-2.00 sec 184 MBytes 1.54 Gbits/sec
51212026-02-19T05:02:49.008Z- - - - - - - - - - - - - - - - - - - - - - - - -
51222026-02-19T05:02:49.008Z[ 5] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec
51232026-02-19T05:02:49.009Z[ 7] 2.00-3.00 sec 22.7 MBytes 190 Mbits/sec
51242026-02-19T05:02:49.009Z[ 9] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec
51252026-02-19T05:02:49.009Z[ 11] 2.00-3.00 sec 22.7 MBytes 190 Mbits/sec
51262026-02-19T05:02:49.009Z[ 13] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec
51272026-02-19T05:02:49.009Z[ 15] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec
51282026-02-19T05:02:49.009Z[ 17] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec
51292026-02-19T05:02:49.009Z[ 19] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec
51302026-02-19T05:02:49.009Z[SUM] 2.00-3.00 sec 181 MBytes 1.52 Gbits/sec
51312026-02-19T05:02:49.009Z- - - - - - - - - - - - - - - - - - - - - - - - -
51322026-02-19T05:02:49.009Z[ 5] 3.00-4.00 sec 22.7 MBytes 190 Mbits/sec
51332026-02-19T05:02:49.009Z[ 7] 3.00-4.00 sec 22.7 MBytes 191 Mbits/sec
51342026-02-19T05:02:49.009Z[ 9] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
51352026-02-19T05:02:49.009Z[ 11] 3.00-4.00 sec 22.8 MBytes 191 Mbits/sec
51362026-02-19T05:02:49.009Z[ 13] 3.00-4.00 sec 22.7 MBytes 190 Mbits/sec
51372026-02-19T05:02:49.009Z[ 15] 3.00-4.00 sec 22.7 MBytes 191 Mbits/sec
51382026-02-19T05:02:49.009Z[ 17] 3.00-4.00 sec 22.7 MBytes 191 Mbits/sec
51392026-02-19T05:02:49.009Z[ 19] 3.00-4.00 sec 22.7 MBytes 191 Mbits/sec
51402026-02-19T05:02:49.009Z[SUM] 3.00-4.00 sec 182 MBytes 1.53 Gbits/sec
51412026-02-19T05:02:49.009Z- - - - - - - - - - - - - - - - - - - - - - - - -
51422026-02-19T05:02:49.009Z[ 5] 4.00-5.00 sec 22.6 MBytes 189 Mbits/sec
51432026-02-19T05:02:49.009Z[ 7] 4.00-5.00 sec 22.5 MBytes 189 Mbits/sec
51442026-02-19T05:02:49.009Z[ 9] 4.00-5.00 sec 22.5 MBytes 189 Mbits/sec
51452026-02-19T05:02:49.009Z[ 11] 4.00-5.00 sec 22.4 MBytes 188 Mbits/sec
51462026-02-19T05:02:49.009Z[ 13] 4.00-5.00 sec 22.5 MBytes 189 Mbits/sec
51472026-02-19T05:02:49.009Z[ 15] 4.00-5.00 sec 22.6 MBytes 189 Mbits/sec
51482026-02-19T05:02:49.009Z[ 17] 4.00-5.00 sec 22.5 MBytes 189 Mbits/sec
51492026-02-19T05:02:49.009Z[ 19] 4.00-5.00 sec 22.5 MBytes 189 Mbits/sec
51502026-02-19T05:02:49.009Z[SUM] 4.00-5.00 sec 180 MBytes 1.51 Gbits/sec
51512026-02-19T05:02:49.009Z- - - - - - - - - - - - - - - - - - - - - - - - -
51522026-02-19T05:02:49.009Z[ 5] 5.00-6.00 sec 23.9 MBytes 201 Mbits/sec
51532026-02-19T05:02:49.009Z[ 7] 5.00-6.00 sec 24.0 MBytes 201 Mbits/sec
51542026-02-19T05:02:49.009Z[ 9] 5.00-6.00 sec 24.0 MBytes 202 Mbits/sec
51552026-02-19T05:02:49.009Z[ 11] 5.00-6.00 sec 24.0 MBytes 202 Mbits/sec
51562026-02-19T05:02:49.009Z[ 13] 5.00-6.00 sec 24.0 MBytes 201 Mbits/sec
51572026-02-19T05:02:49.009Z[ 15] 5.00-6.00 sec 23.9 MBytes 201 Mbits/sec
51582026-02-19T05:02:49.009Z[ 17] 5.00-6.00 sec 24.0 MBytes 202 Mbits/sec
51592026-02-19T05:02:49.013Z[ 19] 5.00-6.00 sec 24.0 MBytes 202 Mbits/sec
51602026-02-19T05:02:49.013Z[SUM] 5.00-6.00 sec 192 MBytes 1.61 Gbits/sec
51612026-02-19T05:02:49.013Z- - - - - - - - - - - - - - - - - - - - - - - - -
51622026-02-19T05:02:49.013Z[ 5] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec
51632026-02-19T05:02:49.013Z[ 7] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec
51642026-02-19T05:02:49.013Z[ 9] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec
51652026-02-19T05:02:52.224Z[ 11] 6.00-7.00 sec 22.8 MBytes 191 Mbits/sec
51662026-02-19T05:02:52.225Z[ 13] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec
51672026-02-19T05:02:52.225Z[ 15] 6.00-7.00 sec 23.0 MBytes 193 Mbits/sec
51682026-02-19T05:02:52.225Z[ 17] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec
51692026-02-19T05:02:52.225Z[ 19] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec
51702026-02-19T05:02:52.225Z[SUM] 6.00-7.00 sec 183 MBytes 1.54 Gbits/sec
51712026-02-19T05:02:52.225Z- - - - - - - - - - - - - - - - - - - - - - - - -
51722026-02-19T05:02:52.225Z[ 5] 7.00-8.00 sec 23.6 MBytes 198 Mbits/sec
51732026-02-19T05:02:52.225Z[ 7] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
51742026-02-19T05:02:52.225Z[ 9] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
51752026-02-19T05:02:52.225Z[ 11] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
51762026-02-19T05:02:52.225Z[ 13] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
51772026-02-19T05:02:52.225Z[ 15] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
51782026-02-19T05:02:52.225Z[ 17] 7.00-8.00 sec 23.6 MBytes 198 Mbits/sec
51792026-02-19T05:02:52.225Z[ 19] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
51802026-02-19T05:02:52.225Z[SUM] 7.00-8.00 sec 188 MBytes 1.58 Gbits/sec
51812026-02-19T05:02:52.225Z- - - - - - - - - - - - - - - - - - - - - - - - -
51822026-02-19T05:02:52.225Z[ 5] 8.00-9.00 sec 22.9 MBytes 192 Mbits/sec
51832026-02-19T05:02:52.225Z[ 7] 8.00-9.00 sec 22.8 MBytes 191 Mbits/sec
51842026-02-19T05:02:52.225Z[ 9] 8.00-9.00 sec 22.8 MBytes 191 Mbits/sec
51852026-02-19T05:02:52.225Z[ 11] 8.00-9.00 sec 22.9 MBytes 192 Mbits/sec
51862026-02-19T05:02:52.225Z[ 13] 8.00-9.00 sec 22.9 MBytes 192 Mbits/sec
51872026-02-19T05:02:52.225Z[ 15] 8.00-9.00 sec 22.8 MBytes 191 Mbits/sec
51882026-02-19T05:02:52.225Z[ 17] 8.00-9.00 sec 22.8 MBytes 191 Mbits/sec
51892026-02-19T05:02:52.225Z[ 19] 8.00-9.00 sec 22.9 MBytes 192 Mbits/sec
51902026-02-19T05:02:52.225Z[SUM] 8.00-9.00 sec 183 MBytes 1.53 Gbits/sec
51912026-02-19T05:02:52.225Z- - - - - - - - - - - - - - - - - - - - - - - - -
51922026-02-19T05:02:52.225Z[ 5] 9.00-10.00 sec 23.7 MBytes 199 Mbits/sec
51932026-02-19T05:02:52.225Z[ 7] 9.00-10.00 sec 23.8 MBytes 200 Mbits/sec
51942026-02-19T05:02:52.225Z[ 9] 9.00-10.00 sec 23.8 MBytes 199 Mbits/sec
51952026-02-19T05:02:52.225Z[ 11] 9.00-10.00 sec 23.6 MBytes 198 Mbits/sec
51962026-02-19T05:02:52.225Z[ 13] 9.00-10.00 sec 23.7 MBytes 199 Mbits/sec
51972026-02-19T05:02:52.225Z[ 15] 9.00-10.00 sec 23.8 MBytes 200 Mbits/sec
51982026-02-19T05:02:52.226Z[ 17] 9.00-10.00 sec 23.7 MBytes 199 Mbits/sec
51992026-02-19T05:02:52.226Z[ 19] 9.00-10.00 sec 23.7 MBytes 199 Mbits/sec
52002026-02-19T05:02:52.226Z[SUM] 9.00-10.00 sec 190 MBytes 1.59 Gbits/sec
52012026-02-19T05:02:52.226Z- - - - - - - - - - - - - - - - - - - - - - - - -
52022026-02-19T05:02:52.226Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
52032026-02-19T05:02:52.226Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
52042026-02-19T05:02:52.226Z[ 9] 10.00-10.00 sec 96.2 KBytes 350 Mbits/sec
52052026-02-19T05:02:52.226Z[ 11] 10.00-10.00 sec 144 KBytes 525 Mbits/sec
52062026-02-19T05:02:52.226Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
52072026-02-19T05:02:52.226Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
52082026-02-19T05:02:52.226Z[ 17] 10.00-10.00 sec 96.2 KBytes 350 Mbits/sec
52092026-02-19T05:02:52.226Z[ 19] 10.00-10.00 sec 96.2 KBytes 350 Mbits/sec
52102026-02-19T05:02:52.226Z[SUM] 10.00-10.00 sec 433 KBytes 1.58 Gbits/sec
52112026-02-19T05:02:52.226Z- - - - - - - - - - - - - - - - - - - - - - - - -
52122026-02-19T05:02:52.226Z[ ID] Interval Transfer Bandwidth
52132026-02-19T05:02:52.226Z[ 5] 0.00-10.00 sec 226 MBytes 190 Mbits/sec sender
52142026-02-19T05:02:52.226Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52152026-02-19T05:02:52.226Z[ 7] 0.00-10.00 sec 226 MBytes 190 Mbits/sec sender
52162026-02-19T05:02:52.226Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52172026-02-19T05:02:52.226Z[ 9] 0.00-10.00 sec 226 MBytes 190 Mbits/sec sender
52182026-02-19T05:02:52.226Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52192026-02-19T05:02:52.226Z[ 11] 0.00-10.00 sec 226 MBytes 190 Mbits/sec sender
52202026-02-19T05:02:52.226Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52212026-02-19T05:02:52.226Z[ 13] 0.00-10.00 sec 226 MBytes 189 Mbits/sec sender
52222026-02-19T05:02:52.226Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52232026-02-19T05:02:52.226Z[ 15] 0.00-10.00 sec 226 MBytes 190 Mbits/sec sender
52242026-02-19T05:02:52.226Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52252026-02-19T05:02:52.226Z[ 17] 0.00-10.00 sec 226 MBytes 190 Mbits/sec sender
52262026-02-19T05:02:52.226Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52272026-02-19T05:02:52.226Z[ 19] 0.00-10.00 sec 226 MBytes 190 Mbits/sec sender
52282026-02-19T05:02:52.226Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52292026-02-19T05:02:52.227Z[SUM] 0.00-10.00 sec 1.77 GBytes 1.52 Gbits/sec sender
52302026-02-19T05:02:52.227Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52312026-02-19T05:02:52.289ZRun 9/10...1517.511Mbps
52322026-02-19T05:02:59.257Z-----------------------------------------------------------
52332026-02-19T05:02:59.257ZServer listening on 5201
52342026-02-19T05:02:59.257Z-----------------------------------------------------------
52352026-02-19T05:02:59.257ZAccepted connection from 10.0.0.1, port 47838
52362026-02-19T05:02:59.257Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33996
52372026-02-19T05:02:59.257Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49881
52382026-02-19T05:02:59.257Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61641
52392026-02-19T05:02:59.257Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34211
52402026-02-19T05:02:59.257Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65410
52412026-02-19T05:02:59.257Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44642
52422026-02-19T05:02:59.257Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36513
52432026-02-19T05:02:59.257Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41614
52442026-02-19T05:02:59.257Z[ ID] Interval Transfer Bandwidth
52452026-02-19T05:02:59.257Z[ 5] 0.00-1.00 sec 18.6 MBytes 156 Mbits/sec
52462026-02-19T05:02:59.257Z[ 7] 0.00-1.00 sec 18.6 MBytes 156 Mbits/sec
52472026-02-19T05:02:59.257Z[ 9] 0.00-1.00 sec 18.7 MBytes 157 Mbits/sec
52482026-02-19T05:02:59.257Z[ 11] 0.00-1.00 sec 18.7 MBytes 157 Mbits/sec
52492026-02-19T05:02:59.258Z[ 13] 0.00-1.00 sec 18.6 MBytes 156 Mbits/sec
52502026-02-19T05:02:59.258Z[ 15] 0.00-1.00 sec 18.6 MBytes 156 Mbits/sec
52512026-02-19T05:02:59.258Z[ 17] 0.00-1.00 sec 18.6 MBytes 156 Mbits/sec
52522026-02-19T05:02:59.258Z[ 19] 0.00-1.00 sec 18.7 MBytes 157 Mbits/sec
52532026-02-19T05:02:59.258Z[SUM] 0.00-1.00 sec 149 MBytes 1.25 Gbits/sec
52542026-02-19T05:02:59.258Z- - - - - - - - - - - - - - - - - - - - - - - - -
52552026-02-19T05:02:59.258Z[ 5] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
52562026-02-19T05:02:59.258Z[ 7] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
52572026-02-19T05:02:59.258Z[ 9] 1.00-2.00 sec 23.0 MBytes 193 Mbits/sec
52582026-02-19T05:02:59.258Z[ 11] 1.00-2.00 sec 23.0 MBytes 193 Mbits/sec
52592026-02-19T05:02:59.258Z[ 13] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
52602026-02-19T05:02:59.258Z[ 15] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
52612026-02-19T05:02:59.258Z[ 17] 1.00-2.00 sec 23.0 MBytes 193 Mbits/sec
52622026-02-19T05:02:59.258Z[ 19] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
52632026-02-19T05:02:59.258Z[SUM] 1.00-2.00 sec 183 MBytes 1.54 Gbits/sec
52642026-02-19T05:02:59.258Z- - - - - - - - - - - - - - - - - - - - - - - - -
52652026-02-19T05:02:59.258Z[ 5] 2.00-3.00 sec 23.1 MBytes 193 Mbits/sec
52662026-02-19T05:02:59.258Z[ 7] 2.00-3.00 sec 22.9 MBytes 192 Mbits/sec
52672026-02-19T05:02:59.258Z[ 9] 2.00-3.00 sec 23.0 MBytes 193 Mbits/sec
52682026-02-19T05:02:59.258Z[ 11] 2.00-3.00 sec 23.0 MBytes 193 Mbits/sec
52692026-02-19T05:02:59.258Z[ 13] 2.00-3.00 sec 23.1 MBytes 194 Mbits/sec
52702026-02-19T05:02:59.258Z[ 15] 2.00-3.00 sec 23.1 MBytes 193 Mbits/sec
52712026-02-19T05:02:59.258Z[ 17] 2.00-3.00 sec 23.1 MBytes 194 Mbits/sec
52722026-02-19T05:02:59.258Z[ 19] 2.00-3.00 sec 23.0 MBytes 193 Mbits/sec
52732026-02-19T05:02:59.258Z[SUM] 2.00-3.00 sec 184 MBytes 1.55 Gbits/sec
52742026-02-19T05:02:59.258Z- - - - - - - - - - - - - - - - - - - - - - - - -
52752026-02-19T05:02:59.258Z[ 5] 3.00-4.00 sec 22.6 MBytes 189 Mbits/sec
52762026-02-19T05:02:59.258Z[ 7] 3.00-4.00 sec 22.6 MBytes 189 Mbits/sec
52772026-02-19T05:02:59.258Z[ 9] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec
52782026-02-19T05:02:59.258Z[ 11] 3.00-4.00 sec 22.6 MBytes 189 Mbits/sec
52792026-02-19T05:02:59.258Z[ 13] 3.00-4.00 sec 22.6 MBytes 189 Mbits/sec
52802026-02-19T05:02:59.258Z[ 15] 3.00-4.00 sec 22.6 MBytes 189 Mbits/sec
52812026-02-19T05:02:59.258Z[ 17] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec
52822026-02-19T05:02:59.258Z[ 19] 3.00-4.00 sec 22.6 MBytes 189 Mbits/sec
52832026-02-19T05:02:59.262Z[SUM] 3.00-4.00 sec 181 MBytes 1.52 Gbits/sec
52842026-02-19T05:02:59.262Z- - - - - - - - - - - - - - - - - - - - - - - - -
52852026-02-19T05:02:59.263Z[ 5] 4.00-5.00 sec 22.7 MBytes 191 Mbits/sec
52862026-02-19T05:02:59.263Z[ 7] 4.00-5.00 sec 22.7 MBytes 190 Mbits/sec
52872026-02-19T05:02:59.263Z[ 9] 4.00-5.00 sec 22.7 MBytes 190 Mbits/sec
52882026-02-19T05:02:59.263Z[ 11] 4.00-5.00 sec 22.7 MBytes 191 Mbits/sec
52892026-02-19T05:02:59.263Z[ 13] 4.00-5.00 sec 22.6 MBytes 189 Mbits/sec
52902026-02-19T05:02:59.263Z[ 15] 4.00-5.00 sec 22.7 MBytes 191 Mbits/sec
52912026-02-19T05:02:59.263Z[ 17] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec
52922026-02-19T05:02:59.263Z[ 19] 4.00-5.00 sec 22.7 MBytes 191 Mbits/sec
52932026-02-19T05:02:59.263Z[SUM] 4.00-5.00 sec 181 MBytes 1.52 Gbits/sec
52942026-02-19T05:02:59.263Z- - - - - - - - - - - - - - - - - - - - - - - - -
52952026-02-19T05:02:59.263Z[ 5] 5.00-6.00 sec 23.2 MBytes 195 Mbits/sec
52962026-02-19T05:02:59.263Z[ 7] 5.00-6.00 sec 23.2 MBytes 195 Mbits/sec
52972026-02-19T05:02:59.263Z[ 9] 5.00-6.00 sec 23.3 MBytes 195 Mbits/sec
52982026-02-19T05:02:59.263Z[ 11] 5.00-6.00 sec 23.2 MBytes 195 Mbits/sec
52992026-02-19T05:02:59.263Z[ 13] 5.00-6.00 sec 23.2 MBytes 195 Mbits/sec
53002026-02-19T05:02:59.263Z[ 15] 5.00-6.00 sec 23.3 MBytes 195 Mbits/sec
53012026-02-19T05:02:59.263Z[ 17] 5.00-6.00 sec 23.2 MBytes 195 Mbits/sec
53022026-02-19T05:02:59.263Z[ 19] 5.00-6.00 sec 23.2 MBytes 195 Mbits/sec
53032026-02-19T05:02:59.263Z[SUM] 5.00-6.00 sec 186 MBytes 1.56 Gbits/sec
53042026-02-19T05:02:59.263Z- - - - - - - - - - - - - - - - - - - - - - - - -
53052026-02-19T05:02:59.263Z[ 5] 6.00-7.00 sec 23.3 MBytes 196 Mbits/sec
53062026-02-19T05:02:59.263Z[ 7] 6.00-7.00 sec 23.3 MBytes 195 Mbits/sec
53072026-02-19T05:02:59.263Z[ 9] 6.00-7.00 sec 23.3 MBytes 196 Mbits/sec
53082026-02-19T05:03:02.476Z[ 11] 6.00-7.00 sec 23.4 MBytes 196 Mbits/sec
53092026-02-19T05:03:02.476Z[ 13] 6.00-7.00 sec 23.3 MBytes 196 Mbits/sec
53102026-02-19T05:03:02.476Z[ 15] 6.00-7.00 sec 23.4 MBytes 196 Mbits/sec
53112026-02-19T05:03:02.476Z[ 17] 6.00-7.00 sec 23.4 MBytes 196 Mbits/sec
53122026-02-19T05:03:02.476Z[ 19] 6.00-7.00 sec 23.4 MBytes 196 Mbits/sec
53132026-02-19T05:03:02.476Z[SUM] 6.00-7.00 sec 187 MBytes 1.57 Gbits/sec
53142026-02-19T05:03:02.476Z- - - - - - - - - - - - - - - - - - - - - - - - -
53152026-02-19T05:03:02.476Z[ 5] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
53162026-02-19T05:03:02.476Z[ 7] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
53172026-02-19T05:03:02.476Z[ 9] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
53182026-02-19T05:03:02.476Z[ 11] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
53192026-02-19T05:03:02.476Z[ 13] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
53202026-02-19T05:03:02.476Z[ 15] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
53212026-02-19T05:03:02.476Z[ 17] 7.00-8.00 sec 23.4 MBytes 197 Mbits/sec
53222026-02-19T05:03:02.476Z[ 19] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
53232026-02-19T05:03:02.476Z[SUM] 7.00-8.00 sec 188 MBytes 1.58 Gbits/sec
53242026-02-19T05:03:02.476Z- - - - - - - - - - - - - - - - - - - - - - - - -
53252026-02-19T05:03:02.476Z[ 5] 8.00-9.00 sec 23.0 MBytes 193 Mbits/sec
53262026-02-19T05:03:02.476Z[ 7] 8.00-9.00 sec 23.0 MBytes 193 Mbits/sec
53272026-02-19T05:03:02.476Z[ 9] 8.00-9.00 sec 23.0 MBytes 193 Mbits/sec
53282026-02-19T05:03:02.476Z[ 11] 8.00-9.00 sec 23.0 MBytes 193 Mbits/sec
53292026-02-19T05:03:02.476Z[ 13] 8.00-9.00 sec 23.0 MBytes 193 Mbits/sec
53302026-02-19T05:03:02.476Z[ 15] 8.00-9.00 sec 23.0 MBytes 193 Mbits/sec
53312026-02-19T05:03:02.476Z[ 17] 8.00-9.00 sec 23.1 MBytes 193 Mbits/sec
53322026-02-19T05:03:02.476Z[ 19] 8.00-9.00 sec 22.9 MBytes 192 Mbits/sec
53332026-02-19T05:03:02.477Z[SUM] 8.00-9.00 sec 184 MBytes 1.54 Gbits/sec
53342026-02-19T05:03:02.477Z- - - - - - - - - - - - - - - - - - - - - - - - -
53352026-02-19T05:03:02.477Z[ 5] 9.00-10.00 sec 24.3 MBytes 204 Mbits/sec
53362026-02-19T05:03:02.477Z[ 7] 9.00-10.00 sec 24.3 MBytes 204 Mbits/sec
53372026-02-19T05:03:02.477Z[ 9] 9.00-10.00 sec 24.3 MBytes 204 Mbits/sec
53382026-02-19T05:03:02.477Z[ 11] 9.00-10.00 sec 24.2 MBytes 203 Mbits/sec
53392026-02-19T05:03:02.477Z[ 13] 9.00-10.00 sec 24.3 MBytes 204 Mbits/sec
53402026-02-19T05:03:02.477Z[ 15] 9.00-10.00 sec 24.2 MBytes 203 Mbits/sec
53412026-02-19T05:03:02.477Z[ 17] 9.00-10.00 sec 24.2 MBytes 203 Mbits/sec
53422026-02-19T05:03:02.477Z[ 19] 9.00-10.00 sec 24.3 MBytes 204 Mbits/sec
53432026-02-19T05:03:02.477Z[SUM] 9.00-10.00 sec 194 MBytes 1.63 Gbits/sec
53442026-02-19T05:03:02.477Z- - - - - - - - - - - - - - - - - - - - - - - - -
53452026-02-19T05:03:02.477Z[ 5] 10.00-10.00 sec 48.1 KBytes 178 Mbits/sec
53462026-02-19T05:03:02.477Z[ 7] 10.00-10.00 sec 48.1 KBytes 179 Mbits/sec
53472026-02-19T05:03:02.477Z[ 9] 10.00-10.00 sec 48.1 KBytes 179 Mbits/sec
53482026-02-19T05:03:02.477Z[ 11] 10.00-10.00 sec 144 KBytes 536 Mbits/sec
53492026-02-19T05:03:02.477Z[ 13] 10.00-10.00 sec 48.1 KBytes 178 Mbits/sec
53502026-02-19T05:03:02.477Z[ 15] 10.00-10.00 sec 96.2 KBytes 356 Mbits/sec
53512026-02-19T05:03:02.477Z[ 17] 10.00-10.00 sec 144 KBytes 534 Mbits/sec
53522026-02-19T05:03:02.477Z[ 19] 10.00-10.00 sec 144 KBytes 534 Mbits/sec
53532026-02-19T05:03:02.477Z[SUM] 10.00-10.00 sec 721 KBytes 2.67 Gbits/sec
53542026-02-19T05:03:02.477Z- - - - - - - - - - - - - - - - - - - - - - - - -
53552026-02-19T05:03:02.477Z[ ID] Interval Transfer Bandwidth
53562026-02-19T05:03:02.477Z[ 5] 0.00-10.00 sec 227 MBytes 191 Mbits/sec sender
53572026-02-19T05:03:02.477Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53582026-02-19T05:03:02.477Z[ 7] 0.00-10.00 sec 227 MBytes 190 Mbits/sec sender
53592026-02-19T05:03:02.477Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53602026-02-19T05:03:02.477Z[ 9] 0.00-10.00 sec 227 MBytes 191 Mbits/sec sender
53612026-02-19T05:03:02.477Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53622026-02-19T05:03:02.477Z[ 11] 0.00-10.00 sec 227 MBytes 191 Mbits/sec sender
53632026-02-19T05:03:02.477Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53642026-02-19T05:03:02.477Z[ 13] 0.00-10.00 sec 227 MBytes 191 Mbits/sec sender
53652026-02-19T05:03:02.477Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53662026-02-19T05:03:02.477Z[ 15] 0.00-10.00 sec 227 MBytes 191 Mbits/sec sender
53672026-02-19T05:03:02.477Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53682026-02-19T05:03:02.477Z[ 17] 0.00-10.00 sec 227 MBytes 191 Mbits/sec sender
53692026-02-19T05:03:02.478Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53702026-02-19T05:03:02.478Z[ 19] 0.00-10.00 sec 227 MBytes 191 Mbits/sec sender
53712026-02-19T05:03:02.478Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53722026-02-19T05:03:02.478Z[SUM] 0.00-10.00 sec 1.78 GBytes 1.52 Gbits/sec sender
53732026-02-19T05:03:02.478Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53742026-02-19T05:03:02.489ZRun 10/10...1525.279Mbps
53752026-02-19T05:03:02.489Z###---------------------###
53762026-02-19T05:03:02.489Z::: iPerf done... :::
53772026-02-19T05:03:02.489Z:::Awaiting out files...:::
53782026-02-19T05:03:02.489Z###---------------------###
53792026-02-19T05:03:02.489Z###-----###
53802026-02-19T05:03:02.489Z:::done!:::
53812026-02-19T05:03:02.489Z###-----###
53822026-02-19T05:03:04.536ZBenchmarking iperf-tcp/local/s2c/tx
53832026-02-19T05:03:04.536ZBenchmarking iperf-tcp/local/s2c/tx: Warming up for 3.0000 s
53842026-02-19T05:03:09.194ZBenchmarking iperf-tcp/local/s2c/tx: Collecting 100 samples in estimated 20.000 s (1.2B iterations)
53852026-02-19T05:03:29.188ZBenchmarking iperf-tcp/local/s2c/tx: Analyzing
53862026-02-19T05:03:29.339Ziperf-tcp/local/s2c/tx time: [6.4347 µs 6.4349 µs 6.4350 µs]
53872026-02-19T05:03:29.339Z change: [−0.8902% −0.8853% −0.8805%] (p = 0.00 < 0.05)
53882026-02-19T05:03:29.339Z Change within noise threshold.
53892026-02-19T05:03:29.339ZFound 5 outliers among 100 measurements (5.00%)
53902026-02-19T05:03:29.339Z 1 (1.00%) low mild
53912026-02-19T05:03:29.339Z 3 (3.00%) high mild
53922026-02-19T05:03:29.339Z 1 (1.00%) high severe
53932026-02-19T05:03:30.797Z
53942026-02-19T05:03:30.800ZBenchmarking iperf-tcp/local/s2c/rx
53952026-02-19T05:03:30.800ZBenchmarking iperf-tcp/local/s2c/rx: Warming up for 3.0000 s
53962026-02-19T05:03:35.457ZBenchmarking iperf-tcp/local/s2c/rx: Collecting 100 samples in estimated 20.000 s (1.2B iterations)
53972026-02-19T05:03:55.455ZBenchmarking iperf-tcp/local/s2c/rx: Analyzing
53982026-02-19T05:03:55.604Ziperf-tcp/local/s2c/rx time: [14.639 µs 14.639 µs 14.640 µs]
53992026-02-19T05:03:55.604Z change: [−0.1727% −0.1667% −0.1607%] (p = 0.00 < 0.05)
54002026-02-19T05:03:55.604Z Change within noise threshold.
54012026-02-19T05:03:55.604ZFound 2 outliers among 100 measurements (2.00%)
54022026-02-19T05:03:55.604Z 1 (1.00%) high mild
54032026-02-19T05:03:55.604Z 1 (1.00%) high severe
54042026-02-19T05:03:57.060Z
54052026-02-19T05:04:02.304Z+ cargo ubench
54062026-02-19T05:04:02.529Z Compiling proc-macro2 v1.0.106
54072026-02-19T05:04:02.529Z Compiling quote v1.0.44
54082026-02-19T05:04:02.529Z Compiling unicode-ident v1.0.23
54092026-02-19T05:04:02.532Z Compiling serde_core v1.0.228
54102026-02-19T05:04:02.532Z Compiling cfg-if v1.0.4
54112026-02-19T05:04:02.532Z Compiling libc v0.2.180
54122026-02-19T05:04:02.532Z Compiling memchr v2.8.0
54132026-02-19T05:04:02.532Z Compiling serde v1.0.228
54142026-02-19T05:04:02.674Z Compiling zerocopy v0.8.39
54152026-02-19T05:04:02.778Z Compiling rustversion v1.0.22
54162026-02-19T05:04:03.186Z Compiling version_check v0.9.5
54172026-02-19T05:04:03.363Z Compiling fnv v1.0.7
54182026-02-19T05:04:03.522Z Compiling strsim v0.11.1
54192026-02-19T05:04:03.631Z Compiling ident_case v1.0.1
54202026-02-19T05:04:03.885Z Compiling thiserror v2.0.18
54212026-02-19T05:04:04.059Z Compiling either v1.15.0
54222026-02-19T05:04:04.580Z Compiling regex-syntax v0.8.9
54232026-02-19T05:04:04.882Z Compiling pin-project-lite v0.2.16
54242026-02-19T05:04:05.287Z Compiling crossbeam-utils v0.8.21
54252026-02-19T05:04:05.372Z Compiling aho-corasick v1.1.4
54262026-02-19T05:04:05.617Z Compiling syn v2.0.114
54272026-02-19T05:04:05.621Z Compiling syn v1.0.109
54282026-02-19T05:04:05.644Z Compiling hashbrown v0.16.1
54292026-02-19T05:04:06.028Z Compiling winnow v0.7.14
54302026-02-19T05:04:06.426Z Compiling equivalent v1.0.2
54312026-02-19T05:04:06.605Z Compiling itertools v0.14.0
54322026-02-19T05:04:07.457Z Compiling indexmap v2.13.0
54332026-02-19T05:04:09.863Z Compiling bitflags v2.10.0
54342026-02-19T05:04:09.974Z Compiling regex-automata v0.4.14
54352026-02-19T05:04:10.513Z Compiling toml_parser v1.0.9+spec-1.1.0
54362026-02-19T05:04:10.612Z Compiling byteorder v1.5.0
54372026-02-19T05:04:10.760Z Compiling autocfg v1.5.0
54382026-02-19T05:04:11.116Z Compiling toml_datetime v0.7.5+spec-1.1.0
54392026-02-19T05:04:11.357Z Compiling getrandom v0.3.4
54402026-02-19T05:04:11.777Z Compiling heapless v0.8.0
54412026-02-19T05:04:11.823Z Compiling num-traits v0.2.19
54422026-02-19T05:04:11.909Z Compiling toml_edit v0.23.10+spec-1.0.0
54432026-02-19T05:04:12.237Z Compiling hash32 v0.3.1
54442026-02-19T05:04:12.265Z Compiling slog v2.8.2
54452026-02-19T05:04:12.329Z Compiling stable_deref_trait v1.2.1
54462026-02-19T05:04:12.449Z Compiling futures-sink v0.3.31
54472026-02-19T05:04:12.597Z Compiling smoltcp v0.11.0
54482026-02-19T05:04:12.671Z Compiling futures-core v0.3.31
54492026-02-19T05:04:12.699Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
54502026-02-19T05:04:12.846Z Compiling macaddr v1.0.1
54512026-02-19T05:04:13.097Z Compiling futures-channel v0.3.31
54522026-02-19T05:04:13.261Z Compiling proc-macro-crate v3.4.0
54532026-02-19T05:04:13.553Z Compiling proc-macro-error-attr v1.0.4
54542026-02-19T05:04:13.881Z Compiling futures-task v0.3.31
54552026-02-19T05:04:13.911Z Compiling crc32fast v1.5.0
54562026-02-19T05:04:13.918Z Compiling anyhow v1.0.101
54572026-02-19T05:04:14.173Z Compiling ref-cast v1.0.25
54582026-02-19T05:04:14.213Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
54592026-02-19T05:04:14.256Z Compiling pin-utils v0.1.0
54602026-02-19T05:04:14.407Z Compiling futures-io v0.3.31
54612026-02-19T05:04:14.467Z Compiling regex v1.12.3
54622026-02-19T05:04:14.541Z Compiling managed v0.8.0
54632026-02-19T05:04:14.644Z Compiling slab v0.4.12
54642026-02-19T05:04:14.884Z Compiling darling_core v0.21.3
54652026-02-19T05:04:14.959Z Compiling itoa v1.0.17
54662026-02-19T05:04:15.049Z Compiling bitflags v1.3.2
54672026-02-19T05:04:15.409Z Compiling rand_core v0.9.5
54682026-02-19T05:04:15.561Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
54692026-02-19T05:04:15.874Z Compiling proc-macro-error v1.0.4
54702026-02-19T05:04:16.250Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
54712026-02-19T05:04:16.395Z Compiling unicode-width v0.2.2
54722026-02-19T05:04:16.625Z Compiling once_cell v1.21.3
54732026-02-19T05:04:16.954Z Compiling rustix v1.1.3
54742026-02-19T05:04:16.995Z Compiling ipnetwork v0.21.1
54752026-02-19T05:04:17.076Z Compiling foreign-types-shared v0.3.1
54762026-02-19T05:04:17.213Z Compiling tracing-core v0.1.36
54772026-02-19T05:04:17.300Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
54782026-02-19T05:04:17.466Z Compiling tabwriter v1.4.1
54792026-02-19T05:04:18.435Z Compiling errno v0.3.14
54802026-02-19T05:04:18.463Z Compiling serde_derive v1.0.228
54812026-02-19T05:04:18.507Z Compiling zerocopy-derive v0.8.39
54822026-02-19T05:04:18.691Z Compiling thiserror-impl v2.0.18
54832026-02-19T05:04:18.743Z Compiling futures-macro v0.3.31
54842026-02-19T05:04:19.030Z Compiling num_enum_derive v0.7.5
54852026-02-19T05:04:19.036Z Compiling foreign-types-macros v0.2.3
54862026-02-19T05:04:20.262Z Compiling ref-cast-impl v1.0.25
54872026-02-19T05:04:20.500Z Compiling darling_macro v0.21.3
54882026-02-19T05:04:20.521Z Compiling futures-util v0.3.31
54892026-02-19T05:04:21.075Z Compiling num_enum v0.7.5
54902026-02-19T05:04:21.272Z Compiling foreign-types v0.5.0
54912026-02-19T05:04:21.376Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
54922026-02-19T05:04:21.452Z Compiling darling v0.21.3
54932026-02-19T05:04:21.547Z Compiling cobs v0.3.0
54942026-02-19T05:04:21.563Z Compiling ingot-macros v0.1.1
54952026-02-19T05:04:21.566Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
54962026-02-19T05:04:21.678Z Compiling tracing-attributes v0.1.31
54972026-02-19T05:04:22.271Z Compiling cstr-argument v0.1.2
54982026-02-19T05:04:22.764Z Compiling shlex v1.3.0
54992026-02-19T05:04:23.103Z Compiling find-msvc-tools v0.1.9
55002026-02-19T05:04:24.485Z Compiling time-core v0.1.8
55012026-02-19T05:04:24.770Z Compiling thiserror v1.0.69
55022026-02-19T05:04:25.187Z Compiling powerfmt v0.2.0
55032026-02-19T05:04:25.316Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
55042026-02-19T05:04:25.620Z Compiling zmij v1.0.20
55052026-02-19T05:04:25.662Z Compiling utf8parse v0.2.2
55062026-02-19T05:04:25.833Z Compiling num-conv v0.2.0
55072026-02-19T05:04:26.058Z Compiling futures-executor v0.3.31
55082026-02-19T05:04:26.126Z Compiling pretty-hex v0.4.1
55092026-02-19T05:04:26.371Z Compiling erased-serde v0.3.31
55102026-02-19T05:04:26.452Z Compiling postcard v1.1.3
55112026-02-19T05:04:26.535Z Compiling dyn-clone v1.0.20
55122026-02-19T05:04:26.795Z Compiling futures v0.3.31
55132026-02-19T05:04:26.893Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
55142026-02-19T05:04:26.973Z Compiling time-macros v0.2.27
55152026-02-19T05:04:27.235Z Compiling anstyle-parse v0.2.7
55162026-02-19T05:04:27.297Z Compiling deranged v0.5.5
55172026-02-19T05:04:28.396Z Compiling tracing v0.1.44
55182026-02-19T05:04:28.576Z Compiling cc v1.2.55
55192026-02-19T05:04:29.003Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
55202026-02-19T05:04:29.931Z Compiling thiserror-impl v1.0.69
55212026-02-19T05:04:30.360Z Compiling ingot-types v0.1.2
55222026-02-19T05:04:30.616Z Compiling ppv-lite86 v0.2.21
55232026-02-19T05:04:31.250Z Compiling ingot v0.1.1
55242026-02-19T05:04:31.314Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
55252026-02-19T05:04:31.430Z Compiling rand_chacha v0.9.0
55262026-02-19T05:04:31.482Z Compiling crossbeam-epoch v0.9.18
55272026-02-19T05:04:31.630Z Compiling uuid v1.20.0
55282026-02-19T05:04:31.703Z Compiling socket2 v0.6.2
55292026-02-19T05:04:32.450Z Compiling rand v0.9.2
55302026-02-19T05:04:32.585Z Compiling arc-swap v1.8.1
55312026-02-19T05:04:32.588Z Compiling nom v8.0.0
55322026-02-19T05:04:32.929Z Compiling thread_local v1.1.9
55332026-02-19T05:04:33.213Z Compiling iana-time-zone v0.1.65
55342026-02-19T05:04:33.832Z Compiling oxnet v0.1.4
55352026-02-19T05:04:33.894Z Compiling lazy_static v1.5.0
55362026-02-19T05:04:34.016Z Compiling slog-async v2.8.0
55372026-02-19T05:04:34.046Z Compiling serde_json v1.0.149
55382026-02-19T05:04:34.412Z Compiling colorchoice v1.0.4
55392026-02-19T05:04:34.437Z Compiling anstyle-query v1.1.5
55402026-02-19T05:04:34.540Z Compiling rayon-core v1.13.0
55412026-02-19T05:04:34.582Z Compiling anstyle v1.0.13
55422026-02-19T05:04:34.598Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
55432026-02-19T05:04:34.882Z Compiling is_terminal_polyfill v1.70.2
55442026-02-19T05:04:34.975Z Compiling colored v3.1.1
55452026-02-19T05:04:35.029Z Compiling heck v0.4.1
55462026-02-19T05:04:35.062Z Compiling anstream v0.6.21
55472026-02-19T05:04:35.414Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
55482026-02-19T05:04:35.469Z Compiling slog-scope v4.4.1
55492026-02-19T05:04:35.899Z Compiling time v0.3.47
55502026-02-19T05:04:36.161Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
55512026-02-19T05:04:36.190Z Compiling chrono v0.4.43
55522026-02-19T05:04:36.892Z Compiling crossbeam-deque v0.8.6
55532026-02-19T05:04:37.608Z Compiling alloca v0.4.0
55542026-02-19T05:04:38.081Z Compiling terminal_size v0.4.3
55552026-02-19T05:04:38.771Z Compiling rusticata-macros v5.0.0
55562026-02-19T05:04:38.905Z Compiling half v2.7.1
55572026-02-19T05:04:39.634Z Compiling cookie-factory v0.3.3
55582026-02-19T05:04:39.819Z Compiling crossbeam-channel v0.5.15
55592026-02-19T05:04:39.905Z Compiling is-terminal v0.4.17
55602026-02-19T05:04:40.048Z Compiling itertools v0.12.1
55612026-02-19T05:04:40.076Z Compiling circular v0.3.0
55622026-02-19T05:04:40.271Z Compiling take_mut v0.2.2
55632026-02-19T05:04:40.450Z Compiling cfg_aliases v0.2.1
55642026-02-19T05:04:40.476Z Compiling log v0.4.29
55652026-02-19T05:04:40.553Z Compiling clap_lex v0.7.7
55662026-02-19T05:04:40.907Z Compiling term v1.2.1
55672026-02-19T05:04:41.201Z Compiling plotters-backend v0.3.7
55682026-02-19T05:04:41.213Z Compiling heck v0.5.0
55692026-02-19T05:04:41.874Z Compiling ciborium-io v0.2.2
55702026-02-19T05:04:42.037Z Compiling ciborium-ll v0.2.2
55712026-02-19T05:04:42.508Z Compiling clap_builder v4.5.57
55722026-02-19T05:04:43.090Z Compiling plotters-svg v0.3.7
55732026-02-19T05:04:43.208Z Compiling clap_derive v4.5.55
55742026-02-19T05:04:43.488Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
55752026-02-19T05:04:43.687Z Compiling slog-term v2.9.2
55762026-02-19T05:04:44.035Z Compiling slog-stdlog v4.1.1
55772026-02-19T05:04:44.671Z Compiling nix v0.31.1
55782026-02-19T05:04:45.476Z Compiling pcap-parser v0.17.0
55792026-02-19T05:04:46.168Z Compiling itertools v0.13.0
55802026-02-19T05:04:46.295Z Compiling cast v0.3.0
55812026-02-19T05:04:46.656Z Compiling same-file v1.0.6
55822026-02-19T05:04:46.897Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
55832026-02-19T05:04:47.187Z Compiling clap v4.5.57
55842026-02-19T05:04:47.305Z Compiling rayon v1.11.0
55852026-02-19T05:04:48.867Z Compiling tinytemplate v1.2.1
55862026-02-19T05:04:49.681Z Compiling criterion-plot v0.8.2
55872026-02-19T05:04:50.008Z Compiling walkdir v2.5.0
55882026-02-19T05:04:50.663Z Compiling slog-envlogger v2.2.0
55892026-02-19T05:04:51.218Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
55902026-02-19T05:04:51.227Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
55912026-02-19T05:04:51.251Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52)
55922026-02-19T05:04:52.569Z Compiling plotters v0.3.7
55932026-02-19T05:04:52.585Z Compiling ciborium v0.2.2
55942026-02-19T05:04:53.134Z Compiling page_size v0.6.0
55952026-02-19T05:04:53.305Z Compiling dtor-proc-macro v0.0.6
55962026-02-19T05:04:53.939Z Compiling oorandom v11.1.5
55972026-02-19T05:04:54.160Z Compiling anes v0.1.6
55982026-02-19T05:04:54.355Z Compiling dtor v0.1.1
55992026-02-19T05:04:54.470Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
56002026-02-19T05:04:55.350Z Compiling criterion v0.8.2
56012026-02-19T05:04:56.791Z Compiling ctor-proc-macro v0.0.7
56022026-02-19T05:04:57.443Z Compiling ctor v0.6.3
56032026-02-19T05:04:59.552Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
56042026-02-19T05:06:59.820Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 2m 57s
56052026-02-19T05:06:59.853Z Running benches/userland.rs (target/release-lto/deps/userland-46b8cced10bac213)
56062026-02-19T05:06:59.856ZGnuplot not found, using plotters backend
56072026-02-19T05:07:00.057ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover
56082026-02-19T05:07:00.057ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
56092026-02-19T05:07:03.227ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0022 s (6.6M iterations)
56102026-02-19T05:07:08.107ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Analyzing
56112026-02-19T05:07:08.269Zparse/Hairpin-DHCPv4/wallclock/Discover
56122026-02-19T05:07:08.269Z time: [58.866 ns 59.044 ns 59.208 ns]
56132026-02-19T05:07:08.270Z change: [−1.8935% −0.8349% +0.2353%] (p = 0.13 > 0.05)
56142026-02-19T05:07:08.270Z No change in performance detected.
56152026-02-19T05:07:08.270ZFound 4 outliers among 100 measurements (4.00%)
56162026-02-19T05:07:08.270Z 1 (1.00%) high mild
56172026-02-19T05:07:08.270Z 3 (3.00%) high severe
56182026-02-19T05:07:09.856Z
56192026-02-19T05:07:09.859ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover
56202026-02-19T05:07:09.859ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
56212026-02-19T05:07:13.328ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0070 s (3.0M iterations)
56222026-02-19T05:07:18.370ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Analyzing
56232026-02-19T05:07:18.523Zprocess/Hairpin-DHCPv4/wallclock/Discover
56242026-02-19T05:07:18.523Z time: [970.52 ns 971.27 ns 972.11 ns]
56252026-02-19T05:07:18.523Z change: [−3.1063% −2.7190% −2.3807%] (p = 0.00 < 0.05)
56262026-02-19T05:07:18.523Z Performance has improved.
56272026-02-19T05:07:18.523ZFound 14 outliers among 100 measurements (14.00%)
56282026-02-19T05:07:18.524Z 3 (3.00%) low mild
56292026-02-19T05:07:18.524Z 4 (4.00%) high mild
56302026-02-19T05:07:18.524Z 7 (7.00%) high severe
56312026-02-19T05:07:20.112Z
56322026-02-19T05:07:20.115ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request
56332026-02-19T05:07:20.115ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
56342026-02-19T05:07:23.291ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0015 s (6.6M iterations)
56352026-02-19T05:07:28.136ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Analyzing
56362026-02-19T05:07:28.290Zparse/Hairpin-DHCPv4/wallclock/Request
56372026-02-19T05:07:28.290Z time: [58.739 ns 58.927 ns 59.100 ns]
56382026-02-19T05:07:28.290Z change: [−1.6778% −0.6899% +0.3469%] (p = 0.18 > 0.05)
56392026-02-19T05:07:28.290Z No change in performance detected.
56402026-02-19T05:07:28.290ZFound 6 outliers among 100 measurements (6.00%)
56412026-02-19T05:07:28.290Z 2 (2.00%) high mild
56422026-02-19T05:07:28.290Z 4 (4.00%) high severe
56432026-02-19T05:07:29.877Z
56442026-02-19T05:07:29.880ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request
56452026-02-19T05:07:29.880ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
56462026-02-19T05:07:33.274ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0050 s (3.1M iterations)
56472026-02-19T05:07:38.281ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Analyzing
56482026-02-19T05:07:38.435Zprocess/Hairpin-DHCPv4/wallclock/Request
56492026-02-19T05:07:38.435Z time: [933.12 ns 933.42 ns 933.75 ns]
56502026-02-19T05:07:38.435Z change: [−1.8867% −1.4198% −1.0165%] (p = 0.00 < 0.05)
56512026-02-19T05:07:38.435Z Performance has improved.
56522026-02-19T05:07:38.435ZFound 14 outliers among 100 measurements (14.00%)
56532026-02-19T05:07:38.435Z 2 (2.00%) high mild
56542026-02-19T05:07:38.435Z 12 (12.00%) high severe
56552026-02-19T05:07:40.022Z
56562026-02-19T05:07:40.026ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit
56572026-02-19T05:07:40.026ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
56582026-02-19T05:07:44.341ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0016 s (4.9M iterations)
56592026-02-19T05:07:49.102ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
56602026-02-19T05:07:49.256Zparse/Hairpin-DHCPv6/wallclock/Solicit
56612026-02-19T05:07:49.256Z time: [58.246 ns 58.437 ns 58.613 ns]
56622026-02-19T05:07:49.256Z change: [−3.3118% −1.6971% −0.0916%] (p = 0.03 < 0.05)
56632026-02-19T05:07:49.256Z Change within noise threshold.
56642026-02-19T05:07:49.256ZFound 7 outliers among 100 measurements (7.00%)
56652026-02-19T05:07:49.256Z 3 (3.00%) high mild
56662026-02-19T05:07:49.256Z 4 (4.00%) high severe
56672026-02-19T05:07:50.846Z
56682026-02-19T05:07:50.849ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit
56692026-02-19T05:07:50.849ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
56702026-02-19T05:07:55.638ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0074 s (2.2M iterations)
56712026-02-19T05:08:00.730ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
56722026-02-19T05:08:00.883Zprocess/Hairpin-DHCPv6/wallclock/Solicit
56732026-02-19T05:08:00.883Z time: [1.3733 µs 1.3739 µs 1.3748 µs]
56742026-02-19T05:08:00.883Z change: [−2.1333% −1.7398% −1.3412%] (p = 0.00 < 0.05)
56752026-02-19T05:08:00.883Z Performance has improved.
56762026-02-19T05:08:00.883ZFound 17 outliers among 100 measurements (17.00%)
56772026-02-19T05:08:00.883Z 6 (6.00%) high mild
56782026-02-19T05:08:00.883Z 11 (11.00%) high severe
56792026-02-19T05:08:02.471Z
56802026-02-19T05:08:02.471ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request
56812026-02-19T05:08:02.471ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
56822026-02-19T05:08:07.724ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0016 s (4.0M iterations)
56832026-02-19T05:08:12.019ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Analyzing
56842026-02-19T05:08:12.171Zparse/Hairpin-DHCPv6/wallclock/Request
56852026-02-19T05:08:12.171Z time: [58.541 ns 58.789 ns 59.025 ns]
56862026-02-19T05:08:12.171Z change: [−2.0125% −0.3793% +1.2747%] (p = 0.67 > 0.05)
56872026-02-19T05:08:12.171Z No change in performance detected.
56882026-02-19T05:08:12.171ZFound 7 outliers among 100 measurements (7.00%)
56892026-02-19T05:08:12.171Z 2 (2.00%) high mild
56902026-02-19T05:08:12.171Z 5 (5.00%) high severe
56912026-02-19T05:08:13.759Z
56922026-02-19T05:08:13.762ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request
56932026-02-19T05:08:13.762ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
56942026-02-19T05:08:18.889ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0030 s (2.0M iterations)
56952026-02-19T05:08:23.891ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Analyzing
56962026-02-19T05:08:24.045Zprocess/Hairpin-DHCPv6/wallclock/Request
56972026-02-19T05:08:24.045Z time: [1.4125 µs 1.4175 µs 1.4226 µs]
56982026-02-19T05:08:24.045Z change: [−0.7737% −0.4567% −0.1144%] (p = 0.01 < 0.05)
56992026-02-19T05:08:24.045Z Change within noise threshold.
57002026-02-19T05:08:24.045ZFound 1 outliers among 100 measurements (1.00%)
57012026-02-19T05:08:24.045Z 1 (1.00%) high mild
57022026-02-19T05:08:25.630Z
57032026-02-19T05:08:25.633ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest
57042026-02-19T05:08:25.633ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
57052026-02-19T05:08:29.089ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0004 s (6.1M iterations)
57062026-02-19T05:08:33.788ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
57072026-02-19T05:08:33.940Zparse/Hairpin-ICMPv4/wallclock/EchoRequest
57082026-02-19T05:08:33.940Z time: [58.995 ns 59.225 ns 59.436 ns]
57092026-02-19T05:08:33.940Z change: [−0.6967% +0.3638% +1.3908%] (p = 0.51 > 0.05)
57102026-02-19T05:08:33.940Z No change in performance detected.
57112026-02-19T05:08:33.940ZFound 4 outliers among 100 measurements (4.00%)
57122026-02-19T05:08:33.940Z 2 (2.00%) high mild
57132026-02-19T05:08:33.940Z 2 (2.00%) high severe
57142026-02-19T05:08:35.526Z
57152026-02-19T05:08:35.529ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest
57162026-02-19T05:08:35.529ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
57172026-02-19T05:08:41.401ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0009 s (3.6M iterations)
57182026-02-19T05:08:46.162ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
57192026-02-19T05:08:46.314Zprocess/Hairpin-ICMPv4/wallclock/EchoRequest
57202026-02-19T05:08:46.314Z time: [625.58 ns 625.88 ns 626.22 ns]
57212026-02-19T05:08:46.314Z change: [−3.2967% −2.9030% −2.5003%] (p = 0.00 < 0.05)
57222026-02-19T05:08:46.314Z Performance has improved.
57232026-02-19T05:08:46.314ZFound 9 outliers among 100 measurements (9.00%)
57242026-02-19T05:08:46.314Z 2 (2.00%) high mild
57252026-02-19T05:08:46.314Z 7 (7.00%) high severe
57262026-02-19T05:08:47.902Z
57272026-02-19T05:08:47.902ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest
57282026-02-19T05:08:47.902ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
57292026-02-19T05:08:52.908ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0021 s (4.2M iterations)
57302026-02-19T05:08:56.542ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
57312026-02-19T05:08:56.695Zparse/Hairpin-ICMPv6/wallclock/EchoRequest
57322026-02-19T05:08:56.695Z time: [93.329 ns 93.527 ns 93.698 ns]
57332026-02-19T05:08:56.695Z change: [−1.5556% −0.5833% +0.3737%] (p = 0.25 > 0.05)
57342026-02-19T05:08:56.695Z No change in performance detected.
57352026-02-19T05:08:56.695ZFound 6 outliers among 100 measurements (6.00%)
57362026-02-19T05:08:56.695Z 4 (4.00%) low mild
57372026-02-19T05:08:56.695Z 1 (1.00%) high mild
57382026-02-19T05:08:56.695Z 1 (1.00%) high severe
57392026-02-19T05:08:58.285Z
57402026-02-19T05:08:58.288ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest
57412026-02-19T05:08:58.289ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
57422026-02-19T05:09:01.853ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0073 s (2.9M iterations)
57432026-02-19T05:09:06.262ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
57442026-02-19T05:09:06.415Zprocess/Hairpin-ICMPv6/wallclock/EchoRequest
57452026-02-19T05:09:06.415Z time: [718.82 ns 719.64 ns 720.59 ns]
57462026-02-19T05:09:06.415Z change: [−6.4265% −6.0158% −5.5894%] (p = 0.00 < 0.05)
57472026-02-19T05:09:06.415Z Performance has improved.
57482026-02-19T05:09:06.415ZFound 8 outliers among 100 measurements (8.00%)
57492026-02-19T05:09:06.415Z 3 (3.00%) high mild
57502026-02-19T05:09:06.415Z 5 (5.00%) high severe
57512026-02-19T05:09:07.999Z
57522026-02-19T05:09:07.999ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit
57532026-02-19T05:09:07.999ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
57542026-02-19T05:09:11.562ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0040 s (5.9M iterations)
57552026-02-19T05:09:16.161ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
57562026-02-19T05:09:16.313Zparse/Hairpin-ICMPv6/wallclock/NeighborSolicit
57572026-02-19T05:09:16.313Z time: [59.052 ns 59.267 ns 59.481 ns]
57582026-02-19T05:09:16.313Z change: [−1.4149% −0.5013% +0.4571%] (p = 0.31 > 0.05)
57592026-02-19T05:09:16.313Z No change in performance detected.
57602026-02-19T05:09:16.313ZFound 4 outliers among 100 measurements (4.00%)
57612026-02-19T05:09:16.313Z 2 (2.00%) high mild
57622026-02-19T05:09:16.313Z 2 (2.00%) high severe
57632026-02-19T05:09:17.898Z
57642026-02-19T05:09:17.902ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit
57652026-02-19T05:09:17.902ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
57662026-02-19T05:09:21.496ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0071 s (2.9M iterations)
57672026-02-19T05:09:26.488ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
57682026-02-19T05:09:26.641Zprocess/Hairpin-ICMPv6/wallclock/NeighborSolicit
57692026-02-19T05:09:26.641Z time: [972.17 ns 972.50 ns 972.84 ns]
57702026-02-19T05:09:26.641Z change: [−3.2572% −2.9399% −2.6032%] (p = 0.00 < 0.05)
57712026-02-19T05:09:26.641Z Performance has improved.
57722026-02-19T05:09:26.641ZFound 25 outliers among 100 measurements (25.00%)
57732026-02-19T05:09:26.641Z 4 (4.00%) low severe
57742026-02-19T05:09:26.641Z 7 (7.00%) low mild
57752026-02-19T05:09:26.641Z 1 (1.00%) high mild
57762026-02-19T05:09:26.641Z 13 (13.00%) high severe
57772026-02-19T05:09:28.226Z
57782026-02-19T05:09:28.229ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit
57792026-02-19T05:09:28.229ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
57802026-02-19T05:09:31.827ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0023 s (5.8M iterations)
57812026-02-19T05:09:36.285ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
57822026-02-19T05:09:36.438Zparse/Hairpin-ICMPv6/wallclock/RouterSolicit
57832026-02-19T05:09:36.438Z time: [58.332 ns 58.500 ns 58.649 ns]
57842026-02-19T05:09:36.438Z change: [−1.6908% −0.6856% +0.2351%] (p = 0.19 > 0.05)
57852026-02-19T05:09:36.438Z No change in performance detected.
57862026-02-19T05:09:36.438ZFound 5 outliers among 100 measurements (5.00%)
57872026-02-19T05:09:36.438Z 1 (1.00%) high mild
57882026-02-19T05:09:36.438Z 4 (4.00%) high severe
57892026-02-19T05:09:38.024Z
57902026-02-19T05:09:38.027ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit
57912026-02-19T05:09:38.027ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
57922026-02-19T05:09:41.565ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0045 s (3.0M iterations)
57932026-02-19T05:09:46.468ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
57942026-02-19T05:09:46.621Zprocess/Hairpin-ICMPv6/wallclock/RouterSolicit
57952026-02-19T05:09:46.621Z time: [921.54 ns 922.75 ns 924.16 ns]
57962026-02-19T05:09:46.621Z change: [−1.5106% −1.1677% −0.8381%] (p = 0.00 < 0.05)
57972026-02-19T05:09:46.621Z Change within noise threshold.
57982026-02-19T05:09:46.621ZFound 6 outliers among 100 measurements (6.00%)
57992026-02-19T05:09:46.621Z 3 (3.00%) high mild
58002026-02-19T05:09:46.621Z 3 (3.00%) high severe
58012026-02-19T05:09:48.211Z
58022026-02-19T05:09:48.214ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
58032026-02-19T05:09:48.214ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
58042026-02-19T05:09:52.201ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0006 s (11M iterations)
58052026-02-19T05:09:55.796ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
58062026-02-19T05:09:55.949Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
58072026-02-19T05:09:55.949Z time: [64.350 ns 64.583 ns 64.797 ns]
58082026-02-19T05:09:55.949Z change: [−0.0731% +0.5110% +1.1006%] (p = 0.08 > 0.05)
58092026-02-19T05:09:55.949Z No change in performance detected.
58102026-02-19T05:09:55.949ZFound 1 outliers among 100 measurements (1.00%)
58112026-02-19T05:09:55.949Z 1 (1.00%) high severe
58122026-02-19T05:09:57.536Z
58132026-02-19T05:09:57.540ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
58142026-02-19T05:09:57.540ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
58152026-02-19T05:10:03.040ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0020 s (3.8M iterations)
58162026-02-19T05:10:07.609ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
58172026-02-19T05:10:07.762Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
58182026-02-19T05:10:07.762Z time: [218.63 ns 218.90 ns 219.19 ns]
58192026-02-19T05:10:07.762Z change: [−0.0365% +1.0758% +2.0841%] (p = 0.05 > 0.05)
58202026-02-19T05:10:07.762Z No change in performance detected.
58212026-02-19T05:10:07.762ZFound 10 outliers among 100 measurements (10.00%)
58222026-02-19T05:10:07.762Z 4 (4.00%) high mild
58232026-02-19T05:10:07.762Z 6 (6.00%) high severe
58242026-02-19T05:10:09.356Z
58252026-02-19T05:10:09.359ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
58262026-02-19T05:10:09.359ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
58272026-02-19T05:10:13.598ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0040 s (4.9M iterations)
58282026-02-19T05:10:18.248ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
58292026-02-19T05:10:18.403Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
58302026-02-19T05:10:18.403Z time: [88.607 ns 88.905 ns 89.207 ns]
58312026-02-19T05:10:18.403Z change: [−1.4521% −0.4861% +0.4731%] (p = 0.37 > 0.05)
58322026-02-19T05:10:18.403Z No change in performance detected.
58332026-02-19T05:10:18.403ZFound 8 outliers among 100 measurements (8.00%)
58342026-02-19T05:10:18.403Z 3 (3.00%) low mild
58352026-02-19T05:10:18.403Z 2 (2.00%) high mild
58362026-02-19T05:10:18.403Z 3 (3.00%) high severe
58372026-02-19T05:10:19.990Z
58382026-02-19T05:10:19.993ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
58392026-02-19T05:10:19.993ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
58402026-02-19T05:10:25.158ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0017 s (2.0M iterations)
58412026-02-19T05:10:30.070ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
58422026-02-19T05:10:30.224Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
58432026-02-19T05:10:30.224Z time: [253.14 ns 253.50 ns 253.92 ns]
58442026-02-19T05:10:30.224Z change: [+1.4796% +2.6044% +3.7966%] (p = 0.00 < 0.05)
58452026-02-19T05:10:30.224Z Performance has regressed.
58462026-02-19T05:10:30.224ZFound 9 outliers among 100 measurements (9.00%)
58472026-02-19T05:10:30.224Z 2 (2.00%) high mild
58482026-02-19T05:10:30.224Z 7 (7.00%) high severe
58492026-02-19T05:10:31.812Z
58502026-02-19T05:10:31.815ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
58512026-02-19T05:10:31.815ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
58522026-02-19T05:10:34.938ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0023 s (6.7M iterations)
58532026-02-19T05:10:38.330ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
58542026-02-19T05:10:38.483Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
58552026-02-19T05:10:38.483Z time: [95.082 ns 95.410 ns 95.737 ns]
58562026-02-19T05:10:38.483Z change: [+0.2288% +0.9846% +1.7103%] (p = 0.01 < 0.05)
58572026-02-19T05:10:38.483Z Change within noise threshold.
58582026-02-19T05:10:38.483ZFound 4 outliers among 100 measurements (4.00%)
58592026-02-19T05:10:38.483Z 1 (1.00%) high mild
58602026-02-19T05:10:38.483Z 3 (3.00%) high severe
58612026-02-19T05:10:40.073Z
58622026-02-19T05:10:40.076ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B
58632026-02-19T05:10:40.076ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
58642026-02-19T05:10:43.316ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0057 s (3.2M iterations)
58652026-02-19T05:10:47.791ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
58662026-02-19T05:10:47.943Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-0B
58672026-02-19T05:10:47.943Z time: [214.75 ns 215.12 ns 215.53 ns]
58682026-02-19T05:10:47.943Z change: [−3.2356% −2.1788% −0.9359%] (p = 0.00 < 0.05)
58692026-02-19T05:10:47.943Z Change within noise threshold.
58702026-02-19T05:10:47.943ZFound 8 outliers among 100 measurements (8.00%)
58712026-02-19T05:10:47.943Z 1 (1.00%) high mild
58722026-02-19T05:10:47.943Z 7 (7.00%) high severe
58732026-02-19T05:10:49.529Z
58742026-02-19T05:10:49.532ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
58752026-02-19T05:10:49.532ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
58762026-02-19T05:10:55.018ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0023 s (3.8M iterations)
58772026-02-19T05:10:59.274ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
58782026-02-19T05:10:59.425Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
58792026-02-19T05:10:59.425Z time: [119.77 ns 120.05 ns 120.34 ns]
58802026-02-19T05:10:59.425Z change: [+0.3416% +0.9878% +1.6617%] (p = 0.00 < 0.05)
58812026-02-19T05:10:59.425Z Change within noise threshold.
58822026-02-19T05:10:59.425ZFound 14 outliers among 100 measurements (14.00%)
58832026-02-19T05:10:59.425Z 8 (8.00%) low mild
58842026-02-19T05:10:59.425Z 3 (3.00%) high mild
58852026-02-19T05:10:59.425Z 3 (3.00%) high severe
58862026-02-19T05:11:01.014Z
58872026-02-19T05:11:01.017ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
58882026-02-19T05:11:01.017ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
58892026-02-19T05:11:06.706ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0017 s (1.8M iterations)
58902026-02-19T05:11:11.456ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
58912026-02-19T05:11:11.608Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
58922026-02-19T05:11:11.608Z time: [245.98 ns 246.30 ns 246.65 ns]
58932026-02-19T05:11:11.608Z change: [−2.3748% −1.2629% −0.1078%] (p = 0.03 < 0.05)
58942026-02-19T05:11:11.608Z Change within noise threshold.
58952026-02-19T05:11:11.608ZFound 17 outliers among 100 measurements (17.00%)
58962026-02-19T05:11:11.608Z 3 (3.00%) high mild
58972026-02-19T05:11:11.608Z 14 (14.00%) high severe
58982026-02-19T05:11:13.196Z
58992026-02-19T05:11:13.200ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
59002026-02-19T05:11:13.200ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
59012026-02-19T05:11:16.892ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0011 s (11M iterations)
59022026-02-19T05:11:20.590ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
59032026-02-19T05:11:20.743Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
59042026-02-19T05:11:20.743Z time: [59.028 ns 59.235 ns 59.425 ns]
59052026-02-19T05:11:20.743Z change: [−2.0314% −1.3964% −0.8261%] (p = 0.00 < 0.05)
59062026-02-19T05:11:20.743Z Change within noise threshold.
59072026-02-19T05:11:20.743ZFound 1 outliers among 100 measurements (1.00%)
59082026-02-19T05:11:20.743Z 1 (1.00%) high severe
59092026-02-19T05:11:22.331Z
59102026-02-19T05:11:22.334ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B
59112026-02-19T05:11:22.334ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
59122026-02-19T05:11:27.440ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0060 s (4.1M iterations)
59132026-02-19T05:11:32.041ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
59142026-02-19T05:11:32.194Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-0B
59152026-02-19T05:11:32.194Z time: [199.94 ns 200.24 ns 200.55 ns]
59162026-02-19T05:11:32.194Z change: [+3.1198% +4.1728% +5.1193%] (p = 0.00 < 0.05)
59172026-02-19T05:11:32.194Z Performance has regressed.
59182026-02-19T05:11:32.194ZFound 7 outliers among 100 measurements (7.00%)
59192026-02-19T05:11:32.194Z 3 (3.00%) high mild
59202026-02-19T05:11:32.194Z 4 (4.00%) high severe
59212026-02-19T05:11:33.782Z
59222026-02-19T05:11:33.785ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
59232026-02-19T05:11:33.785ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
59242026-02-19T05:11:37.899ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0008 s (5.1M iterations)
59252026-02-19T05:11:42.534ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
59262026-02-19T05:11:42.685Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
59272026-02-19T05:11:42.685Z time: [83.576 ns 83.848 ns 84.097 ns]
59282026-02-19T05:11:42.685Z change: [−2.2328% −1.4366% −0.7198%] (p = 0.00 < 0.05)
59292026-02-19T05:11:42.685Z Change within noise threshold.
59302026-02-19T05:11:42.685ZFound 3 outliers among 100 measurements (3.00%)
59312026-02-19T05:11:42.685Z 1 (1.00%) high mild
59322026-02-19T05:11:42.685Z 2 (2.00%) high severe
59332026-02-19T05:11:44.275Z
59342026-02-19T05:11:44.278ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
59352026-02-19T05:11:44.278ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
59362026-02-19T05:11:49.266ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0107 s (2.1M iterations)
59372026-02-19T05:11:54.187ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
59382026-02-19T05:11:54.341Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
59392026-02-19T05:11:54.341Z time: [230.99 ns 231.15 ns 231.31 ns]
59402026-02-19T05:11:54.341Z change: [+0.9605% +1.8288% +2.6780%] (p = 0.00 < 0.05)
59412026-02-19T05:11:54.341Z Change within noise threshold.
59422026-02-19T05:11:54.341ZFound 11 outliers among 100 measurements (11.00%)
59432026-02-19T05:11:54.341Z 1 (1.00%) high mild
59442026-02-19T05:11:54.341Z 10 (10.00%) high severe
59452026-02-19T05:11:55.931Z
59462026-02-19T05:11:55.934ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B
59472026-02-19T05:11:55.934ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
59482026-02-19T05:11:58.980ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0031 s (6.9M iterations)
59492026-02-19T05:12:02.357ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
59502026-02-19T05:12:02.509Zparse/ULP-FastPath/wallclock/V4-Udp-IN-0B
59512026-02-19T05:12:02.509Z time: [94.835 ns 95.072 ns 95.327 ns]
59522026-02-19T05:12:02.509Z change: [−0.6828% +0.0436% +0.7456%] (p = 0.91 > 0.05)
59532026-02-19T05:12:02.509Z No change in performance detected.
59542026-02-19T05:12:02.509ZFound 3 outliers among 100 measurements (3.00%)
59552026-02-19T05:12:02.509Z 1 (1.00%) high mild
59562026-02-19T05:12:02.509Z 2 (2.00%) high severe
59572026-02-19T05:12:04.100Z
59582026-02-19T05:12:04.103ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B
59592026-02-19T05:12:04.103ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
59602026-02-19T05:12:10.446ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0040 s (3.3M iterations)
59612026-02-19T05:12:14.694ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
59622026-02-19T05:12:14.847Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-0B
59632026-02-19T05:12:14.847Z time: [186.99 ns 187.48 ns 188.06 ns]
59642026-02-19T05:12:14.847Z change: [−5.0852% −4.0652% −3.0563%] (p = 0.00 < 0.05)
59652026-02-19T05:12:14.847Z Performance has improved.
59662026-02-19T05:12:14.847ZFound 13 outliers among 100 measurements (13.00%)
59672026-02-19T05:12:14.847Z 5 (5.00%) high mild
59682026-02-19T05:12:14.847Z 8 (8.00%) high severe
59692026-02-19T05:12:16.436Z
59702026-02-19T05:12:16.436ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
59712026-02-19T05:12:16.436ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
59722026-02-19T05:12:21.890ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0031 s (3.8M iterations)
59732026-02-19T05:12:26.103ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
59742026-02-19T05:12:26.257Zparse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
59752026-02-19T05:12:26.257Z time: [118.71 ns 118.93 ns 119.17 ns]
59762026-02-19T05:12:26.257Z change: [−1.1295% −0.3365% +0.3785%] (p = 0.40 > 0.05)
59772026-02-19T05:12:26.257Z No change in performance detected.
59782026-02-19T05:12:26.257ZFound 4 outliers among 100 measurements (4.00%)
59792026-02-19T05:12:26.257Z 2 (2.00%) high mild
59802026-02-19T05:12:26.257Z 2 (2.00%) high severe
59812026-02-19T05:12:27.853Z
59822026-02-19T05:12:27.856ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B
59832026-02-19T05:12:27.856ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
59842026-02-19T05:12:33.394ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0036 s (1.9M iterations)
59852026-02-19T05:12:38.116ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
59862026-02-19T05:12:38.269Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-1400B
59872026-02-19T05:12:38.269Z time: [216.06 ns 216.68 ns 217.38 ns]
59882026-02-19T05:12:38.269Z change: [−4.3700% −3.4742% −2.5615%] (p = 0.00 < 0.05)
59892026-02-19T05:12:38.269Z Performance has improved.
59902026-02-19T05:12:38.269ZFound 6 outliers among 100 measurements (6.00%)
59912026-02-19T05:12:38.269Z 1 (1.00%) high mild
59922026-02-19T05:12:38.269Z 5 (5.00%) high severe
59932026-02-19T05:12:39.849Z
59942026-02-19T05:12:39.852ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
59952026-02-19T05:12:39.852ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
59962026-02-19T05:12:44.261ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0011 s (9.5M iterations)
59972026-02-19T05:12:47.996ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
59982026-02-19T05:12:48.150Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
59992026-02-19T05:12:48.150Z time: [63.202 ns 63.351 ns 63.489 ns]
60002026-02-19T05:12:48.150Z change: [−0.7722% +0.0379% +0.8274%] (p = 0.94 > 0.05)
60012026-02-19T05:12:48.150Z No change in performance detected.
60022026-02-19T05:12:48.150ZFound 4 outliers among 100 measurements (4.00%)
60032026-02-19T05:12:48.150Z 1 (1.00%) high mild
60042026-02-19T05:12:48.150Z 3 (3.00%) high severe
60052026-02-19T05:12:49.745Z
60062026-02-19T05:12:49.749ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
60072026-02-19T05:12:49.749ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
60082026-02-19T05:12:55.825ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0063 s (3.5M iterations)
60092026-02-19T05:13:00.519ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
60102026-02-19T05:13:00.672Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
60112026-02-19T05:13:00.672Z time: [226.06 ns 226.44 ns 226.86 ns]
60122026-02-19T05:13:00.672Z change: [+1.7705% +3.0382% +4.2376%] (p = 0.00 < 0.05)
60132026-02-19T05:13:00.672Z Performance has regressed.
60142026-02-19T05:13:00.672ZFound 13 outliers among 100 measurements (13.00%)
60152026-02-19T05:13:00.672Z 4 (4.00%) high mild
60162026-02-19T05:13:00.672Z 9 (9.00%) high severe
60172026-02-19T05:13:02.270Z
60182026-02-19T05:13:02.273ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
60192026-02-19T05:13:02.273ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
60202026-02-19T05:13:06.735ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0044 s (4.7M iterations)
60212026-02-19T05:13:11.390ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
60222026-02-19T05:13:11.546Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
60232026-02-19T05:13:11.546Z time: [87.300 ns 87.551 ns 87.789 ns]
60242026-02-19T05:13:11.546Z change: [−4.6005% −3.3570% −2.3072%] (p = 0.00 < 0.05)
60252026-02-19T05:13:11.546Z Performance has improved.
60262026-02-19T05:13:11.546ZFound 4 outliers among 100 measurements (4.00%)
60272026-02-19T05:13:11.546Z 1 (1.00%) high mild
60282026-02-19T05:13:11.546Z 3 (3.00%) high severe
60292026-02-19T05:13:13.130Z
60302026-02-19T05:13:13.133ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
60312026-02-19T05:13:13.134ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
60322026-02-19T05:13:18.543ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0047 s (1.9M iterations)
60332026-02-19T05:13:23.482ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
60342026-02-19T05:13:23.636Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
60352026-02-19T05:13:23.636Z time: [256.65 ns 256.95 ns 257.30 ns]
60362026-02-19T05:13:23.636Z change: [+0.1481% +1.8125% +3.4543%] (p = 0.03 < 0.05)
60372026-02-19T05:13:23.636Z Change within noise threshold.
60382026-02-19T05:13:23.636ZFound 18 outliers among 100 measurements (18.00%)
60392026-02-19T05:13:23.636Z 4 (4.00%) high mild
60402026-02-19T05:13:23.636Z 14 (14.00%) high severe
60412026-02-19T05:13:25.226Z
60422026-02-19T05:13:25.229ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
60432026-02-19T05:13:25.229ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
60442026-02-19T05:13:28.593ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0017 s (6.2M iterations)
60452026-02-19T05:13:32.143ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
60462026-02-19T05:13:32.295Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
60472026-02-19T05:13:32.295Z time: [95.897 ns 96.205 ns 96.516 ns]
60482026-02-19T05:13:32.295Z change: [−0.6489% +0.1369% +0.9300%] (p = 0.75 > 0.05)
60492026-02-19T05:13:32.295Z No change in performance detected.
60502026-02-19T05:13:32.295ZFound 7 outliers among 100 measurements (7.00%)
60512026-02-19T05:13:32.295Z 1 (1.00%) low mild
60522026-02-19T05:13:32.295Z 3 (3.00%) high mild
60532026-02-19T05:13:32.295Z 3 (3.00%) high severe
60542026-02-19T05:13:33.883Z
60552026-02-19T05:13:33.887ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B
60562026-02-19T05:13:33.887ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
60572026-02-19T05:13:37.458ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0000 s (2.9M iterations)
60582026-02-19T05:13:41.959ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
60592026-02-19T05:13:42.113Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-0B
60602026-02-19T05:13:42.113Z time: [223.07 ns 223.51 ns 224.04 ns]
60612026-02-19T05:13:42.113Z change: [+1.8512% +2.9617% +4.1588%] (p = 0.00 < 0.05)
60622026-02-19T05:13:42.113Z Performance has regressed.
60632026-02-19T05:13:42.113ZFound 8 outliers among 100 measurements (8.00%)
60642026-02-19T05:13:42.113Z 3 (3.00%) high mild
60652026-02-19T05:13:42.113Z 5 (5.00%) high severe
60662026-02-19T05:13:43.696Z
60672026-02-19T05:13:43.699ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
60682026-02-19T05:13:43.699ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
60692026-02-19T05:13:49.418ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0015 s (3.7M iterations)
60702026-02-19T05:13:53.686ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
60712026-02-19T05:13:53.839Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
60722026-02-19T05:13:53.839Z time: [118.26 ns 118.51 ns 118.79 ns]
60732026-02-19T05:13:53.839Z change: [−0.1533% +0.5904% +1.3438%] (p = 0.12 > 0.05)
60742026-02-19T05:13:53.839Z No change in performance detected.
60752026-02-19T05:13:53.839ZFound 5 outliers among 100 measurements (5.00%)
60762026-02-19T05:13:53.839Z 1 (1.00%) high mild
60772026-02-19T05:13:53.839Z 4 (4.00%) high severe
60782026-02-19T05:13:55.427Z
60792026-02-19T05:13:55.430ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
60802026-02-19T05:13:55.430ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
60812026-02-19T05:14:01.390ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0104 s (1.8M iterations)
60822026-02-19T05:14:06.191ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
60832026-02-19T05:14:06.343Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
60842026-02-19T05:14:06.343Z time: [253.24 ns 253.57 ns 253.93 ns]
60852026-02-19T05:14:06.343Z change: [+1.8122% +2.9711% +4.1094%] (p = 0.00 < 0.05)
60862026-02-19T05:14:06.343Z Performance has regressed.
60872026-02-19T05:14:06.343ZFound 15 outliers among 100 measurements (15.00%)
60882026-02-19T05:14:06.343Z 6 (6.00%) high mild
60892026-02-19T05:14:06.343Z 9 (9.00%) high severe
60902026-02-19T05:14:07.938Z
60912026-02-19T05:14:07.940ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
60922026-02-19T05:14:07.940ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
60932026-02-19T05:14:12.178ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0009 s (9.9M iterations)
60942026-02-19T05:14:15.924ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
60952026-02-19T05:14:16.079Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
60962026-02-19T05:14:16.079Z time: [60.098 ns 60.248 ns 60.384 ns]
60972026-02-19T05:14:16.079Z change: [−0.6562% +0.0637% +0.8524%] (p = 0.87 > 0.05)
60982026-02-19T05:14:16.079Z No change in performance detected.
60992026-02-19T05:14:16.079ZFound 1 outliers among 100 measurements (1.00%)
61002026-02-19T05:14:16.079Z 1 (1.00%) high severe
61012026-02-19T05:14:17.660Z
61022026-02-19T05:14:17.662ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B
61032026-02-19T05:14:17.662ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
61042026-02-19T05:14:23.273ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0009 s (3.7M iterations)
61052026-02-19T05:14:27.882ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
61062026-02-19T05:14:28.036Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-0B
61072026-02-19T05:14:28.036Z time: [196.18 ns 196.48 ns 196.80 ns]
61082026-02-19T05:14:28.036Z change: [−1.3257% −0.1313% +1.1029%] (p = 0.84 > 0.05)
61092026-02-19T05:14:28.036Z No change in performance detected.
61102026-02-19T05:14:28.036ZFound 14 outliers among 100 measurements (14.00%)
61112026-02-19T05:14:28.036Z 4 (4.00%) high mild
61122026-02-19T05:14:28.036Z 10 (10.00%) high severe
61132026-02-19T05:14:29.625Z
61142026-02-19T05:14:29.628ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
61152026-02-19T05:14:29.628ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
61162026-02-19T05:14:33.952ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0015 s (4.8M iterations)
61172026-02-19T05:14:38.646ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
61182026-02-19T05:14:38.798Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
61192026-02-19T05:14:38.798Z time: [83.942 ns 84.037 ns 84.141 ns]
61202026-02-19T05:14:38.798Z change: [−1.2011% −0.2669% +0.6869%] (p = 0.61 > 0.05)
61212026-02-19T05:14:38.798Z No change in performance detected.
61222026-02-19T05:14:38.798ZFound 6 outliers among 100 measurements (6.00%)
61232026-02-19T05:14:38.798Z 3 (3.00%) high mild
61242026-02-19T05:14:38.798Z 3 (3.00%) high severe
61252026-02-19T05:14:40.381Z
61262026-02-19T05:14:40.385ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
61272026-02-19T05:14:40.385ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
61282026-02-19T05:14:45.550ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0020 s (2.0M iterations)
61292026-02-19T05:14:50.507ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
61302026-02-19T05:14:50.659Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
61312026-02-19T05:14:50.659Z time: [228.79 ns 229.18 ns 229.54 ns]
61322026-02-19T05:14:50.659Z change: [−3.2205% −1.8437% −0.4441%] (p = 0.01 < 0.05)
61332026-02-19T05:14:50.660Z Change within noise threshold.
61342026-02-19T05:14:50.660ZFound 13 outliers among 100 measurements (13.00%)
61352026-02-19T05:14:50.660Z 4 (4.00%) high mild
61362026-02-19T05:14:50.660Z 9 (9.00%) high severe
61372026-02-19T05:14:52.254Z
61382026-02-19T05:14:52.257ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B
61392026-02-19T05:14:52.257ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
61402026-02-19T05:14:55.590ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0010 s (6.3M iterations)
61412026-02-19T05:14:59.115ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
61422026-02-19T05:14:59.267Zparse/ULP-FastPath/wallclock/V6-Udp-IN-0B
61432026-02-19T05:14:59.267Z time: [96.240 ns 96.536 ns 96.856 ns]
61442026-02-19T05:14:59.267Z change: [−0.3364% +0.4015% +1.1799%] (p = 0.32 > 0.05)
61452026-02-19T05:14:59.267Z No change in performance detected.
61462026-02-19T05:14:59.267ZFound 5 outliers among 100 measurements (5.00%)
61472026-02-19T05:14:59.267Z 1 (1.00%) high mild
61482026-02-19T05:14:59.267Z 4 (4.00%) high severe
61492026-02-19T05:15:00.860Z
61502026-02-19T05:15:00.863ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B
61512026-02-19T05:15:00.863ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
61522026-02-19T05:15:04.154ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0044 s (3.2M iterations)
61532026-02-19T05:15:08.710ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
61542026-02-19T05:15:08.862Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-0B
61552026-02-19T05:15:08.862Z time: [188.81 ns 189.23 ns 189.73 ns]
61562026-02-19T05:15:08.862Z change: [−2.5253% −1.2268% −0.0915%] (p = 0.05 > 0.05)
61572026-02-19T05:15:08.862Z No change in performance detected.
61582026-02-19T05:15:08.862ZFound 16 outliers among 100 measurements (16.00%)
61592026-02-19T05:15:08.862Z 6 (6.00%) high mild
61602026-02-19T05:15:08.862Z 10 (10.00%) high severe
61612026-02-19T05:15:10.451Z
61622026-02-19T05:15:10.455ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
61632026-02-19T05:15:10.455ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
61642026-02-19T05:15:16.055ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0060 s (3.7M iterations)
61652026-02-19T05:15:20.325ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
61662026-02-19T05:15:20.478Zparse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
61672026-02-19T05:15:20.478Z time: [118.42 ns 118.69 ns 118.99 ns]
61682026-02-19T05:15:20.478Z change: [−0.9498% −0.2192% +0.4865%] (p = 0.56 > 0.05)
61692026-02-19T05:15:20.478Z No change in performance detected.
61702026-02-19T05:15:20.478ZFound 5 outliers among 100 measurements (5.00%)
61712026-02-19T05:15:20.478Z 1 (1.00%) high mild
61722026-02-19T05:15:20.478Z 4 (4.00%) high severe
61732026-02-19T05:15:22.070Z
61742026-02-19T05:15:22.073ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B
61752026-02-19T05:15:22.073ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
61762026-02-19T05:15:27.827ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0047 s (1.8M iterations)
61772026-02-19T05:15:32.578ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
61782026-02-19T05:15:32.731Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-1400B
61792026-02-19T05:15:32.731Z time: [212.92 ns 213.32 ns 213.80 ns]
61802026-02-19T05:15:32.731Z change: [−4.1968% −3.1369% −2.0843%] (p = 0.00 < 0.05)
61812026-02-19T05:15:32.731Z Performance has improved.
61822026-02-19T05:15:32.731ZFound 13 outliers among 100 measurements (13.00%)
61832026-02-19T05:15:32.731Z 5 (5.00%) high mild
61842026-02-19T05:15:32.731Z 8 (8.00%) high severe
61852026-02-19T05:15:34.323Z
61862026-02-19T05:15:34.326ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
61872026-02-19T05:15:34.326ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
61882026-02-19T05:15:38.225ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0017 s (11M iterations)
61892026-02-19T05:15:41.924ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
61902026-02-19T05:15:42.079Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
61912026-02-19T05:15:42.079Z time: [64.117 ns 64.435 ns 64.725 ns]
61922026-02-19T05:15:42.079Z change: [−2.0808% −1.4330% −0.7628%] (p = 0.00 < 0.05)
61932026-02-19T05:15:42.079Z Change within noise threshold.
61942026-02-19T05:15:42.079ZFound 1 outliers among 100 measurements (1.00%)
61952026-02-19T05:15:42.079Z 1 (1.00%) high severe
61962026-02-19T05:15:43.671Z
61972026-02-19T05:15:43.674ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
61982026-02-19T05:15:43.674ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
61992026-02-19T05:15:48.760ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0047 s (4.1M iterations)
62002026-02-19T05:15:53.740ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
62012026-02-19T05:15:53.892Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
62022026-02-19T05:15:53.892Z time: [260.80 ns 264.11 ns 268.38 ns]
62032026-02-19T05:15:53.892Z change: [−18.076% −0.0782% +21.300%] (p = 0.99 > 0.05)
62042026-02-19T05:15:53.892Z No change in performance detected.
62052026-02-19T05:15:53.892ZFound 12 outliers among 100 measurements (12.00%)
62062026-02-19T05:15:53.892Z 4 (4.00%) high mild
62072026-02-19T05:15:53.892Z 8 (8.00%) high severe
62082026-02-19T05:15:55.486Z
62092026-02-19T05:15:55.489ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
62102026-02-19T05:15:55.490ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
62112026-02-19T05:15:59.634ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0046 s (5.1M iterations)
62122026-02-19T05:16:04.411ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
62132026-02-19T05:16:04.563Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
62142026-02-19T05:16:04.563Z time: [88.257 ns 88.558 ns 88.827 ns]
62152026-02-19T05:16:04.564Z change: [−2.2240% −1.6963% −1.1216%] (p = 0.00 < 0.05)
62162026-02-19T05:16:04.564Z Performance has improved.
62172026-02-19T05:16:04.564ZFound 3 outliers among 100 measurements (3.00%)
62182026-02-19T05:16:04.564Z 2 (2.00%) high mild
62192026-02-19T05:16:04.564Z 1 (1.00%) high severe
62202026-02-19T05:16:06.148Z
62212026-02-19T05:16:06.151ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
62222026-02-19T05:16:06.151ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
62232026-02-19T05:16:11.176ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0116 s (2.1M iterations)
62242026-02-19T05:16:16.354ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
62252026-02-19T05:16:16.506Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
62262026-02-19T05:16:16.506Z time: [332.49 ns 337.44 ns 343.84 ns]
62272026-02-19T05:16:16.506Z change: [−19.269% −0.5639% +21.715%] (p = 0.96 > 0.05)
62282026-02-19T05:16:16.506Z No change in performance detected.
62292026-02-19T05:16:16.506ZFound 12 outliers among 100 measurements (12.00%)
62302026-02-19T05:16:16.506Z 5 (5.00%) high mild
62312026-02-19T05:16:16.506Z 7 (7.00%) high severe
62322026-02-19T05:16:18.098Z
62332026-02-19T05:16:18.098ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
62342026-02-19T05:16:18.098ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
62352026-02-19T05:16:24.565ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0021 s (6.5M iterations)
62362026-02-19T05:16:27.845ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
62372026-02-19T05:16:27.998Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
62382026-02-19T05:16:27.998Z time: [96.665 ns 97.020 ns 97.324 ns]
62392026-02-19T05:16:27.998Z change: [−1.6356% −0.9161% −0.1356%] (p = 0.01 < 0.05)
62402026-02-19T05:16:27.998Z Change within noise threshold.
62412026-02-19T05:16:27.998ZFound 3 outliers among 100 measurements (3.00%)
62422026-02-19T05:16:27.998Z 2 (2.00%) high mild
62432026-02-19T05:16:27.998Z 1 (1.00%) high severe
62442026-02-19T05:16:29.582Z
62452026-02-19T05:16:29.583ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
62462026-02-19T05:16:29.583ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
62472026-02-19T05:16:35.983ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0026 s (3.3M iterations)
62482026-02-19T05:16:40.465ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
62492026-02-19T05:16:40.617Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
62502026-02-19T05:16:40.617Z time: [246.39 ns 248.41 ns 251.01 ns]
62512026-02-19T05:16:40.617Z change: [−12.506% +0.5149% +13.893%] (p = 0.94 > 0.05)
62522026-02-19T05:16:40.617Z No change in performance detected.
62532026-02-19T05:16:40.617ZFound 12 outliers among 100 measurements (12.00%)
62542026-02-19T05:16:40.617Z 3 (3.00%) high mild
62552026-02-19T05:16:40.617Z 9 (9.00%) high severe
62562026-02-19T05:16:42.203Z
62572026-02-19T05:16:42.206ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
62582026-02-19T05:16:42.206ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
62592026-02-19T05:16:47.569ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0002 s (3.9M iterations)
62602026-02-19T05:16:51.938ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
62612026-02-19T05:16:52.094Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
62622026-02-19T05:16:52.094Z time: [121.20 ns 121.45 ns 121.69 ns]
62632026-02-19T05:16:52.095Z change: [−0.6070% +0.0372% +0.6827%] (p = 0.91 > 0.05)
62642026-02-19T05:16:52.095Z No change in performance detected.
62652026-02-19T05:16:52.095ZFound 4 outliers among 100 measurements (4.00%)
62662026-02-19T05:16:52.095Z 1 (1.00%) high mild
62672026-02-19T05:16:52.095Z 3 (3.00%) high severe
62682026-02-19T05:16:53.683Z
62692026-02-19T05:16:53.686ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
62702026-02-19T05:16:53.686ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
62712026-02-19T05:16:59.188ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0100 s (1.9M iterations)
62722026-02-19T05:17:04.190ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
62732026-02-19T05:17:04.341Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
62742026-02-19T05:17:04.341Z time: [302.64 ns 305.49 ns 309.11 ns]
62752026-02-19T05:17:04.342Z change: [−13.931% −0.5593% +14.911%] (p = 0.94 > 0.05)
62762026-02-19T05:17:04.342Z No change in performance detected.
62772026-02-19T05:17:04.342ZFound 13 outliers among 100 measurements (13.00%)
62782026-02-19T05:17:04.342Z 6 (6.00%) high mild
62792026-02-19T05:17:04.342Z 7 (7.00%) high severe
62802026-02-19T05:17:05.930Z
62812026-02-19T05:17:05.933ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
62822026-02-19T05:17:05.933ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
62832026-02-19T05:17:09.458ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0012 s (12M iterations)
62842026-02-19T05:17:13.321ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
62852026-02-19T05:17:13.473Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
62862026-02-19T05:17:13.474Z time: [58.889 ns 59.118 ns 59.328 ns]
62872026-02-19T05:17:13.474Z change: [−2.0479% −1.3923% −0.6872%] (p = 0.00 < 0.05)
62882026-02-19T05:17:13.474Z Change within noise threshold.
62892026-02-19T05:17:13.474ZFound 6 outliers among 100 measurements (6.00%)
62902026-02-19T05:17:13.474Z 5 (5.00%) high mild
62912026-02-19T05:17:13.474Z 1 (1.00%) high severe
62922026-02-19T05:17:15.056Z
62932026-02-19T05:17:15.059ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
62942026-02-19T05:17:15.059ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
62952026-02-19T05:17:19.952ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0037 s (4.3M iterations)
62962026-02-19T05:17:24.980ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
62972026-02-19T05:17:25.133Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
62982026-02-19T05:17:25.133Z time: [242.19 ns 244.75 ns 248.06 ns]
62992026-02-19T05:17:25.133Z change: [−16.617% +4.0035% +26.224%] (p = 0.73 > 0.05)
63002026-02-19T05:17:25.133Z No change in performance detected.
63012026-02-19T05:17:25.133ZFound 12 outliers among 100 measurements (12.00%)
63022026-02-19T05:17:25.133Z 4 (4.00%) high mild
63032026-02-19T05:17:25.133Z 8 (8.00%) high severe
63042026-02-19T05:17:26.722Z
63052026-02-19T05:17:26.722ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
63062026-02-19T05:17:26.725ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
63072026-02-19T05:17:30.748ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0022 s (5.2M iterations)
63082026-02-19T05:17:35.477ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
63092026-02-19T05:17:35.631Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
63102026-02-19T05:17:35.631Z time: [83.577 ns 83.858 ns 84.127 ns]
63112026-02-19T05:17:35.631Z change: [−2.1309% −1.5541% −0.9839%] (p = 0.00 < 0.05)
63122026-02-19T05:17:35.631Z Change within noise threshold.
63132026-02-19T05:17:35.631ZFound 5 outliers among 100 measurements (5.00%)
63142026-02-19T05:17:35.631Z 3 (3.00%) high mild
63152026-02-19T05:17:35.631Z 2 (2.00%) high severe
63162026-02-19T05:17:37.224Z
63172026-02-19T05:17:37.227ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
63182026-02-19T05:17:37.227ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
63192026-02-19T05:17:42.165ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0093 s (2.1M iterations)
63202026-02-19T05:17:47.375ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
63212026-02-19T05:17:47.526Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
63222026-02-19T05:17:47.526Z time: [307.62 ns 312.36 ns 318.50 ns]
63232026-02-19T05:17:47.526Z change: [−18.531% +0.8254% +22.727%] (p = 0.95 > 0.05)
63242026-02-19T05:17:47.526Z No change in performance detected.
63252026-02-19T05:17:47.526ZFound 11 outliers among 100 measurements (11.00%)
63262026-02-19T05:17:47.526Z 4 (4.00%) high mild
63272026-02-19T05:17:47.526Z 7 (7.00%) high severe
63282026-02-19T05:17:49.118Z
63292026-02-19T05:17:49.121ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
63302026-02-19T05:17:49.121ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
63312026-02-19T05:17:55.426ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0011 s (6.7M iterations)
63322026-02-19T05:17:58.765ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
63332026-02-19T05:17:58.919Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
63342026-02-19T05:17:58.920Z time: [97.361 ns 97.694 ns 98.038 ns]
63352026-02-19T05:17:58.920Z change: [+0.5175% +1.2237% +2.0158%] (p = 0.00 < 0.05)
63362026-02-19T05:17:58.920Z Change within noise threshold.
63372026-02-19T05:17:58.920ZFound 20 outliers among 100 measurements (20.00%)
63382026-02-19T05:17:58.920Z 1 (1.00%) low mild
63392026-02-19T05:17:58.920Z 16 (16.00%) high mild
63402026-02-19T05:17:58.920Z 3 (3.00%) high severe
63412026-02-19T05:18:00.507Z
63422026-02-19T05:18:00.510ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B
63432026-02-19T05:18:00.510ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
63442026-02-19T05:18:06.600ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0031 s (3.4M iterations)
63452026-02-19T05:18:11.077ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
63462026-02-19T05:18:11.230Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-0B
63472026-02-19T05:18:11.230Z time: [212.31 ns 213.96 ns 216.08 ns]
63482026-02-19T05:18:11.230Z change: [−16.702% −3.4495% +11.908%] (p = 0.66 > 0.05)
63492026-02-19T05:18:11.230Z No change in performance detected.
63502026-02-19T05:18:11.230ZFound 13 outliers among 100 measurements (13.00%)
63512026-02-19T05:18:11.230Z 5 (5.00%) high mild
63522026-02-19T05:18:11.230Z 8 (8.00%) high severe
63532026-02-19T05:18:12.829Z
63542026-02-19T05:18:12.832ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
63552026-02-19T05:18:12.832ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
63562026-02-19T05:18:18.207ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0047 s (3.9M iterations)
63572026-02-19T05:18:22.501ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
63582026-02-19T05:18:22.653Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
63592026-02-19T05:18:22.653Z time: [120.40 ns 120.66 ns 120.96 ns]
63602026-02-19T05:18:22.653Z change: [−0.7739% −0.1272% +0.4716%] (p = 0.70 > 0.05)
63612026-02-19T05:18:22.653Z No change in performance detected.
63622026-02-19T05:18:22.653ZFound 3 outliers among 100 measurements (3.00%)
63632026-02-19T05:18:22.653Z 1 (1.00%) high mild
63642026-02-19T05:18:22.653Z 2 (2.00%) high severe
63652026-02-19T05:18:24.246Z
63662026-02-19T05:18:24.249ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
63672026-02-19T05:18:24.249ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
63682026-02-19T05:18:29.683ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0003 s (1.9M iterations)
63692026-02-19T05:18:34.631ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
63702026-02-19T05:18:34.783Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
63712026-02-19T05:18:34.783Z time: [265.03 ns 268.21 ns 272.28 ns]
63722026-02-19T05:18:34.783Z change: [−14.403% −0.3042% +15.743%] (p = 0.97 > 0.05)
63732026-02-19T05:18:34.783Z No change in performance detected.
63742026-02-19T05:18:34.783ZFound 13 outliers among 100 measurements (13.00%)
63752026-02-19T05:18:34.783Z 6 (6.00%) high mild
63762026-02-19T05:18:34.783Z 7 (7.00%) high severe
63772026-02-19T05:18:36.369Z
63782026-02-19T05:18:36.372ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
63792026-02-19T05:18:36.372ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
63802026-02-19T05:18:40.542ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0007 s (10M iterations)
63812026-02-19T05:18:44.524ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
63822026-02-19T05:18:44.677Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
63832026-02-19T05:18:44.677Z time: [64.285 ns 64.485 ns 64.672 ns]
63842026-02-19T05:18:44.677Z change: [−0.3890% +0.3031% +1.0498%] (p = 0.43 > 0.05)
63852026-02-19T05:18:44.677Z No change in performance detected.
63862026-02-19T05:18:44.677ZFound 3 outliers among 100 measurements (3.00%)
63872026-02-19T05:18:44.677Z 1 (1.00%) high mild
63882026-02-19T05:18:44.677Z 2 (2.00%) high severe
63892026-02-19T05:18:46.265Z
63902026-02-19T05:18:46.268ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
63912026-02-19T05:18:46.268ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
63922026-02-19T05:18:51.993ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0066 s (3.7M iterations)
63932026-02-19T05:18:57.019ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
63942026-02-19T05:18:57.172Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
63952026-02-19T05:18:57.172Z time: [277.71 ns 281.51 ns 286.38 ns]
63962026-02-19T05:18:57.172Z change: [−18.264% +1.1117% +25.418%] (p = 0.92 > 0.05)
63972026-02-19T05:18:57.172Z No change in performance detected.
63982026-02-19T05:18:57.172ZFound 12 outliers among 100 measurements (12.00%)
63992026-02-19T05:18:57.172Z 4 (4.00%) high mild
64002026-02-19T05:18:57.172Z 8 (8.00%) high severe
64012026-02-19T05:18:58.764Z
64022026-02-19T05:18:58.766ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
64032026-02-19T05:18:58.766ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
64042026-02-19T05:19:03.153ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0037 s (4.8M iterations)
64052026-02-19T05:19:07.920ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
64062026-02-19T05:19:08.073Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
64072026-02-19T05:19:08.073Z time: [88.527 ns 88.777 ns 89.013 ns]
64082026-02-19T05:19:08.073Z change: [−0.2224% +0.7447% +1.6815%] (p = 0.12 > 0.05)
64092026-02-19T05:19:08.073Z No change in performance detected.
64102026-02-19T05:19:08.073ZFound 7 outliers among 100 measurements (7.00%)
64112026-02-19T05:19:08.073Z 4 (4.00%) high mild
64122026-02-19T05:19:08.073Z 3 (3.00%) high severe
64132026-02-19T05:19:09.662Z
64142026-02-19T05:19:09.665ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
64152026-02-19T05:19:09.665ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
64162026-02-19T05:19:14.951ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0048 s (2.0M iterations)
64172026-02-19T05:19:20.188ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
64182026-02-19T05:19:20.341Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
64192026-02-19T05:19:20.341Z time: [355.63 ns 361.51 ns 369.16 ns]
64202026-02-19T05:19:20.341Z change: [−17.741% +1.9415% +26.249%] (p = 0.86 > 0.05)
64212026-02-19T05:19:20.341Z No change in performance detected.
64222026-02-19T05:19:20.341ZFound 12 outliers among 100 measurements (12.00%)
64232026-02-19T05:19:20.341Z 4 (4.00%) high mild
64242026-02-19T05:19:20.341Z 8 (8.00%) high severe
64252026-02-19T05:19:21.937Z
64262026-02-19T05:19:21.937ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
64272026-02-19T05:19:21.937ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
64282026-02-19T05:19:25.174ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0036 s (6.5M iterations)
64292026-02-19T05:19:28.914ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
64302026-02-19T05:19:29.067Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
64312026-02-19T05:19:29.067Z time: [98.344 ns 98.694 ns 99.036 ns]
64322026-02-19T05:19:29.067Z change: [−0.3232% +0.4298% +1.1924%] (p = 0.27 > 0.05)
64332026-02-19T05:19:29.067Z No change in performance detected.
64342026-02-19T05:19:29.067ZFound 4 outliers among 100 measurements (4.00%)
64352026-02-19T05:19:29.067Z 1 (1.00%) low mild
64362026-02-19T05:19:29.067Z 1 (1.00%) high mild
64372026-02-19T05:19:29.067Z 2 (2.00%) high severe
64382026-02-19T05:19:30.656Z
64392026-02-19T05:19:30.659ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
64402026-02-19T05:19:30.659ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
64412026-02-19T05:19:33.970ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0032 s (3.2M iterations)
64422026-02-19T05:19:38.825ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
64432026-02-19T05:19:38.977Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
64442026-02-19T05:19:38.977Z time: [260.61 ns 262.72 ns 265.44 ns]
64452026-02-19T05:19:38.977Z change: [−11.073% +2.8601% +19.327%] (p = 0.73 > 0.05)
64462026-02-19T05:19:38.977Z No change in performance detected.
64472026-02-19T05:19:38.977ZFound 12 outliers among 100 measurements (12.00%)
64482026-02-19T05:19:38.977Z 5 (5.00%) high mild
64492026-02-19T05:19:38.977Z 7 (7.00%) high severe
64502026-02-19T05:19:40.573Z
64512026-02-19T05:19:40.576ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
64522026-02-19T05:19:40.576ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
64532026-02-19T05:19:46.206ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0049 s (3.7M iterations)
64542026-02-19T05:19:50.595ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
64552026-02-19T05:19:50.750Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
64562026-02-19T05:19:50.750Z time: [122.42 ns 122.89 ns 123.39 ns]
64572026-02-19T05:19:50.750Z change: [+1.0788% +1.7999% +2.4780%] (p = 0.00 < 0.05)
64582026-02-19T05:19:50.750Z Performance has regressed.
64592026-02-19T05:19:50.750ZFound 4 outliers among 100 measurements (4.00%)
64602026-02-19T05:19:50.750Z 2 (2.00%) high mild
64612026-02-19T05:19:50.750Z 2 (2.00%) high severe
64622026-02-19T05:19:52.337Z
64632026-02-19T05:19:52.340ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
64642026-02-19T05:19:52.340ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
64652026-02-19T05:19:58.138ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0009 s (1.8M iterations)
64662026-02-19T05:20:03.145ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
64672026-02-19T05:20:03.297Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
64682026-02-19T05:20:03.297Z time: [308.81 ns 312.50 ns 317.30 ns]
64692026-02-19T05:20:03.297Z change: [−13.585% +0.7618% +17.441%] (p = 0.92 > 0.05)
64702026-02-19T05:20:03.297Z No change in performance detected.
64712026-02-19T05:20:03.297ZFound 11 outliers among 100 measurements (11.00%)
64722026-02-19T05:20:03.297Z 3 (3.00%) high mild
64732026-02-19T05:20:03.298Z 8 (8.00%) high severe
64742026-02-19T05:20:04.886Z
64752026-02-19T05:20:04.889ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
64762026-02-19T05:20:04.889ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
64772026-02-19T05:20:08.987ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0013 s (10M iterations)
64782026-02-19T05:20:12.869ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
64792026-02-19T05:20:13.021Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
64802026-02-19T05:20:13.021Z time: [59.781 ns 59.930 ns 60.062 ns]
64812026-02-19T05:20:13.021Z change: [−3.0019% −2.3528% −1.7090%] (p = 0.00 < 0.05)
64822026-02-19T05:20:13.021Z Performance has improved.
64832026-02-19T05:20:13.021ZFound 4 outliers among 100 measurements (4.00%)
64842026-02-19T05:20:13.021Z 2 (2.00%) low mild
64852026-02-19T05:20:13.021Z 1 (1.00%) high mild
64862026-02-19T05:20:13.021Z 1 (1.00%) high severe
64872026-02-19T05:20:14.605Z
64882026-02-19T05:20:14.608ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
64892026-02-19T05:20:14.609ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
64902026-02-19T05:20:20.066ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0023 s (3.8M iterations)
64912026-02-19T05:20:25.078ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
64922026-02-19T05:20:25.230Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
64932026-02-19T05:20:25.230Z time: [244.49 ns 247.61 ns 251.69 ns]
64942026-02-19T05:20:25.230Z change: [−20.332% −0.3409% +24.945%] (p = 0.98 > 0.05)
64952026-02-19T05:20:25.230Z No change in performance detected.
64962026-02-19T05:20:25.230ZFound 13 outliers among 100 measurements (13.00%)
64972026-02-19T05:20:25.230Z 6 (6.00%) high mild
64982026-02-19T05:20:25.230Z 7 (7.00%) high severe
64992026-02-19T05:20:26.818Z
65002026-02-19T05:20:26.821ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
65012026-02-19T05:20:26.821ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
65022026-02-19T05:20:31.063ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0037 s (4.9M iterations)
65032026-02-19T05:20:35.855ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
65042026-02-19T05:20:36.007Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
65052026-02-19T05:20:36.007Z time: [83.281 ns 83.396 ns 83.525 ns]
65062026-02-19T05:20:36.007Z change: [−2.0863% −1.0952% −0.1123%] (p = 0.03 < 0.05)
65072026-02-19T05:20:36.007Z Change within noise threshold.
65082026-02-19T05:20:36.007ZFound 11 outliers among 100 measurements (11.00%)
65092026-02-19T05:20:36.007Z 1 (1.00%) low mild
65102026-02-19T05:20:36.007Z 4 (4.00%) high mild
65112026-02-19T05:20:36.007Z 6 (6.00%) high severe
65122026-02-19T05:20:37.601Z
65132026-02-19T05:20:37.605ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
65142026-02-19T05:20:37.605ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
65152026-02-19T05:20:42.768ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0016 s (2.0M iterations)
65162026-02-19T05:20:47.954ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
65172026-02-19T05:20:48.105Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
65182026-02-19T05:20:48.105Z time: [315.37 ns 321.07 ns 328.48 ns]
65192026-02-19T05:20:48.105Z change: [−19.727% −0.3140% +23.849%] (p = 0.98 > 0.05)
65202026-02-19T05:20:48.105Z No change in performance detected.
65212026-02-19T05:20:48.105ZFound 12 outliers among 100 measurements (12.00%)
65222026-02-19T05:20:48.105Z 5 (5.00%) high mild
65232026-02-19T05:20:48.105Z 7 (7.00%) high severe
65242026-02-19T05:20:49.696Z
65252026-02-19T05:20:49.701ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
65262026-02-19T05:20:49.701ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
65272026-02-19T05:20:52.897ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0016 s (6.6M iterations)
65282026-02-19T05:20:56.634ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
65292026-02-19T05:20:56.780Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
65302026-02-19T05:20:56.780Z time: [98.617 ns 98.980 ns 99.359 ns]
65312026-02-19T05:20:56.780Z change: [−0.3718% +0.3634% +1.0638%] (p = 0.35 > 0.05)
65322026-02-19T05:20:56.780Z No change in performance detected.
65332026-02-19T05:20:56.780ZFound 22 outliers among 100 measurements (22.00%)
65342026-02-19T05:20:56.780Z 3 (3.00%) low mild
65352026-02-19T05:20:56.780Z 16 (16.00%) high mild
65362026-02-19T05:20:56.780Z 3 (3.00%) high severe
65372026-02-19T05:20:58.370Z
65382026-02-19T05:20:58.374ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B
65392026-02-19T05:20:58.374ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
65402026-02-19T05:21:01.539ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0052 s (3.3M iterations)
65412026-02-19T05:21:06.381ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
65422026-02-19T05:21:06.532Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-0B
65432026-02-19T05:21:06.532Z time: [220.13 ns 221.98 ns 224.41 ns]
65442026-02-19T05:21:06.532Z change: [−14.640% −0.2283% +16.390%] (p = 0.98 > 0.05)
65452026-02-19T05:21:06.532Z No change in performance detected.
65462026-02-19T05:21:06.532ZFound 12 outliers among 100 measurements (12.00%)
65472026-02-19T05:21:06.532Z 5 (5.00%) high mild
65482026-02-19T05:21:06.532Z 7 (7.00%) high severe
65492026-02-19T05:21:08.119Z
65502026-02-19T05:21:08.123ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
65512026-02-19T05:21:08.123ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
65522026-02-19T05:21:13.631ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0026 s (3.8M iterations)
65532026-02-19T05:21:18.022ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
65542026-02-19T05:21:18.174Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
65552026-02-19T05:21:18.174Z time: [120.22 ns 120.50 ns 120.80 ns]
65562026-02-19T05:21:18.174Z change: [−2.0959% −1.3204% −0.5846%] (p = 0.00 < 0.05)
65572026-02-19T05:21:18.174Z Change within noise threshold.
65582026-02-19T05:21:18.174ZFound 4 outliers among 100 measurements (4.00%)
65592026-02-19T05:21:18.174Z 1 (1.00%) high mild
65602026-02-19T05:21:18.174Z 3 (3.00%) high severe
65612026-02-19T05:21:19.761Z
65622026-02-19T05:21:19.764ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
65632026-02-19T05:21:19.764ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
65642026-02-19T05:21:25.411ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0064 s (1.9M iterations)
65652026-02-19T05:21:30.387ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
65662026-02-19T05:21:30.540Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
65672026-02-19T05:21:30.540Z time: [267.56 ns 270.88 ns 275.22 ns]
65682026-02-19T05:21:30.540Z change: [−16.763% −2.2054% +15.504%] (p = 0.79 > 0.05)
65692026-02-19T05:21:30.540Z No change in performance detected.
65702026-02-19T05:21:30.540ZFound 13 outliers among 100 measurements (13.00%)
65712026-02-19T05:21:30.540Z 5 (5.00%) high mild
65722026-02-19T05:21:30.540Z 8 (8.00%) high severe
65732026-02-19T05:21:32.130Z
65742026-02-19T05:21:32.135ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover
65752026-02-19T05:21:32.135ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Warming up for 100.00 µs
65762026-02-19T05:21:32.135ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Collecting 10 samples in estimated 1.1187 ms (495 iterations)
65772026-02-19T05:21:32.135ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Analyzing
65782026-02-19T05:21:32.135Zprocess/Hairpin-DHCPv4/alloc_ct/Discover
65792026-02-19T05:21:32.135Z time: [18.000 18.000 18.000 ]
65802026-02-19T05:21:32.135Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65812026-02-19T05:21:32.135Z No change in performance detected.
65822026-02-19T05:21:32.135Z
65832026-02-19T05:21:32.135ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request
65842026-02-19T05:21:32.135ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Warming up for 100.00 µs
65852026-02-19T05:21:32.135ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Collecting 10 samples in estimated 1.0405 ms (550 iterations)
65862026-02-19T05:21:32.135ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Analyzing
65872026-02-19T05:21:32.138Zprocess/Hairpin-DHCPv4/alloc_ct/Request
65882026-02-19T05:21:32.138Z time: [18.000 18.000 18.000 ]
65892026-02-19T05:21:32.138Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65902026-02-19T05:21:32.138Z No change in performance detected.
65912026-02-19T05:21:32.138Z
65922026-02-19T05:21:32.138ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit
65932026-02-19T05:21:32.138ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Warming up for 100.00 µs
65942026-02-19T05:21:32.138ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Collecting 10 samples in estimated 1.1510 ms (330 iterations)
65952026-02-19T05:21:32.138ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Analyzing
65962026-02-19T05:21:32.138Zprocess/Hairpin-DHCPv6/alloc_ct/Solicit
65972026-02-19T05:21:32.138Z time: [21.000 21.000 21.000 ]
65982026-02-19T05:21:32.138Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65992026-02-19T05:21:32.138Z No change in performance detected.
66002026-02-19T05:21:32.138Z
66012026-02-19T05:21:32.138ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request
66022026-02-19T05:21:32.138ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Warming up for 100.00 µs
66032026-02-19T05:21:32.138ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Collecting 10 samples in estimated 1.0652 ms (385 iterations)
66042026-02-19T05:21:32.141ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Analyzing
66052026-02-19T05:21:32.141Zprocess/Hairpin-DHCPv6/alloc_ct/Request
66062026-02-19T05:21:32.141Z time: [22.000 22.000 22.000 ]
66072026-02-19T05:21:32.141Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66082026-02-19T05:21:32.142Z No change in performance detected.
66092026-02-19T05:21:32.142Z
66102026-02-19T05:21:32.142ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest
66112026-02-19T05:21:32.142ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Warming up for 100.00 µs
66122026-02-19T05:21:32.142ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0111 ms (660 iterations)
66132026-02-19T05:21:32.145ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Analyzing
66142026-02-19T05:21:32.145Zprocess/Hairpin-ICMPv4/alloc_ct/EchoRequest
66152026-02-19T05:21:32.145Z time: [13.000 13.000 13.000 ]
66162026-02-19T05:21:32.145Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66172026-02-19T05:21:32.145Z No change in performance detected.
66182026-02-19T05:21:32.145Z
66192026-02-19T05:21:32.145ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest
66202026-02-19T05:21:32.145ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Warming up for 100.00 µs
66212026-02-19T05:21:32.145ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0882 ms (495 iterations)
66222026-02-19T05:21:32.145ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Analyzing
66232026-02-19T05:21:32.149Zprocess/Hairpin-ICMPv6/alloc_ct/EchoRequest
66242026-02-19T05:21:32.149Z time: [12.000 12.000 12.000 ]
66252026-02-19T05:21:32.149Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66262026-02-19T05:21:32.149Z No change in performance detected.
66272026-02-19T05:21:32.149Z
66282026-02-19T05:21:32.149ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
66292026-02-19T05:21:32.149ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Warming up for 100.00 µs
66302026-02-19T05:21:32.149ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Collecting 10 samples in estimated 1.0978 ms (550 iterations)
66312026-02-19T05:21:32.149ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Analyzing
66322026-02-19T05:21:32.149Zprocess/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
66332026-02-19T05:21:32.149Z time: [14.000 14.000 14.000 ]
66342026-02-19T05:21:32.149Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66352026-02-19T05:21:32.149Z No change in performance detected.
66362026-02-19T05:21:32.152Z
66372026-02-19T05:21:32.152ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit
66382026-02-19T05:21:32.152ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Warming up for 100.00 µs
66392026-02-19T05:21:32.152ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Collecting 10 samples in estimated 1.0455 ms (550 iterations)
66402026-02-19T05:21:32.152ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Analyzing
66412026-02-19T05:21:32.152Zprocess/Hairpin-ICMPv6/alloc_ct/RouterSolicit
66422026-02-19T05:21:32.152Z time: [14.000 14.000 14.000 ]
66432026-02-19T05:21:32.152Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66442026-02-19T05:21:32.152Z No change in performance detected.
66452026-02-19T05:21:32.152Z
66462026-02-19T05:21:32.152ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
66472026-02-19T05:21:32.152ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
66482026-02-19T05:21:32.156ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0039 ms (605 iterations)
66492026-02-19T05:21:32.156ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
66502026-02-19T05:21:32.156Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
66512026-02-19T05:21:32.156Z time: [3.0000 3.0000 3.0000 ]
66522026-02-19T05:21:32.156Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66532026-02-19T05:21:32.156Z No change in performance detected.
66542026-02-19T05:21:32.156Z
66552026-02-19T05:21:32.156ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
66562026-02-19T05:21:32.156ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
66572026-02-19T05:21:32.156ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1079 ms (330 iterations)
66582026-02-19T05:21:32.156ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
66592026-02-19T05:21:32.159Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
66602026-02-19T05:21:32.159Z time: [3.0000 3.0000 3.0000 ]
66612026-02-19T05:21:32.159Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66622026-02-19T05:21:32.159Z No change in performance detected.
66632026-02-19T05:21:32.159Z
66642026-02-19T05:21:32.159ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B
66652026-02-19T05:21:32.159ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
66662026-02-19T05:21:32.159ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0053 ms (550 iterations)
66672026-02-19T05:21:32.159ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
66682026-02-19T05:21:32.159ZCriterion.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.
66692026-02-19T05:21:32.159Z
66702026-02-19T05:21:32.159ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B
66712026-02-19T05:21:32.159ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
66722026-02-19T05:21:32.159ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1067 ms (385 iterations)
66732026-02-19T05:21:32.162ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
66742026-02-19T05:21:32.162ZCriterion.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.
66752026-02-19T05:21:32.162Z
66762026-02-19T05:21:32.162ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
66772026-02-19T05:21:32.162ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
66782026-02-19T05:21:32.162ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0215 ms (825 iterations)
66792026-02-19T05:21:32.162ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
66802026-02-19T05:21:32.162Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
66812026-02-19T05:21:32.162Z time: [3.0000 3.0000 3.0000 ]
66822026-02-19T05:21:32.162Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66832026-02-19T05:21:32.162Z No change in performance detected.
66842026-02-19T05:21:32.165Z
66852026-02-19T05:21:32.165ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
66862026-02-19T05:21:32.165ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
66872026-02-19T05:21:32.165ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1222 ms (440 iterations)
66882026-02-19T05:21:32.165ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
66892026-02-19T05:21:32.165Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
66902026-02-19T05:21:32.165Z time: [3.0000 3.0000 3.0000 ]
66912026-02-19T05:21:32.165Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66922026-02-19T05:21:32.165Z No change in performance detected.
66932026-02-19T05:21:32.165Z
66942026-02-19T05:21:32.165ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B
66952026-02-19T05:21:32.165ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
66962026-02-19T05:21:32.166ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0570 ms (660 iterations)
66972026-02-19T05:21:32.168ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Analyzing
66982026-02-19T05:21:32.168ZCriterion.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.
66992026-02-19T05:21:32.168Z
67002026-02-19T05:21:32.168ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B
67012026-02-19T05:21:32.168ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
67022026-02-19T05:21:32.168ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0605 ms (385 iterations)
67032026-02-19T05:21:32.168ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
67042026-02-19T05:21:32.168ZCriterion.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.
67052026-02-19T05:21:32.168Z
67062026-02-19T05:21:32.169ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
67072026-02-19T05:21:32.169ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
67082026-02-19T05:21:32.169ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0498 ms (715 iterations)
67092026-02-19T05:21:32.172ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
67102026-02-19T05:21:32.172Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
67112026-02-19T05:21:32.172Z time: [3.0000 3.0000 3.0000 ]
67122026-02-19T05:21:32.172Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67132026-02-19T05:21:32.172Z No change in performance detected.
67142026-02-19T05:21:32.172Z
67152026-02-19T05:21:32.172ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
67162026-02-19T05:21:32.172ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
67172026-02-19T05:21:32.172ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1571 ms (330 iterations)
67182026-02-19T05:21:32.172ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
67192026-02-19T05:21:32.175Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
67202026-02-19T05:21:32.175Z time: [3.0000 3.0000 3.0000 ]
67212026-02-19T05:21:32.175Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67222026-02-19T05:21:32.175Z No change in performance detected.
67232026-02-19T05:21:32.175Z
67242026-02-19T05:21:32.175ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B
67252026-02-19T05:21:32.175ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
67262026-02-19T05:21:32.175ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0676 ms (550 iterations)
67272026-02-19T05:21:32.175ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
67282026-02-19T05:21:32.175ZCriterion.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.
67292026-02-19T05:21:32.175Z
67302026-02-19T05:21:32.175ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B
67312026-02-19T05:21:32.175ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
67322026-02-19T05:21:32.175ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0738 ms (330 iterations)
67332026-02-19T05:21:32.178ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
67342026-02-19T05:21:32.178ZCriterion.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.
67352026-02-19T05:21:32.178Z
67362026-02-19T05:21:32.178ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
67372026-02-19T05:21:32.178ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
67382026-02-19T05:21:32.178ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0485 ms (770 iterations)
67392026-02-19T05:21:32.178ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
67402026-02-19T05:21:32.178Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
67412026-02-19T05:21:32.178Z time: [3.0000 3.0000 3.0000 ]
67422026-02-19T05:21:32.178Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67432026-02-19T05:21:32.178Z No change in performance detected.
67442026-02-19T05:21:32.179Z
67452026-02-19T05:21:32.179ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
67462026-02-19T05:21:32.179ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
67472026-02-19T05:21:32.179ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0239 ms (385 iterations)
67482026-02-19T05:21:32.182ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
67492026-02-19T05:21:32.182Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
67502026-02-19T05:21:32.182Z time: [3.0000 3.0000 3.0000 ]
67512026-02-19T05:21:32.182Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67522026-02-19T05:21:32.182Z No change in performance detected.
67532026-02-19T05:21:32.182Z
67542026-02-19T05:21:32.182ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B
67552026-02-19T05:21:32.182ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
67562026-02-19T05:21:32.182ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0606 ms (605 iterations)
67572026-02-19T05:21:32.182ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Analyzing
67582026-02-19T05:21:32.182ZCriterion.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.
67592026-02-19T05:21:32.182Z
67602026-02-19T05:21:32.182ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B
67612026-02-19T05:21:32.182ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
67622026-02-19T05:21:32.184ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0526 ms (275 iterations)
67632026-02-19T05:21:32.184ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
67642026-02-19T05:21:32.184ZCriterion.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.
67652026-02-19T05:21:32.184Z
67662026-02-19T05:21:32.185ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
67672026-02-19T05:21:32.185ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
67682026-02-19T05:21:32.185ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1500 ms (275 iterations)
67692026-02-19T05:21:32.185ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
67702026-02-19T05:21:32.188Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
67712026-02-19T05:21:32.188Z time: [35.000 35.000 35.000 ]
67722026-02-19T05:21:32.188Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67732026-02-19T05:21:32.188Z No change in performance detected.
67742026-02-19T05:21:32.188Z
67752026-02-19T05:21:32.188ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
67762026-02-19T05:21:32.188ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
67772026-02-19T05:21:32.188ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1699 ms (220 iterations)
67782026-02-19T05:21:32.188ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
67792026-02-19T05:21:32.190Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
67802026-02-19T05:21:32.190Z time: [35.000 35.000 35.000 ]
67812026-02-19T05:21:32.190Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67822026-02-19T05:21:32.190Z No change in performance detected.
67832026-02-19T05:21:32.190Z
67842026-02-19T05:21:32.191ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
67852026-02-19T05:21:32.191ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
67862026-02-19T05:21:32.191ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0999 ms (330 iterations)
67872026-02-19T05:21:32.191ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
67882026-02-19T05:21:32.195Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
67892026-02-19T05:21:32.195Z time: [20.000 20.000 20.000 ]
67902026-02-19T05:21:32.195Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67912026-02-19T05:21:32.195Z No change in performance detected.
67922026-02-19T05:21:32.195Z
67932026-02-19T05:21:32.195ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
67942026-02-19T05:21:32.195ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
67952026-02-19T05:21:32.195ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0001 ms (220 iterations)
67962026-02-19T05:21:32.195ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
67972026-02-19T05:21:32.198Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
67982026-02-19T05:21:32.198Z time: [20.000 20.000 20.000 ]
67992026-02-19T05:21:32.198Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68002026-02-19T05:21:32.198Z No change in performance detected.
68012026-02-19T05:21:32.198Z
68022026-02-19T05:21:32.198ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
68032026-02-19T05:21:32.198ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
68042026-02-19T05:21:32.198ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.1023 ms (275 iterations)
68052026-02-19T05:21:32.198ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
68062026-02-19T05:21:32.198Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
68072026-02-19T05:21:32.198Z time: [35.000 35.000 35.000 ]
68082026-02-19T05:21:32.198Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68092026-02-19T05:21:32.198Z No change in performance detected.
68102026-02-19T05:21:32.198Z
68112026-02-19T05:21:32.198ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
68122026-02-19T05:21:32.199ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
68132026-02-19T05:21:32.199ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1416 ms (220 iterations)
68142026-02-19T05:21:32.202ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
68152026-02-19T05:21:32.202Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
68162026-02-19T05:21:32.202Z time: [35.000 35.000 35.000 ]
68172026-02-19T05:21:32.202Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68182026-02-19T05:21:32.202Z No change in performance detected.
68192026-02-19T05:21:32.202Z
68202026-02-19T05:21:32.202ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
68212026-02-19T05:21:32.202ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
68222026-02-19T05:21:32.202ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.1628 ms (385 iterations)
68232026-02-19T05:21:32.202ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Analyzing
68242026-02-19T05:21:32.204Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
68252026-02-19T05:21:32.205Z time: [20.000 20.000 20.000 ]
68262026-02-19T05:21:32.205Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68272026-02-19T05:21:32.205Z No change in performance detected.
68282026-02-19T05:21:32.205Z
68292026-02-19T05:21:32.205ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
68302026-02-19T05:21:32.205ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
68312026-02-19T05:21:32.205ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.1831 ms (275 iterations)
68322026-02-19T05:21:32.205ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
68332026-02-19T05:21:32.207Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
68342026-02-19T05:21:32.207Z time: [20.000 20.000 20.000 ]
68352026-02-19T05:21:32.207Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68362026-02-19T05:21:32.207Z No change in performance detected.
68372026-02-19T05:21:32.207Z
68382026-02-19T05:21:32.207ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
68392026-02-19T05:21:32.207ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
68402026-02-19T05:21:32.207ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0115 ms (220 iterations)
68412026-02-19T05:21:32.207ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
68422026-02-19T05:21:32.210Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
68432026-02-19T05:21:32.210Z time: [35.000 35.000 35.000 ]
68442026-02-19T05:21:32.210Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68452026-02-19T05:21:32.210Z No change in performance detected.
68462026-02-19T05:21:32.210Z
68472026-02-19T05:21:32.210ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
68482026-02-19T05:21:32.210ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
68492026-02-19T05:21:32.210ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.2707 ms (220 iterations)
68502026-02-19T05:21:32.210ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
68512026-02-19T05:21:32.213Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
68522026-02-19T05:21:32.213Z time: [35.000 35.000 35.000 ]
68532026-02-19T05:21:32.213Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68542026-02-19T05:21:32.213Z No change in performance detected.
68552026-02-19T05:21:32.213Z
68562026-02-19T05:21:32.213ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
68572026-02-19T05:21:32.213ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
68582026-02-19T05:21:32.213ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.1093 ms (220 iterations)
68592026-02-19T05:21:32.213ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
68602026-02-19T05:21:32.216Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
68612026-02-19T05:21:32.216Z time: [20.000 20.000 20.000 ]
68622026-02-19T05:21:32.216Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68632026-02-19T05:21:32.216Z No change in performance detected.
68642026-02-19T05:21:32.216Z
68652026-02-19T05:21:32.216ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
68662026-02-19T05:21:32.216ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
68672026-02-19T05:21:32.216ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0482 ms (220 iterations)
68682026-02-19T05:21:32.216ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
68692026-02-19T05:21:32.219Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
68702026-02-19T05:21:32.219Z time: [20.000 20.000 20.000 ]
68712026-02-19T05:21:32.219Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68722026-02-19T05:21:32.219Z No change in performance detected.
68732026-02-19T05:21:32.219Z
68742026-02-19T05:21:32.219ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
68752026-02-19T05:21:32.219ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
68762026-02-19T05:21:32.219ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.2337 ms (275 iterations)
68772026-02-19T05:21:32.219ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
68782026-02-19T05:21:32.221Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
68792026-02-19T05:21:32.221Z time: [35.000 35.000 35.000 ]
68802026-02-19T05:21:32.221Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68812026-02-19T05:21:32.222Z No change in performance detected.
68822026-02-19T05:21:32.222Z
68832026-02-19T05:21:32.222ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
68842026-02-19T05:21:32.222ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
68852026-02-19T05:21:32.222ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.2398 ms (220 iterations)
68862026-02-19T05:21:32.222ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
68872026-02-19T05:21:32.224Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
68882026-02-19T05:21:32.224Z time: [35.000 35.000 35.000 ]
68892026-02-19T05:21:32.224Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68902026-02-19T05:21:32.224Z No change in performance detected.
68912026-02-19T05:21:32.224Z
68922026-02-19T05:21:32.224ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
68932026-02-19T05:21:32.224ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
68942026-02-19T05:21:32.224ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1038 ms (330 iterations)
68952026-02-19T05:21:32.227ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Analyzing
68962026-02-19T05:21:32.227Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
68972026-02-19T05:21:32.227Z time: [20.000 20.000 20.000 ]
68982026-02-19T05:21:32.227Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68992026-02-19T05:21:32.227Z No change in performance detected.
69002026-02-19T05:21:32.227Z
69012026-02-19T05:21:32.227ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
69022026-02-19T05:21:32.227ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
69032026-02-19T05:21:32.227ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0373 ms (220 iterations)
69042026-02-19T05:21:32.227ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
69052026-02-19T05:21:32.230Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
69062026-02-19T05:21:32.230Z time: [20.000 20.000 20.000 ]
69072026-02-19T05:21:32.230Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69082026-02-19T05:21:32.230Z No change in performance detected.
69092026-02-19T05:21:32.230Z
69102026-02-19T05:21:32.230ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover
69112026-02-19T05:21:32.230ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Warming up for 100.00 µs
69122026-02-19T05:21:32.230ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Collecting 10 samples in estimated 1.0694 ms (550 iterations)
69132026-02-19T05:21:32.230ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Analyzing
69142026-02-19T05:21:32.233Zprocess/Hairpin-DHCPv4/alloc_sz/Discover
69152026-02-19T05:21:32.233Z time: [3924.0 B 3924.0 B 3924.0 B]
69162026-02-19T05:21:32.233Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69172026-02-19T05:21:32.233Z No change in performance detected.
69182026-02-19T05:21:32.233Z
69192026-02-19T05:21:32.233ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request
69202026-02-19T05:21:32.233ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Warming up for 100.00 µs
69212026-02-19T05:21:32.233ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Collecting 10 samples in estimated 1.0233 ms (495 iterations)
69222026-02-19T05:21:32.233ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Analyzing
69232026-02-19T05:21:32.236Zprocess/Hairpin-DHCPv4/alloc_sz/Request
69242026-02-19T05:21:32.236Z time: [3924.0 B 3924.0 B 3924.0 B]
69252026-02-19T05:21:32.236Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69262026-02-19T05:21:32.236Z No change in performance detected.
69272026-02-19T05:21:32.236Z
69282026-02-19T05:21:32.236ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit
69292026-02-19T05:21:32.236ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Warming up for 100.00 µs
69302026-02-19T05:21:32.236ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Collecting 10 samples in estimated 1.0296 ms (385 iterations)
69312026-02-19T05:21:32.236ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Analyzing
69322026-02-19T05:21:32.239Zprocess/Hairpin-DHCPv6/alloc_sz/Solicit
69332026-02-19T05:21:32.239Z time: [4023.0 B 4023.0 B 4023.0 B]
69342026-02-19T05:21:32.239Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69352026-02-19T05:21:32.239Z No change in performance detected.
69362026-02-19T05:21:32.239Z
69372026-02-19T05:21:32.239ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request
69382026-02-19T05:21:32.239ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Warming up for 100.00 µs
69392026-02-19T05:21:32.239ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Collecting 10 samples in estimated 1.0634 ms (385 iterations)
69402026-02-19T05:21:32.239ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Analyzing
69412026-02-19T05:21:32.239Zprocess/Hairpin-DHCPv6/alloc_sz/Request
69422026-02-19T05:21:32.239Z time: [4421.0 B 4421.0 B 4421.0 B]
69432026-02-19T05:21:32.239Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69442026-02-19T05:21:32.239Z No change in performance detected.
69452026-02-19T05:21:32.242Z
69462026-02-19T05:21:32.242ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest
69472026-02-19T05:21:32.242ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Warming up for 100.00 µs
69482026-02-19T05:21:32.242ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0137 ms (605 iterations)
69492026-02-19T05:21:32.242ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Analyzing
69502026-02-19T05:21:32.242Zprocess/Hairpin-ICMPv4/alloc_sz/EchoRequest
69512026-02-19T05:21:32.242Z time: [2888.0 B 2888.0 B 2888.0 B]
69522026-02-19T05:21:32.242Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69532026-02-19T05:21:32.242Z No change in performance detected.
69542026-02-19T05:21:32.245Z
69552026-02-19T05:21:32.245ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest
69562026-02-19T05:21:32.245ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Warming up for 100.00 µs
69572026-02-19T05:21:32.245ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0802 ms (605 iterations)
69582026-02-19T05:21:32.245ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Analyzing
69592026-02-19T05:21:32.245Zprocess/Hairpin-ICMPv6/alloc_sz/EchoRequest
69602026-02-19T05:21:32.245Z time: [2873.0 B 2873.0 B 2873.0 B]
69612026-02-19T05:21:32.245Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69622026-02-19T05:21:32.245Z No change in performance detected.
69632026-02-19T05:21:32.245Z
69642026-02-19T05:21:32.245ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
69652026-02-19T05:21:32.245ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Warming up for 100.00 µs
69662026-02-19T05:21:32.245ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Collecting 10 samples in estimated 1.0861 ms (550 iterations)
69672026-02-19T05:21:32.248ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Analyzing
69682026-02-19T05:21:32.248Zprocess/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
69692026-02-19T05:21:32.248Z time: [2926.0 B 2926.0 B 2926.0 B]
69702026-02-19T05:21:32.248Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69712026-02-19T05:21:32.248Z No change in performance detected.
69722026-02-19T05:21:32.248Z
69732026-02-19T05:21:32.248ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit
69742026-02-19T05:21:32.248ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Warming up for 100.00 µs
69752026-02-19T05:21:32.248ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Collecting 10 samples in estimated 1.0355 ms (550 iterations)
69762026-02-19T05:21:32.251ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Analyzing
69772026-02-19T05:21:32.251Zprocess/Hairpin-ICMPv6/alloc_sz/RouterSolicit
69782026-02-19T05:21:32.251Z time: [2910.0 B 2910.0 B 2910.0 B]
69792026-02-19T05:21:32.251Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69802026-02-19T05:21:32.251Z No change in performance detected.
69812026-02-19T05:21:32.251Z
69822026-02-19T05:21:32.251ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
69832026-02-19T05:21:32.251ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
69842026-02-19T05:21:32.251ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0707 ms (770 iterations)
69852026-02-19T05:21:32.254ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
69862026-02-19T05:21:32.254Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
69872026-02-19T05:21:32.254Z time: [264.00 B 264.00 B 264.00 B]
69882026-02-19T05:21:32.254Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69892026-02-19T05:21:32.254Z No change in performance detected.
69902026-02-19T05:21:32.254Z
69912026-02-19T05:21:32.254ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
69922026-02-19T05:21:32.254ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
69932026-02-19T05:21:32.254ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0294 ms (385 iterations)
69942026-02-19T05:21:32.257ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
69952026-02-19T05:21:32.257Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
69962026-02-19T05:21:32.257Z time: [264.00 B 264.00 B 264.00 B]
69972026-02-19T05:21:32.257Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69982026-02-19T05:21:32.257Z No change in performance detected.
69992026-02-19T05:21:32.257Z
70002026-02-19T05:21:32.257ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B
70012026-02-19T05:21:32.257ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
70022026-02-19T05:21:32.257ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0682 ms (605 iterations)
70032026-02-19T05:21:32.257ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
70042026-02-19T05:21:32.257ZCriterion.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.
70052026-02-19T05:21:32.257Z
70062026-02-19T05:21:32.257ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B
70072026-02-19T05:21:32.257ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
70082026-02-19T05:21:32.260ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1076 ms (385 iterations)
70092026-02-19T05:21:32.260ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
70102026-02-19T05:21:32.260ZCriterion.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.
70112026-02-19T05:21:32.260Z
70122026-02-19T05:21:32.260ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
70132026-02-19T05:21:32.260ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
70142026-02-19T05:21:32.260ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0139 ms (825 iterations)
70152026-02-19T05:21:32.260ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
70162026-02-19T05:21:32.263Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
70172026-02-19T05:21:32.263Z time: [264.00 B 264.00 B 264.00 B]
70182026-02-19T05:21:32.263Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70192026-02-19T05:21:32.264Z No change in performance detected.
70202026-02-19T05:21:32.264Z
70212026-02-19T05:21:32.264ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
70222026-02-19T05:21:32.264ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
70232026-02-19T05:21:32.264ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1242 ms (440 iterations)
70242026-02-19T05:21:32.264ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
70252026-02-19T05:21:32.266Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
70262026-02-19T05:21:32.266Z time: [264.00 B 264.00 B 264.00 B]
70272026-02-19T05:21:32.266Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70282026-02-19T05:21:32.266Z No change in performance detected.
70292026-02-19T05:21:32.266Z
70302026-02-19T05:21:32.266ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B
70312026-02-19T05:21:32.266ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
70322026-02-19T05:21:32.266ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0781 ms (660 iterations)
70332026-02-19T05:21:32.266ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Analyzing
70342026-02-19T05:21:32.266ZCriterion.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.
70352026-02-19T05:21:32.266Z
70362026-02-19T05:21:32.266ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B
70372026-02-19T05:21:32.266ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
70382026-02-19T05:21:32.266ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0613 ms (385 iterations)
70392026-02-19T05:21:32.266ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
70402026-02-19T05:21:32.267ZCriterion.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.
70412026-02-19T05:21:32.267Z
70422026-02-19T05:21:32.269ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
70432026-02-19T05:21:32.269ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
70442026-02-19T05:21:32.269ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0583 ms (715 iterations)
70452026-02-19T05:21:32.269ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
70462026-02-19T05:21:32.269Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
70472026-02-19T05:21:32.269Z time: [264.00 B 264.00 B 264.00 B]
70482026-02-19T05:21:32.269Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70492026-02-19T05:21:32.269Z No change in performance detected.
70502026-02-19T05:21:32.269Z
70512026-02-19T05:21:32.269ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
70522026-02-19T05:21:32.269ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
70532026-02-19T05:21:32.272ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0801 ms (385 iterations)
70542026-02-19T05:21:32.272ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
70552026-02-19T05:21:32.272Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
70562026-02-19T05:21:32.272Z time: [264.00 B 264.00 B 264.00 B]
70572026-02-19T05:21:32.272Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70582026-02-19T05:21:32.272Z No change in performance detected.
70592026-02-19T05:21:32.272Z
70602026-02-19T05:21:32.272ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B
70612026-02-19T05:21:32.272ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
70622026-02-19T05:21:32.272ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0668 ms (550 iterations)
70632026-02-19T05:21:32.275ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
70642026-02-19T05:21:32.275ZCriterion.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.
70652026-02-19T05:21:32.275Z
70662026-02-19T05:21:32.275ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B
70672026-02-19T05:21:32.275ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
70682026-02-19T05:21:32.275ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1504 ms (385 iterations)
70692026-02-19T05:21:32.275ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
70702026-02-19T05:21:32.275ZCriterion.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.
70712026-02-19T05:21:32.275Z
70722026-02-19T05:21:32.276ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
70732026-02-19T05:21:32.276ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
70742026-02-19T05:21:32.276ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0394 ms (770 iterations)
70752026-02-19T05:21:32.278ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
70762026-02-19T05:21:32.278Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
70772026-02-19T05:21:32.278Z time: [264.00 B 264.00 B 264.00 B]
70782026-02-19T05:21:32.278Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70792026-02-19T05:21:32.278Z No change in performance detected.
70802026-02-19T05:21:32.278Z
70812026-02-19T05:21:32.278ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
70822026-02-19T05:21:32.278ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
70832026-02-19T05:21:32.278ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0344 ms (385 iterations)
70842026-02-19T05:21:32.281ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
70852026-02-19T05:21:32.281Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
70862026-02-19T05:21:32.281Z time: [264.00 B 264.00 B 264.00 B]
70872026-02-19T05:21:32.281Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70882026-02-19T05:21:32.281Z No change in performance detected.
70892026-02-19T05:21:32.281Z
70902026-02-19T05:21:32.281ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B
70912026-02-19T05:21:32.281ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
70922026-02-19T05:21:32.281ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0809 ms (605 iterations)
70932026-02-19T05:21:32.281ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Analyzing
70942026-02-19T05:21:32.281ZCriterion.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.
70952026-02-19T05:21:32.281Z
70962026-02-19T05:21:32.282ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B
70972026-02-19T05:21:32.282ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
70982026-02-19T05:21:32.282ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1123 ms (385 iterations)
70992026-02-19T05:21:32.284ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
71002026-02-19T05:21:32.284ZCriterion.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.
71012026-02-19T05:21:32.284Z
71022026-02-19T05:21:32.284ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
71032026-02-19T05:21:32.284ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
71042026-02-19T05:21:32.284ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1402 ms (275 iterations)
71052026-02-19T05:21:32.284ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
71062026-02-19T05:21:32.288Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
71072026-02-19T05:21:32.288Z time: [7363.0 B 7363.0 B 7363.0 B]
71082026-02-19T05:21:32.288Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71092026-02-19T05:21:32.288Z No change in performance detected.
71102026-02-19T05:21:32.288Z
71112026-02-19T05:21:32.288ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
71122026-02-19T05:21:32.288ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
71132026-02-19T05:21:32.288ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1867 ms (220 iterations)
71142026-02-19T05:21:32.288ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
71152026-02-19T05:21:32.288Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
71162026-02-19T05:21:32.288Z time: [7363.0 B 7363.0 B 7363.0 B]
71172026-02-19T05:21:32.288Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71182026-02-19T05:21:32.288Z No change in performance detected.
71192026-02-19T05:21:32.291Z
71202026-02-19T05:21:32.291ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
71212026-02-19T05:21:32.291ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
71222026-02-19T05:21:32.291ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0955 ms (330 iterations)
71232026-02-19T05:21:32.291ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
71242026-02-19T05:21:32.291Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
71252026-02-19T05:21:32.291Z time: [5872.0 B 5872.0 B 5872.0 B]
71262026-02-19T05:21:32.292Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71272026-02-19T05:21:32.292Z No change in performance detected.
71282026-02-19T05:21:32.292Z
71292026-02-19T05:21:32.292ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
71302026-02-19T05:21:32.292ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
71312026-02-19T05:21:32.292ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0073 ms (220 iterations)
71322026-02-19T05:21:32.295ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
71332026-02-19T05:21:32.295Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
71342026-02-19T05:21:32.295Z time: [5872.0 B 5872.0 B 5872.0 B]
71352026-02-19T05:21:32.295Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71362026-02-19T05:21:32.295Z No change in performance detected.
71372026-02-19T05:21:32.295Z
71382026-02-19T05:21:32.295ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
71392026-02-19T05:21:32.295ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
71402026-02-19T05:21:32.295ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0903 ms (275 iterations)
71412026-02-19T05:21:32.295ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
71422026-02-19T05:21:32.297Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
71432026-02-19T05:21:32.297Z time: [7363.0 B 7363.0 B 7363.0 B]
71442026-02-19T05:21:32.297Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71452026-02-19T05:21:32.297Z No change in performance detected.
71462026-02-19T05:21:32.297Z
71472026-02-19T05:21:32.297ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
71482026-02-19T05:21:32.297ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
71492026-02-19T05:21:32.298ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1300 ms (220 iterations)
71502026-02-19T05:21:32.301ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
71512026-02-19T05:21:32.301Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
71522026-02-19T05:21:32.301Z time: [7363.0 B 7363.0 B 7363.0 B]
71532026-02-19T05:21:32.301Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71542026-02-19T05:21:32.301Z No change in performance detected.
71552026-02-19T05:21:32.301Z
71562026-02-19T05:21:32.301ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
71572026-02-19T05:21:32.301ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
71582026-02-19T05:21:32.301ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0116 ms (275 iterations)
71592026-02-19T05:21:32.301ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Analyzing
71602026-02-19T05:21:32.303Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
71612026-02-19T05:21:32.303Z time: [5872.0 B 5872.0 B 5872.0 B]
71622026-02-19T05:21:32.304Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71632026-02-19T05:21:32.304Z No change in performance detected.
71642026-02-19T05:21:32.304Z
71652026-02-19T05:21:32.304ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
71662026-02-19T05:21:32.304ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
71672026-02-19T05:21:32.304ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.2263 ms (275 iterations)
71682026-02-19T05:21:32.304ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
71692026-02-19T05:21:32.307Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
71702026-02-19T05:21:32.307Z time: [5872.0 B 5872.0 B 5872.0 B]
71712026-02-19T05:21:32.307Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71722026-02-19T05:21:32.307Z No change in performance detected.
71732026-02-19T05:21:32.307Z
71742026-02-19T05:21:32.307ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
71752026-02-19T05:21:32.307ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
71762026-02-19T05:21:32.307ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0109 ms (220 iterations)
71772026-02-19T05:21:32.307ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
71782026-02-19T05:21:32.310Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
71792026-02-19T05:21:32.310Z time: [7363.0 B 7363.0 B 7363.0 B]
71802026-02-19T05:21:32.310Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71812026-02-19T05:21:32.310Z No change in performance detected.
71822026-02-19T05:21:32.310Z
71832026-02-19T05:21:32.310ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
71842026-02-19T05:21:32.310ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
71852026-02-19T05:21:32.310ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.2692 ms (220 iterations)
71862026-02-19T05:21:32.310ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
71872026-02-19T05:21:32.313Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
71882026-02-19T05:21:32.313Z time: [7363.0 B 7363.0 B 7363.0 B]
71892026-02-19T05:21:32.313Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71902026-02-19T05:21:32.313Z No change in performance detected.
71912026-02-19T05:21:32.313Z
71922026-02-19T05:21:32.313ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
71932026-02-19T05:21:32.313ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
71942026-02-19T05:21:32.313ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.1709 ms (330 iterations)
71952026-02-19T05:21:32.313ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
71962026-02-19T05:21:32.313Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
71972026-02-19T05:21:32.313Z time: [5872.0 B 5872.0 B 5872.0 B]
71982026-02-19T05:21:32.313Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71992026-02-19T05:21:32.313Z No change in performance detected.
72002026-02-19T05:21:32.313Z
72012026-02-19T05:21:32.316ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
72022026-02-19T05:21:32.316ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
72032026-02-19T05:21:32.316ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0519 ms (220 iterations)
72042026-02-19T05:21:32.316ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
72052026-02-19T05:21:32.316Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
72062026-02-19T05:21:32.316Z time: [5872.0 B 5872.0 B 5872.0 B]
72072026-02-19T05:21:32.316Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72082026-02-19T05:21:32.316Z No change in performance detected.
72092026-02-19T05:21:32.316Z
72102026-02-19T05:21:32.316ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
72112026-02-19T05:21:32.316ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
72122026-02-19T05:21:32.316ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.2295 ms (275 iterations)
72132026-02-19T05:21:32.320ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
72142026-02-19T05:21:32.320Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
72152026-02-19T05:21:32.320Z time: [7363.0 B 7363.0 B 7363.0 B]
72162026-02-19T05:21:32.320Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72172026-02-19T05:21:32.320Z No change in performance detected.
72182026-02-19T05:21:32.320Z
72192026-02-19T05:21:32.320ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
72202026-02-19T05:21:32.320ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
72212026-02-19T05:21:32.320ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.2331 ms (220 iterations)
72222026-02-19T05:21:32.322ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
72232026-02-19T05:21:32.322Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
72242026-02-19T05:21:32.323Z time: [7363.0 B 7363.0 B 7363.0 B]
72252026-02-19T05:21:32.323Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72262026-02-19T05:21:32.323Z No change in performance detected.
72272026-02-19T05:21:32.323Z
72282026-02-19T05:21:32.323ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
72292026-02-19T05:21:32.323ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
72302026-02-19T05:21:32.323ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1084 ms (330 iterations)
72312026-02-19T05:21:32.326ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Analyzing
72322026-02-19T05:21:32.326Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
72332026-02-19T05:21:32.326Z time: [5872.0 B 5872.0 B 5872.0 B]
72342026-02-19T05:21:32.326Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72352026-02-19T05:21:32.326Z No change in performance detected.
72362026-02-19T05:21:32.326Z
72372026-02-19T05:21:32.326ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
72382026-02-19T05:21:32.326ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
72392026-02-19T05:21:32.326ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.2458 ms (275 iterations)
72402026-02-19T05:21:32.326ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
72412026-02-19T05:21:32.328Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
72422026-02-19T05:21:32.328Z time: [5872.0 B 5872.0 B 5872.0 B]
72432026-02-19T05:21:32.328Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72442026-02-19T05:21:32.328Z No change in performance detected.
72452026-02-19T05:21:32.328Z
72462026-02-19T05:21:32.369Z+ cp -r target/criterion /work/bench-results
72472026-02-19T05:21:32.530Z+ cp -r target/xde-bench /work/bench-results
72482026-02-19T05:21:32.589Z+ pushd /work
72492026-02-19T05:21:32.589Z/work /work/oxidecomputer/opte
72502026-02-19T05:21:32.589Z+ tar -caf bench-results.tgz bench-results
72512026-02-19T05:21:33.389Z+ popd
72522026-02-19T05:21:33.390Z/work/oxidecomputer/opte
72532026-02-19T05:21:33.393Z+ cleanup
72542026-02-19T05:21:33.393Z++ id -un
72552026-02-19T05:21:33.396Z++ id -gn
72562026-02-19T05:21:33.399Z+ pfexec chown -R build:build .
72572026-02-19T05:21:33.481Z+ [[ -z 01KHT34SDSG2BVA1ZPQ3ZA3TZ5 ]]
72582026-02-19T05:21:33.485Zprocess exited: duration 1836925 ms, exit code 0
 
72592026-02-19T05:21:33.497Zfound 1 output files
72602026-02-19T05:21:33.497Zuploading: /work/bench-results.tgz (4983477 bytes)
72612026-02-19T05:21:34.555Zuploaded: /work/bench-results.tgz