01KSSHMZH364CHZ8864FVNTE5M: bench

BasicConfig {
    output_rules: [
        "=/work/bench-results.tgz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/bench-results.tgz",
            series: "benchmark",
            name: "bench-results.tgz",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KSSHNQAZ2F03TR9603FVB3Z9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-29T09:45:25.527Zjob dependencies complete; ready to run (waiting for 5 m 24 s)
22026-05-29T09:46:22.629Zjob assigned to worker 01KSSHZT6GPPP2YS40JAEDT17H [factory aws, i-06f60b1181cc1ddfd] (queued for 57 s)
32026-05-29T09:46:29.519Zdownloading input: /input/xde/work/debug/xde.dbg
42026-05-29T09:46:30.515Zdownloaded input: /input/xde/work/debug/xde.dbg
52026-05-29T09:46:30.519Zdownloading input: /input/xde/work/debug/xde.dbg.sha256
62026-05-29T09:46:30.543Zdownloaded input: /input/xde/work/debug/xde.dbg.sha256
72026-05-29T09:46:30.548Zdownloading input: /input/xde/work/debug/xde_link.dbg.so
82026-05-29T09:46:30.582Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so
92026-05-29T09:46:30.582Zdownloading input: /input/xde/work/debug/xde_link.dbg.so.sha256
102026-05-29T09:46:30.610Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256
112026-05-29T09:46:30.614Zdownloading input: /input/xde/work/release/xde
122026-05-29T09:46:31.138Zdownloaded input: /input/xde/work/release/xde
132026-05-29T09:46:31.141Zdownloading input: /input/xde/work/release/xde.sha256
142026-05-29T09:46:31.176Zdownloaded input: /input/xde/work/release/xde.sha256
152026-05-29T09:46:31.180Zdownloading input: /input/xde/work/release/xde_link.so
162026-05-29T09:46:31.206Zdownloaded input: /input/xde/work/release/xde_link.so
172026-05-29T09:46:31.206Zdownloading input: /input/xde/work/release/xde_link.so.sha256
182026-05-29T09:46:31.235Zdownloaded input: /input/xde/work/release/xde_link.so.sha256
192026-05-29T09:46:31.238Zdownloading input: /input/xde/work/test/loopback
202026-05-29T09:46:31.798Zdownloaded input: /input/xde/work/test/loopback
212026-05-29T09:46:31.801Zdownloading input: /input/xde/work/test/multicast_rx
222026-05-29T09:46:32.418Zdownloaded input: /input/xde/work/test/multicast_rx
232026-05-29T09:46:32.425Zdownloading input: /input/xde/work/test/multicast_multi_sub
242026-05-29T09:46:33.029Zdownloaded input: /input/xde/work/test/multicast_multi_sub
252026-05-29T09:46:33.034Zdownloading input: /input/xde/work/test/multicast_validation
262026-05-29T09:46:33.559Zdownloaded input: /input/xde/work/test/multicast_validation
272026-05-29T09:46:33.559Zdownloading input: /input/xde/work/test/multicast_source_filter
282026-05-29T09:46:34.095Zdownloaded input: /input/xde/work/test/multicast_source_filter
292026-05-29T09:46:34.098Zdownloading input: /input/xde/work/xde.conf
302026-05-29T09:46:34.121Zdownloaded input: /input/xde/work/xde.conf
 
312026-05-29T09:46:34.124Zstarting task 0: "setup"
322026-05-29T09:46:34.127Z++ uname -s
332026-05-29T09:46:34.130Z+ kern=SunOS
342026-05-29T09:46:34.130Z+ build_user=build
352026-05-29T09:46:34.130Z+ build_uid=12345
362026-05-29T09:46:34.130Z+ work_dir=/work
372026-05-29T09:46:34.130Z+ input_dir=/input
382026-05-29T09:46:34.130Z+ [[ 0 == 12345 ]]
392026-05-29T09:46:34.130Z+ case "$kern" in
402026-05-29T09:46:34.130Z+ groupadd -g 12345 build
412026-05-29T09:46:34.133Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
422026-05-29T09:46:36.138Z+ zfs create -o mountpoint=/work rpool/work
432026-05-29T09:46:36.307Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
442026-05-29T09:46:36.310Z+ home_fs=zfs
452026-05-29T09:46:36.310Z+ [[ zfs == autofs ]]
462026-05-29T09:46:36.310Z+ mkdir -p /home/build
472026-05-29T09:46:36.310Z+ chown build:build /home/build /work
482026-05-29T09:46:38.311Z+ chmod 0700 /home/build /work
492026-05-29T09:46:38.314Zprocess exited: duration 4192 ms, exit code 0
 
502026-05-29T09:46:38.320Zstarting task 1: "rust-toolchain"
512026-05-29T09:46:38.325Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
522026-05-29T09:46:38.326Z+ printf ' * rust toolchain profile = "%s"\n' default
532026-05-29T09:46:38.328Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
542026-05-29T09:46:38.328Z * rust toolchain channel = "1.95.0"
552026-05-29T09:46:38.328Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
562026-05-29T09:46:38.328Z * rust toolchain profile = "default"
572026-05-29T09:46:38.328Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
582026-05-29T09:46:38.329Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
592026-05-29T09:46:38.430Zinfo: downloading installer
602026-05-29T09:46:39.709Zwarn: It looks like you have an existing rustup settings file at:
612026-05-29T09:46:39.709Zwarn: /home/build/.rustup/settings.toml
622026-05-29T09:46:39.709Zwarn: Rustup will install the default toolchain as specified in the settings file,
632026-05-29T09:46:39.709Zwarn: instead of the one inferred from the default host triple.
642026-05-29T09:46:39.717Zinfo: profile set to default
652026-05-29T09:46:39.717Zinfo: default host triple is x86_64-unknown-illumos
662026-05-29T09:46:39.720Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
672026-05-29T09:46:39.846Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
682026-05-29T09:46:39.849Zinfo: downloading 6 components
692026-05-29T09:46:54.097Z
702026-05-29T09:46:54.097Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
712026-05-29T09:46:54.125Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
722026-05-29T09:46:54.125Z
732026-05-29T09:46:54.125Z
742026-05-29T09:46:54.125ZRust is installed now. Great!
752026-05-29T09:46:54.125Z
762026-05-29T09:46:54.125ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
772026-05-29T09:46:54.125Zenvironment variable. This has not been done automatically.
782026-05-29T09:46:54.125Z
792026-05-29T09:46:54.125ZTo configure your current shell, you need to source
802026-05-29T09:46:54.125Zthe corresponding env file under $HOME/.cargo.
812026-05-29T09:46:54.125Z
822026-05-29T09:46:54.125ZThis is usually done by running one of the following (note the leading DOT):
832026-05-29T09:46:54.125Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
842026-05-29T09:46:54.125Zsource "$HOME/.cargo/env.fish" # For fish
852026-05-29T09:46:54.125Zsource "~/.cargo/env.nu" # For nushell
862026-05-29T09:46:54.125Zsource "$HOME/.cargo/env.tcsh" # For tcsh
872026-05-29T09:46:54.125Z. "$HOME/.cargo/env.ps1" # For pwsh
882026-05-29T09:46:54.125Zsource "$HOME/.cargo/env.xsh" # For xonsh
892026-05-29T09:46:54.128Zwarn: no default linker (`cc`) was found in your PATH
902026-05-29T09:46:54.129Zwarn: many Rust crates require a system C toolchain to build
912026-05-29T09:46:54.228Z+ rustup --version
922026-05-29T09:46:54.237Zrustup 1.29.0 (28d1352db 2026-03-05)
932026-05-29T09:46:54.258Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
942026-05-29T09:46:54.262Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
952026-05-29T09:46:54.262Z+ cargo --version
962026-05-29T09:46:54.275Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
972026-05-29T09:46:54.278Z+ rustc --version
982026-05-29T09:46:54.298Zrustc 1.95.0 (59807616e 2026-04-14)
992026-05-29T09:46:54.301Zprocess exited: duration 15979 ms, exit code 0
 
1002026-05-29T09:46:54.307Zstarting task 2: "authentication"
1012026-05-29T09:46:54.323Zprocess exited: duration 16 ms, exit code 0
 
1022026-05-29T09:46:54.329Zstarting task 3: "clone repository"
1032026-05-29T09:46:54.332Z+ mkdir -p /work/oxidecomputer/opte
1042026-05-29T09:46:54.335Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
1052026-05-29T09:46:54.370ZCloning into '/work/oxidecomputer/opte'...
1062026-05-29T09:46:55.288Z+ cd /work/oxidecomputer/opte
1072026-05-29T09:46:55.288Z+ git fetch origin e7d7abdb05145e19533ff94e1e10ba4c208e27cf
1082026-05-29T09:46:55.522ZFrom https://github.com/oxidecomputer/opte
1092026-05-29T09:46:55.522Z * branch e7d7abdb05145e19533ff94e1e10ba4c208e27cf -> FETCH_HEAD
1102026-05-29T09:46:55.527Z+ [[ -n eviction-policy ]]
1112026-05-29T09:46:55.530Z++ git branch --show-current
1122026-05-29T09:46:55.530Z+ current=master
1132026-05-29T09:46:55.530Z+ [[ master != eviction-policy ]]
1142026-05-29T09:46:55.530Z+ git branch -f eviction-policy e7d7abdb05145e19533ff94e1e10ba4c208e27cf
1152026-05-29T09:46:55.533Z+ git checkout -f eviction-policy
1162026-05-29T09:46:55.549ZSwitched to branch 'eviction-policy'
1172026-05-29T09:46:55.552Z+ git reset --hard e7d7abdb05145e19533ff94e1e10ba4c208e27cf
1182026-05-29T09:46:55.555ZHEAD is now at e7d7abd ...thanks, rust-analyzer
1192026-05-29T09:46:55.558Zprocess exited: duration 1227 ms, exit code 0
 
1202026-05-29T09:46:55.564Zstarting task 4: "build"
1212026-05-29T09:46:55.567Z+ source .github/buildomat/common.sh
1222026-05-29T09:46:55.570Z++ rustup show active-toolchain
1232026-05-29T09:46:55.573Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1242026-05-29T09:46:55.576Z++ pushd xde
1252026-05-29T09:46:55.576Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1262026-05-29T09:46:55.576Z++ rustup show active-toolchain
1272026-05-29T09:46:55.579Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1282026-05-29T09:46:55.760Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1292026-05-29T09:46:55.763Zinfo: downloading 6 components
1302026-05-29T09:47:10.602Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1312026-05-29T09:47:10.697Z+++ rustup show active-toolchain -v
1322026-05-29T09:47:10.700Z+++ head -n 1
1332026-05-29T09:47:10.700Z+++ cut '-d ' -f1
1342026-05-29T09:47:10.751Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1352026-05-29T09:47:10.751Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1362026-05-29T09:47:10.751Z++ popd
1372026-05-29T09:47:10.754Z/work/oxidecomputer/opte
1382026-05-29T09:47:10.754Z+ pfexec pkg install brand/omicron1 brand/omicron1/tools opte iperf demangle flamegraph
1392026-05-29T09:47:11.702Z Startup: Refreshing catalog 'helios' ... Done
1402026-05-29T09:47:11.782Z Startup: Caching catalogs ... Done
1412026-05-29T09:47:12.078ZPlanning: Solver setup ... Done
1422026-05-29T09:47:12.098ZPlanning: Running solver ... Done
1432026-05-29T09:47:12.105ZPlanning: Finding local manifests ... Done
1442026-05-29T09:47:12.115ZPlanning: Fetching manifests: 0/6 0% complete
1452026-05-29T09:47:12.138ZPlanning: Fetching manifests: 6/6 100% complete
1462026-05-29T09:47:12.151ZPlanning: Package planning ... Done
1472026-05-29T09:47:12.154ZPlanning: Merging actions ... Done
1482026-05-29T09:47:12.387ZPlanning: Checking for conflicting actions ... Done
1492026-05-29T09:47:12.390ZPlanning: Consolidating action changes ... Done
1502026-05-29T09:47:13.234ZPlanning: Evaluating mediators ... Done
1512026-05-29T09:47:13.238ZPlanning: Planning completed in 1.43 seconds
1522026-05-29T09:47:13.243Z Packages to install: 6
1532026-05-29T09:47:13.243Z Services to change: 2
1542026-05-29T09:47:13.243Z Create boot environment: No
1552026-05-29T09:47:13.243ZCreate backup boot environment: No
1562026-05-29T09:47:13.268Z
1572026-05-29T09:47:13.268ZDownload: 0/22 items 0.0/14.9MB 0% complete
1582026-05-29T09:47:13.425ZDownload: Completed 14.92 MB in 0.16 seconds (95.4M/s)
1592026-05-29T09:47:13.525Z Actions: 1/110 actions (Installing new actions)
1602026-05-29T09:47:13.927Z Actions: Completed 110 actions in 0.40 seconds.
1612026-05-29T09:47:13.934ZFinalize: Updating package state database ... Done
1622026-05-29T09:47:13.937ZFinalize: Updating package cache ... Done
1632026-05-29T09:47:13.955ZFinalize: Updating image state ... Done
1642026-05-29T09:47:16.484ZFinalize: Creating fast lookup database ... Done
1652026-05-29T09:47:16.553ZFinalize: Reading search index ... Done
1662026-05-29T09:47:16.556ZFinalize: Updating search index ... Done
1672026-05-29T09:47:21.238ZFinalize: Updating package cache ... Done
1682026-05-29T09:47:21.328Z+ [[ -z 01KSSHNQAZ2F03TR9603FVB3Z9 ]]
1692026-05-29T09:47:21.328Z+ pfexec /usr/lib/brand/omicron1/baseline -w /var/run/brand/omicron1/baseline
1702026-05-29T09:47:22.299Zincorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.23972:20260505T184707Z
1712026-05-29T09:47:22.299Zentire = pkg://helios/entire@3-3.0:20260212T145552Z
1722026-05-29T09:47:22.299Zinstall = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
1732026-05-29T09:47:22.299Zinstall = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
1742026-05-29T09:47:22.299Ztempdir @ "/tmp/.tmppo3EEC/tmp"
1752026-05-29T09:47:22.300Zimage root @ "/tmp/.tmppo3EEC/tmp/root"
1762026-05-29T09:47:22.300Zcreating image...
1772026-05-29T09:47:22.586Zcopying publishers...
1782026-05-29T09:47:23.051Zadding properties...
1792026-05-29T09:47:23.751Zinstalling packages...
1802026-05-29T09:47:35.634Zseeding SMF database...
1812026-05-29T09:47:39.895Zconfiguring SMF profile...
1822026-05-29T09:47:39.899Zmodifying shadow(5)...
1832026-05-29T09:47:39.899Zloading user and group database...
1842026-05-29T09:47:39.899Zloading facet selections...
1852026-05-29T09:47:40.175Z devel -> true
1862026-05-29T09:47:40.175Z doc.man -> true
1872026-05-29T09:47:40.176Z entire.service/hal -> true
1882026-05-29T09:47:40.176Z entire.service/network/smtp/dma -> true
1892026-05-29T09:47:40.176Z locale.ar -> true
1902026-05-29T09:47:40.176Z locale.ca -> true
1912026-05-29T09:47:40.176Z locale.cs -> true
1922026-05-29T09:47:40.176Z locale.de -> true
1932026-05-29T09:47:40.176Z locale.es -> true
1942026-05-29T09:47:40.176Z locale.fr -> true
1952026-05-29T09:47:40.176Z locale.he -> true
1962026-05-29T09:47:40.176Z locale.hu -> true
1972026-05-29T09:47:40.176Z locale.id -> true
1982026-05-29T09:47:40.176Z locale.it -> true
1992026-05-29T09:47:40.176Z locale.ja -> true
2002026-05-29T09:47:40.176Z locale.ko -> true
2012026-05-29T09:47:40.176Z locale.nl -> true
2022026-05-29T09:47:40.176Z locale.pl -> true
2032026-05-29T09:47:40.176Z locale.pt_BR -> true
2042026-05-29T09:47:40.176Z locale.ru -> true
2052026-05-29T09:47:40.176Z locale.sk -> true
2062026-05-29T09:47:40.176Z locale.sv -> true
2072026-05-29T09:47:40.176Z locale.zh_CN -> true
2082026-05-29T09:47:40.176Z locale.zh_HK -> true
2092026-05-29T09:47:40.176Z locale.zh_TW -> true
2102026-05-29T09:47:40.176Z onu.ooceonly -> true
2112026-05-29T09:47:40.176Z version-lock.shell/ksh93 -> true
2122026-05-29T09:47:40.176Z version-lock.system/data/hardware-registry -> true
2132026-05-29T09:47:40.176Z version-lock.system/data/zoneinfo -> true
2142026-05-29T09:47:40.176Z version-lock.system/microcode/amd -> true
2152026-05-29T09:47:40.177Z version-lock.system/microcode/intel -> true
2162026-05-29T09:47:40.177Z version-lock.system/microcode/oxide -> true
2172026-05-29T09:47:40.177Zassessing packaged files...
2182026-05-29T09:47:41.661Zcreating archive...
2192026-05-29T09:47:41.687Zmissing from packaging:
2202026-05-29T09:47:41.687Z "etc/.pwd.lock"
2212026-05-29T09:47:41.690Z "etc/svc/profile/generic.xml"
2222026-05-29T09:47:41.690Z "etc/svc/profile/inetd_services.xml"
2232026-05-29T09:47:41.690Z "etc/svc/profile/name_service.xml"
2242026-05-29T09:47:41.693Z "etc/svc/profile/platform.xml"
2252026-05-29T09:47:41.693Z "etc/svc/profile/platform_omicron1.xml"
2262026-05-29T09:47:41.693Z "etc/svc/repository.db"
2272026-05-29T09:47:41.693Z
2282026-05-29T09:47:41.699Z
2292026-05-29T09:47:41.699Zfinishing archive...
2302026-05-29T09:47:42.341Zcreating gzonly manifest...
2312026-05-29T09:47:42.346Zok
2322026-05-29T09:47:42.411Z+ trap cleanup EXIT
2332026-05-29T09:47:42.414Z+ OUT_DIR=/work/bench-results
2342026-05-29T09:47:42.414Z+ mkdir -p /work/bench-results
2352026-05-29T09:47:42.414Z+ mkdir -p target/criterion
2362026-05-29T09:47:42.417Z+ mkdir -p target/xde-bench
2372026-05-29T09:47:42.417Z+ banner collect
2382026-05-29T09:47:42.420Z
2392026-05-29T09:47:42.420Z #### #### # # ###### #### #####
2402026-05-29T09:47:42.420Z # # # # # # # # # #
2412026-05-29T09:47:42.420Z # # # # # ##### # #
2422026-05-29T09:47:42.420Z # # # # # # # #
2432026-05-29T09:47:42.421Z # # # # # # # # # #
2442026-05-29T09:47:42.421Z #### #### ###### ###### ###### #### #
2452026-05-29T09:47:42.421Z
2462026-05-29T09:47:42.421Z++ cat .git/refs/heads/master
2472026-05-29T09:47:42.421Z+ BASELINE_COMMIT=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350
2482026-05-29T09:47:42.421Z+ [[ eviction-policy == \m\a\s\t\e\r ]]
2492026-05-29T09:47:42.421Z+ get_artifact opte benchmark 5470aa15eaa06e5183c374c1f61e5e5ddd5e0350 bench-results.tgz
2502026-05-29T09:47:42.421Z+ local curl_res
2512026-05-29T09:47:42.421Z+ repo=opte
2522026-05-29T09:47:42.421Z+ series=benchmark
2532026-05-29T09:47:42.421Z+ commit=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350
2542026-05-29T09:47:42.421Z+ name=bench-results.tgz
2552026-05-29T09:47:42.421Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2562026-05-29T09:47:42.421Z+ mkdir -p download
2572026-05-29T09:47:42.424Z+ pushd download
2582026-05-29T09:47:42.424Z+ [[ ! -f bench-results.tgz ]]
2592026-05-29T09:47:42.424Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
2602026-05-29T09:47:42.424Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/benchmark/5470aa15eaa06e5183c374c1f61e5e5ddd5e0350/bench-results.tgz
2612026-05-29T09:47:42.428Z % Total % Received % Xferd Average Speed Time Time Time Current
2622026-05-29T09:47:42.428Z Dload Upload Total Spent Left Speed
2632026-05-29T09:47:42.790Z 0 0 0 0 0 0 0 0 0 100 6.07M 100 6.07M 0 0 16.76M 0 0 100 6.07M 100 6.07M 0 0 16.76M 0 0 100 6.07M 100 6.07M 0 0 16.76M 0 0
2642026-05-29T09:47:42.793Z+ curl_res=0
2652026-05-29T09:47:42.793Z+ popd
2662026-05-29T09:47:42.793Z+ return 0
2672026-05-29T09:47:42.793Z/work/oxidecomputer/opte
2682026-05-29T09:47:42.793Z+ tar -xf download/bench-results.tgz -C target
2692026-05-29T09:47:42.992Z+ mv target/bench-results/criterion target/bench-results/xde-bench target/
2702026-05-29T09:47:42.995Z+ rm -r target/bench-results
2712026-05-29T09:47:42.998Z+ [[ '' -eq 1 ]]
2722026-05-29T09:47:42.998Z+ uname -a
2732026-05-29T09:47:42.998ZSunOS w-01KSSHZT6GPPP2YS40JAEDT17H 5.11 helios-3.0.23972 i86pc i386 i86pc
2742026-05-29T09:47:42.998Z+ cat /etc/versions/build
2752026-05-29T09:47:42.998Zheads/stlouis-0-gd5af107c55
2762026-05-29T09:47:42.998Z+ dladm
2772026-05-29T09:47:43.002ZLINK CLASS MTU STATE BRIDGE OVER
2782026-05-29T09:47:43.002Zena0 phys 9216 up -- --
2792026-05-29T09:47:43.002Z+ ipadm
2802026-05-29T09:47:43.005ZADDROBJ TYPE STATE ADDR
2812026-05-29T09:47:43.005Zlo0/v4 static ok 127.0.0.1/8
2822026-05-29T09:47:43.005Zena0/dhcp dhcp ok 10.150.1.123/24
2832026-05-29T09:47:43.005Zlo0/v6 static ok ::1/128
2842026-05-29T09:47:43.005Z+ pfexec rem_drv xde
2852026-05-29T09:47:43.012Z+ set -o errexit
2862026-05-29T09:47:43.012Z+ set -o pipefail
2872026-05-29T09:47:43.012Z+ banner prepare
2882026-05-29T09:47:43.015Z
2892026-05-29T09:47:43.015Z ##### ##### ###### ##### ## ##### ######
2902026-05-29T09:47:43.015Z # # # # # # # # # # # #
2912026-05-29T09:47:43.015Z # # # # ##### # # # # # # #####
2922026-05-29T09:47:43.015Z ##### ##### # ##### ###### ##### #
2932026-05-29T09:47:43.015Z # # # # # # # # # #
2942026-05-29T09:47:43.015Z # # # ###### # # # # # ######
2952026-05-29T09:47:43.016Z
2962026-05-29T09:47:43.016Z+ pfexec cp /input/xde/work/xde.conf /kernel/drv/
2972026-05-29T09:47:43.019Z+ pfexec cp /input/xde/work/release/xde /kernel/drv/amd64
2982026-05-29T09:47:43.085Z+ pfexec add_drv xde
2992026-05-29T09:47:43.922Z+ banner bench
3002026-05-29T09:47:43.925Z
3012026-05-29T09:47:43.925Z ##### ###### # # #### # #
3022026-05-29T09:47:43.925Z # # # ## # # # # #
3032026-05-29T09:47:43.925Z ##### ##### # # # # ######
3042026-05-29T09:47:43.925Z # # # # # # # # #
3052026-05-29T09:47:43.925Z # # # # ## # # # #
3062026-05-29T09:47:43.925Z ##### ###### # # #### # #
3072026-05-29T09:47:43.925Z
3082026-05-29T09:47:43.926Z+ cargo kbench local
3092026-05-29T09:47:44.031Z Updating crates.io index
3102026-05-29T09:47:44.065Z Updating git repository `https://github.com/oxidecomputer/falcon`
3112026-05-29T09:47:45.033Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3122026-05-29T09:47:45.284Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-05-29T09:47:45.663Z Updating git repository `https://github.com/oxidecomputer/zone`
3142026-05-29T09:47:46.157Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152026-05-29T09:47:46.457Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162026-05-29T09:47:47.005Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172026-05-29T09:47:49.071Z Downloading crates ...
3182026-05-29T09:47:49.123Z Downloaded clap_derive v4.6.1
3192026-05-29T09:47:49.128Z Downloaded cfg-if v1.0.4
3202026-05-29T09:47:49.131Z Downloaded alloca v0.4.0
3212026-05-29T09:47:49.131Z Downloaded cast v0.3.0
3222026-05-29T09:47:49.131Z Downloaded anstyle-parse v1.0.0
3232026-05-29T09:47:49.135Z Downloaded heck v0.5.0
3242026-05-29T09:47:49.138Z Downloaded proc-macro-error-attr v1.0.4
3252026-05-29T09:47:49.141Z Downloaded aho-corasick v1.1.4
3262026-05-29T09:47:49.145Z Downloaded powerfmt v0.2.0
3272026-05-29T09:47:49.147Z Downloaded macaddr v1.0.1
3282026-05-29T09:47:49.148Z Downloaded anes v0.1.6
3292026-05-29T09:47:49.150Z Downloaded lazy_static v1.5.0
3302026-05-29T09:47:49.150Z Downloaded managed v0.8.0
3312026-05-29T09:47:49.153Z Downloaded futures-sink v0.3.32
3322026-05-29T09:47:49.153Z Downloaded futures-core v0.3.32
3332026-05-29T09:47:49.153Z Downloaded pin-project-lite v0.2.17
3342026-05-29T09:47:49.157Z Downloaded heck v0.4.1
3352026-05-29T09:47:49.159Z Downloaded futures-task v0.3.32
3362026-05-29T09:47:49.159Z Downloaded either v1.15.0
3372026-05-29T09:47:49.159Z Downloaded same-file v1.0.6
3382026-05-29T09:47:49.162Z Downloaded page_size v0.6.0
3392026-05-29T09:47:49.162Z Downloaded rusticata-macros v5.0.0
3402026-05-29T09:47:49.165Z Downloaded errno v0.3.14
3412026-05-29T09:47:49.165Z Downloaded embedded-io v0.4.0
3422026-05-29T09:47:49.165Z Downloaded proc-macro-error-attr2 v2.0.0
3432026-05-29T09:47:49.168Z Downloaded pretty-hex v0.4.2
3442026-05-29T09:47:49.168Z Downloaded dyn-clone v1.0.20
3452026-05-29T09:47:49.168Z Downloaded ref-cast-impl v1.0.25
3462026-05-29T09:47:49.171Z Downloaded proc-macro-crate v3.5.0
3472026-05-29T09:47:49.171Z Downloaded colorchoice v1.0.5
3482026-05-29T09:47:49.171Z Downloaded cobs v0.3.0
3492026-05-29T09:47:49.173Z Downloaded erased-serde v0.3.31
3502026-05-29T09:47:49.174Z Downloaded darling_macro v0.21.3
3512026-05-29T09:47:49.176Z Downloaded cpufeatures v0.3.0
3522026-05-29T09:47:49.176Z Downloaded plotters-svg v0.3.7
3532026-05-29T09:47:49.176Z Downloaded num_enum_derive v0.7.6
3542026-05-29T09:47:49.179Z Downloaded take_mut v0.2.2
3552026-05-29T09:47:49.179Z Downloaded embedded-io v0.6.1
3562026-05-29T09:47:49.179Z Downloaded dtor v0.8.1
3572026-05-29T09:47:49.179Z Downloaded clap_lex v1.1.0
3582026-05-29T09:47:49.182Z Downloaded circular v0.3.0
3592026-05-29T09:47:49.182Z Downloaded num_enum v0.7.6
3602026-05-29T09:47:49.185Z Downloaded slog-envlogger v2.2.0
3612026-05-29T09:47:49.185Z Downloaded ref-cast v1.0.25
3622026-05-29T09:47:49.188Z Downloaded futures-io v0.3.32
3632026-05-29T09:47:49.188Z Downloaded darling_macro v0.23.0
3642026-05-29T09:47:49.188Z Downloaded cfg_aliases v0.2.1
3652026-05-29T09:47:49.188Z Downloaded plotters-backend v0.3.7
3662026-05-29T09:47:49.191Z Downloaded oorandom v11.1.5
3672026-05-29T09:47:49.191Z Downloaded anstyle-query v1.1.5
3682026-05-29T09:47:49.191Z Downloaded futures-channel v0.3.32
3692026-05-29T09:47:49.194Z Downloaded equivalent v1.0.2
3702026-05-29T09:47:49.194Z Downloaded defmt v1.0.1
3712026-05-29T09:47:49.197Z Downloaded time-core v0.1.8
3722026-05-29T09:47:49.197Z Downloaded foreign-types-shared v0.3.1
3732026-05-29T09:47:49.197Z Downloaded defmt-parser v1.0.0
3742026-05-29T09:47:49.199Z Downloaded strsim v0.11.1
3752026-05-29T09:47:49.199Z Downloaded futures-macro v0.3.32
3762026-05-29T09:47:49.199Z Downloaded ident_case v1.0.1
3772026-05-29T09:47:49.199Z Downloaded stable_deref_trait v1.2.1
3782026-05-29T09:47:49.200Z Downloaded cstr-argument v0.1.2
3792026-05-29T09:47:49.202Z Downloaded fnv v1.0.7
3802026-05-29T09:47:49.202Z Downloaded ciborium-ll v0.2.2
3812026-05-29T09:47:49.202Z Downloaded utf8parse v0.2.2
3822026-05-29T09:47:49.202Z Downloaded terminal_size v0.4.4
3832026-05-29T09:47:49.205Z Downloaded foreign-types-macros v0.2.3
3842026-05-29T09:47:49.205Z Downloaded dtor-proc-macro v0.0.13
3852026-05-29T09:47:49.205Z Downloaded ctor v0.10.1
3862026-05-29T09:47:49.205Z Downloaded find-msvc-tools v0.1.9
3872026-05-29T09:47:49.208Z Downloaded ciborium-io v0.2.2
3882026-05-29T09:47:49.208Z Downloaded cc v1.2.61
3892026-05-29T09:47:49.211Z Downloaded hash32 v0.3.1
3902026-05-29T09:47:49.214Z Downloaded version_check v0.9.5
3912026-05-29T09:47:49.217Z Downloaded is_terminal_polyfill v1.70.2
3922026-05-29T09:47:49.220Z Downloaded tabwriter v1.4.1
3932026-05-29T09:47:49.220Z Downloaded foreign-types v0.5.0
3942026-05-29T09:47:49.220Z Downloaded defmt v0.3.100
3952026-05-29T09:47:49.223Z Downloaded num-conv v0.2.1
3962026-05-29T09:47:49.223Z Downloaded itoa v1.0.18
3972026-05-29T09:47:49.226Z Downloaded link-section v0.2.1
3982026-05-29T09:47:49.226Z Downloaded is-terminal v0.4.17
3992026-05-29T09:47:49.226Z Downloaded ctor-proc-macro v0.0.13
4002026-05-29T09:47:49.229Z Downloaded oxnet v0.1.5
4012026-05-29T09:47:49.229Z Downloaded quote v1.0.45
4022026-05-29T09:47:49.232Z Downloaded futures-executor v0.3.32
4032026-05-29T09:47:49.232Z Downloaded slog-term v2.9.2
4042026-05-29T09:47:49.237Z Downloaded ingot v0.1.1
4052026-05-29T09:47:49.240Z Downloaded cookie-factory v0.3.3
4062026-05-29T09:47:49.242Z Downloaded byteorder v1.5.0
4072026-05-29T09:47:49.242Z Downloaded zmij v1.0.21
4082026-05-29T09:47:49.242Z Downloaded thread_local v1.1.9
4092026-05-29T09:47:49.245Z Downloaded shlex v1.3.0
4102026-05-29T09:47:49.245Z Downloaded thiserror-impl v1.0.69
4112026-05-29T09:47:49.245Z Downloaded slab v0.4.12
4122026-05-29T09:47:49.248Z Downloaded rand_core v0.10.1
4132026-05-29T09:47:49.248Z Downloaded walkdir v2.5.0
4142026-05-29T09:47:49.248Z Downloaded crossbeam-utils v0.8.21
4152026-05-29T09:47:49.251Z Downloaded crossbeam-deque v0.8.6
4162026-05-29T09:47:49.251Z Downloaded time-macros v0.2.27
4172026-05-29T09:47:49.254Z Downloaded slog-stdlog v4.1.1
4182026-05-29T09:47:49.254Z Downloaded rustversion v1.0.22
4192026-05-29T09:47:49.257Z Downloaded proc-macro-error v1.0.4
4202026-05-29T09:47:49.257Z Downloaded deranged v0.5.8
4212026-05-29T09:47:49.259Z Downloaded ipnetwork v0.21.1
4222026-05-29T09:47:49.259Z Downloaded criterion-plot v0.8.2
4232026-05-29T09:47:49.262Z Downloaded thiserror v2.0.18
4242026-05-29T09:47:49.265Z Downloaded autocfg v1.5.0
4252026-05-29T09:47:49.265Z Downloaded slog-async v2.8.0
4262026-05-29T09:47:49.265Z Downloaded anstream v1.0.0
4272026-05-29T09:47:49.268Z Downloaded thiserror v1.0.69
4282026-05-29T09:47:49.271Z Downloaded crossbeam-epoch v0.9.18
4292026-05-29T09:47:49.271Z Downloaded ciborium v0.2.2
4302026-05-29T09:47:49.274Z Downloaded num-traits v0.2.19
4312026-05-29T09:47:49.276Z Downloaded anstyle v1.0.14
4322026-05-29T09:47:49.276Z Downloaded term v1.2.1
4332026-05-29T09:47:49.279Z Downloaded ingot-macros v0.1.1
4342026-05-29T09:47:49.279Z Downloaded once_cell v1.21.4
4352026-05-29T09:47:49.282Z Downloaded proc-macro-error2 v2.0.1
4362026-05-29T09:47:49.285Z Downloaded darling v0.23.0
4372026-05-29T09:47:49.288Z Downloaded defmt-macros v1.0.1
4382026-05-29T09:47:49.288Z Downloaded tracing-attributes v0.1.31
4392026-05-29T09:47:49.291Z Downloaded darling v0.21.3
4402026-05-29T09:47:49.294Z Downloaded slog-scope v4.4.1
4412026-05-29T09:47:49.294Z Downloaded postcard v1.1.3
4422026-05-29T09:47:49.297Z Downloaded chacha20 v0.10.0
4432026-05-29T09:47:49.297Z Downloaded ingot-types v0.1.2
4442026-05-29T09:47:49.297Z Downloaded indexmap v2.14.0
4452026-05-29T09:47:49.300Z Downloaded tinytemplate v1.2.1
4462026-05-29T09:47:49.302Z Downloaded proc-macro2 v1.0.106
4472026-05-29T09:47:49.302Z Downloaded futures v0.3.32
4482026-05-29T09:47:49.307Z Downloaded anyhow v1.0.102
4492026-05-29T09:47:49.310Z Downloaded iana-time-zone v0.1.65
4502026-05-29T09:47:49.310Z Downloaded log v0.4.29
4512026-05-29T09:47:49.313Z Downloaded getrandom v0.4.2
4522026-05-29T09:47:49.316Z Downloaded bitflags v1.3.2
4532026-05-29T09:47:49.316Z Downloaded uuid v1.23.1
4542026-05-29T09:47:49.319Z Downloaded half v2.7.1
4552026-05-29T09:47:49.319Z Downloaded serde_core v1.0.228
4562026-05-29T09:47:49.321Z Downloaded unicode-ident v1.0.24
4572026-05-29T09:47:49.324Z Downloaded arc-swap v1.9.1
4582026-05-29T09:47:49.324Z Downloaded serde_derive v1.0.228
4592026-05-29T09:47:49.327Z Downloaded heapless v0.8.0
4602026-05-29T09:47:49.330Z Downloaded socket2 v0.6.3
4612026-05-29T09:47:49.330Z Downloaded crossbeam-channel v0.5.15
4622026-05-29T09:47:49.333Z Downloaded darling_core v0.23.0
4632026-05-29T09:47:49.336Z Downloaded darling_core v0.21.3
4642026-05-29T09:47:49.338Z Downloaded clap v4.6.1
4652026-05-29T09:47:49.343Z Downloaded tracing-core v0.1.36
4662026-05-29T09:47:49.346Z Downloaded hashbrown v0.17.0
4672026-05-29T09:47:49.349Z Downloaded itertools v0.13.0
4682026-05-29T09:47:49.352Z Downloaded itertools v0.12.1
4692026-05-29T09:47:49.356Z Downloaded criterion v0.8.2
4702026-05-29T09:47:49.360Z Downloaded slog v2.8.2
4712026-05-29T09:47:49.363Z Downloaded rayon-core v1.13.0
4722026-05-29T09:47:49.366Z Downloaded plotters v0.3.7
4732026-05-29T09:47:49.370Z Downloaded memchr v2.8.0
4742026-05-29T09:47:49.373Z Downloaded zerocopy-derive v0.8.48
4752026-05-29T09:47:49.377Z Downloaded toml_edit v0.25.11+spec-1.1.0
4762026-05-29T09:47:49.380Z Downloaded chrono v0.4.44
4772026-05-29T09:47:49.384Z Downloaded serde v1.0.228
4782026-05-29T09:47:49.387Z Downloaded futures-util v0.3.32
4792026-05-29T09:47:49.393Z Downloaded itertools v0.14.0
4802026-05-29T09:47:49.397Z Downloaded rand v0.10.1
4812026-05-29T09:47:49.400Z Downloaded clap_builder v4.6.0
4822026-05-29T09:47:49.403Z Downloaded toml_parser v1.1.2+spec-1.1.0
4832026-05-29T09:47:49.406Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4842026-05-29T09:47:49.406Z Downloaded thiserror-impl v2.0.18
4852026-05-29T09:47:49.406Z Downloaded crc32fast v1.5.0
4862026-05-29T09:47:49.409Z Downloaded bitflags v2.11.1
4872026-05-29T09:47:49.409Z Downloaded colored v3.1.1
4882026-05-29T09:47:49.430Z Downloaded libc v0.2.186
4892026-05-29T09:47:49.449Z Downloaded nom v8.0.0
4902026-05-29T09:47:49.456Z Downloaded serde_json v1.0.149
4912026-05-29T09:47:49.459Z Downloaded regex v1.12.3
4922026-05-29T09:47:49.462Z Downloaded pcap-parser v0.17.0
4932026-05-29T09:47:49.468Z Downloaded rayon v1.12.0
4942026-05-29T09:47:49.473Z Downloaded winnow v1.0.2
4952026-05-29T09:47:49.495Z Downloaded time v0.3.47
4962026-05-29T09:47:49.515Z Downloaded syn v1.0.109
4972026-05-29T09:47:49.523Z Downloaded zerocopy v0.8.48
4982026-05-29T09:47:49.533Z Downloaded unicode-width v0.2.2
4992026-05-29T09:47:49.536Z Downloaded syn v2.0.117
5002026-05-29T09:47:49.541Z Downloaded nix v0.31.2
5012026-05-29T09:47:49.547Z Downloaded smoltcp v0.11.0
5022026-05-29T09:47:49.553Z Downloaded regex-syntax v0.8.10
5032026-05-29T09:47:49.558Z Downloaded rustix v1.1.4
5042026-05-29T09:47:49.570Z Downloaded tracing v0.1.44
5052026-05-29T09:47:49.580Z Downloaded regex-automata v0.4.14
5062026-05-29T09:47:49.647Z Compiling proc-macro2 v1.0.106
5072026-05-29T09:47:49.647Z Compiling unicode-ident v1.0.24
5082026-05-29T09:47:49.647Z Compiling quote v1.0.45
5092026-05-29T09:47:49.647Z Compiling serde_core v1.0.228
5102026-05-29T09:47:49.647Z Compiling cfg-if v1.0.4
5112026-05-29T09:47:49.650Z Compiling libc v0.2.186
5122026-05-29T09:47:49.650Z Compiling memchr v2.8.0
5132026-05-29T09:47:49.650Z Compiling serde v1.0.228
5142026-05-29T09:47:49.795Z Compiling rustversion v1.0.22
5152026-05-29T09:47:49.862Z Compiling version_check v0.9.5
5162026-05-29T09:47:50.129Z Compiling ident_case v1.0.1
5172026-05-29T09:47:50.137Z Compiling strsim v0.11.1
5182026-05-29T09:47:50.157Z Compiling zerocopy v0.8.48
5192026-05-29T09:47:50.236Z Compiling thiserror v2.0.18
5202026-05-29T09:47:50.416Z Compiling either v1.15.0
5212026-05-29T09:47:50.569Z Compiling fnv v1.0.7
5222026-05-29T09:47:50.630Z Compiling regex-syntax v0.8.10
5232026-05-29T09:47:50.656Z Compiling crossbeam-utils v0.8.21
5242026-05-29T09:47:50.675Z Compiling syn v1.0.109
5252026-05-29T09:47:50.750Z Compiling pin-project-lite v0.2.17
5262026-05-29T09:47:50.842Z Compiling winnow v1.0.2
5272026-05-29T09:47:50.946Z Compiling syn v2.0.117
5282026-05-29T09:47:50.988Z Compiling equivalent v1.0.2
5292026-05-29T09:47:51.041Z Compiling aho-corasick v1.1.4
5302026-05-29T09:47:51.065Z Compiling hashbrown v0.17.0
5312026-05-29T09:47:51.166Z Compiling itertools v0.14.0
5322026-05-29T09:47:51.591Z Compiling indexmap v2.14.0
5332026-05-29T09:47:51.839Z Compiling toml_parser v1.1.2+spec-1.1.0
5342026-05-29T09:47:52.112Z Compiling bitflags v2.11.1
5352026-05-29T09:47:52.186Z Compiling regex-automata v0.4.14
5362026-05-29T09:47:52.373Z Compiling autocfg v1.5.0
5372026-05-29T09:47:52.381Z Compiling byteorder v1.5.0
5382026-05-29T09:47:52.443Z Compiling heapless v0.8.0
5392026-05-29T09:47:52.567Z Compiling toml_datetime v1.1.1+spec-1.1.0
5402026-05-29T09:47:52.633Z Compiling hash32 v0.3.1
5412026-05-29T09:47:52.709Z Compiling num-traits v0.2.19
5422026-05-29T09:47:52.764Z Compiling toml_edit v0.25.11+spec-1.1.0
5432026-05-29T09:47:52.782Z Compiling slog v2.8.2
5442026-05-29T09:47:52.902Z Compiling futures-core v0.3.32
5452026-05-29T09:47:52.943Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5462026-05-29T09:47:53.021Z Compiling stable_deref_trait v1.2.1
5472026-05-29T09:47:53.033Z Compiling smoltcp v0.11.0
5482026-05-29T09:47:53.048Z Compiling macaddr v1.0.1
5492026-05-29T09:47:53.091Z Compiling futures-sink v0.3.32
5502026-05-29T09:47:53.200Z Compiling futures-channel v0.3.32
5512026-05-29T09:47:53.379Z Compiling proc-macro-crate v3.5.0
5522026-05-29T09:47:53.424Z Compiling darling_core v0.21.3
5532026-05-29T09:47:53.444Z Compiling darling_core v0.23.0
5542026-05-29T09:47:53.625Z Compiling proc-macro-error-attr v1.0.4
5552026-05-29T09:47:53.682Z Compiling ref-cast v1.0.25
5562026-05-29T09:47:53.798Z Compiling regex v1.12.3
5572026-05-29T09:47:53.864Z Compiling crc32fast v1.5.0
5582026-05-29T09:47:54.064Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5592026-05-29T09:47:54.194Z Compiling rand_core v0.10.1
5602026-05-29T09:47:54.240Z Compiling getrandom v0.4.2
5612026-05-29T09:47:54.297Z Compiling futures-task v0.3.32
5622026-05-29T09:47:54.358Z Compiling slab v0.4.12
5632026-05-29T09:47:54.467Z Compiling futures-io v0.3.32
5642026-05-29T09:47:54.524Z Compiling bitflags v1.3.2
5652026-05-29T09:47:54.532Z Compiling itoa v1.0.18
5662026-05-29T09:47:54.561Z Compiling anyhow v1.0.102
5672026-05-29T09:47:54.590Z Compiling managed v0.8.0
5682026-05-29T09:47:54.644Z Compiling serde_derive v1.0.228
5692026-05-29T09:47:54.653Z Compiling zerocopy-derive v0.8.48
5702026-05-29T09:47:54.739Z Compiling thiserror-impl v2.0.18
5712026-05-29T09:47:54.747Z Compiling futures-macro v0.3.32
5722026-05-29T09:47:55.102Z Compiling num_enum_derive v0.7.6
5732026-05-29T09:47:55.579Z Compiling futures-util v0.3.32
5742026-05-29T09:47:55.611Z Compiling darling_macro v0.21.3
5752026-05-29T09:47:55.620Z Compiling darling_macro v0.23.0
5762026-05-29T09:47:56.081Z Compiling cobs v0.3.0
5772026-05-29T09:47:56.106Z Compiling foreign-types-macros v0.2.3
5782026-05-29T09:47:56.169Z Compiling darling v0.21.3
5792026-05-29T09:47:56.173Z Compiling darling v0.23.0
5802026-05-29T09:47:56.245Z Compiling ref-cast-impl v1.0.25
5812026-05-29T09:47:56.253Z Compiling ingot-macros v0.1.1
5822026-05-29T09:47:56.742Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5832026-05-29T09:47:56.849Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5842026-05-29T09:47:57.091Z Compiling proc-macro-error v1.0.4
5852026-05-29T09:47:57.123Z Compiling rustix v1.1.4
5862026-05-29T09:47:57.132Z Compiling foreign-types-shared v0.3.1
5872026-05-29T09:47:57.218Z Compiling unicode-width v0.2.2
5882026-05-29T09:47:57.328Z Compiling cpufeatures v0.3.0
5892026-05-29T09:47:57.397Z Compiling ipnetwork v0.21.1
5902026-05-29T09:47:57.487Z Compiling once_cell v1.21.4
5912026-05-29T09:47:57.560Z Compiling tabwriter v1.4.1
5922026-05-29T09:47:57.711Z Compiling tracing-core v0.1.36
5932026-05-29T09:47:57.715Z Compiling chacha20 v0.10.0
5942026-05-29T09:47:57.867Z Compiling erased-serde v0.3.31
5952026-05-29T09:47:57.890Z Compiling postcard v1.1.3
5962026-05-29T09:47:57.907Z Compiling futures-executor v0.3.32
5972026-05-29T09:47:57.994Z Compiling foreign-types v0.5.0
5982026-05-29T09:47:58.403Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5992026-05-29T09:47:58.424Z Compiling num_enum v0.7.6
6002026-05-29T09:47:58.542Z Compiling tracing-attributes v0.1.31
6012026-05-29T09:47:58.549Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6022026-05-29T09:47:58.630Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6032026-05-29T09:47:58.903Z Compiling errno v0.3.14
6042026-05-29T09:47:59.096Z Compiling ingot-types v0.1.2
6052026-05-29T09:47:59.128Z Compiling cstr-argument v0.1.2
6062026-05-29T09:47:59.140Z Compiling zmij v1.0.21
6072026-05-29T09:47:59.159Z Compiling utf8parse v0.2.2
6082026-05-29T09:47:59.263Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
6092026-05-29T09:47:59.273Z Compiling find-msvc-tools v0.1.9
6102026-05-29T09:47:59.281Z Compiling shlex v1.3.0
6112026-05-29T09:47:59.432Z Compiling powerfmt v0.2.0
6122026-05-29T09:47:59.460Z Compiling ingot v0.1.1
6132026-05-29T09:47:59.491Z Compiling num-conv v0.2.1
6142026-05-29T09:47:59.494Z Compiling time-core v0.1.8
6152026-05-29T09:47:59.631Z Compiling thiserror v1.0.69
6162026-05-29T09:47:59.640Z Compiling dyn-clone v1.0.20
6172026-05-29T09:47:59.655Z Compiling pretty-hex v0.4.2
6182026-05-29T09:47:59.796Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
6192026-05-29T09:47:59.818Z Compiling time-macros v0.2.27
6202026-05-29T09:47:59.835Z Compiling tracing v0.1.44
6212026-05-29T09:47:59.993Z Compiling deranged v0.5.8
6222026-05-29T09:48:00.181Z Compiling cc v1.2.61
6232026-05-29T09:48:00.212Z Compiling anstyle-parse v1.0.0
6242026-05-29T09:48:00.419Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6252026-05-29T09:48:00.422Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6262026-05-29T09:48:00.805Z Compiling rand v0.10.1
6272026-05-29T09:48:01.032Z Compiling futures v0.3.32
6282026-05-29T09:48:01.105Z Compiling thiserror-impl v1.0.69
6292026-05-29T09:48:01.114Z Compiling crossbeam-epoch v0.9.18
6302026-05-29T09:48:01.321Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6312026-05-29T09:48:01.554Z Compiling uuid v1.23.1
6322026-05-29T09:48:01.562Z Compiling arc-swap v1.9.1
6332026-05-29T09:48:01.612Z Compiling socket2 v0.6.3
6342026-05-29T09:48:01.894Z Compiling nom v8.0.0
6352026-05-29T09:48:01.959Z Compiling thread_local v1.1.9
6362026-05-29T09:48:02.160Z Compiling heck v0.4.1
6372026-05-29T09:48:02.296Z Compiling anstyle v1.0.14
6382026-05-29T09:48:02.504Z Compiling is_terminal_polyfill v1.70.2
6392026-05-29T09:48:02.543Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6402026-05-29T09:48:02.588Z Compiling rayon-core v1.13.0
6412026-05-29T09:48:02.596Z Compiling lazy_static v1.5.0
6422026-05-29T09:48:02.694Z Compiling iana-time-zone v0.1.65
6432026-05-29T09:48:02.818Z Compiling serde_json v1.0.149
6442026-05-29T09:48:02.850Z Compiling oxnet v0.1.5
6452026-05-29T09:48:02.994Z Compiling colored v3.1.1
6462026-05-29T09:48:03.142Z Compiling colorchoice v1.0.5
6472026-05-29T09:48:03.214Z Compiling slog-async v2.8.0
6482026-05-29T09:48:03.255Z Compiling anstyle-query v1.1.5
6492026-05-29T09:48:03.359Z Compiling anstream v1.0.0
6502026-05-29T09:48:03.550Z Compiling time v0.3.47
6512026-05-29T09:48:04.150Z Compiling chrono v0.4.44
6522026-05-29T09:48:04.167Z Compiling slog-scope v4.4.1
6532026-05-29T09:48:04.511Z Compiling rusticata-macros v5.0.0
6542026-05-29T09:48:04.553Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6552026-05-29T09:48:04.667Z Compiling crossbeam-deque v0.8.6
6562026-05-29T09:48:04.769Z Compiling alloca v0.4.0
6572026-05-29T09:48:04.884Z Compiling cookie-factory v0.3.3
6582026-05-29T09:48:05.067Z Compiling terminal_size v0.4.4
6592026-05-29T09:48:05.214Z Compiling half v2.7.1
6602026-05-29T09:48:05.229Z Compiling crossbeam-channel v0.5.15
6612026-05-29T09:48:05.281Z Compiling itertools v0.12.1
6622026-05-29T09:48:05.525Z Compiling is-terminal v0.4.17
6632026-05-29T09:48:05.536Z Compiling term v1.2.1
6642026-05-29T09:48:05.621Z Compiling heck v0.5.0
6652026-05-29T09:48:05.821Z Compiling log v0.4.29
6662026-05-29T09:48:05.856Z Compiling cfg_aliases v0.2.1
6672026-05-29T09:48:05.929Z Compiling clap_lex v1.1.0
6682026-05-29T09:48:06.053Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6692026-05-29T09:48:06.243Z Compiling ciborium-io v0.2.2
6702026-05-29T09:48:06.339Z Compiling circular v0.3.0
6712026-05-29T09:48:06.528Z Compiling take_mut v0.2.2
6722026-05-29T09:48:06.640Z Compiling plotters-backend v0.3.7
6732026-05-29T09:48:06.735Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6742026-05-29T09:48:06.798Z Compiling clap_builder v4.6.0
6752026-05-29T09:48:06.963Z Compiling plotters-svg v0.3.7
6762026-05-29T09:48:07.216Z Compiling pcap-parser v0.17.0
6772026-05-29T09:48:07.260Z Compiling ciborium-ll v0.2.2
6782026-05-29T09:48:07.496Z Compiling slog-stdlog v4.1.1
6792026-05-29T09:48:07.713Z Compiling nix v0.31.2
6802026-05-29T09:48:07.833Z Compiling slog-term v2.9.2
6812026-05-29T09:48:07.908Z Compiling clap_derive v4.6.1
6822026-05-29T09:48:08.946Z Compiling itertools v0.13.0
6832026-05-29T09:48:09.138Z Compiling same-file v1.0.6
6842026-05-29T09:48:09.303Z Compiling cast v0.3.0
6852026-05-29T09:48:09.482Z Compiling rayon v1.12.0
6862026-05-29T09:48:09.590Z Compiling clap v4.6.1
6872026-05-29T09:48:09.668Z Compiling walkdir v2.5.0
6882026-05-29T09:48:10.066Z Compiling tinytemplate v1.2.1
6892026-05-29T09:48:10.066Z Compiling slog-envlogger v2.2.0
6902026-05-29T09:48:10.264Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
6912026-05-29T09:48:10.423Z Compiling criterion-plot v0.8.2
6922026-05-29T09:48:10.751Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6932026-05-29T09:48:10.994Z Compiling ciborium v0.2.2
6942026-05-29T09:48:11.051Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2)
6952026-05-29T09:48:11.209Z Compiling plotters v0.3.7
6962026-05-29T09:48:11.624Z Compiling page_size v0.6.0
6972026-05-29T09:48:11.737Z Compiling oorandom v11.1.5
6982026-05-29T09:48:11.759Z Compiling dtor-proc-macro v0.0.13
6992026-05-29T09:48:11.863Z Compiling anes v0.1.6
7002026-05-29T09:48:11.944Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7012026-05-29T09:48:12.122Z Compiling dtor v0.8.1
7022026-05-29T09:48:12.213Z Compiling criterion v0.8.2
7032026-05-29T09:48:12.405Z Compiling link-section v0.2.1
7042026-05-29T09:48:12.545Z Compiling ctor-proc-macro v0.0.13
7052026-05-29T09:48:12.909Z Compiling ctor v0.10.1
7062026-05-29T09:48:14.213Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
7072026-05-29T09:48:27.968Z Finished `bench` profile [optimized + debuginfo] target(s) in 44.03s
7082026-05-29T09:48:28.071Z Running benches/xde.rs (target/release/deps/xde-1d28b3defb1c5d6b)
7092026-05-29T09:48:28.081Z###--------------------------------###
7102026-05-29T09:48:28.081Z:::Building test topology... (120s):::
7112026-05-29T09:48:28.081Z###--------------------------------###
7122026-05-29T09:48:28.087Zadding underlay route 0
7132026-05-29T09:48:28.090Zadding underlay route 1
7142026-05-29T09:48:28.240Zstart zones a, b
7152026-05-29T09:48:38.322Zconfigure zone
7162026-05-29T09:48:38.333Zconfigure zone
7172026-05-29T09:48:38.341Zinstall zone
7182026-05-29T09:48:38.344Zinstall zone
7192026-05-29T09:48:47.981Zboot zone
7202026-05-29T09:48:47.981Zboot zone
7212026-05-29T09:48:48.057Zsetup zones a, b
7222026-05-29T09:48:48.057Z[a] svcs -a
7232026-05-29T09:48:48.057Z[b] svcs -a
7242026-05-29T09:48:48.078ZFailed to parse command output: exit code 1
7252026-05-29T09:48:48.078Zstdout:
7262026-05-29T09:48:48.078Z
7272026-05-29T09:48:48.078Zstderr:
7282026-05-29T09:48:48.078Zsvcs: Could not bind to repository server: repository server unavailable. Exiting.
7292026-05-29T09:48:48.078ZFailed to parse command output: exit code 1
7302026-05-29T09:48:48.078Zstdout:
7312026-05-29T09:48:48.078Z
7322026-05-29T09:48:48.079Zstderr:
7332026-05-29T09:48:48.079Zsvcs: Could not bind to repository server: repository server unavailable. Exiting.
7342026-05-29T09:48:48.279Z[a] svcs -a
7352026-05-29T09:48:48.279Z[b] svcs -a
7362026-05-29T09:48:48.389ZSTATE STIME FMRI
7372026-05-29T09:48:48.389Zonline 9:48:46 svc:/system/svc/restarter:default
7382026-05-29T09:48:48.389Zoffline 9:48:46 svc:/system/early-manifest-import:default
7392026-05-29T09:48:48.389Z- - svc:/application/management/net-snmp:default
7402026-05-29T09:48:48.389Z- - svc:/application/pkg/dynamic-mirror:default
7412026-05-29T09:48:48.389Z- - svc:/application/pkg/mirror:default
7422026-05-29T09:48:48.389Z- - svc:/application/pkg/repositories-setup:default
7432026-05-29T09:48:48.389Z- - svc:/application/pkg/server:default
7442026-05-29T09:48:48.389Z- - svc:/application/security/tcsd:default
7452026-05-29T09:48:48.389Z- - svc:/milestone/devices:default
7462026-05-29T09:48:48.389Z- - svc:/milestone/multi-user-server:default
7472026-05-29T09:48:48.389Z- - svc:/milestone/multi-user:default
7482026-05-29T09:48:48.389Z- - svc:/milestone/name-services:default
7492026-05-29T09:48:48.389Z- - svc:/milestone/network:default
7502026-05-29T09:48:48.389Z- - svc:/milestone/single-user:default
7512026-05-29T09:48:48.389Z- - svc:/milestone/sysconfig:default
7522026-05-29T09:48:48.389Z- - svc:/network/chrony:default
7532026-05-29T09:48:48.389Z- - svc:/network/datalink-management:default
7542026-05-29T09:48:48.390Z- - svc:/network/dns/client:default
7552026-05-29T09:48:48.390Z- - svc:/network/dns/install:default
7562026-05-29T09:48:48.390Z- - svc:/network/dns/multicast:default
7572026-05-29T09:48:48.390Z- - svc:/network/inetd-upgrade:default
7582026-05-29T09:48:48.390Z- - svc:/network/inetd:default
7592026-05-29T09:48:48.390Z- - svc:/network/initial:default
7602026-05-29T09:48:48.390Z- - svc:/network/install:default
7612026-05-29T09:48:48.390Z- - svc:/network/ip-interface-management:default
7622026-05-29T09:48:48.390Z- - svc:/network/ipmp:default
7632026-05-29T09:48:48.390Z- - svc:/network/ipqos:default
7642026-05-29T09:48:48.390Z- - svc:/network/ipsec/ike:default
7652026-05-29T09:48:48.390Z- - svc:/network/ipsec/ipsecalgs:default
7662026-05-29T09:48:48.390Z- - svc:/network/ipsec/manual-key:default
7672026-05-29T09:48:48.390Z- - svc:/network/ipsec/policy:default
7682026-05-29T09:48:48.390Z- - svc:/network/iptun:default
7692026-05-29T09:48:48.390Z- - svc:/network/ipv4-forwarding:default
7702026-05-29T09:48:48.390Z- - svc:/network/ipv6-forwarding:default
7712026-05-29T09:48:48.390Z- - svc:/network/ldap/client:default
7722026-05-29T09:48:48.390Z- - svc:/network/location:default
7732026-05-29T09:48:48.390Z- - svc:/network/loopback:default
7742026-05-29T09:48:48.390Z- - svc:/network/netcfg:default
7752026-05-29T09:48:48.390Z- - svc:/network/netmask:default
7762026-05-29T09:48:48.390Z- - svc:/network/nfs/cbd:default
7772026-05-29T09:48:48.390Z- - svc:/network/nfs/client:default
7782026-05-29T09:48:48.390Z- - svc:/network/nfs/log:default
7792026-05-29T09:48:48.390Z- - svc:/network/nfs/mapid:default
7802026-05-29T09:48:48.390Z- - svc:/network/nfs/nlockmgr:default
7812026-05-29T09:48:48.390Z- - svc:/network/nfs/rquota:default
7822026-05-29T09:48:48.390Z- - svc:/network/nfs/server:default
7832026-05-29T09:48:48.390Z- - svc:/network/nfs/status:default
7842026-05-29T09:48:48.390Z- - svc:/network/nis/client:default
7852026-05-29T09:48:48.390Z- - svc:/network/physical:default
7862026-05-29T09:48:48.390Z- - svc:/network/physical:nwam
7872026-05-29T09:48:48.390Z- - svc:/network/routing-setup:default
7882026-05-29T09:48:48.390Z- - svc:/network/routing/legacy-routing:ipv4
7892026-05-29T09:48:48.390Z- - svc:/network/routing/legacy-routing:ipv6
7902026-05-29T09:48:48.390Z- - svc:/network/routing/ndp:default
7912026-05-29T09:48:48.390Z- - svc:/network/routing/rdisc:default
7922026-05-29T09:48:48.390Z- - svc:/network/routing/ripng:default
7932026-05-29T09:48:48.391Z- - svc:/network/routing/route:default
7942026-05-29T09:48:48.391Z- - svc:/network/rpc/bind:default
7952026-05-29T09:48:48.391Z- - svc:/network/rpc/gss:default
7962026-05-29T09:48:48.391Z- - svc:/network/rpc/keyserv:default
7972026-05-29T09:48:48.391Z- - svc:/network/security/kadmin:default
7982026-05-29T09:48:48.391Z- - svc:/network/security/krb5kdc:default
7992026-05-29T09:48:48.391Z- - svc:/network/security/ktkt_warn:default
8002026-05-29T09:48:48.391Z- - svc:/network/service:default
8012026-05-29T09:48:48.391Z- - svc:/network/shares/group:default
8022026-05-29T09:48:48.391Z- - svc:/network/smb/client:default
8032026-05-29T09:48:48.391Z- - svc:/network/smb/server:default
8042026-05-29T09:48:48.391Z- - svc:/network/ssh:default
8052026-05-29T09:48:48.391Z- - svc:/network/tcpkey:default
8062026-05-29T09:48:48.391Z- - svc:/system/auditd:default
8072026-05-29T09:48:48.391Z- - svc:/system/auditset:default
8082026-05-29T09:48:48.391Z- - svc:/system/boot-archive-update:default
8092026-05-29T09:48:48.391Z- - svc:/system/boot-archive:default
8102026-05-29T09:48:48.391Z- - svc:/system/boot-config:default
8112026-05-29T09:48:48.391Z- - svc:/system/consadm:default
8122026-05-29T09:48:48.391Z- - svc:/system/console-login:default
8132026-05-29T09:48:48.391Z- - svc:/system/console-login:vt2
8142026-05-29T09:48:48.391Z- - svc:/system/console-login:vt3
8152026-05-29T09:48:48.391Z- - svc:/system/console-login:vt4
8162026-05-29T09:48:48.391Z- - svc:/system/console-login:vt5
8172026-05-29T09:48:48.391Z- - svc:/system/console-login:vt6
8182026-05-29T09:48:48.391Z- - svc:/system/coreadm:default
8192026-05-29T09:48:48.391Z- - svc:/system/cron:default
8202026-05-29T09:48:48.391Z- - svc:/system/cryptosvc:default
8212026-05-29T09:48:48.391Z- - svc:/system/device/allocate:default
8222026-05-29T09:48:48.391Z- - svc:/system/device/audio:default
8232026-05-29T09:48:48.391Z- - svc:/system/device/local:default
8242026-05-29T09:48:48.391Z- - svc:/system/device/mpxio-upgrade:default
8252026-05-29T09:48:48.391Z- - svc:/system/extended-accounting:flow
8262026-05-29T09:48:48.391Z- - svc:/system/extended-accounting:net
8272026-05-29T09:48:48.391Z- - svc:/system/extended-accounting:process
8282026-05-29T09:48:48.391Z- - svc:/system/extended-accounting:task
8292026-05-29T09:48:48.391Z- - svc:/system/filesystem/local:default
8302026-05-29T09:48:48.391Z- - svc:/system/filesystem/minimal:default
8312026-05-29T09:48:48.391Z- - svc:/system/filesystem/reparse:default
8322026-05-29T09:48:48.392Z- - svc:/system/filesystem/root:default
8332026-05-29T09:48:48.392Z- - svc:/system/filesystem/usr:default
8342026-05-29T09:48:48.392Z- - svc:/system/fm/notify-params:default
8352026-05-29T09:48:48.392Z- - svc:/system/fmd:default
8362026-05-29T09:48:48.399Z- - svc:/system/hostid:default
8372026-05-29T09:48:48.399Z- - svc:/system/hotplug:default
8382026-05-29T09:48:48.399Z- - svc:/system/identity:domain
8392026-05-29T09:48:48.399Z- - svc:/system/identity:node
8402026-05-29T09:48:48.399Z- - svc:/system/idmap:default
8412026-05-29T09:48:48.399Z- - svc:/system/keymap:default
8422026-05-29T09:48:48.399Z- - svc:/system/logadm-upgrade:default
8432026-05-29T09:48:48.399Z- - svc:/system/manifest-import:default
8442026-05-29T09:48:48.400Z- - svc:/system/name-service-cache:default
8452026-05-29T09:48:48.400Z- - svc:/system/pfexec:default
8462026-05-29T09:48:48.400Z- - svc:/system/pkgserv:default
8472026-05-29T09:48:48.400Z- - svc:/system/process-security:default
8482026-05-29T09:48:48.400Z- - svc:/system/rbac:default
8492026-05-29T09:48:48.400Z- - svc:/system/rmtmpfiles:default
8502026-05-29T09:48:48.400Z- - svc:/system/sac:default
8512026-05-29T09:48:48.400Z- - svc:/system/sar:default
8522026-05-29T09:48:48.400Z- - svc:/system/svc/global:default
8532026-05-29T09:48:48.400Z- - svc:/system/system-log:default
8542026-05-29T09:48:48.400Z- - svc:/system/update-man-index:default
8552026-05-29T09:48:48.400Z- - svc:/system/utmp:default
8562026-05-29T09:48:48.400Z- - svc:/system/vtdaemon:default
8572026-05-29T09:48:48.400Z[b] svcs milestone/network
8582026-05-29T09:48:48.400ZSTATE STIME FMRI
8592026-05-29T09:48:48.400Zonline 9:48:46 svc:/system/svc/restarter:default
8602026-05-29T09:48:48.400Zoffline 9:48:46 svc:/system/early-manifest-import:default
8612026-05-29T09:48:48.400Z- - svc:/application/management/net-snmp:default
8622026-05-29T09:48:48.400Z- - svc:/application/pkg/dynamic-mirror:default
8632026-05-29T09:48:48.400Z- - svc:/application/pkg/mirror:default
8642026-05-29T09:48:48.400Z- - svc:/application/pkg/repositories-setup:default
8652026-05-29T09:48:48.400Z- - svc:/application/pkg/server:default
8662026-05-29T09:48:48.400Z- - svc:/application/security/tcsd:default
8672026-05-29T09:48:48.400Z- - svc:/milestone/devices:default
8682026-05-29T09:48:48.400Z- - svc:/milestone/multi-user-server:default
8692026-05-29T09:48:48.401Z- - svc:/milestone/multi-user:default
8702026-05-29T09:48:48.401Z- - svc:/milestone/name-services:default
8712026-05-29T09:48:48.401Z- - svc:/milestone/network:default
8722026-05-29T09:48:48.401Z- - svc:/milestone/single-user:default
8732026-05-29T09:48:48.401Z- - svc:/milestone/sysconfig:default
8742026-05-29T09:48:48.401Z- - svc:/network/chrony:default
8752026-05-29T09:48:48.401Z- - svc:/network/datalink-management:default
8762026-05-29T09:48:48.401Z- - svc:/network/dns/client:default
8772026-05-29T09:48:48.401Z- - svc:/network/dns/install:default
8782026-05-29T09:48:48.401Z- - svc:/network/dns/multicast:default
8792026-05-29T09:48:48.401Z- - svc:/network/inetd-upgrade:default
8802026-05-29T09:48:48.401Z- - svc:/network/inetd:default
8812026-05-29T09:48:48.401Z- - svc:/network/initial:default
8822026-05-29T09:48:48.401Z- - svc:/network/install:default
8832026-05-29T09:48:48.401Z- - svc:/network/ip-interface-management:default
8842026-05-29T09:48:48.401Z- - svc:/network/ipmp:default
8852026-05-29T09:48:48.401Z- - svc:/network/ipqos:default
8862026-05-29T09:48:48.401Z- - svc:/network/ipsec/ike:default
8872026-05-29T09:48:48.401Z- - svc:/network/ipsec/ipsecalgs:default
8882026-05-29T09:48:48.401Z- - svc:/network/ipsec/manual-key:default
8892026-05-29T09:48:48.401Z- - svc:/network/ipsec/policy:default
8902026-05-29T09:48:48.401Z- - svc:/network/iptun:default
8912026-05-29T09:48:48.401Z- - svc:/network/ipv4-forwarding:default
8922026-05-29T09:48:48.401Z- - svc:/network/ipv6-forwarding:default
8932026-05-29T09:48:48.401Z- - svc:/network/ldap/client:default
8942026-05-29T09:48:48.401Z- - svc:/network/location:default
8952026-05-29T09:48:48.402Z- - svc:/network/loopback:default
8962026-05-29T09:48:48.402Z- - svc:/network/netcfg:default
8972026-05-29T09:48:48.402Z- - svc:/network/netmask:default
8982026-05-29T09:48:48.402Z- - svc:/network/nfs/cbd:default
8992026-05-29T09:48:48.402Z- - svc:/network/nfs/client:default
9002026-05-29T09:48:48.402Z- - svc:/network/nfs/log:default
9012026-05-29T09:48:48.402Z- - svc:/network/nfs/mapid:default
9022026-05-29T09:48:48.402Z- - svc:/network/nfs/nlockmgr:default
9032026-05-29T09:48:48.402Z- - svc:/network/nfs/rquota:default
9042026-05-29T09:48:48.402Z- - svc:/network/nfs/server:default
9052026-05-29T09:48:48.402Z- - svc:/network/nfs/status:default
9062026-05-29T09:48:48.402Z- - svc:/network/nis/client:default
9072026-05-29T09:48:48.402Z- - svc:/network/physical:default
9082026-05-29T09:48:48.402Z- - svc:/network/physical:nwam
9092026-05-29T09:48:48.402Z- - svc:/network/routing-setup:default
9102026-05-29T09:48:48.402Z- - svc:/network/routing/legacy-routing:ipv4
9112026-05-29T09:48:48.402Z- - svc:/network/routing/legacy-routing:ipv6
9122026-05-29T09:48:48.402Z- - svc:/network/routing/ndp:default
9132026-05-29T09:48:48.402Z- - svc:/network/routing/rdisc:default
9142026-05-29T09:48:48.402Z- - svc:/network/routing/ripng:default
9152026-05-29T09:48:48.402Z- - svc:/network/routing/route:default
9162026-05-29T09:48:48.402Z- - svc:/network/rpc/bind:default
9172026-05-29T09:48:48.402Z- - svc:/network/rpc/gss:default
9182026-05-29T09:48:48.403Z- - svc:/network/rpc/keyserv:default
9192026-05-29T09:48:48.403Z- - svc:/network/security/kadmin:default
9202026-05-29T09:48:48.403Z- - svc:/network/security/krb5kdc:default
9212026-05-29T09:48:48.403Z- - svc:/network/security/ktkt_warn:default
9222026-05-29T09:48:48.403Z- - svc:/network/service:default
9232026-05-29T09:48:48.403Z- - svc:/network/shares/group:default
9242026-05-29T09:48:48.403Z- - svc:/network/smb/client:default
9252026-05-29T09:48:48.403Z- - svc:/network/smb/server:default
9262026-05-29T09:48:48.403Z- - svc:/network/ssh:default
9272026-05-29T09:48:48.403Z- - svc:/network/tcpkey:default
9282026-05-29T09:48:48.403Z- - svc:/system/auditd:default
9292026-05-29T09:48:48.403Z- - svc:/system/auditset:default
9302026-05-29T09:48:48.403Z- - svc:/system/boot-archive-update:default
9312026-05-29T09:48:48.403Z- - svc:/system/boot-archive:default
9322026-05-29T09:48:48.403Z- - svc:/system/boot-config:default
9332026-05-29T09:48:48.403Z- - svc:/system/consadm:default
9342026-05-29T09:48:48.403Z- - svc:/system/console-login:default
9352026-05-29T09:48:48.403Z- - svc:/system/console-login:vt2
9362026-05-29T09:48:48.407Z- - svc:/system/console-login:vt3
9372026-05-29T09:48:48.407Z- - svc:/system/console-login:vt4
9382026-05-29T09:48:48.407Z- - svc:/system/console-login:vt5
9392026-05-29T09:48:48.407Z- - svc:/system/console-login:vt6
9402026-05-29T09:48:48.407Z- - svc:/system/coreadm:default
9412026-05-29T09:48:48.407Z- - svc:/system/cron:default
9422026-05-29T09:48:48.407Z- - svc:/system/cryptosvc:default
9432026-05-29T09:48:48.407Z- - svc:/system/device/allocate:default
9442026-05-29T09:48:48.408Z- - svc:/system/device/audio:default
9452026-05-29T09:48:48.408Z- - svc:/system/device/local:default
9462026-05-29T09:48:48.408Z- - svc:/system/device/mpxio-upgrade:default
9472026-05-29T09:48:48.408Z- - svc:/system/extended-accounting:flow
9482026-05-29T09:48:48.408Z- - svc:/system/extended-accounting:net
9492026-05-29T09:48:48.408Z- - svc:/system/extended-accounting:process
9502026-05-29T09:48:48.408Z- - svc:/system/extended-accounting:task
9512026-05-29T09:48:48.408Z- - svc:/system/filesystem/local:default
9522026-05-29T09:48:48.408Z- - svc:/system/filesystem/minimal:default
9532026-05-29T09:48:48.408Z- - svc:/system/filesystem/reparse:default
9542026-05-29T09:48:48.408Z- - svc:/system/filesystem/root:default
9552026-05-29T09:48:48.408Z- - svc:/system/filesystem/usr:default
9562026-05-29T09:48:48.408Z- - svc:/system/fm/notify-params:default
9572026-05-29T09:48:48.408Z- - svc:/system/fmd:default
9582026-05-29T09:48:48.408Z- - svc:/system/hostid:default
9592026-05-29T09:48:48.408Z- - svc:/system/hotplug:default
9602026-05-29T09:48:48.408Z- - svc:/system/identity:domain
9612026-05-29T09:48:48.408Z- - svc:/system/identity:node
9622026-05-29T09:48:48.408Z- - svc:/system/idmap:default
9632026-05-29T09:48:48.408Z- - svc:/system/keymap:default
9642026-05-29T09:48:48.408Z- - svc:/system/logadm-upgrade:default
9652026-05-29T09:48:48.408Z- - svc:/system/manifest-import:default
9662026-05-29T09:48:48.408Z- - svc:/system/name-service-cache:default
9672026-05-29T09:48:48.408Z- - svc:/system/pfexec:default
9682026-05-29T09:48:48.408Z- - svc:/system/pkgserv:default
9692026-05-29T09:48:48.408Z- - svc:/system/process-security:default
9702026-05-29T09:48:48.409Z- - svc:/system/rbac:default
9712026-05-29T09:48:48.409Z- - svc:/system/rmtmpfiles:default
9722026-05-29T09:48:48.409Z- - svc:/system/sac:default
9732026-05-29T09:48:48.409Z- - svc:/system/sar:default
9742026-05-29T09:48:48.409Z- - svc:/system/svc/global:default
9752026-05-29T09:48:48.409Z- - svc:/system/system-log:default
9762026-05-29T09:48:48.409Z- - svc:/system/update-man-index:default
9772026-05-29T09:48:48.409Z- - svc:/system/utmp:default
9782026-05-29T09:48:48.409Z- - svc:/system/vtdaemon:default
9792026-05-29T09:48:48.409Z[a] svcs milestone/network
9802026-05-29T09:48:48.409ZSTATE STIME FMRI
9812026-05-29T09:48:48.409Z- - svc:/milestone/network:default
9822026-05-29T09:48:48.409ZSTATE STIME FMRI
9832026-05-29T09:48:48.409Z- - svc:/milestone/network:default
9842026-05-29T09:48:49.401Z[b] svcs milestone/network
9852026-05-29T09:48:49.402Z[a] svcs milestone/network
9862026-05-29T09:48:49.417ZSTATE STIME FMRI
9872026-05-29T09:48:49.417Zonline 9:48:47 svc:/milestone/network:default
9882026-05-29T09:48:49.417Z[a] ipadm create-addr -t -T dhcp opte0/test
9892026-05-29T09:48:49.417ZSTATE STIME FMRI
9902026-05-29T09:48:49.420Zonline 9:48:47 svc:/milestone/network:default
9912026-05-29T09:48:49.420Z[b] ipadm create-addr -t -T dhcp opte1/test
9922026-05-29T09:48:54.076Z
9932026-05-29T09:48:54.076Z[a] route add -iface 10.0.0.254 10.0.0.1
9942026-05-29T09:48:54.091Zadd host 10.0.0.254: gateway 10.0.0.1
9952026-05-29T09:48:54.091Z[a] route add 10.0.0.0/24 10.0.0.254
9962026-05-29T09:48:54.102Zadd net 10.0.0.0/24: gateway 10.0.0.254
9972026-05-29T09:48:54.102Z[a] route add 224.0.0.0/4 10.0.0.254
9982026-05-29T09:48:54.113Zadd net 224.0.0.0/4: gateway 10.0.0.254
9992026-05-29T09:48:55.019Z
10002026-05-29T09:48:55.019Z[b] route add -iface 10.0.0.254 10.0.0.2
10012026-05-29T09:48:55.033Zadd host 10.0.0.254: gateway 10.0.0.2
10022026-05-29T09:48:55.033Z[b] route add 10.0.0.0/24 10.0.0.254
10032026-05-29T09:48:55.044Zadd net 10.0.0.0/24: gateway 10.0.0.254
10042026-05-29T09:48:55.044Z[b] route add 224.0.0.0/4 10.0.0.254
10052026-05-29T09:48:55.055Zadd net 224.0.0.0/4: gateway 10.0.0.254
10062026-05-29T09:48:55.058Z###---------------###
10072026-05-29T09:48:55.058Z:::Topology built!:::
10082026-05-29T09:48:55.058Z###---------------###
10092026-05-29T09:48:55.058Z###----------------###
10102026-05-29T09:48:55.059Z::: iPerf spawned! :::
10112026-05-29T09:48:55.059Z:::Waiting... (10s):::
10122026-05-29T09:48:55.059Z###----------------###
10132026-05-29T09:49:05.056Z###---###
10142026-05-29T09:49:05.056Z:::Go!:::
10152026-05-29T09:49:05.056Z###---###
10162026-05-29T09:49:05.056Z[a] ping 10.0.0.2
10172026-05-29T09:49:05.074Z10.0.0.2 is alive
10182026-05-29T09:49:05.074Z###-------------------###
10192026-05-29T09:49:05.075Z:::Running experiment :::
10202026-05-29T09:49:05.075Z:::iperf-tcp/local/c2s:::
10212026-05-29T09:49:05.075Z###-------------------###
10222026-05-29T09:49:12.463Z-----------------------------------------------------------
10232026-05-29T09:49:12.463ZServer listening on 5201 (test #1)
10242026-05-29T09:49:12.463Z-----------------------------------------------------------
10252026-05-29T09:49:12.463ZAccepted connection from 10.0.0.1, port 40800
10262026-05-29T09:49:12.463Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48483
10272026-05-29T09:49:12.463Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47920
10282026-05-29T09:49:12.463Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57640
10292026-05-29T09:49:12.463Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63648
10302026-05-29T09:49:12.463Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58453
10312026-05-29T09:49:12.463Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50109
10322026-05-29T09:49:12.463Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33204
10332026-05-29T09:49:12.463Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60598
10342026-05-29T09:49:12.463Z[ ID] Interval Transfer Bitrate
10352026-05-29T09:49:12.463Z[ 5] 0.00-1.00 sec 117 MBytes 980 Mbits/sec
10362026-05-29T09:49:12.463Z[ 8] 0.00-1.00 sec 117 MBytes 981 Mbits/sec
10372026-05-29T09:49:12.463Z[ 10] 0.00-1.00 sec 117 MBytes 979 Mbits/sec
10382026-05-29T09:49:12.463Z[ 12] 0.00-1.00 sec 117 MBytes 980 Mbits/sec
10392026-05-29T09:49:12.463Z[ 14] 0.00-1.00 sec 117 MBytes 979 Mbits/sec
10402026-05-29T09:49:12.463Z[ 16] 0.00-1.00 sec 117 MBytes 978 Mbits/sec
10412026-05-29T09:49:12.463Z[ 18] 0.00-1.00 sec 117 MBytes 981 Mbits/sec
10422026-05-29T09:49:12.463Z[ 20] 0.00-1.00 sec 117 MBytes 980 Mbits/sec
10432026-05-29T09:49:12.463Z[SUM] 0.00-1.00 sec 935 MBytes 7.84 Gbits/sec
10442026-05-29T09:49:12.463Z- - - - - - - - - - - - - - - - - - - - - - - - -
10452026-05-29T09:49:12.463Z[ 5] 1.00-2.00 sec 149 MBytes 1.25 Gbits/sec
10462026-05-29T09:49:12.463Z[ 8] 1.00-2.00 sec 162 MBytes 1.36 Gbits/sec
10472026-05-29T09:49:12.463Z[ 10] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
10482026-05-29T09:49:12.463Z[ 12] 1.00-2.00 sec 149 MBytes 1.25 Gbits/sec
10492026-05-29T09:49:12.463Z[ 14] 1.00-2.00 sec 149 MBytes 1.25 Gbits/sec
10502026-05-29T09:49:12.463Z[ 16] 1.00-2.00 sec 149 MBytes 1.25 Gbits/sec
10512026-05-29T09:49:12.463Z[ 18] 1.00-2.00 sec 149 MBytes 1.25 Gbits/sec
10522026-05-29T09:49:12.463Z[ 20] 1.00-2.00 sec 149 MBytes 1.25 Gbits/sec
10532026-05-29T09:49:12.463Z[SUM] 1.00-2.00 sec 1.18 GBytes 10.1 Gbits/sec
10542026-05-29T09:49:12.463Z- - - - - - - - - - - - - - - - - - - - - - - - -
10552026-05-29T09:49:12.464Z[ 5] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
10562026-05-29T09:49:12.464Z[ 8] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
10572026-05-29T09:49:12.464Z[ 10] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
10582026-05-29T09:49:12.464Z[ 12] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
10592026-05-29T09:49:12.464Z[ 14] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
10602026-05-29T09:49:12.464Z[ 16] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
10612026-05-29T09:49:12.464Z[ 18] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
10622026-05-29T09:49:12.464Z[ 20] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
10632026-05-29T09:49:12.464Z[SUM] 2.00-3.00 sec 1.19 GBytes 10.2 Gbits/sec
10642026-05-29T09:49:12.464Z- - - - - - - - - - - - - - - - - - - - - - - - -
10652026-05-29T09:49:12.464Z[ 5] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
10662026-05-29T09:49:12.464Z[ 8] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
10672026-05-29T09:49:12.464Z[ 10] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
10682026-05-29T09:49:12.464Z[ 12] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
10692026-05-29T09:49:12.464Z[ 14] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
10702026-05-29T09:49:12.464Z[ 16] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
10712026-05-29T09:49:12.464Z[ 18] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
10722026-05-29T09:49:12.464Z[ 20] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
10732026-05-29T09:49:12.464Z[SUM] 3.00-4.00 sec 1.19 GBytes 10.2 Gbits/sec
10742026-05-29T09:49:12.464Z- - - - - - - - - - - - - - - - - - - - - - - - -
10752026-05-29T09:49:12.464Z[ 5] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
10762026-05-29T09:49:12.464Z[ 8] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
10772026-05-29T09:49:12.464Z[ 10] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
10782026-05-29T09:49:12.464Z[ 12] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
10792026-05-29T09:49:12.464Z[ 14] 4.00-5.00 sec 152 MBytes 1.28 Gbits/sec
10802026-05-29T09:49:12.464Z[ 16] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
10812026-05-29T09:49:12.464Z[ 18] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
10822026-05-29T09:49:12.464Z[ 20] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
10832026-05-29T09:49:12.464Z[SUM] 4.00-5.00 sec 1.19 GBytes 10.3 Gbits/sec
10842026-05-29T09:49:12.464Z- - - - - - - - - - - - - - - - - - - - - - - - -
10852026-05-29T09:49:12.464Z[ 5] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
10862026-05-29T09:49:12.464Z[ 8] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
10872026-05-29T09:49:12.464Z[ 10] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
10882026-05-29T09:49:12.464Z[ 12] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
10892026-05-29T09:49:12.464Z[ 14] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
10902026-05-29T09:49:12.464Z[ 16] 5.00-6.00 sec 153 MBytes 1.29 Gbits/sec
10912026-05-29T09:49:12.464Z[ 18] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
10922026-05-29T09:49:12.464Z[ 20] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
10932026-05-29T09:49:12.464Z[SUM] 5.00-6.00 sec 1.20 GBytes 10.3 Gbits/sec
10942026-05-29T09:49:12.464Z- - - - - - - - - - - - - - - - - - - - - - - - -
10952026-05-29T09:49:12.465Z[ 5] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
10962026-05-29T09:49:12.465Z[ 8] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
10972026-05-29T09:49:12.465Z[ 10] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
10982026-05-29T09:49:15.464Z[ 12] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
10992026-05-29T09:49:15.464Z[ 14] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
11002026-05-29T09:49:15.464Z[ 16] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
11012026-05-29T09:49:15.464Z[ 18] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
11022026-05-29T09:49:15.464Z[ 20] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
11032026-05-29T09:49:15.464Z[SUM] 6.00-7.00 sec 1.19 GBytes 10.2 Gbits/sec
11042026-05-29T09:49:15.464Z- - - - - - - - - - - - - - - - - - - - - - - - -
11052026-05-29T09:49:15.464Z[ 5] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
11062026-05-29T09:49:15.464Z[ 8] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
11072026-05-29T09:49:15.464Z[ 10] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
11082026-05-29T09:49:15.465Z[ 12] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
11092026-05-29T09:49:15.465Z[ 14] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
11102026-05-29T09:49:15.465Z[ 16] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
11112026-05-29T09:49:15.465Z[ 18] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
11122026-05-29T09:49:15.465Z[ 20] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
11132026-05-29T09:49:15.465Z[SUM] 7.00-8.00 sec 1.19 GBytes 10.2 Gbits/sec
11142026-05-29T09:49:15.465Z- - - - - - - - - - - - - - - - - - - - - - - - -
11152026-05-29T09:49:15.465Z[ 5] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
11162026-05-29T09:49:15.465Z[ 8] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
11172026-05-29T09:49:15.465Z[ 10] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
11182026-05-29T09:49:15.465Z[ 12] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
11192026-05-29T09:49:15.465Z[ 14] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
11202026-05-29T09:49:15.465Z[ 16] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
11212026-05-29T09:49:15.465Z[ 18] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
11222026-05-29T09:49:15.465Z[ 20] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
11232026-05-29T09:49:15.465Z[SUM] 8.00-9.00 sec 1.19 GBytes 10.2 Gbits/sec
11242026-05-29T09:49:15.465Z- - - - - - - - - - - - - - - - - - - - - - - - -
11252026-05-29T09:49:15.465Z[ 5] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
11262026-05-29T09:49:15.465Z[ 8] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
11272026-05-29T09:49:15.465Z[ 10] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
11282026-05-29T09:49:15.465Z[ 12] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
11292026-05-29T09:49:15.465Z[ 14] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
11302026-05-29T09:49:15.465Z[ 16] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
11312026-05-29T09:49:15.465Z[ 18] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
11322026-05-29T09:49:15.465Z[ 20] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
11332026-05-29T09:49:15.465Z[SUM] 9.00-10.00 sec 1.20 GBytes 10.3 Gbits/sec
11342026-05-29T09:49:15.465Z- - - - - - - - - - - - - - - - - - - - - - - - -
11352026-05-29T09:49:15.465Z[ 5] 10.00-10.00 sec 256 KBytes 1.11 Gbits/sec
11362026-05-29T09:49:15.465Z[ 8] 10.00-10.00 sec 384 KBytes 1.66 Gbits/sec
11372026-05-29T09:49:15.465Z[ 10] 10.00-10.00 sec 256 KBytes 1.11 Gbits/sec
11382026-05-29T09:49:15.465Z[ 12] 10.00-10.00 sec 256 KBytes 1.11 Gbits/sec
11392026-05-29T09:49:15.469Z[ 14] 10.00-10.00 sec 256 KBytes 1.11 Gbits/sec
11402026-05-29T09:49:15.469Z[ 16] 10.00-10.00 sec 256 KBytes 1.11 Gbits/sec
11412026-05-29T09:49:15.469Z[ 18] 10.00-10.00 sec 256 KBytes 1.11 Gbits/sec
11422026-05-29T09:49:15.469Z[ 20] 10.00-10.00 sec 384 KBytes 1.66 Gbits/sec
11432026-05-29T09:49:15.469Z[SUM] 10.00-10.00 sec 2.25 MBytes 9.95 Gbits/sec
11442026-05-29T09:49:15.469Z- - - - - - - - - - - - - - - - - - - - - - - - -
11452026-05-29T09:49:15.469Z[ ID] Interval Transfer Bitrate
11462026-05-29T09:49:15.469Z[ 5] 0.00-10.00 sec 1.45 GBytes 1.25 Gbits/sec receiver
11472026-05-29T09:49:15.469Z[ 8] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
11482026-05-29T09:49:15.469Z[ 10] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec receiver
11492026-05-29T09:49:15.469Z[ 12] 0.00-10.00 sec 1.45 GBytes 1.25 Gbits/sec receiver
11502026-05-29T09:49:15.469Z[ 14] 0.00-10.00 sec 1.45 GBytes 1.25 Gbits/sec receiver
11512026-05-29T09:49:15.469Z[ 16] 0.00-10.00 sec 1.45 GBytes 1.25 Gbits/sec receiver
11522026-05-29T09:49:15.469Z[ 18] 0.00-10.00 sec 1.45 GBytes 1.25 Gbits/sec receiver
11532026-05-29T09:49:15.469Z[ 20] 0.00-10.00 sec 1.45 GBytes 1.25 Gbits/sec receiver
11542026-05-29T09:49:15.469Z[SUM] 0.00-10.00 sec 11.6 GBytes 9.99 Gbits/sec receiver
11552026-05-29T09:49:15.469ZRun 1/5...9994.486983242876Mbps
11562026-05-29T09:49:22.857Z-----------------------------------------------------------
11572026-05-29T09:49:22.857ZServer listening on 5201 (test #2)
11582026-05-29T09:49:22.857Z-----------------------------------------------------------
11592026-05-29T09:49:22.857ZAccepted connection from 10.0.0.1, port 61314
11602026-05-29T09:49:22.857Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65014
11612026-05-29T09:49:22.857Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33173
11622026-05-29T09:49:22.857Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60585
11632026-05-29T09:49:22.857Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34889
11642026-05-29T09:49:22.857Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59503
11652026-05-29T09:49:22.857Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41366
11662026-05-29T09:49:22.857Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33438
11672026-05-29T09:49:22.857Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51808
11682026-05-29T09:49:22.857Z[ ID] Interval Transfer Bitrate
11692026-05-29T09:49:22.857Z[ 5] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
11702026-05-29T09:49:22.857Z[ 8] 0.00-1.00 sec 119 MBytes 1.00 Gbits/sec
11712026-05-29T09:49:22.857Z[ 10] 0.00-1.00 sec 119 MBytes 1.00 Gbits/sec
11722026-05-29T09:49:22.857Z[ 12] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
11732026-05-29T09:49:22.857Z[ 14] 0.00-1.00 sec 119 MBytes 1.00 Gbits/sec
11742026-05-29T09:49:22.857Z[ 16] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
11752026-05-29T09:49:22.857Z[ 18] 0.00-1.00 sec 119 MBytes 1.00 Gbits/sec
11762026-05-29T09:49:22.857Z[ 20] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
11772026-05-29T09:49:22.858Z[SUM] 0.00-1.00 sec 955 MBytes 8.01 Gbits/sec
11782026-05-29T09:49:22.858Z- - - - - - - - - - - - - - - - - - - - - - - - -
11792026-05-29T09:49:22.858Z[ 5] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
11802026-05-29T09:49:22.858Z[ 8] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
11812026-05-29T09:49:22.858Z[ 10] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
11822026-05-29T09:49:22.858Z[ 12] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
11832026-05-29T09:49:22.858Z[ 14] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
11842026-05-29T09:49:22.858Z[ 16] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
11852026-05-29T09:49:22.858Z[ 18] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
11862026-05-29T09:49:22.858Z[ 20] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
11872026-05-29T09:49:22.858Z[SUM] 1.00-2.00 sec 1.20 GBytes 10.3 Gbits/sec
11882026-05-29T09:49:22.858Z- - - - - - - - - - - - - - - - - - - - - - - - -
11892026-05-29T09:49:22.858Z[ 5] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
11902026-05-29T09:49:22.858Z[ 8] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
11912026-05-29T09:49:22.858Z[ 10] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
11922026-05-29T09:49:22.858Z[ 12] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
11932026-05-29T09:49:22.858Z[ 14] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
11942026-05-29T09:49:22.858Z[ 16] 2.00-3.00 sec 153 MBytes 1.29 Gbits/sec
11952026-05-29T09:49:22.858Z[ 18] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
11962026-05-29T09:49:22.858Z[ 20] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
11972026-05-29T09:49:22.858Z[SUM] 2.00-3.00 sec 1.20 GBytes 10.3 Gbits/sec
11982026-05-29T09:49:22.858Z- - - - - - - - - - - - - - - - - - - - - - - - -
11992026-05-29T09:49:22.858Z[ 5] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
12002026-05-29T09:49:22.858Z[ 8] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
12012026-05-29T09:49:22.858Z[ 10] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
12022026-05-29T09:49:22.858Z[ 12] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
12032026-05-29T09:49:22.858Z[ 14] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
12042026-05-29T09:49:22.858Z[ 16] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
12052026-05-29T09:49:22.858Z[ 18] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
12062026-05-29T09:49:22.858Z[ 20] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
12072026-05-29T09:49:22.858Z[SUM] 3.00-4.00 sec 1.20 GBytes 10.3 Gbits/sec
12082026-05-29T09:49:22.858Z- - - - - - - - - - - - - - - - - - - - - - - - -
12092026-05-29T09:49:22.858Z[ 5] 4.00-5.00 sec 153 MBytes 1.29 Gbits/sec
12102026-05-29T09:49:22.858Z[ 8] 4.00-5.00 sec 153 MBytes 1.29 Gbits/sec
12112026-05-29T09:49:22.858Z[ 10] 4.00-5.00 sec 153 MBytes 1.29 Gbits/sec
12122026-05-29T09:49:22.858Z[ 12] 4.00-5.00 sec 153 MBytes 1.29 Gbits/sec
12132026-05-29T09:49:22.858Z[ 14] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
12142026-05-29T09:49:22.858Z[ 16] 4.00-5.00 sec 153 MBytes 1.29 Gbits/sec
12152026-05-29T09:49:22.859Z[ 18] 4.00-5.00 sec 153 MBytes 1.29 Gbits/sec
12162026-05-29T09:49:22.859Z[ 20] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
12172026-05-29T09:49:22.859Z[SUM] 4.00-5.00 sec 1.20 GBytes 10.3 Gbits/sec
12182026-05-29T09:49:22.859Z- - - - - - - - - - - - - - - - - - - - - - - - -
12192026-05-29T09:49:22.859Z[ 5] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
12202026-05-29T09:49:22.859Z[ 8] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
12212026-05-29T09:49:22.859Z[ 10] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
12222026-05-29T09:49:22.859Z[ 12] 5.00-6.00 sec 153 MBytes 1.29 Gbits/sec
12232026-05-29T09:49:22.859Z[ 14] 5.00-6.00 sec 153 MBytes 1.29 Gbits/sec
12242026-05-29T09:49:22.859Z[ 16] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
12252026-05-29T09:49:22.859Z[ 18] 5.00-6.00 sec 153 MBytes 1.29 Gbits/sec
12262026-05-29T09:49:22.859Z[ 20] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
12272026-05-29T09:49:22.859Z[SUM] 5.00-6.00 sec 1.20 GBytes 10.3 Gbits/sec
12282026-05-29T09:49:22.859Z- - - - - - - - - - - - - - - - - - - - - - - - -
12292026-05-29T09:49:22.859Z[ 5] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
12302026-05-29T09:49:22.859Z[ 8] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
12312026-05-29T09:49:22.859Z[ 10] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
12322026-05-29T09:49:25.857Z[ 12] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
12332026-05-29T09:49:25.857Z[ 14] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
12342026-05-29T09:49:25.857Z[ 16] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
12352026-05-29T09:49:25.857Z[ 18] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
12362026-05-29T09:49:25.857Z[ 20] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
12372026-05-29T09:49:25.857Z[SUM] 6.00-7.00 sec 1.20 GBytes 10.3 Gbits/sec
12382026-05-29T09:49:25.857Z- - - - - - - - - - - - - - - - - - - - - - - - -
12392026-05-29T09:49:25.857Z[ 5] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
12402026-05-29T09:49:25.857Z[ 8] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
12412026-05-29T09:49:25.857Z[ 10] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
12422026-05-29T09:49:25.857Z[ 12] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
12432026-05-29T09:49:25.857Z[ 14] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
12442026-05-29T09:49:25.857Z[ 16] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
12452026-05-29T09:49:25.857Z[ 18] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
12462026-05-29T09:49:25.858Z[ 20] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
12472026-05-29T09:49:25.858Z[SUM] 7.00-8.00 sec 1.20 GBytes 10.3 Gbits/sec
12482026-05-29T09:49:25.858Z- - - - - - - - - - - - - - - - - - - - - - - - -
12492026-05-29T09:49:25.858Z[ 5] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
12502026-05-29T09:49:25.858Z[ 8] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
12512026-05-29T09:49:25.858Z[ 10] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
12522026-05-29T09:49:25.858Z[ 12] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
12532026-05-29T09:49:25.858Z[ 14] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
12542026-05-29T09:49:25.858Z[ 16] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
12552026-05-29T09:49:25.858Z[ 18] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
12562026-05-29T09:49:25.858Z[ 20] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
12572026-05-29T09:49:25.858Z[SUM] 8.00-9.00 sec 1.20 GBytes 10.3 Gbits/sec
12582026-05-29T09:49:25.858Z- - - - - - - - - - - - - - - - - - - - - - - - -
12592026-05-29T09:49:25.858Z[ 5] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
12602026-05-29T09:49:25.858Z[ 8] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
12612026-05-29T09:49:25.858Z[ 10] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
12622026-05-29T09:49:25.858Z[ 12] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
12632026-05-29T09:49:25.858Z[ 14] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
12642026-05-29T09:49:25.858Z[ 16] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
12652026-05-29T09:49:25.858Z[ 18] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
12662026-05-29T09:49:25.858Z[ 20] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
12672026-05-29T09:49:25.858Z[SUM] 9.00-10.00 sec 1.20 GBytes 10.3 Gbits/sec
12682026-05-29T09:49:25.858Z- - - - - - - - - - - - - - - - - - - - - - - - -
12692026-05-29T09:49:25.858Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
12702026-05-29T09:49:25.858Z[ 8] 10.00-10.00 sec 128 KBytes 2.22 Gbits/sec
12712026-05-29T09:49:25.858Z[ 10] 10.00-10.00 sec 128 KBytes 2.22 Gbits/sec
12722026-05-29T09:49:25.858Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
12732026-05-29T09:49:25.858Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
12742026-05-29T09:49:25.858Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
12752026-05-29T09:49:25.858Z[ 18] 10.00-10.00 sec 128 KBytes 2.22 Gbits/sec
12762026-05-29T09:49:25.858Z[ 20] 10.00-10.00 sec 128 KBytes 2.22 Gbits/sec
12772026-05-29T09:49:25.858Z[SUM] 10.00-10.00 sec 512 KBytes 8.87 Gbits/sec
12782026-05-29T09:49:25.858Z- - - - - - - - - - - - - - - - - - - - - - - - -
12792026-05-29T09:49:25.858Z[ ID] Interval Transfer Bitrate
12802026-05-29T09:49:25.858Z[ 5] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
12812026-05-29T09:49:25.858Z[ 8] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
12822026-05-29T09:49:25.858Z[ 10] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
12832026-05-29T09:49:25.858Z[ 12] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
12842026-05-29T09:49:25.858Z[ 14] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
12852026-05-29T09:49:25.859Z[ 16] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
12862026-05-29T09:49:25.859Z[ 18] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
12872026-05-29T09:49:25.859Z[ 20] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
12882026-05-29T09:49:25.859Z[SUM] 0.00-10.00 sec 11.7 GBytes 10.1 Gbits/sec receiver
12892026-05-29T09:49:25.862ZRun 2/5...10078.098937189447Mbps
12902026-05-29T09:49:33.257Z-----------------------------------------------------------
12912026-05-29T09:49:33.257ZServer listening on 5201 (test #3)
12922026-05-29T09:49:33.257Z-----------------------------------------------------------
12932026-05-29T09:49:33.257ZAccepted connection from 10.0.0.1, port 57468
12942026-05-29T09:49:33.257Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56290
12952026-05-29T09:49:33.257Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61163
12962026-05-29T09:49:33.257Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63078
12972026-05-29T09:49:33.257Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41033
12982026-05-29T09:49:33.257Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36018
12992026-05-29T09:49:33.257Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45983
13002026-05-29T09:49:33.257Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53492
13012026-05-29T09:49:33.257Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33596
13022026-05-29T09:49:33.257Z[ ID] Interval Transfer Bitrate
13032026-05-29T09:49:33.257Z[ 5] 0.00-1.00 sec 118 MBytes 994 Mbits/sec
13042026-05-29T09:49:33.257Z[ 8] 0.00-1.00 sec 118 MBytes 992 Mbits/sec
13052026-05-29T09:49:33.257Z[ 10] 0.00-1.00 sec 118 MBytes 993 Mbits/sec
13062026-05-29T09:49:33.257Z[ 12] 0.00-1.00 sec 118 MBytes 993 Mbits/sec
13072026-05-29T09:49:33.257Z[ 14] 0.00-1.00 sec 118 MBytes 992 Mbits/sec
13082026-05-29T09:49:33.257Z[ 16] 0.00-1.00 sec 118 MBytes 992 Mbits/sec
13092026-05-29T09:49:33.257Z[ 18] 0.00-1.00 sec 118 MBytes 991 Mbits/sec
13102026-05-29T09:49:33.257Z[ 20] 0.00-1.00 sec 118 MBytes 992 Mbits/sec
13112026-05-29T09:49:33.257Z[SUM] 0.00-1.00 sec 946 MBytes 7.94 Gbits/sec
13122026-05-29T09:49:33.257Z- - - - - - - - - - - - - - - - - - - - - - - - -
13132026-05-29T09:49:33.257Z[ 5] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
13142026-05-29T09:49:33.257Z[ 8] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
13152026-05-29T09:49:33.258Z[ 10] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
13162026-05-29T09:49:33.258Z[ 12] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
13172026-05-29T09:49:33.258Z[ 14] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
13182026-05-29T09:49:33.258Z[ 16] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
13192026-05-29T09:49:33.258Z[ 18] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
13202026-05-29T09:49:33.258Z[ 20] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
13212026-05-29T09:49:33.258Z[SUM] 1.00-2.00 sec 1.19 GBytes 10.2 Gbits/sec
13222026-05-29T09:49:33.258Z- - - - - - - - - - - - - - - - - - - - - - - - -
13232026-05-29T09:49:33.258Z[ 5] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
13242026-05-29T09:49:33.258Z[ 8] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
13252026-05-29T09:49:33.258Z[ 10] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
13262026-05-29T09:49:33.258Z[ 12] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
13272026-05-29T09:49:33.258Z[ 14] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
13282026-05-29T09:49:33.258Z[ 16] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
13292026-05-29T09:49:33.258Z[ 18] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
13302026-05-29T09:49:33.258Z[ 20] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
13312026-05-29T09:49:33.258Z[SUM] 2.00-3.00 sec 1.19 GBytes 10.3 Gbits/sec
13322026-05-29T09:49:33.258Z- - - - - - - - - - - - - - - - - - - - - - - - -
13332026-05-29T09:49:33.258Z[ 5] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
13342026-05-29T09:49:33.258Z[ 8] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
13352026-05-29T09:49:33.258Z[ 10] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
13362026-05-29T09:49:33.258Z[ 12] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
13372026-05-29T09:49:33.258Z[ 14] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
13382026-05-29T09:49:33.262Z[ 16] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
13392026-05-29T09:49:33.262Z[ 18] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
13402026-05-29T09:49:33.262Z[ 20] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
13412026-05-29T09:49:33.262Z[SUM] 3.00-4.00 sec 1.19 GBytes 10.2 Gbits/sec
13422026-05-29T09:49:33.262Z- - - - - - - - - - - - - - - - - - - - - - - - -
13432026-05-29T09:49:33.262Z[ 5] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
13442026-05-29T09:49:33.262Z[ 8] 4.00-5.00 sec 152 MBytes 1.28 Gbits/sec
13452026-05-29T09:49:33.262Z[ 10] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
13462026-05-29T09:49:33.262Z[ 12] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
13472026-05-29T09:49:33.262Z[ 14] 4.00-5.00 sec 152 MBytes 1.28 Gbits/sec
13482026-05-29T09:49:33.262Z[ 16] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
13492026-05-29T09:49:33.262Z[ 18] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
13502026-05-29T09:49:33.262Z[ 20] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
13512026-05-29T09:49:33.262Z[SUM] 4.00-5.00 sec 1.19 GBytes 10.2 Gbits/sec
13522026-05-29T09:49:33.262Z- - - - - - - - - - - - - - - - - - - - - - - - -
13532026-05-29T09:49:33.262Z[ 5] 5.00-6.00 sec 152 MBytes 1.28 Gbits/sec
13542026-05-29T09:49:33.262Z[ 8] 5.00-6.00 sec 152 MBytes 1.28 Gbits/sec
13552026-05-29T09:49:33.262Z[ 10] 5.00-6.00 sec 152 MBytes 1.28 Gbits/sec
13562026-05-29T09:49:33.262Z[ 12] 5.00-6.00 sec 152 MBytes 1.28 Gbits/sec
13572026-05-29T09:49:33.262Z[ 14] 5.00-6.00 sec 152 MBytes 1.28 Gbits/sec
13582026-05-29T09:49:33.262Z[ 16] 5.00-6.00 sec 152 MBytes 1.27 Gbits/sec
13592026-05-29T09:49:33.262Z[ 18] 5.00-6.00 sec 152 MBytes 1.28 Gbits/sec
13602026-05-29T09:49:33.262Z[ 20] 5.00-6.00 sec 152 MBytes 1.28 Gbits/sec
13612026-05-29T09:49:33.262Z[SUM] 5.00-6.00 sec 1.19 GBytes 10.2 Gbits/sec
13622026-05-29T09:49:33.262Z- - - - - - - - - - - - - - - - - - - - - - - - -
13632026-05-29T09:49:33.262Z[ 5] 6.00-7.00 sec 152 MBytes 1.27 Gbits/sec
13642026-05-29T09:49:33.262Z[ 8] 6.00-7.00 sec 152 MBytes 1.27 Gbits/sec
13652026-05-29T09:49:33.262Z[ 10] 6.00-7.00 sec 152 MBytes 1.27 Gbits/sec
13662026-05-29T09:49:36.257Z[ 12] 6.00-7.00 sec 152 MBytes 1.27 Gbits/sec
13672026-05-29T09:49:36.258Z[ 14] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
13682026-05-29T09:49:36.258Z[ 16] 6.00-7.00 sec 152 MBytes 1.27 Gbits/sec
13692026-05-29T09:49:36.258Z[ 18] 6.00-7.00 sec 152 MBytes 1.27 Gbits/sec
13702026-05-29T09:49:36.258Z[ 20] 6.00-7.00 sec 152 MBytes 1.27 Gbits/sec
13712026-05-29T09:49:36.258Z[SUM] 6.00-7.00 sec 1.19 GBytes 10.2 Gbits/sec
13722026-05-29T09:49:36.258Z- - - - - - - - - - - - - - - - - - - - - - - - -
13732026-05-29T09:49:36.258Z[ 5] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
13742026-05-29T09:49:36.258Z[ 8] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
13752026-05-29T09:49:36.258Z[ 10] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
13762026-05-29T09:49:36.258Z[ 12] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
13772026-05-29T09:49:36.258Z[ 14] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
13782026-05-29T09:49:36.258Z[ 16] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
13792026-05-29T09:49:36.258Z[ 18] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
13802026-05-29T09:49:36.258Z[ 20] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
13812026-05-29T09:49:36.258Z[SUM] 7.00-8.00 sec 1.20 GBytes 10.3 Gbits/sec
13822026-05-29T09:49:36.258Z- - - - - - - - - - - - - - - - - - - - - - - - -
13832026-05-29T09:49:36.258Z[ 5] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
13842026-05-29T09:49:36.258Z[ 8] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
13852026-05-29T09:49:36.258Z[ 10] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
13862026-05-29T09:49:36.258Z[ 12] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
13872026-05-29T09:49:36.258Z[ 14] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
13882026-05-29T09:49:36.258Z[ 16] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
13892026-05-29T09:49:36.258Z[ 18] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
13902026-05-29T09:49:36.258Z[ 20] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
13912026-05-29T09:49:36.258Z[SUM] 8.00-9.00 sec 1.19 GBytes 10.2 Gbits/sec
13922026-05-29T09:49:36.258Z- - - - - - - - - - - - - - - - - - - - - - - - -
13932026-05-29T09:49:36.258Z[ 5] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
13942026-05-29T09:49:36.258Z[ 8] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
13952026-05-29T09:49:36.258Z[ 10] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
13962026-05-29T09:49:36.258Z[ 12] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
13972026-05-29T09:49:36.258Z[ 14] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
13982026-05-29T09:49:36.258Z[ 16] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
13992026-05-29T09:49:36.258Z[ 18] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
14002026-05-29T09:49:36.258Z[ 20] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
14012026-05-29T09:49:36.258Z[SUM] 9.00-10.00 sec 1.19 GBytes 10.2 Gbits/sec
14022026-05-29T09:49:36.258Z- - - - - - - - - - - - - - - - - - - - - - - - -
14032026-05-29T09:49:36.259Z[ 5] 10.00-10.00 sec 128 KBytes 2.27 Gbits/sec
14042026-05-29T09:49:36.259Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
14052026-05-29T09:49:36.259Z[ 10] 10.00-10.00 sec 128 KBytes 2.28 Gbits/sec
14062026-05-29T09:49:36.259Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
14072026-05-29T09:49:36.259Z[ 14] 10.00-10.00 sec 128 KBytes 2.28 Gbits/sec
14082026-05-29T09:49:36.259Z[ 16] 10.00-10.00 sec 128 KBytes 2.27 Gbits/sec
14092026-05-29T09:49:36.259Z[ 18] 10.00-10.00 sec 128 KBytes 2.28 Gbits/sec
14102026-05-29T09:49:36.259Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
14112026-05-29T09:49:36.259Z[SUM] 10.00-10.00 sec 640 KBytes 11.4 Gbits/sec
14122026-05-29T09:49:36.259Z- - - - - - - - - - - - - - - - - - - - - - - - -
14132026-05-29T09:49:36.259Z[ ID] Interval Transfer Bitrate
14142026-05-29T09:49:36.259Z[ 5] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec receiver
14152026-05-29T09:49:36.285Z[ 8] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec receiver
14162026-05-29T09:49:36.285Z[ 10] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec receiver
14172026-05-29T09:49:36.285Z[ 12] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec receiver
14182026-05-29T09:49:36.285Z[ 14] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec receiver
14192026-05-29T09:49:36.285Z[ 16] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec receiver
14202026-05-29T09:49:36.285Z[ 18] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec receiver
14212026-05-29T09:49:36.285Z[ 20] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec receiver
14222026-05-29T09:49:36.285Z[SUM] 0.00-10.00 sec 11.6 GBytes 10.0 Gbits/sec receiver
14232026-05-29T09:49:36.285ZRun 3/5...10005.02653324628Mbps
14242026-05-29T09:49:43.670Z-----------------------------------------------------------
14252026-05-29T09:49:43.670ZServer listening on 5201 (test #4)
14262026-05-29T09:49:43.670Z-----------------------------------------------------------
14272026-05-29T09:49:43.670ZAccepted connection from 10.0.0.1, port 50622
14282026-05-29T09:49:43.670Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41080
14292026-05-29T09:49:43.670Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46752
14302026-05-29T09:49:43.670Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35146
14312026-05-29T09:49:43.670Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42411
14322026-05-29T09:49:43.670Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58768
14332026-05-29T09:49:43.670Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50542
14342026-05-29T09:49:43.670Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40972
14352026-05-29T09:49:43.670Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61558
14362026-05-29T09:49:43.670Z[ ID] Interval Transfer Bitrate
14372026-05-29T09:49:43.670Z[ 5] 0.00-1.00 sec 118 MBytes 994 Mbits/sec
14382026-05-29T09:49:43.670Z[ 8] 0.00-1.00 sec 118 MBytes 994 Mbits/sec
14392026-05-29T09:49:43.670Z[ 10] 0.00-1.00 sec 119 MBytes 995 Mbits/sec
14402026-05-29T09:49:43.670Z[ 12] 0.00-1.00 sec 118 MBytes 992 Mbits/sec
14412026-05-29T09:49:43.670Z[ 14] 0.00-1.00 sec 118 MBytes 994 Mbits/sec
14422026-05-29T09:49:43.670Z[ 16] 0.00-1.00 sec 118 MBytes 993 Mbits/sec
14432026-05-29T09:49:43.670Z[ 18] 0.00-1.00 sec 118 MBytes 991 Mbits/sec
14442026-05-29T09:49:43.670Z[ 20] 0.00-1.00 sec 118 MBytes 993 Mbits/sec
14452026-05-29T09:49:43.670Z[SUM] 0.00-1.00 sec 947 MBytes 7.95 Gbits/sec
14462026-05-29T09:49:43.670Z- - - - - - - - - - - - - - - - - - - - - - - - -
14472026-05-29T09:49:43.670Z[ 5] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
14482026-05-29T09:49:43.670Z[ 8] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
14492026-05-29T09:49:43.670Z[ 10] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
14502026-05-29T09:49:43.670Z[ 12] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
14512026-05-29T09:49:43.670Z[ 14] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
14522026-05-29T09:49:43.670Z[ 16] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
14532026-05-29T09:49:43.670Z[ 18] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
14542026-05-29T09:49:43.670Z[ 20] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
14552026-05-29T09:49:43.671Z[SUM] 1.00-2.00 sec 1.20 GBytes 10.3 Gbits/sec
14562026-05-29T09:49:43.671Z- - - - - - - - - - - - - - - - - - - - - - - - -
14572026-05-29T09:49:43.671Z[ 5] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
14582026-05-29T09:49:43.671Z[ 8] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
14592026-05-29T09:49:43.671Z[ 10] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
14602026-05-29T09:49:43.671Z[ 12] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
14612026-05-29T09:49:43.671Z[ 14] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
14622026-05-29T09:49:43.671Z[ 16] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
14632026-05-29T09:49:43.671Z[ 18] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
14642026-05-29T09:49:43.671Z[ 20] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
14652026-05-29T09:49:43.671Z[SUM] 2.00-3.00 sec 1.20 GBytes 10.3 Gbits/sec
14662026-05-29T09:49:43.671Z- - - - - - - - - - - - - - - - - - - - - - - - -
14672026-05-29T09:49:43.671Z[ 5] 3.00-4.00 sec 151 MBytes 1.27 Gbits/sec
14682026-05-29T09:49:43.671Z[ 8] 3.00-4.00 sec 151 MBytes 1.27 Gbits/sec
14692026-05-29T09:49:43.671Z[ 10] 3.00-4.00 sec 152 MBytes 1.27 Gbits/sec
14702026-05-29T09:49:43.671Z[ 12] 3.00-4.00 sec 152 MBytes 1.27 Gbits/sec
14712026-05-29T09:49:43.671Z[ 14] 3.00-4.00 sec 151 MBytes 1.27 Gbits/sec
14722026-05-29T09:49:43.671Z[ 16] 3.00-4.00 sec 151 MBytes 1.27 Gbits/sec
14732026-05-29T09:49:43.671Z[ 18] 3.00-4.00 sec 152 MBytes 1.27 Gbits/sec
14742026-05-29T09:49:43.671Z[ 20] 3.00-4.00 sec 151 MBytes 1.27 Gbits/sec
14752026-05-29T09:49:43.671Z[SUM] 3.00-4.00 sec 1.18 GBytes 10.2 Gbits/sec
14762026-05-29T09:49:43.671Z- - - - - - - - - - - - - - - - - - - - - - - - -
14772026-05-29T09:49:43.671Z[ 5] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
14782026-05-29T09:49:43.671Z[ 8] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
14792026-05-29T09:49:43.671Z[ 10] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
14802026-05-29T09:49:43.671Z[ 12] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
14812026-05-29T09:49:43.671Z[ 14] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
14822026-05-29T09:49:43.671Z[ 16] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
14832026-05-29T09:49:43.671Z[ 18] 4.00-5.00 sec 152 MBytes 1.28 Gbits/sec
14842026-05-29T09:49:43.671Z[ 20] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
14852026-05-29T09:49:43.671Z[SUM] 4.00-5.00 sec 1.19 GBytes 10.2 Gbits/sec
14862026-05-29T09:49:43.671Z- - - - - - - - - - - - - - - - - - - - - - - - -
14872026-05-29T09:49:43.671Z[ 5] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
14882026-05-29T09:49:43.671Z[ 8] 5.00-6.00 sec 152 MBytes 1.28 Gbits/sec
14892026-05-29T09:49:43.671Z[ 10] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
14902026-05-29T09:49:43.671Z[ 12] 5.00-6.00 sec 152 MBytes 1.28 Gbits/sec
14912026-05-29T09:49:43.671Z[ 14] 5.00-6.00 sec 152 MBytes 1.28 Gbits/sec
14922026-05-29T09:49:43.671Z[ 16] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
14932026-05-29T09:49:43.671Z[ 18] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
14942026-05-29T09:49:43.672Z[ 20] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
14952026-05-29T09:49:43.672Z[SUM] 5.00-6.00 sec 1.19 GBytes 10.2 Gbits/sec
14962026-05-29T09:49:43.672Z- - - - - - - - - - - - - - - - - - - - - - - - -
14972026-05-29T09:49:43.672Z[ 5] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
14982026-05-29T09:49:43.672Z[ 8] 6.00-7.00 sec 152 MBytes 1.27 Gbits/sec
14992026-05-29T09:49:43.672Z[ 10] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
15002026-05-29T09:49:46.670Z[ 12] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
15012026-05-29T09:49:46.670Z[ 14] 6.00-7.00 sec 152 MBytes 1.27 Gbits/sec
15022026-05-29T09:49:46.670Z[ 16] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
15032026-05-29T09:49:46.670Z[ 18] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
15042026-05-29T09:49:46.670Z[ 20] 6.00-7.00 sec 152 MBytes 1.27 Gbits/sec
15052026-05-29T09:49:46.670Z[SUM] 6.00-7.00 sec 1.19 GBytes 10.2 Gbits/sec
15062026-05-29T09:49:46.670Z- - - - - - - - - - - - - - - - - - - - - - - - -
15072026-05-29T09:49:46.670Z[ 5] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
15082026-05-29T09:49:46.670Z[ 8] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
15092026-05-29T09:49:46.670Z[ 10] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
15102026-05-29T09:49:46.670Z[ 12] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
15112026-05-29T09:49:46.670Z[ 14] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
15122026-05-29T09:49:46.670Z[ 16] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
15132026-05-29T09:49:46.670Z[ 18] 7.00-8.00 sec 152 MBytes 1.27 Gbits/sec
15142026-05-29T09:49:46.670Z[ 20] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
15152026-05-29T09:49:46.670Z[SUM] 7.00-8.00 sec 1.19 GBytes 10.2 Gbits/sec
15162026-05-29T09:49:46.670Z- - - - - - - - - - - - - - - - - - - - - - - - -
15172026-05-29T09:49:46.670Z[ 5] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
15182026-05-29T09:49:46.671Z[ 8] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
15192026-05-29T09:49:46.671Z[ 10] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
15202026-05-29T09:49:46.671Z[ 12] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
15212026-05-29T09:49:46.671Z[ 14] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
15222026-05-29T09:49:46.671Z[ 16] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
15232026-05-29T09:49:46.671Z[ 18] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
15242026-05-29T09:49:46.671Z[ 20] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
15252026-05-29T09:49:46.671Z[SUM] 8.00-9.00 sec 1.19 GBytes 10.2 Gbits/sec
15262026-05-29T09:49:46.671Z- - - - - - - - - - - - - - - - - - - - - - - - -
15272026-05-29T09:49:46.671Z[ 5] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
15282026-05-29T09:49:46.671Z[ 8] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
15292026-05-29T09:49:46.671Z[ 10] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
15302026-05-29T09:49:46.671Z[ 12] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
15312026-05-29T09:49:46.671Z[ 14] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
15322026-05-29T09:49:46.671Z[ 16] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
15332026-05-29T09:49:46.671Z[ 18] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
15342026-05-29T09:49:46.671Z[ 20] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
15352026-05-29T09:49:46.671Z[SUM] 9.00-10.00 sec 1.19 GBytes 10.3 Gbits/sec
15362026-05-29T09:49:46.671Z- - - - - - - - - - - - - - - - - - - - - - - - -
15372026-05-29T09:49:46.671Z[ 5] 10.00-10.00 sec 128 KBytes 1.88 Gbits/sec
15382026-05-29T09:49:46.671Z[ 8] 10.00-10.00 sec 128 KBytes 1.88 Gbits/sec
15392026-05-29T09:49:46.671Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
15402026-05-29T09:49:46.671Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
15412026-05-29T09:49:46.671Z[ 14] 10.00-10.00 sec 128 KBytes 1.88 Gbits/sec
15422026-05-29T09:49:46.671Z[ 16] 10.00-10.00 sec 128 KBytes 1.88 Gbits/sec
15432026-05-29T09:49:46.671Z[ 18] 10.00-10.00 sec 128 KBytes 1.88 Gbits/sec
15442026-05-29T09:49:46.671Z[ 20] 10.00-10.00 sec 128 KBytes 1.88 Gbits/sec
15452026-05-29T09:49:46.671Z[SUM] 10.00-10.00 sec 768 KBytes 11.3 Gbits/sec
15462026-05-29T09:49:46.671Z- - - - - - - - - - - - - - - - - - - - - - - - -
15472026-05-29T09:49:46.675Z[ ID] Interval Transfer Bitrate
15482026-05-29T09:49:46.675Z[ 5] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec receiver
15492026-05-29T09:49:46.675Z[ 8] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec receiver
15502026-05-29T09:49:46.675Z[ 10] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec receiver
15512026-05-29T09:49:46.675Z[ 12] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec receiver
15522026-05-29T09:49:46.675Z[ 14] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec receiver
15532026-05-29T09:49:46.675Z[ 16] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec receiver
15542026-05-29T09:49:46.675Z[ 18] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec receiver
15552026-05-29T09:49:46.675Z[ 20] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec receiver
15562026-05-29T09:49:46.675Z[SUM] 0.00-10.00 sec 11.6 GBytes 10.0 Gbits/sec receiver
15572026-05-29T09:49:46.675ZRun 4/5...10004.378390410582Mbps
15582026-05-29T09:49:54.066Z-----------------------------------------------------------
15592026-05-29T09:49:54.071ZServer listening on 5201 (test #5)
15602026-05-29T09:49:54.071Z-----------------------------------------------------------
15612026-05-29T09:49:54.071ZAccepted connection from 10.0.0.1, port 47090
15622026-05-29T09:49:54.071Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59261
15632026-05-29T09:49:54.071Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50596
15642026-05-29T09:49:54.071Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59724
15652026-05-29T09:49:54.071Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49535
15662026-05-29T09:49:54.071Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54328
15672026-05-29T09:49:54.071Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43053
15682026-05-29T09:49:54.071Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39359
15692026-05-29T09:49:54.071Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41371
15702026-05-29T09:49:54.071Z[ ID] Interval Transfer Bitrate
15712026-05-29T09:49:54.071Z[ 5] 0.00-1.00 sec 118 MBytes 992 Mbits/sec
15722026-05-29T09:49:54.071Z[ 8] 0.00-1.00 sec 118 MBytes 993 Mbits/sec
15732026-05-29T09:49:54.071Z[ 10] 0.00-1.00 sec 118 MBytes 993 Mbits/sec
15742026-05-29T09:49:54.071Z[ 12] 0.00-1.00 sec 118 MBytes 994 Mbits/sec
15752026-05-29T09:49:54.071Z[ 14] 0.00-1.00 sec 118 MBytes 994 Mbits/sec
15762026-05-29T09:49:54.071Z[ 16] 0.00-1.00 sec 118 MBytes 993 Mbits/sec
15772026-05-29T09:49:54.071Z[ 18] 0.00-1.00 sec 119 MBytes 995 Mbits/sec
15782026-05-29T09:49:54.071Z[ 20] 0.00-1.00 sec 118 MBytes 993 Mbits/sec
15792026-05-29T09:49:54.071Z[SUM] 0.00-1.00 sec 947 MBytes 7.95 Gbits/sec
15802026-05-29T09:49:54.071Z- - - - - - - - - - - - - - - - - - - - - - - - -
15812026-05-29T09:49:54.071Z[ 5] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
15822026-05-29T09:49:54.071Z[ 8] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
15832026-05-29T09:49:54.071Z[ 10] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
15842026-05-29T09:49:54.071Z[ 12] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
15852026-05-29T09:49:54.071Z[ 14] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
15862026-05-29T09:49:54.071Z[ 16] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
15872026-05-29T09:49:54.071Z[ 18] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
15882026-05-29T09:49:54.071Z[ 20] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
15892026-05-29T09:49:54.071Z[SUM] 1.00-2.00 sec 1.20 GBytes 10.3 Gbits/sec
15902026-05-29T09:49:54.071Z- - - - - - - - - - - - - - - - - - - - - - - - -
15912026-05-29T09:49:54.071Z[ 5] 2.00-3.00 sec 153 MBytes 1.29 Gbits/sec
15922026-05-29T09:49:54.071Z[ 8] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
15932026-05-29T09:49:54.071Z[ 10] 2.00-3.00 sec 153 MBytes 1.29 Gbits/sec
15942026-05-29T09:49:54.071Z[ 12] 2.00-3.00 sec 153 MBytes 1.29 Gbits/sec
15952026-05-29T09:49:54.072Z[ 14] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
15962026-05-29T09:49:54.072Z[ 16] 2.00-3.00 sec 153 MBytes 1.29 Gbits/sec
15972026-05-29T09:49:54.072Z[ 18] 2.00-3.00 sec 153 MBytes 1.29 Gbits/sec
15982026-05-29T09:49:54.072Z[ 20] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
15992026-05-29T09:49:54.072Z[SUM] 2.00-3.00 sec 1.20 GBytes 10.3 Gbits/sec
16002026-05-29T09:49:54.072Z- - - - - - - - - - - - - - - - - - - - - - - - -
16012026-05-29T09:49:54.072Z[ 5] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
16022026-05-29T09:49:54.072Z[ 8] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
16032026-05-29T09:49:54.072Z[ 10] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
16042026-05-29T09:49:54.072Z[ 12] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
16052026-05-29T09:49:54.072Z[ 14] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
16062026-05-29T09:49:54.072Z[ 16] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
16072026-05-29T09:49:54.072Z[ 18] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
16082026-05-29T09:49:54.072Z[ 20] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
16092026-05-29T09:49:54.072Z[SUM] 3.00-4.00 sec 1.19 GBytes 10.3 Gbits/sec
16102026-05-29T09:49:54.072Z- - - - - - - - - - - - - - - - - - - - - - - - -
16112026-05-29T09:49:54.072Z[ 5] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
16122026-05-29T09:49:54.072Z[ 8] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
16132026-05-29T09:49:54.072Z[ 10] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
16142026-05-29T09:49:54.072Z[ 12] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
16152026-05-29T09:49:54.072Z[ 14] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
16162026-05-29T09:49:54.072Z[ 16] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
16172026-05-29T09:49:54.072Z[ 18] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
16182026-05-29T09:49:54.072Z[ 20] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
16192026-05-29T09:49:54.072Z[SUM] 4.00-5.00 sec 1.20 GBytes 10.3 Gbits/sec
16202026-05-29T09:49:54.072Z- - - - - - - - - - - - - - - - - - - - - - - - -
16212026-05-29T09:49:54.072Z[ 5] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
16222026-05-29T09:49:54.072Z[ 8] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
16232026-05-29T09:49:54.072Z[ 10] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
16242026-05-29T09:49:54.072Z[ 12] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
16252026-05-29T09:49:54.072Z[ 14] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
16262026-05-29T09:49:54.072Z[ 16] 5.00-6.00 sec 152 MBytes 1.28 Gbits/sec
16272026-05-29T09:49:54.072Z[ 18] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
16282026-05-29T09:49:54.072Z[ 20] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
16292026-05-29T09:49:54.072Z[SUM] 5.00-6.00 sec 1.19 GBytes 10.3 Gbits/sec
16302026-05-29T09:49:54.072Z- - - - - - - - - - - - - - - - - - - - - - - - -
16312026-05-29T09:49:54.072Z[ 5] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
16322026-05-29T09:49:54.072Z[ 8] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
16332026-05-29T09:49:54.072Z[ 10] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
16342026-05-29T09:49:57.068Z[ 12] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
16352026-05-29T09:49:57.068Z[ 14] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
16362026-05-29T09:49:57.068Z[ 16] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
16372026-05-29T09:49:57.068Z[ 18] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
16382026-05-29T09:49:57.068Z[ 20] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
16392026-05-29T09:49:57.068Z[SUM] 6.00-7.00 sec 1.20 GBytes 10.3 Gbits/sec
16402026-05-29T09:49:57.068Z- - - - - - - - - - - - - - - - - - - - - - - - -
16412026-05-29T09:49:57.068Z[ 5] 7.00-8.00 sec 153 MBytes 1.29 Gbits/sec
16422026-05-29T09:49:57.068Z[ 8] 7.00-8.00 sec 153 MBytes 1.29 Gbits/sec
16432026-05-29T09:49:57.068Z[ 10] 7.00-8.00 sec 153 MBytes 1.29 Gbits/sec
16442026-05-29T09:49:57.068Z[ 12] 7.00-8.00 sec 153 MBytes 1.29 Gbits/sec
16452026-05-29T09:49:57.068Z[ 14] 7.00-8.00 sec 153 MBytes 1.29 Gbits/sec
16462026-05-29T09:49:57.068Z[ 16] 7.00-8.00 sec 153 MBytes 1.29 Gbits/sec
16472026-05-29T09:49:57.068Z[ 18] 7.00-8.00 sec 153 MBytes 1.29 Gbits/sec
16482026-05-29T09:49:57.068Z[ 20] 7.00-8.00 sec 153 MBytes 1.29 Gbits/sec
16492026-05-29T09:49:57.068Z[SUM] 7.00-8.00 sec 1.20 GBytes 10.3 Gbits/sec
16502026-05-29T09:49:57.068Z- - - - - - - - - - - - - - - - - - - - - - - - -
16512026-05-29T09:49:57.068Z[ 5] 8.00-9.00 sec 153 MBytes 1.29 Gbits/sec
16522026-05-29T09:49:57.068Z[ 8] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
16532026-05-29T09:49:57.068Z[ 10] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
16542026-05-29T09:49:57.068Z[ 12] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
16552026-05-29T09:49:57.069Z[ 14] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
16562026-05-29T09:49:57.069Z[ 16] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
16572026-05-29T09:49:57.069Z[ 18] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
16582026-05-29T09:49:57.069Z[ 20] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
16592026-05-29T09:49:57.069Z[SUM] 8.00-9.00 sec 1.20 GBytes 10.3 Gbits/sec
16602026-05-29T09:49:57.069Z- - - - - - - - - - - - - - - - - - - - - - - - -
16612026-05-29T09:49:57.069Z[ 5] 9.00-10.00 sec 153 MBytes 1.29 Gbits/sec
16622026-05-29T09:49:57.069Z[ 8] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
16632026-05-29T09:49:57.069Z[ 10] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
16642026-05-29T09:49:57.069Z[ 12] 9.00-10.00 sec 153 MBytes 1.29 Gbits/sec
16652026-05-29T09:49:57.069Z[ 14] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
16662026-05-29T09:49:57.069Z[ 16] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
16672026-05-29T09:49:57.069Z[ 18] 9.00-10.00 sec 153 MBytes 1.29 Gbits/sec
16682026-05-29T09:49:57.069Z[ 20] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
16692026-05-29T09:49:57.069Z[SUM] 9.00-10.00 sec 1.20 GBytes 10.3 Gbits/sec
16702026-05-29T09:49:57.069Z- - - - - - - - - - - - - - - - - - - - - - - - -
16712026-05-29T09:49:57.069Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
16722026-05-29T09:49:57.069Z[ 8] 10.00-10.00 sec 128 KBytes 2.26 Gbits/sec
16732026-05-29T09:49:57.069Z[ 10] 10.00-10.00 sec 128 KBytes 2.26 Gbits/sec
16742026-05-29T09:49:57.069Z[ 12] 10.00-10.00 sec 128 KBytes 2.26 Gbits/sec
16752026-05-29T09:49:57.069Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
16762026-05-29T09:49:57.069Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
16772026-05-29T09:49:57.069Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
16782026-05-29T09:49:57.069Z[ 20] 10.00-10.00 sec 128 KBytes 2.26 Gbits/sec
16792026-05-29T09:49:57.069Z[SUM] 10.00-10.00 sec 512 KBytes 9.00 Gbits/sec
16802026-05-29T09:49:57.069Z- - - - - - - - - - - - - - - - - - - - - - - - -
16812026-05-29T09:49:57.069Z[ ID] Interval Transfer Bitrate
16822026-05-29T09:49:57.069Z[ 5] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec receiver
16832026-05-29T09:49:57.069Z[ 8] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec receiver
16842026-05-29T09:49:57.069Z[ 10] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec receiver
16852026-05-29T09:49:57.069Z[ 12] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec receiver
16862026-05-29T09:49:57.069Z[ 14] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec receiver
16872026-05-29T09:49:57.069Z[ 16] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec receiver
16882026-05-29T09:49:57.069Z[ 18] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec receiver
16892026-05-29T09:49:57.069Z[ 20] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec receiver
16902026-05-29T09:49:57.069Z[SUM] 0.00-10.00 sec 11.7 GBytes 10.0 Gbits/sec receiver
16912026-05-29T09:49:57.073ZRun 5/5...10048.326957445546Mbps
16922026-05-29T09:49:57.073Z###---------------------###
16932026-05-29T09:49:57.073Z::: iPerf done... :::
16942026-05-29T09:49:57.073Z:::Awaiting out files...:::
16952026-05-29T09:49:57.073Z###---------------------###
16962026-05-29T09:49:57.073Z###-----###
16972026-05-29T09:49:57.073Z:::done!:::
16982026-05-29T09:49:57.073Z###-----###
16992026-05-29T09:49:57.073Z###-------------------###
17002026-05-29T09:49:57.073Z:::Running experiment :::
17012026-05-29T09:49:57.073Z:::iperf-tcp/local/s2c:::
17022026-05-29T09:49:57.073Z###-------------------###
17032026-05-29T09:50:04.460Z-----------------------------------------------------------
17042026-05-29T09:50:04.460ZServer listening on 5201 (test #6)
17052026-05-29T09:50:04.460Z-----------------------------------------------------------
17062026-05-29T09:50:04.460ZAccepted connection from 10.0.0.1, port 47939
17072026-05-29T09:50:04.460Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40795
17082026-05-29T09:50:04.460Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33123
17092026-05-29T09:50:04.460Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36080
17102026-05-29T09:50:04.460Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34680
17112026-05-29T09:50:04.460Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55932
17122026-05-29T09:50:04.460Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36950
17132026-05-29T09:50:04.460Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35759
17142026-05-29T09:50:04.460Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34942
17152026-05-29T09:50:04.460Z[ ID] Interval Transfer Bitrate
17162026-05-29T09:50:04.460Z[ 5] 0.00-1.00 sec 117 MBytes 979 Mbits/sec
17172026-05-29T09:50:04.460Z[ 8] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
17182026-05-29T09:50:04.461Z[ 10] 0.00-1.00 sec 117 MBytes 979 Mbits/sec
17192026-05-29T09:50:04.461Z[ 12] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
17202026-05-29T09:50:04.461Z[ 14] 0.00-1.00 sec 117 MBytes 980 Mbits/sec
17212026-05-29T09:50:04.461Z[ 16] 0.00-1.00 sec 117 MBytes 979 Mbits/sec
17222026-05-29T09:50:04.461Z[ 18] 0.00-1.00 sec 117 MBytes 979 Mbits/sec
17232026-05-29T09:50:04.461Z[ 20] 0.00-1.00 sec 116 MBytes 977 Mbits/sec
17242026-05-29T09:50:04.461Z[SUM] 0.00-1.00 sec 943 MBytes 7.91 Gbits/sec
17252026-05-29T09:50:04.461Z- - - - - - - - - - - - - - - - - - - - - - - - -
17262026-05-29T09:50:04.461Z[ 5] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
17272026-05-29T09:50:04.461Z[ 8] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
17282026-05-29T09:50:04.461Z[ 10] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
17292026-05-29T09:50:04.461Z[ 12] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
17302026-05-29T09:50:04.461Z[ 14] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
17312026-05-29T09:50:04.461Z[ 16] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
17322026-05-29T09:50:04.461Z[ 18] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
17332026-05-29T09:50:04.461Z[ 20] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
17342026-05-29T09:50:04.461Z[SUM] 1.00-2.00 sec 1.19 GBytes 10.3 Gbits/sec
17352026-05-29T09:50:04.461Z- - - - - - - - - - - - - - - - - - - - - - - - -
17362026-05-29T09:50:04.461Z[ 5] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
17372026-05-29T09:50:04.461Z[ 8] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
17382026-05-29T09:50:04.461Z[ 10] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
17392026-05-29T09:50:04.461Z[ 12] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
17402026-05-29T09:50:04.461Z[ 14] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
17412026-05-29T09:50:04.461Z[ 16] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
17422026-05-29T09:50:04.461Z[ 18] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
17432026-05-29T09:50:04.461Z[ 20] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
17442026-05-29T09:50:04.461Z[SUM] 2.00-3.00 sec 1.19 GBytes 10.2 Gbits/sec
17452026-05-29T09:50:04.461Z- - - - - - - - - - - - - - - - - - - - - - - - -
17462026-05-29T09:50:04.461Z[ 5] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
17472026-05-29T09:50:04.461Z[ 8] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
17482026-05-29T09:50:04.461Z[ 10] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
17492026-05-29T09:50:04.461Z[ 12] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
17502026-05-29T09:50:04.461Z[ 14] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
17512026-05-29T09:50:04.461Z[ 16] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
17522026-05-29T09:50:04.461Z[ 18] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
17532026-05-29T09:50:04.461Z[ 20] 3.00-4.00 sec 153 MBytes 1.29 Gbits/sec
17542026-05-29T09:50:04.461Z[SUM] 3.00-4.00 sec 1.20 GBytes 10.3 Gbits/sec
17552026-05-29T09:50:04.461Z- - - - - - - - - - - - - - - - - - - - - - - - -
17562026-05-29T09:50:04.461Z[ 5] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
17572026-05-29T09:50:04.462Z[ 8] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
17582026-05-29T09:50:04.462Z[ 10] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
17592026-05-29T09:50:04.462Z[ 12] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
17602026-05-29T09:50:04.462Z[ 14] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
17612026-05-29T09:50:04.462Z[ 16] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
17622026-05-29T09:50:04.462Z[ 18] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
17632026-05-29T09:50:04.462Z[ 20] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
17642026-05-29T09:50:04.462Z[SUM] 4.00-5.00 sec 1.19 GBytes 10.3 Gbits/sec
17652026-05-29T09:50:04.462Z- - - - - - - - - - - - - - - - - - - - - - - - -
17662026-05-29T09:50:04.462Z[ 5] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
17672026-05-29T09:50:04.462Z[ 8] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
17682026-05-29T09:50:04.462Z[ 10] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
17692026-05-29T09:50:04.462Z[ 12] 5.00-6.00 sec 153 MBytes 1.29 Gbits/sec
17702026-05-29T09:50:04.462Z[ 14] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
17712026-05-29T09:50:04.462Z[ 16] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
17722026-05-29T09:50:04.462Z[ 18] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
17732026-05-29T09:50:04.462Z[ 20] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
17742026-05-29T09:50:04.462Z[SUM] 5.00-6.00 sec 1.20 GBytes 10.3 Gbits/sec
17752026-05-29T09:50:04.462Z- - - - - - - - - - - - - - - - - - - - - - - - -
17762026-05-29T09:50:04.462Z[ 5] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
17772026-05-29T09:50:04.462Z[ 8] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
17782026-05-29T09:50:04.462Z[ 10] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
17792026-05-29T09:50:07.461Z[ 12] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
17802026-05-29T09:50:07.461Z[ 14] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
17812026-05-29T09:50:07.461Z[ 16] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
17822026-05-29T09:50:07.461Z[ 18] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
17832026-05-29T09:50:07.461Z[ 20] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
17842026-05-29T09:50:07.461Z[SUM] 6.00-7.00 sec 1.19 GBytes 10.2 Gbits/sec
17852026-05-29T09:50:07.461Z- - - - - - - - - - - - - - - - - - - - - - - - -
17862026-05-29T09:50:07.461Z[ 5] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
17872026-05-29T09:50:07.461Z[ 8] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
17882026-05-29T09:50:07.461Z[ 10] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
17892026-05-29T09:50:07.461Z[ 12] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
17902026-05-29T09:50:07.462Z[ 14] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
17912026-05-29T09:50:07.462Z[ 16] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
17922026-05-29T09:50:07.462Z[ 18] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
17932026-05-29T09:50:07.462Z[ 20] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
17942026-05-29T09:50:07.462Z[SUM] 7.00-8.00 sec 1.19 GBytes 10.2 Gbits/sec
17952026-05-29T09:50:07.462Z- - - - - - - - - - - - - - - - - - - - - - - - -
17962026-05-29T09:50:07.462Z[ 5] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
17972026-05-29T09:50:07.462Z[ 8] 8.00-9.00 sec 153 MBytes 1.29 Gbits/sec
17982026-05-29T09:50:07.462Z[ 10] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
17992026-05-29T09:50:07.462Z[ 12] 8.00-9.00 sec 153 MBytes 1.29 Gbits/sec
18002026-05-29T09:50:07.462Z[ 14] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
18012026-05-29T09:50:07.462Z[ 16] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
18022026-05-29T09:50:07.462Z[ 18] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
18032026-05-29T09:50:07.462Z[ 20] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
18042026-05-29T09:50:07.462Z[SUM] 8.00-9.00 sec 1.20 GBytes 10.3 Gbits/sec
18052026-05-29T09:50:07.462Z- - - - - - - - - - - - - - - - - - - - - - - - -
18062026-05-29T09:50:07.462Z[ 5] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
18072026-05-29T09:50:07.462Z[ 8] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
18082026-05-29T09:50:07.462Z[ 10] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
18092026-05-29T09:50:07.462Z[ 12] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
18102026-05-29T09:50:07.462Z[ 14] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
18112026-05-29T09:50:07.462Z[ 16] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
18122026-05-29T09:50:07.462Z[ 18] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
18132026-05-29T09:50:07.462Z[ 20] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
18142026-05-29T09:50:07.462Z[SUM] 9.00-10.00 sec 1.19 GBytes 10.3 Gbits/sec
18152026-05-29T09:50:07.462Z- - - - - - - - - - - - - - - - - - - - - - - - -
18162026-05-29T09:50:07.462Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18172026-05-29T09:50:07.462Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18182026-05-29T09:50:07.462Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18192026-05-29T09:50:07.462Z[ 12] 10.00-10.00 sec 128 KBytes 2.15 Gbits/sec
18202026-05-29T09:50:07.462Z[ 14] 10.00-10.00 sec 128 KBytes 2.15 Gbits/sec
18212026-05-29T09:50:07.462Z[ 16] 10.00-10.00 sec 128 KBytes 2.15 Gbits/sec
18222026-05-29T09:50:07.462Z[ 18] 10.00-10.00 sec 128 KBytes 2.16 Gbits/sec
18232026-05-29T09:50:07.462Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18242026-05-29T09:50:07.462Z[SUM] 10.00-10.00 sec 512 KBytes 8.59 Gbits/sec
18252026-05-29T09:50:07.462Z- - - - - - - - - - - - - - - - - - - - - - - - -
18262026-05-29T09:50:07.462Z[ ID] Interval Transfer Bitrate
18272026-05-29T09:50:07.462Z[ 5] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec sender
18282026-05-29T09:50:07.462Z[ 8] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec sender
18292026-05-29T09:50:07.463Z[ 10] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec sender
18302026-05-29T09:50:07.463Z[ 12] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec sender
18312026-05-29T09:50:07.463Z[ 14] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec sender
18322026-05-29T09:50:07.463Z[ 16] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec sender
18332026-05-29T09:50:07.463Z[ 18] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec sender
18342026-05-29T09:50:07.463Z[ 20] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec sender
18352026-05-29T09:50:07.463Z[SUM] 0.00-10.00 sec 11.7 GBytes 10.0 Gbits/sec sender
18362026-05-29T09:50:07.466ZRun 1/5...10024.827032082992Mbps
18372026-05-29T09:50:14.859Z-----------------------------------------------------------
18382026-05-29T09:50:14.859ZServer listening on 5201 (test #7)
18392026-05-29T09:50:14.859Z-----------------------------------------------------------
18402026-05-29T09:50:14.859ZAccepted connection from 10.0.0.1, port 65317
18412026-05-29T09:50:14.859Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33498
18422026-05-29T09:50:14.859Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58239
18432026-05-29T09:50:14.859Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60768
18442026-05-29T09:50:14.859Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33159
18452026-05-29T09:50:14.859Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60138
18462026-05-29T09:50:14.859Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57513
18472026-05-29T09:50:14.859Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63952
18482026-05-29T09:50:14.859Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56061
18492026-05-29T09:50:14.859Z[ ID] Interval Transfer Bitrate
18502026-05-29T09:50:14.859Z[ 5] 0.00-1.00 sec 130 MBytes 1.09 Gbits/sec
18512026-05-29T09:50:14.859Z[ 8] 0.00-1.00 sec 149 MBytes 1.25 Gbits/sec
18522026-05-29T09:50:14.859Z[ 10] 0.00-1.00 sec 128 MBytes 1.07 Gbits/sec
18532026-05-29T09:50:14.859Z[ 12] 0.00-1.00 sec 157 MBytes 1.31 Gbits/sec
18542026-05-29T09:50:14.859Z[ 14] 0.00-1.00 sec 130 MBytes 1.09 Gbits/sec
18552026-05-29T09:50:14.859Z[ 16] 0.00-1.00 sec 131 MBytes 1.10 Gbits/sec
18562026-05-29T09:50:14.859Z[ 18] 0.00-1.00 sec 131 MBytes 1.10 Gbits/sec
18572026-05-29T09:50:14.860Z[ 20] 0.00-1.00 sec 148 MBytes 1.24 Gbits/sec
18582026-05-29T09:50:14.860Z[SUM] 0.00-1.00 sec 1.08 GBytes 9.25 Gbits/sec
18592026-05-29T09:50:14.860Z- - - - - - - - - - - - - - - - - - - - - - - - -
18602026-05-29T09:50:14.860Z[ 5] 1.00-2.00 sec 181 MBytes 1.52 Gbits/sec
18612026-05-29T09:50:14.860Z[ 8] 1.00-2.00 sec 203 MBytes 1.71 Gbits/sec
18622026-05-29T09:50:14.860Z[ 10] 1.00-2.00 sec 185 MBytes 1.55 Gbits/sec
18632026-05-29T09:50:14.860Z[ 12] 1.00-2.00 sec 220 MBytes 1.85 Gbits/sec
18642026-05-29T09:50:14.860Z[ 14] 1.00-2.00 sec 181 MBytes 1.52 Gbits/sec
18652026-05-29T09:50:14.860Z[ 16] 1.00-2.00 sec 181 MBytes 1.52 Gbits/sec
18662026-05-29T09:50:14.860Z[ 18] 1.00-2.00 sec 181 MBytes 1.52 Gbits/sec
18672026-05-29T09:50:14.860Z[ 20] 1.00-2.00 sec 190 MBytes 1.59 Gbits/sec
18682026-05-29T09:50:14.860Z[SUM] 1.00-2.00 sec 1.49 GBytes 12.8 Gbits/sec
18692026-05-29T09:50:14.860Z- - - - - - - - - - - - - - - - - - - - - - - - -
18702026-05-29T09:50:14.860Z[ 5] 2.00-3.00 sec 174 MBytes 1.46 Gbits/sec
18712026-05-29T09:50:14.860Z[ 8] 2.00-3.00 sec 187 MBytes 1.57 Gbits/sec
18722026-05-29T09:50:14.860Z[ 10] 2.00-3.00 sec 209 MBytes 1.75 Gbits/sec
18732026-05-29T09:50:14.860Z[ 12] 2.00-3.00 sec 174 MBytes 1.46 Gbits/sec
18742026-05-29T09:50:14.860Z[ 14] 2.00-3.00 sec 174 MBytes 1.46 Gbits/sec
18752026-05-29T09:50:14.860Z[ 16] 2.00-3.00 sec 173 MBytes 1.45 Gbits/sec
18762026-05-29T09:50:14.860Z[ 18] 2.00-3.00 sec 173 MBytes 1.45 Gbits/sec
18772026-05-29T09:50:14.860Z[ 20] 2.00-3.00 sec 181 MBytes 1.52 Gbits/sec
18782026-05-29T09:50:14.860Z[SUM] 2.00-3.00 sec 1.41 GBytes 12.1 Gbits/sec
18792026-05-29T09:50:14.860Z- - - - - - - - - - - - - - - - - - - - - - - - -
18802026-05-29T09:50:14.860Z[ 5] 3.00-4.00 sec 179 MBytes 1.50 Gbits/sec
18812026-05-29T09:50:14.860Z[ 8] 3.00-4.00 sec 184 MBytes 1.54 Gbits/sec
18822026-05-29T09:50:14.860Z[ 10] 3.00-4.00 sec 227 MBytes 1.90 Gbits/sec
18832026-05-29T09:50:14.860Z[ 12] 3.00-4.00 sec 195 MBytes 1.64 Gbits/sec
18842026-05-29T09:50:14.860Z[ 14] 3.00-4.00 sec 180 MBytes 1.51 Gbits/sec
18852026-05-29T09:50:14.860Z[ 16] 3.00-4.00 sec 179 MBytes 1.50 Gbits/sec
18862026-05-29T09:50:14.860Z[ 18] 3.00-4.00 sec 179 MBytes 1.50 Gbits/sec
18872026-05-29T09:50:14.860Z[ 20] 3.00-4.00 sec 170 MBytes 1.43 Gbits/sec
18882026-05-29T09:50:14.860Z[SUM] 3.00-4.00 sec 1.46 GBytes 12.5 Gbits/sec
18892026-05-29T09:50:14.860Z- - - - - - - - - - - - - - - - - - - - - - - - -
18902026-05-29T09:50:14.860Z[ 5] 4.00-5.00 sec 168 MBytes 1.41 Gbits/sec
18912026-05-29T09:50:14.860Z[ 8] 4.00-5.00 sec 157 MBytes 1.31 Gbits/sec
18922026-05-29T09:50:14.860Z[ 10] 4.00-5.00 sec 194 MBytes 1.63 Gbits/sec
18932026-05-29T09:50:14.860Z[ 12] 4.00-5.00 sec 171 MBytes 1.43 Gbits/sec
18942026-05-29T09:50:14.860Z[ 14] 4.00-5.00 sec 168 MBytes 1.41 Gbits/sec
18952026-05-29T09:50:14.860Z[ 16] 4.00-5.00 sec 167 MBytes 1.40 Gbits/sec
18962026-05-29T09:50:14.861Z[ 18] 4.00-5.00 sec 167 MBytes 1.40 Gbits/sec
18972026-05-29T09:50:14.861Z[ 20] 4.00-5.00 sec 186 MBytes 1.56 Gbits/sec
18982026-05-29T09:50:14.861Z[SUM] 4.00-5.00 sec 1.35 GBytes 11.6 Gbits/sec
18992026-05-29T09:50:14.861Z- - - - - - - - - - - - - - - - - - - - - - - - -
19002026-05-29T09:50:14.861Z[ 5] 5.00-6.00 sec 166 MBytes 1.39 Gbits/sec
19012026-05-29T09:50:14.861Z[ 8] 5.00-6.00 sec 190 MBytes 1.59 Gbits/sec
19022026-05-29T09:50:14.861Z[ 10] 5.00-6.00 sec 168 MBytes 1.41 Gbits/sec
19032026-05-29T09:50:14.861Z[ 12] 5.00-6.00 sec 178 MBytes 1.49 Gbits/sec
19042026-05-29T09:50:14.861Z[ 14] 5.00-6.00 sec 166 MBytes 1.39 Gbits/sec
19052026-05-29T09:50:14.861Z[ 16] 5.00-6.00 sec 168 MBytes 1.41 Gbits/sec
19062026-05-29T09:50:14.861Z[ 18] 5.00-6.00 sec 168 MBytes 1.41 Gbits/sec
19072026-05-29T09:50:14.861Z[ 20] 5.00-6.00 sec 175 MBytes 1.47 Gbits/sec
19082026-05-29T09:50:14.861Z[SUM] 5.00-6.00 sec 1.35 GBytes 11.6 Gbits/sec
19092026-05-29T09:50:14.861Z- - - - - - - - - - - - - - - - - - - - - - - - -
19102026-05-29T09:50:14.861Z[ 5] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
19112026-05-29T09:50:14.861Z[ 8] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
19122026-05-29T09:50:14.861Z[ 10] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
19132026-05-29T09:50:17.861Z[ 12] 6.00-7.00 sec 152 MBytes 1.27 Gbits/sec
19142026-05-29T09:50:17.861Z[ 14] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
19152026-05-29T09:50:17.861Z[ 16] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
19162026-05-29T09:50:17.861Z[ 18] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
19172026-05-29T09:50:17.861Z[ 20] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
19182026-05-29T09:50:17.861Z[SUM] 6.00-7.00 sec 1.19 GBytes 10.2 Gbits/sec
19192026-05-29T09:50:17.861Z- - - - - - - - - - - - - - - - - - - - - - - - -
19202026-05-29T09:50:17.861Z[ 5] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
19212026-05-29T09:50:17.861Z[ 8] 7.00-8.00 sec 160 MBytes 1.34 Gbits/sec
19222026-05-29T09:50:17.861Z[ 10] 7.00-8.00 sec 156 MBytes 1.30 Gbits/sec
19232026-05-29T09:50:17.861Z[ 12] 7.00-8.00 sec 161 MBytes 1.35 Gbits/sec
19242026-05-29T09:50:17.861Z[ 14] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
19252026-05-29T09:50:17.861Z[ 16] 7.00-8.00 sec 154 MBytes 1.30 Gbits/sec
19262026-05-29T09:50:17.862Z[ 18] 7.00-8.00 sec 154 MBytes 1.30 Gbits/sec
19272026-05-29T09:50:17.862Z[ 20] 7.00-8.00 sec 148 MBytes 1.24 Gbits/sec
19282026-05-29T09:50:17.862Z[SUM] 7.00-8.00 sec 1.21 GBytes 10.4 Gbits/sec
19292026-05-29T09:50:17.862Z- - - - - - - - - - - - - - - - - - - - - - - - -
19302026-05-29T09:50:17.862Z[ 5] 8.00-9.00 sec 158 MBytes 1.32 Gbits/sec
19312026-05-29T09:50:17.862Z[ 8] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
19322026-05-29T09:50:17.862Z[ 10] 8.00-9.00 sec 167 MBytes 1.40 Gbits/sec
19332026-05-29T09:50:17.862Z[ 12] 8.00-9.00 sec 159 MBytes 1.34 Gbits/sec
19342026-05-29T09:50:17.862Z[ 14] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
19352026-05-29T09:50:17.862Z[ 16] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
19362026-05-29T09:50:17.862Z[ 18] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
19372026-05-29T09:50:17.862Z[ 20] 8.00-9.00 sec 160 MBytes 1.35 Gbits/sec
19382026-05-29T09:50:17.862Z[SUM] 8.00-9.00 sec 1.24 GBytes 10.6 Gbits/sec
19392026-05-29T09:50:17.862Z- - - - - - - - - - - - - - - - - - - - - - - - -
19402026-05-29T09:50:17.862Z[ 5] 9.00-10.00 sec 160 MBytes 1.35 Gbits/sec
19412026-05-29T09:50:17.862Z[ 8] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
19422026-05-29T09:50:17.862Z[ 10] 9.00-10.00 sec 156 MBytes 1.30 Gbits/sec
19432026-05-29T09:50:17.862Z[ 12] 9.00-10.00 sec 169 MBytes 1.42 Gbits/sec
19442026-05-29T09:50:17.862Z[ 14] 9.00-10.00 sec 160 MBytes 1.34 Gbits/sec
19452026-05-29T09:50:17.862Z[ 16] 9.00-10.00 sec 160 MBytes 1.34 Gbits/sec
19462026-05-29T09:50:17.862Z[ 18] 9.00-10.00 sec 160 MBytes 1.34 Gbits/sec
19472026-05-29T09:50:17.862Z[ 20] 9.00-10.00 sec 174 MBytes 1.46 Gbits/sec
19482026-05-29T09:50:17.862Z[SUM] 9.00-10.00 sec 1.27 GBytes 10.9 Gbits/sec
19492026-05-29T09:50:17.862Z- - - - - - - - - - - - - - - - - - - - - - - - -
19502026-05-29T09:50:17.862Z[ 5] 10.00-10.00 sec 128 KBytes 2.38 Gbits/sec
19512026-05-29T09:50:17.862Z[ 8] 10.00-10.00 sec 128 KBytes 2.39 Gbits/sec
19522026-05-29T09:50:17.862Z[ 10] 10.00-10.00 sec 128 KBytes 2.38 Gbits/sec
19532026-05-29T09:50:17.862Z[ 12] 10.00-10.00 sec 128 KBytes 2.38 Gbits/sec
19542026-05-29T09:50:17.862Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
19552026-05-29T09:50:17.862Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
19562026-05-29T09:50:17.862Z[ 18] 10.00-10.00 sec 128 KBytes 2.39 Gbits/sec
19572026-05-29T09:50:17.862Z[ 20] 10.00-10.00 sec 128 KBytes 2.39 Gbits/sec
19582026-05-29T09:50:17.862Z[SUM] 10.00-10.00 sec 768 KBytes 14.3 Gbits/sec
19592026-05-29T09:50:17.862Z- - - - - - - - - - - - - - - - - - - - - - - - -
19602026-05-29T09:50:17.862Z[ ID] Interval Transfer Bitrate
19612026-05-29T09:50:17.862Z[ 5] 0.00-10.00 sec 1.59 GBytes 1.36 Gbits/sec sender
19622026-05-29T09:50:17.862Z[ 8] 0.00-10.00 sec 1.65 GBytes 1.42 Gbits/sec sender
19632026-05-29T09:50:17.862Z[ 10] 0.00-10.00 sec 1.70 GBytes 1.46 Gbits/sec sender
19642026-05-29T09:50:17.863Z[ 12] 0.00-10.00 sec 1.69 GBytes 1.46 Gbits/sec sender
19652026-05-29T09:50:17.863Z[ 14] 0.00-10.00 sec 1.59 GBytes 1.36 Gbits/sec sender
19662026-05-29T09:50:17.863Z[ 16] 0.00-10.00 sec 1.59 GBytes 1.36 Gbits/sec sender
19672026-05-29T09:50:17.863Z[ 18] 0.00-10.00 sec 1.59 GBytes 1.36 Gbits/sec sender
19682026-05-29T09:50:17.863Z[ 20] 0.00-10.00 sec 1.65 GBytes 1.41 Gbits/sec sender
19692026-05-29T09:50:17.863Z[SUM] 0.00-10.00 sec 13.0 GBytes 11.2 Gbits/sec sender
19702026-05-29T09:50:17.866ZRun 2/5...11196.499660065467Mbps
19712026-05-29T09:50:25.258Z-----------------------------------------------------------
19722026-05-29T09:50:25.258ZServer listening on 5201 (test #8)
19732026-05-29T09:50:25.258Z-----------------------------------------------------------
19742026-05-29T09:50:25.258ZAccepted connection from 10.0.0.1, port 36908
19752026-05-29T09:50:25.258Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44519
19762026-05-29T09:50:25.258Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34367
19772026-05-29T09:50:25.258Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60207
19782026-05-29T09:50:25.258Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58276
19792026-05-29T09:50:25.258Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50343
19802026-05-29T09:50:25.258Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40246
19812026-05-29T09:50:25.258Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52586
19822026-05-29T09:50:25.258Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43100
19832026-05-29T09:50:25.258Z[ ID] Interval Transfer Bitrate
19842026-05-29T09:50:25.258Z[ 5] 0.00-1.00 sec 117 MBytes 985 Mbits/sec
19852026-05-29T09:50:25.258Z[ 8] 0.00-1.00 sec 135 MBytes 1.13 Gbits/sec
19862026-05-29T09:50:25.258Z[ 10] 0.00-1.00 sec 121 MBytes 1.01 Gbits/sec
19872026-05-29T09:50:25.258Z[ 12] 0.00-1.00 sec 123 MBytes 1.03 Gbits/sec
19882026-05-29T09:50:25.258Z[ 14] 0.00-1.00 sec 123 MBytes 1.03 Gbits/sec
19892026-05-29T09:50:25.258Z[ 16] 0.00-1.00 sec 123 MBytes 1.03 Gbits/sec
19902026-05-29T09:50:25.258Z[ 18] 0.00-1.00 sec 123 MBytes 1.03 Gbits/sec
19912026-05-29T09:50:25.258Z[ 20] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
19922026-05-29T09:50:25.258Z[SUM] 0.00-1.00 sec 986 MBytes 8.27 Gbits/sec
19932026-05-29T09:50:25.258Z- - - - - - - - - - - - - - - - - - - - - - - - -
19942026-05-29T09:50:25.258Z[ 5] 1.00-2.00 sec 154 MBytes 1.30 Gbits/sec
19952026-05-29T09:50:25.258Z[ 8] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
19962026-05-29T09:50:25.258Z[ 10] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
19972026-05-29T09:50:25.258Z[ 12] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
19982026-05-29T09:50:25.258Z[ 14] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
19992026-05-29T09:50:25.258Z[ 16] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
20002026-05-29T09:50:25.258Z[ 18] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
20012026-05-29T09:50:25.258Z[ 20] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
20022026-05-29T09:50:25.258Z[SUM] 1.00-2.00 sec 1.20 GBytes 10.3 Gbits/sec
20032026-05-29T09:50:25.259Z- - - - - - - - - - - - - - - - - - - - - - - - -
20042026-05-29T09:50:25.259Z[ 5] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
20052026-05-29T09:50:25.259Z[ 8] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
20062026-05-29T09:50:25.259Z[ 10] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
20072026-05-29T09:50:25.259Z[ 12] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
20082026-05-29T09:50:25.259Z[ 14] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
20092026-05-29T09:50:25.259Z[ 16] 2.00-3.00 sec 156 MBytes 1.30 Gbits/sec
20102026-05-29T09:50:25.259Z[ 18] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
20112026-05-29T09:50:25.259Z[ 20] 2.00-3.00 sec 156 MBytes 1.30 Gbits/sec
20122026-05-29T09:50:25.259Z[SUM] 2.00-3.00 sec 1.21 GBytes 10.4 Gbits/sec
20132026-05-29T09:50:25.259Z- - - - - - - - - - - - - - - - - - - - - - - - -
20142026-05-29T09:50:25.259Z[ 5] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
20152026-05-29T09:50:25.259Z[ 8] 3.00-4.00 sec 153 MBytes 1.29 Gbits/sec
20162026-05-29T09:50:25.259Z[ 10] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
20172026-05-29T09:50:25.259Z[ 12] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
20182026-05-29T09:50:25.259Z[ 14] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
20192026-05-29T09:50:25.259Z[ 16] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
20202026-05-29T09:50:25.259Z[ 18] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
20212026-05-29T09:50:25.259Z[ 20] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
20222026-05-29T09:50:25.259Z[SUM] 3.00-4.00 sec 1.21 GBytes 10.4 Gbits/sec
20232026-05-29T09:50:25.259Z- - - - - - - - - - - - - - - - - - - - - - - - -
20242026-05-29T09:50:25.259Z[ 5] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
20252026-05-29T09:50:25.259Z[ 8] 4.00-5.00 sec 158 MBytes 1.32 Gbits/sec
20262026-05-29T09:50:25.259Z[ 10] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
20272026-05-29T09:50:25.263Z[ 12] 4.00-5.00 sec 156 MBytes 1.30 Gbits/sec
20282026-05-29T09:50:25.263Z[ 14] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
20292026-05-29T09:50:25.263Z[ 16] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
20302026-05-29T09:50:25.263Z[ 18] 4.00-5.00 sec 156 MBytes 1.30 Gbits/sec
20312026-05-29T09:50:25.263Z[ 20] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
20322026-05-29T09:50:25.263Z[SUM] 4.00-5.00 sec 1.22 GBytes 10.5 Gbits/sec
20332026-05-29T09:50:25.263Z- - - - - - - - - - - - - - - - - - - - - - - - -
20342026-05-29T09:50:25.263Z[ 5] 5.00-6.00 sec 158 MBytes 1.32 Gbits/sec
20352026-05-29T09:50:25.263Z[ 8] 5.00-6.00 sec 160 MBytes 1.34 Gbits/sec
20362026-05-29T09:50:25.263Z[ 10] 5.00-6.00 sec 158 MBytes 1.32 Gbits/sec
20372026-05-29T09:50:25.263Z[ 12] 5.00-6.00 sec 158 MBytes 1.32 Gbits/sec
20382026-05-29T09:50:25.263Z[ 14] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
20392026-05-29T09:50:25.263Z[ 16] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
20402026-05-29T09:50:25.263Z[ 18] 5.00-6.00 sec 158 MBytes 1.32 Gbits/sec
20412026-05-29T09:50:25.263Z[ 20] 5.00-6.00 sec 158 MBytes 1.32 Gbits/sec
20422026-05-29T09:50:25.263Z[SUM] 5.00-6.00 sec 1.23 GBytes 10.6 Gbits/sec
20432026-05-29T09:50:25.263Z- - - - - - - - - - - - - - - - - - - - - - - - -
20442026-05-29T09:50:25.263Z[ 5] 6.00-7.00 sec 158 MBytes 1.33 Gbits/sec
20452026-05-29T09:50:25.263Z[ 8] 6.00-7.00 sec 160 MBytes 1.34 Gbits/sec
20462026-05-29T09:50:25.263Z[ 10] 6.00-7.00 sec 157 MBytes 1.32 Gbits/sec
20472026-05-29T09:50:28.259Z[ 12] 6.00-7.00 sec 157 MBytes 1.32 Gbits/sec
20482026-05-29T09:50:28.259Z[ 14] 6.00-7.00 sec 157 MBytes 1.32 Gbits/sec
20492026-05-29T09:50:28.259Z[ 16] 6.00-7.00 sec 157 MBytes 1.32 Gbits/sec
20502026-05-29T09:50:28.259Z[ 18] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
20512026-05-29T09:50:28.259Z[ 20] 6.00-7.00 sec 157 MBytes 1.32 Gbits/sec
20522026-05-29T09:50:28.259Z[SUM] 6.00-7.00 sec 1.23 GBytes 10.6 Gbits/sec
20532026-05-29T09:50:28.259Z- - - - - - - - - - - - - - - - - - - - - - - - -
20542026-05-29T09:50:28.260Z[ 5] 7.00-8.00 sec 154 MBytes 1.30 Gbits/sec
20552026-05-29T09:50:28.260Z[ 8] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
20562026-05-29T09:50:28.260Z[ 10] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
20572026-05-29T09:50:28.260Z[ 12] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
20582026-05-29T09:50:28.260Z[ 14] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
20592026-05-29T09:50:28.260Z[ 16] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
20602026-05-29T09:50:28.260Z[ 18] 7.00-8.00 sec 154 MBytes 1.30 Gbits/sec
20612026-05-29T09:50:28.260Z[ 20] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
20622026-05-29T09:50:28.260Z[SUM] 7.00-8.00 sec 1.21 GBytes 10.4 Gbits/sec
20632026-05-29T09:50:28.260Z- - - - - - - - - - - - - - - - - - - - - - - - -
20642026-05-29T09:50:28.260Z[ 5] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
20652026-05-29T09:50:28.260Z[ 8] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
20662026-05-29T09:50:28.260Z[ 10] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
20672026-05-29T09:50:28.260Z[ 12] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
20682026-05-29T09:50:28.260Z[ 14] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
20692026-05-29T09:50:28.260Z[ 16] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
20702026-05-29T09:50:28.260Z[ 18] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
20712026-05-29T09:50:28.260Z[ 20] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
20722026-05-29T09:50:28.260Z[SUM] 8.00-9.00 sec 1.20 GBytes 10.3 Gbits/sec
20732026-05-29T09:50:28.260Z- - - - - - - - - - - - - - - - - - - - - - - - -
20742026-05-29T09:50:28.260Z[ 5] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
20752026-05-29T09:50:28.260Z[ 8] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
20762026-05-29T09:50:28.260Z[ 10] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
20772026-05-29T09:50:28.260Z[ 12] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
20782026-05-29T09:50:28.260Z[ 14] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
20792026-05-29T09:50:28.260Z[ 16] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
20802026-05-29T09:50:28.260Z[ 18] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
20812026-05-29T09:50:28.260Z[ 20] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
20822026-05-29T09:50:28.260Z[SUM] 9.00-10.00 sec 1.20 GBytes 10.3 Gbits/sec
20832026-05-29T09:50:28.260Z- - - - - - - - - - - - - - - - - - - - - - - - -
20842026-05-29T09:50:28.260Z[ 5] 10.00-10.00 sec 128 KBytes 2.37 Gbits/sec
20852026-05-29T09:50:28.260Z[ 8] 10.00-10.00 sec 128 KBytes 2.38 Gbits/sec
20862026-05-29T09:50:28.260Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
20872026-05-29T09:50:28.260Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
20882026-05-29T09:50:28.260Z[ 14] 10.00-10.00 sec 128 KBytes 2.38 Gbits/sec
20892026-05-29T09:50:28.260Z[ 16] 10.00-10.00 sec 128 KBytes 2.38 Gbits/sec
20902026-05-29T09:50:28.260Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
20912026-05-29T09:50:28.260Z[ 20] 10.00-10.00 sec 128 KBytes 2.38 Gbits/sec
20922026-05-29T09:50:28.260Z[SUM] 10.00-10.00 sec 640 KBytes 11.8 Gbits/sec
20932026-05-29T09:50:28.261Z- - - - - - - - - - - - - - - - - - - - - - - - -
20942026-05-29T09:50:28.261Z[ ID] Interval Transfer Bitrate
20952026-05-29T09:50:28.264Z[ 5] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
20962026-05-29T09:50:28.264Z[ 8] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
20972026-05-29T09:50:28.264Z[ 10] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
20982026-05-29T09:50:28.264Z[ 12] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
20992026-05-29T09:50:28.264Z[ 14] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
21002026-05-29T09:50:28.264Z[ 16] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
21012026-05-29T09:50:28.265Z[ 18] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
21022026-05-29T09:50:28.265Z[ 20] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
21032026-05-29T09:50:28.265Z[SUM] 0.00-10.00 sec 11.9 GBytes 10.2 Gbits/sec sender
21042026-05-29T09:50:28.265ZRun 3/5...10204.170443810717Mbps
21052026-05-29T09:50:35.652Z-----------------------------------------------------------
21062026-05-29T09:50:35.652ZServer listening on 5201 (test #9)
21072026-05-29T09:50:35.652Z-----------------------------------------------------------
21082026-05-29T09:50:35.652ZAccepted connection from 10.0.0.1, port 62178
21092026-05-29T09:50:35.652Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49918
21102026-05-29T09:50:35.652Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35155
21112026-05-29T09:50:35.652Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33302
21122026-05-29T09:50:35.652Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39801
21132026-05-29T09:50:35.652Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63768
21142026-05-29T09:50:35.652Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44061
21152026-05-29T09:50:35.652Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64821
21162026-05-29T09:50:35.652Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42996
21172026-05-29T09:50:35.652Z[ ID] Interval Transfer Bitrate
21182026-05-29T09:50:35.652Z[ 5] 0.00-1.00 sec 119 MBytes 996 Mbits/sec
21192026-05-29T09:50:35.652Z[ 8] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
21202026-05-29T09:50:35.652Z[ 10] 0.00-1.00 sec 119 MBytes 996 Mbits/sec
21212026-05-29T09:50:35.652Z[ 12] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
21222026-05-29T09:50:35.652Z[ 14] 0.00-1.00 sec 119 MBytes 999 Mbits/sec
21232026-05-29T09:50:35.652Z[ 16] 0.00-1.00 sec 119 MBytes 1.00 Gbits/sec
21242026-05-29T09:50:35.652Z[ 18] 0.00-1.00 sec 116 MBytes 975 Mbits/sec
21252026-05-29T09:50:35.652Z[ 20] 0.00-1.00 sec 116 MBytes 976 Mbits/sec
21262026-05-29T09:50:35.652Z[SUM] 0.00-1.00 sec 948 MBytes 7.95 Gbits/sec
21272026-05-29T09:50:35.652Z- - - - - - - - - - - - - - - - - - - - - - - - -
21282026-05-29T09:50:35.652Z[ 5] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
21292026-05-29T09:50:35.652Z[ 8] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
21302026-05-29T09:50:35.652Z[ 10] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
21312026-05-29T09:50:35.652Z[ 12] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
21322026-05-29T09:50:35.652Z[ 14] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
21332026-05-29T09:50:35.652Z[ 16] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
21342026-05-29T09:50:35.652Z[ 18] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
21352026-05-29T09:50:35.652Z[ 20] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
21362026-05-29T09:50:35.653Z[SUM] 1.00-2.00 sec 1.20 GBytes 10.3 Gbits/sec
21372026-05-29T09:50:35.653Z- - - - - - - - - - - - - - - - - - - - - - - - -
21382026-05-29T09:50:35.653Z[ 5] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
21392026-05-29T09:50:35.653Z[ 8] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
21402026-05-29T09:50:35.653Z[ 10] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
21412026-05-29T09:50:35.653Z[ 12] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
21422026-05-29T09:50:35.653Z[ 14] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
21432026-05-29T09:50:35.653Z[ 16] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
21442026-05-29T09:50:35.653Z[ 18] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
21452026-05-29T09:50:35.653Z[ 20] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
21462026-05-29T09:50:35.653Z[SUM] 2.00-3.00 sec 1.22 GBytes 10.5 Gbits/sec
21472026-05-29T09:50:35.653Z- - - - - - - - - - - - - - - - - - - - - - - - -
21482026-05-29T09:50:35.657Z[ 5] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
21492026-05-29T09:50:35.657Z[ 8] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
21502026-05-29T09:50:35.657Z[ 10] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
21512026-05-29T09:50:35.657Z[ 12] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
21522026-05-29T09:50:35.657Z[ 14] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
21532026-05-29T09:50:35.657Z[ 16] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
21542026-05-29T09:50:35.657Z[ 18] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
21552026-05-29T09:50:35.657Z[ 20] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
21562026-05-29T09:50:35.657Z[SUM] 3.00-4.00 sec 1.19 GBytes 10.2 Gbits/sec
21572026-05-29T09:50:35.657Z- - - - - - - - - - - - - - - - - - - - - - - - -
21582026-05-29T09:50:35.657Z[ 5] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
21592026-05-29T09:50:35.657Z[ 8] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
21602026-05-29T09:50:35.657Z[ 10] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
21612026-05-29T09:50:35.657Z[ 12] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
21622026-05-29T09:50:35.657Z[ 14] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
21632026-05-29T09:50:35.657Z[ 16] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
21642026-05-29T09:50:35.657Z[ 18] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
21652026-05-29T09:50:35.657Z[ 20] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
21662026-05-29T09:50:35.657Z[SUM] 4.00-5.00 sec 1.21 GBytes 10.4 Gbits/sec
21672026-05-29T09:50:35.657Z- - - - - - - - - - - - - - - - - - - - - - - - -
21682026-05-29T09:50:35.657Z[ 5] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
21692026-05-29T09:50:35.657Z[ 8] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
21702026-05-29T09:50:35.657Z[ 10] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
21712026-05-29T09:50:35.657Z[ 12] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
21722026-05-29T09:50:35.657Z[ 14] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
21732026-05-29T09:50:35.657Z[ 16] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
21742026-05-29T09:50:35.657Z[ 18] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
21752026-05-29T09:50:35.657Z[ 20] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
21762026-05-29T09:50:35.657Z[SUM] 5.00-6.00 sec 1.20 GBytes 10.3 Gbits/sec
21772026-05-29T09:50:35.657Z- - - - - - - - - - - - - - - - - - - - - - - - -
21782026-05-29T09:50:35.657Z[ 5] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
21792026-05-29T09:50:35.657Z[ 8] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
21802026-05-29T09:50:35.657Z[ 10] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
21812026-05-29T09:50:38.654Z[ 12] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
21822026-05-29T09:50:38.654Z[ 14] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
21832026-05-29T09:50:38.654Z[ 16] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
21842026-05-29T09:50:38.654Z[ 18] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
21852026-05-29T09:50:38.654Z[ 20] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
21862026-05-29T09:50:38.654Z[SUM] 6.00-7.00 sec 1.20 GBytes 10.3 Gbits/sec
21872026-05-29T09:50:38.654Z- - - - - - - - - - - - - - - - - - - - - - - - -
21882026-05-29T09:50:38.654Z[ 5] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
21892026-05-29T09:50:38.654Z[ 8] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
21902026-05-29T09:50:38.654Z[ 10] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
21912026-05-29T09:50:38.654Z[ 12] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
21922026-05-29T09:50:38.654Z[ 14] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
21932026-05-29T09:50:38.654Z[ 16] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
21942026-05-29T09:50:38.654Z[ 18] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
21952026-05-29T09:50:38.654Z[ 20] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
21962026-05-29T09:50:38.654Z[SUM] 7.00-8.00 sec 1.19 GBytes 10.2 Gbits/sec
21972026-05-29T09:50:38.654Z- - - - - - - - - - - - - - - - - - - - - - - - -
21982026-05-29T09:50:38.654Z[ 5] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
21992026-05-29T09:50:38.654Z[ 8] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
22002026-05-29T09:50:38.654Z[ 10] 8.00-9.00 sec 153 MBytes 1.29 Gbits/sec
22012026-05-29T09:50:38.654Z[ 12] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
22022026-05-29T09:50:38.655Z[ 14] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
22032026-05-29T09:50:38.655Z[ 16] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
22042026-05-29T09:50:38.655Z[ 18] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
22052026-05-29T09:50:38.655Z[ 20] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
22062026-05-29T09:50:38.655Z[SUM] 8.00-9.00 sec 1.20 GBytes 10.3 Gbits/sec
22072026-05-29T09:50:38.655Z- - - - - - - - - - - - - - - - - - - - - - - - -
22082026-05-29T09:50:38.655Z[ 5] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
22092026-05-29T09:50:38.655Z[ 8] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
22102026-05-29T09:50:38.655Z[ 10] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
22112026-05-29T09:50:38.655Z[ 12] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
22122026-05-29T09:50:38.655Z[ 14] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
22132026-05-29T09:50:38.655Z[ 16] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
22142026-05-29T09:50:38.655Z[ 18] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
22152026-05-29T09:50:38.655Z[ 20] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
22162026-05-29T09:50:38.655Z[SUM] 9.00-10.00 sec 1.20 GBytes 10.3 Gbits/sec
22172026-05-29T09:50:38.655Z- - - - - - - - - - - - - - - - - - - - - - - - -
22182026-05-29T09:50:38.655Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22192026-05-29T09:50:38.655Z[ 8] 10.00-10.00 sec 128 KBytes 2.28 Gbits/sec
22202026-05-29T09:50:38.655Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22212026-05-29T09:50:38.655Z[ 12] 10.00-10.00 sec 128 KBytes 2.28 Gbits/sec
22222026-05-29T09:50:38.655Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22232026-05-29T09:50:38.655Z[ 16] 10.00-10.00 sec 128 KBytes 2.28 Gbits/sec
22242026-05-29T09:50:38.655Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22252026-05-29T09:50:38.655Z[ 20] 10.00-10.00 sec 128 KBytes 2.28 Gbits/sec
22262026-05-29T09:50:38.655Z[SUM] 10.00-10.00 sec 512 KBytes 9.10 Gbits/sec
22272026-05-29T09:50:38.655Z- - - - - - - - - - - - - - - - - - - - - - - - -
22282026-05-29T09:50:38.655Z[ ID] Interval Transfer Bitrate
22292026-05-29T09:50:38.656Z[ 5] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
22302026-05-29T09:50:38.656Z[ 8] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
22312026-05-29T09:50:38.656Z[ 10] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
22322026-05-29T09:50:38.656Z[ 12] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
22332026-05-29T09:50:38.656Z[ 14] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec sender
22342026-05-29T09:50:38.656Z[ 16] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
22352026-05-29T09:50:38.656Z[ 18] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
22362026-05-29T09:50:38.656Z[ 20] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
22372026-05-29T09:50:38.656Z[SUM] 0.00-10.00 sec 11.7 GBytes 10.1 Gbits/sec sender
22382026-05-29T09:50:38.660ZRun 4/5...10073.506720581443Mbps
22392026-05-29T09:50:46.044Z-----------------------------------------------------------
22402026-05-29T09:50:46.044ZServer listening on 5201 (test #10)
22412026-05-29T09:50:46.044Z-----------------------------------------------------------
22422026-05-29T09:50:46.044ZAccepted connection from 10.0.0.1, port 46280
22432026-05-29T09:50:46.044Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64150
22442026-05-29T09:50:46.044Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45025
22452026-05-29T09:50:46.044Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61311
22462026-05-29T09:50:46.044Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33122
22472026-05-29T09:50:46.044Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63998
22482026-05-29T09:50:46.044Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34068
22492026-05-29T09:50:46.044Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33625
22502026-05-29T09:50:46.044Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34424
22512026-05-29T09:50:46.044Z[ ID] Interval Transfer Bitrate
22522026-05-29T09:50:46.044Z[ 5] 0.00-1.00 sec 118 MBytes 991 Mbits/sec
22532026-05-29T09:50:46.044Z[ 8] 0.00-1.00 sec 118 MBytes 988 Mbits/sec
22542026-05-29T09:50:46.044Z[ 10] 0.00-1.00 sec 118 MBytes 991 Mbits/sec
22552026-05-29T09:50:46.044Z[ 12] 0.00-1.00 sec 118 MBytes 987 Mbits/sec
22562026-05-29T09:50:46.044Z[ 14] 0.00-1.00 sec 118 MBytes 988 Mbits/sec
22572026-05-29T09:50:46.044Z[ 16] 0.00-1.00 sec 118 MBytes 987 Mbits/sec
22582026-05-29T09:50:46.044Z[ 18] 0.00-1.00 sec 118 MBytes 992 Mbits/sec
22592026-05-29T09:50:46.044Z[ 20] 0.00-1.00 sec 118 MBytes 987 Mbits/sec
22602026-05-29T09:50:46.044Z[SUM] 0.00-1.00 sec 943 MBytes 7.91 Gbits/sec
22612026-05-29T09:50:46.044Z- - - - - - - - - - - - - - - - - - - - - - - - -
22622026-05-29T09:50:46.044Z[ 5] 1.00-2.00 sec 152 MBytes 1.28 Gbits/sec
22632026-05-29T09:50:46.044Z[ 8] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
22642026-05-29T09:50:46.044Z[ 10] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
22652026-05-29T09:50:46.044Z[ 12] 1.00-2.00 sec 152 MBytes 1.27 Gbits/sec
22662026-05-29T09:50:46.044Z[ 14] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
22672026-05-29T09:50:46.044Z[ 16] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
22682026-05-29T09:50:46.044Z[ 18] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
22692026-05-29T09:50:46.044Z[ 20] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
22702026-05-29T09:50:46.044Z[SUM] 1.00-2.00 sec 1.20 GBytes 10.3 Gbits/sec
22712026-05-29T09:50:46.044Z- - - - - - - - - - - - - - - - - - - - - - - - -
22722026-05-29T09:50:46.044Z[ 5] 2.00-3.00 sec 152 MBytes 1.27 Gbits/sec
22732026-05-29T09:50:46.044Z[ 8] 2.00-3.00 sec 152 MBytes 1.27 Gbits/sec
22742026-05-29T09:50:46.045Z[ 10] 2.00-3.00 sec 152 MBytes 1.27 Gbits/sec
22752026-05-29T09:50:46.045Z[ 12] 2.00-3.00 sec 152 MBytes 1.27 Gbits/sec
22762026-05-29T09:50:46.045Z[ 14] 2.00-3.00 sec 152 MBytes 1.27 Gbits/sec
22772026-05-29T09:50:46.045Z[ 16] 2.00-3.00 sec 152 MBytes 1.27 Gbits/sec
22782026-05-29T09:50:46.045Z[ 18] 2.00-3.00 sec 152 MBytes 1.27 Gbits/sec
22792026-05-29T09:50:46.045Z[ 20] 2.00-3.00 sec 152 MBytes 1.27 Gbits/sec
22802026-05-29T09:50:46.045Z[SUM] 2.00-3.00 sec 1.19 GBytes 10.2 Gbits/sec
22812026-05-29T09:50:46.045Z- - - - - - - - - - - - - - - - - - - - - - - - -
22822026-05-29T09:50:46.045Z[ 5] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
22832026-05-29T09:50:46.045Z[ 8] 3.00-4.00 sec 153 MBytes 1.29 Gbits/sec
22842026-05-29T09:50:46.045Z[ 10] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
22852026-05-29T09:50:46.045Z[ 12] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
22862026-05-29T09:50:46.045Z[ 14] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
22872026-05-29T09:50:46.045Z[ 16] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
22882026-05-29T09:50:46.045Z[ 18] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
22892026-05-29T09:50:46.045Z[ 20] 3.00-4.00 sec 153 MBytes 1.29 Gbits/sec
22902026-05-29T09:50:46.045Z[SUM] 3.00-4.00 sec 1.20 GBytes 10.3 Gbits/sec
22912026-05-29T09:50:46.045Z- - - - - - - - - - - - - - - - - - - - - - - - -
22922026-05-29T09:50:46.045Z[ 5] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
22932026-05-29T09:50:46.045Z[ 8] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
22942026-05-29T09:50:46.045Z[ 10] 4.00-5.00 sec 158 MBytes 1.32 Gbits/sec
22952026-05-29T09:50:46.049Z[ 12] 4.00-5.00 sec 158 MBytes 1.32 Gbits/sec
22962026-05-29T09:50:46.049Z[ 14] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
22972026-05-29T09:50:46.049Z[ 16] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
22982026-05-29T09:50:46.049Z[ 18] 4.00-5.00 sec 152 MBytes 1.28 Gbits/sec
22992026-05-29T09:50:46.049Z[ 20] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
23002026-05-29T09:50:46.049Z[SUM] 4.00-5.00 sec 1.22 GBytes 10.5 Gbits/sec
23012026-05-29T09:50:46.049Z- - - - - - - - - - - - - - - - - - - - - - - - -
23022026-05-29T09:50:46.049Z[ 5] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
23032026-05-29T09:50:46.049Z[ 8] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
23042026-05-29T09:50:46.049Z[ 10] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
23052026-05-29T09:50:46.049Z[ 12] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
23062026-05-29T09:50:46.049Z[ 14] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
23072026-05-29T09:50:46.049Z[ 16] 5.00-6.00 sec 151 MBytes 1.27 Gbits/sec
23082026-05-29T09:50:46.049Z[ 18] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
23092026-05-29T09:50:46.049Z[ 20] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
23102026-05-29T09:50:46.049Z[SUM] 5.00-6.00 sec 1.21 GBytes 10.4 Gbits/sec
23112026-05-29T09:50:46.049Z- - - - - - - - - - - - - - - - - - - - - - - - -
23122026-05-29T09:50:46.049Z[ 5] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
23132026-05-29T09:50:46.049Z[ 8] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
23142026-05-29T09:50:46.049Z[ 10] 6.00-7.00 sec 151 MBytes 1.26 Gbits/sec
23152026-05-29T09:50:49.045Z[ 12] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
23162026-05-29T09:50:49.045Z[ 14] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
23172026-05-29T09:50:49.045Z[ 16] 6.00-7.00 sec 157 MBytes 1.32 Gbits/sec
23182026-05-29T09:50:49.045Z[ 18] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
23192026-05-29T09:50:49.045Z[ 20] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
23202026-05-29T09:50:49.045Z[SUM] 6.00-7.00 sec 1.21 GBytes 10.4 Gbits/sec
23212026-05-29T09:50:49.045Z- - - - - - - - - - - - - - - - - - - - - - - - -
23222026-05-29T09:50:49.045Z[ 5] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
23232026-05-29T09:50:49.045Z[ 8] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
23242026-05-29T09:50:49.045Z[ 10] 7.00-8.00 sec 159 MBytes 1.33 Gbits/sec
23252026-05-29T09:50:49.045Z[ 12] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
23262026-05-29T09:50:49.045Z[ 14] 7.00-8.00 sec 158 MBytes 1.33 Gbits/sec
23272026-05-29T09:50:49.045Z[ 16] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
23282026-05-29T09:50:49.045Z[ 18] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
23292026-05-29T09:50:49.045Z[ 20] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
23302026-05-29T09:50:49.045Z[SUM] 7.00-8.00 sec 1.22 GBytes 10.5 Gbits/sec
23312026-05-29T09:50:49.045Z- - - - - - - - - - - - - - - - - - - - - - - - -
23322026-05-29T09:50:49.045Z[ 5] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
23332026-05-29T09:50:49.045Z[ 8] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
23342026-05-29T09:50:49.045Z[ 10] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
23352026-05-29T09:50:49.046Z[ 12] 8.00-9.00 sec 163 MBytes 1.37 Gbits/sec
23362026-05-29T09:50:49.046Z[ 14] 8.00-9.00 sec 153 MBytes 1.29 Gbits/sec
23372026-05-29T09:50:49.046Z[ 16] 8.00-9.00 sec 162 MBytes 1.36 Gbits/sec
23382026-05-29T09:50:49.046Z[ 18] 8.00-9.00 sec 159 MBytes 1.34 Gbits/sec
23392026-05-29T09:50:49.046Z[ 20] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
23402026-05-29T09:50:49.046Z[SUM] 8.00-9.00 sec 1.23 GBytes 10.5 Gbits/sec
23412026-05-29T09:50:49.046Z- - - - - - - - - - - - - - - - - - - - - - - - -
23422026-05-29T09:50:49.046Z[ 5] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
23432026-05-29T09:50:49.046Z[ 8] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
23442026-05-29T09:50:49.046Z[ 10] 9.00-10.00 sec 152 MBytes 1.27 Gbits/sec
23452026-05-29T09:50:49.046Z[ 12] 9.00-10.00 sec 152 MBytes 1.27 Gbits/sec
23462026-05-29T09:50:49.046Z[ 14] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
23472026-05-29T09:50:49.046Z[ 16] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
23482026-05-29T09:50:49.046Z[ 18] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
23492026-05-29T09:50:49.046Z[ 20] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
23502026-05-29T09:50:49.046Z[SUM] 9.00-10.00 sec 1.19 GBytes 10.2 Gbits/sec
23512026-05-29T09:50:49.046Z- - - - - - - - - - - - - - - - - - - - - - - - -
23522026-05-29T09:50:49.046Z[ 5] 10.00-10.00 sec 128 KBytes 2.36 Gbits/sec
23532026-05-29T09:50:49.046Z[ 8] 10.00-10.00 sec 128 KBytes 2.36 Gbits/sec
23542026-05-29T09:50:49.046Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
23552026-05-29T09:50:49.046Z[ 12] 10.00-10.00 sec 128 KBytes 2.36 Gbits/sec
23562026-05-29T09:50:49.046Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
23572026-05-29T09:50:49.046Z[ 16] 10.00-10.00 sec 128 KBytes 2.36 Gbits/sec
23582026-05-29T09:50:49.046Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
23592026-05-29T09:50:49.046Z[ 20] 10.00-10.00 sec 128 KBytes 2.36 Gbits/sec
23602026-05-29T09:50:49.046Z[SUM] 10.00-10.00 sec 640 KBytes 11.8 Gbits/sec
23612026-05-29T09:50:49.046Z- - - - - - - - - - - - - - - - - - - - - - - - -
23622026-05-29T09:50:49.046Z[ ID] Interval Transfer Bitrate
23632026-05-29T09:50:49.046Z[ 5] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
23642026-05-29T09:50:49.046Z[ 8] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
23652026-05-29T09:50:49.046Z[ 10] 0.00-10.00 sec 1.47 GBytes 1.27 Gbits/sec sender
23662026-05-29T09:50:49.046Z[ 12] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
23672026-05-29T09:50:49.046Z[ 14] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
23682026-05-29T09:50:49.046Z[ 16] 0.00-10.00 sec 1.47 GBytes 1.27 Gbits/sec sender
23692026-05-29T09:50:49.046Z[ 18] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
23702026-05-29T09:50:49.046Z[ 20] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
23712026-05-29T09:50:49.046Z[SUM] 0.00-10.00 sec 11.8 GBytes 10.1 Gbits/sec sender
23722026-05-29T09:50:49.050ZRun 5/5...10114.521292776919Mbps
23732026-05-29T09:50:49.050Z###---------------------###
23742026-05-29T09:50:49.050Z::: iPerf done... :::
23752026-05-29T09:50:49.050Z:::Awaiting out files...:::
23762026-05-29T09:50:49.050Z###---------------------###
23772026-05-29T09:50:49.050Z###-----###
23782026-05-29T09:50:49.051Z:::done!:::
23792026-05-29T09:50:49.051Z###-----###
23802026-05-29T09:50:49.051Z###-------------------###
23812026-05-29T09:50:49.051Z:::Running experiment :::
23822026-05-29T09:50:49.051Z:::iperf-tcp/local/c2s:::
23832026-05-29T09:50:49.051Z###-------------------###
23842026-05-29T09:50:49.401Zdtrace: description 'profile-201us ' matched 2 probes
23852026-05-29T09:50:56.438Z-----------------------------------------------------------
23862026-05-29T09:50:56.438ZServer listening on 5201 (test #11)
23872026-05-29T09:50:56.438Z-----------------------------------------------------------
23882026-05-29T09:50:56.438ZAccepted connection from 10.0.0.1, port 37815
23892026-05-29T09:50:56.438Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38294
23902026-05-29T09:50:56.438Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46525
23912026-05-29T09:50:56.438Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37712
23922026-05-29T09:50:56.438Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47911
23932026-05-29T09:50:56.438Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45930
23942026-05-29T09:50:56.438Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52819
23952026-05-29T09:50:56.438Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45687
23962026-05-29T09:50:56.438Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65437
23972026-05-29T09:50:56.438Z[ ID] Interval Transfer Bitrate
23982026-05-29T09:50:56.438Z[ 5] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
23992026-05-29T09:50:56.438Z[ 8] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
24002026-05-29T09:50:56.439Z[ 10] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
24012026-05-29T09:50:56.439Z[ 12] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
24022026-05-29T09:50:56.439Z[ 14] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
24032026-05-29T09:50:56.439Z[ 16] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
24042026-05-29T09:50:56.439Z[ 18] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
24052026-05-29T09:50:56.439Z[ 20] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
24062026-05-29T09:50:56.439Z[SUM] 0.00-1.00 sec 337 MBytes 2.82 Gbits/sec
24072026-05-29T09:50:56.439Z- - - - - - - - - - - - - - - - - - - - - - - - -
24082026-05-29T09:50:56.439Z[ 5] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
24092026-05-29T09:50:56.439Z[ 8] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
24102026-05-29T09:50:56.439Z[ 10] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
24112026-05-29T09:50:56.439Z[ 12] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
24122026-05-29T09:50:56.439Z[ 14] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
24132026-05-29T09:50:56.439Z[ 16] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
24142026-05-29T09:50:56.439Z[ 18] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
24152026-05-29T09:50:56.439Z[ 20] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
24162026-05-29T09:50:56.439Z[SUM] 1.00-2.00 sec 425 MBytes 3.57 Gbits/sec
24172026-05-29T09:50:56.439Z- - - - - - - - - - - - - - - - - - - - - - - - -
24182026-05-29T09:50:56.439Z[ 5] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
24192026-05-29T09:50:56.439Z[ 8] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
24202026-05-29T09:50:56.439Z[ 10] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
24212026-05-29T09:50:56.439Z[ 12] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
24222026-05-29T09:50:56.439Z[ 14] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
24232026-05-29T09:50:56.439Z[ 16] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
24242026-05-29T09:50:56.439Z[ 18] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
24252026-05-29T09:50:56.439Z[ 20] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
24262026-05-29T09:50:56.440Z[SUM] 2.00-3.00 sec 421 MBytes 3.53 Gbits/sec
24272026-05-29T09:50:56.440Z- - - - - - - - - - - - - - - - - - - - - - - - -
24282026-05-29T09:50:56.440Z[ 5] 3.00-4.00 sec 52.6 MBytes 442 Mbits/sec
24292026-05-29T09:50:56.440Z[ 8] 3.00-4.00 sec 52.8 MBytes 443 Mbits/sec
24302026-05-29T09:50:56.440Z[ 10] 3.00-4.00 sec 52.5 MBytes 440 Mbits/sec
24312026-05-29T09:50:56.440Z[ 12] 3.00-4.00 sec 52.8 MBytes 443 Mbits/sec
24322026-05-29T09:50:56.440Z[ 14] 3.00-4.00 sec 52.8 MBytes 443 Mbits/sec
24332026-05-29T09:50:56.440Z[ 16] 3.00-4.00 sec 52.6 MBytes 442 Mbits/sec
24342026-05-29T09:50:56.440Z[ 18] 3.00-4.00 sec 52.6 MBytes 442 Mbits/sec
24352026-05-29T09:50:56.440Z[ 20] 3.00-4.00 sec 52.8 MBytes 443 Mbits/sec
24362026-05-29T09:50:56.440Z[SUM] 3.00-4.00 sec 421 MBytes 3.54 Gbits/sec
24372026-05-29T09:50:56.440Z- - - - - - - - - - - - - - - - - - - - - - - - -
24382026-05-29T09:50:56.440Z[ 5] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
24392026-05-29T09:50:56.440Z[ 8] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
24402026-05-29T09:50:56.440Z[ 10] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
24412026-05-29T09:50:56.440Z[ 12] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
24422026-05-29T09:50:56.440Z[ 14] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
24432026-05-29T09:50:56.440Z[ 16] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
24442026-05-29T09:50:56.440Z[ 18] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
24452026-05-29T09:50:56.440Z[ 20] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
24462026-05-29T09:50:56.440Z[SUM] 4.00-5.00 sec 424 MBytes 3.56 Gbits/sec
24472026-05-29T09:50:56.440Z- - - - - - - - - - - - - - - - - - - - - - - - -
24482026-05-29T09:50:56.440Z[ 5] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
24492026-05-29T09:50:56.440Z[ 8] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
24502026-05-29T09:50:56.440Z[ 10] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
24512026-05-29T09:50:56.440Z[ 12] 5.00-6.00 sec 52.8 MBytes 443 Mbits/sec
24522026-05-29T09:50:56.440Z[ 14] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
24532026-05-29T09:50:56.440Z[ 16] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
24542026-05-29T09:50:56.441Z[ 18] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
24552026-05-29T09:50:56.441Z[ 20] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
24562026-05-29T09:50:56.441Z[SUM] 5.00-6.00 sec 423 MBytes 3.55 Gbits/sec
24572026-05-29T09:50:56.441Z- - - - - - - - - - - - - - - - - - - - - - - - -
24582026-05-29T09:50:56.441Z[ 5] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
24592026-05-29T09:50:56.441Z[ 8] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
24602026-05-29T09:50:56.441Z[ 10] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
24612026-05-29T09:50:59.440Z[ 12] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
24622026-05-29T09:50:59.440Z[ 14] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
24632026-05-29T09:50:59.440Z[ 16] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
24642026-05-29T09:50:59.440Z[ 18] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
24652026-05-29T09:50:59.440Z[ 20] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
24662026-05-29T09:50:59.440Z[SUM] 6.00-7.00 sec 425 MBytes 3.56 Gbits/sec
24672026-05-29T09:50:59.441Z- - - - - - - - - - - - - - - - - - - - - - - - -
24682026-05-29T09:50:59.441Z[ 5] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
24692026-05-29T09:50:59.441Z[ 8] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
24702026-05-29T09:50:59.441Z[ 10] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
24712026-05-29T09:50:59.441Z[ 12] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
24722026-05-29T09:50:59.441Z[ 14] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
24732026-05-29T09:50:59.441Z[ 16] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
24742026-05-29T09:50:59.441Z[ 18] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
24752026-05-29T09:50:59.441Z[ 20] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
24762026-05-29T09:50:59.441Z[SUM] 7.00-8.00 sec 424 MBytes 3.56 Gbits/sec
24772026-05-29T09:50:59.441Z- - - - - - - - - - - - - - - - - - - - - - - - -
24782026-05-29T09:50:59.441Z[ 5] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
24792026-05-29T09:50:59.441Z[ 8] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
24802026-05-29T09:50:59.441Z[ 10] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
24812026-05-29T09:50:59.441Z[ 12] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
24822026-05-29T09:50:59.441Z[ 14] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
24832026-05-29T09:50:59.441Z[ 16] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
24842026-05-29T09:50:59.441Z[ 18] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
24852026-05-29T09:50:59.441Z[ 20] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
24862026-05-29T09:50:59.441Z[SUM] 8.00-9.00 sec 426 MBytes 3.57 Gbits/sec
24872026-05-29T09:50:59.441Z- - - - - - - - - - - - - - - - - - - - - - - - -
24882026-05-29T09:50:59.441Z[ 5] 9.00-10.00 sec 52.1 MBytes 437 Mbits/sec
24892026-05-29T09:50:59.441Z[ 8] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
24902026-05-29T09:50:59.441Z[ 10] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
24912026-05-29T09:50:59.441Z[ 12] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
24922026-05-29T09:50:59.441Z[ 14] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
24932026-05-29T09:50:59.441Z[ 16] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
24942026-05-29T09:50:59.441Z[ 18] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
24952026-05-29T09:50:59.441Z[ 20] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
24962026-05-29T09:50:59.441Z[SUM] 9.00-10.00 sec 418 MBytes 3.51 Gbits/sec
24972026-05-29T09:50:59.441Z- - - - - - - - - - - - - - - - - - - - - - - - -
24982026-05-29T09:50:59.441Z[ 5] 10.00-10.00 sec 128 KBytes 715 Mbits/sec
24992026-05-29T09:50:59.441Z[ 8] 10.00-10.00 sec 128 KBytes 715 Mbits/sec
25002026-05-29T09:50:59.441Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25012026-05-29T09:50:59.441Z[ 12] 10.00-10.00 sec 128 KBytes 716 Mbits/sec
25022026-05-29T09:50:59.441Z[ 14] 10.00-10.00 sec 128 KBytes 716 Mbits/sec
25032026-05-29T09:50:59.441Z[ 16] 10.00-10.00 sec 128 KBytes 716 Mbits/sec
25042026-05-29T09:50:59.441Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25052026-05-29T09:50:59.442Z[ 20] 10.00-10.00 sec 128 KBytes 716 Mbits/sec
25062026-05-29T09:50:59.442Z[SUM] 10.00-10.00 sec 768 KBytes 4.29 Gbits/sec
25072026-05-29T09:50:59.442Z- - - - - - - - - - - - - - - - - - - - - - - - -
25082026-05-29T09:50:59.442Z[ ID] Interval Transfer Bitrate
25092026-05-29T09:50:59.442Z[ 5] 0.00-10.00 sec 518 MBytes 435 Mbits/sec receiver
25102026-05-29T09:50:59.442Z[ 8] 0.00-10.00 sec 518 MBytes 435 Mbits/sec receiver
25112026-05-29T09:50:59.442Z[ 10] 0.00-10.00 sec 518 MBytes 434 Mbits/sec receiver
25122026-05-29T09:50:59.442Z[ 12] 0.00-10.00 sec 518 MBytes 434 Mbits/sec receiver
25132026-05-29T09:50:59.442Z[ 14] 0.00-10.00 sec 518 MBytes 435 Mbits/sec receiver
25142026-05-29T09:50:59.442Z[ 16] 0.00-10.00 sec 518 MBytes 435 Mbits/sec receiver
25152026-05-29T09:50:59.442Z[ 18] 0.00-10.00 sec 518 MBytes 434 Mbits/sec receiver
25162026-05-29T09:50:59.442Z[ 20] 0.00-10.00 sec 518 MBytes 434 Mbits/sec receiver
25172026-05-29T09:50:59.442Z[SUM] 0.00-10.00 sec 4.05 GBytes 3.48 Gbits/sec receiver
25182026-05-29T09:50:59.445ZRun 1/10...3476.4883700186438Mbps
25192026-05-29T09:51:06.843Z-----------------------------------------------------------
25202026-05-29T09:51:06.843ZServer listening on 5201 (test #12)
25212026-05-29T09:51:06.843Z-----------------------------------------------------------
25222026-05-29T09:51:06.843ZAccepted connection from 10.0.0.1, port 39577
25232026-05-29T09:51:06.843Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63379
25242026-05-29T09:51:06.843Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64827
25252026-05-29T09:51:06.843Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63936
25262026-05-29T09:51:06.843Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64484
25272026-05-29T09:51:06.843Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48187
25282026-05-29T09:51:06.843Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40652
25292026-05-29T09:51:06.843Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54400
25302026-05-29T09:51:06.843Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51662
25312026-05-29T09:51:06.843Z[ ID] Interval Transfer Bitrate
25322026-05-29T09:51:06.843Z[ 5] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
25332026-05-29T09:51:06.843Z[ 8] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
25342026-05-29T09:51:06.843Z[ 10] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
25352026-05-29T09:51:06.843Z[ 12] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
25362026-05-29T09:51:06.843Z[ 14] 0.00-1.00 sec 41.4 MBytes 347 Mbits/sec
25372026-05-29T09:51:06.843Z[ 16] 0.00-1.00 sec 41.4 MBytes 347 Mbits/sec
25382026-05-29T09:51:06.844Z[ 18] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
25392026-05-29T09:51:06.844Z[ 20] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
25402026-05-29T09:51:06.844Z[SUM] 0.00-1.00 sec 332 MBytes 2.78 Gbits/sec
25412026-05-29T09:51:06.844Z- - - - - - - - - - - - - - - - - - - - - - - - -
25422026-05-29T09:51:06.844Z[ 5] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
25432026-05-29T09:51:06.844Z[ 8] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
25442026-05-29T09:51:06.844Z[ 10] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
25452026-05-29T09:51:06.844Z[ 12] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
25462026-05-29T09:51:06.844Z[ 14] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
25472026-05-29T09:51:06.844Z[ 16] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
25482026-05-29T09:51:06.844Z[ 18] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
25492026-05-29T09:51:06.844Z[ 20] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
25502026-05-29T09:51:06.844Z[SUM] 1.00-2.00 sec 422 MBytes 3.54 Gbits/sec
25512026-05-29T09:51:06.844Z- - - - - - - - - - - - - - - - - - - - - - - - -
25522026-05-29T09:51:06.844Z[ 5] 2.00-3.00 sec 52.1 MBytes 437 Mbits/sec
25532026-05-29T09:51:06.844Z[ 8] 2.00-3.00 sec 51.9 MBytes 435 Mbits/sec
25542026-05-29T09:51:06.844Z[ 10] 2.00-3.00 sec 52.1 MBytes 437 Mbits/sec
25552026-05-29T09:51:06.844Z[ 12] 2.00-3.00 sec 52.1 MBytes 437 Mbits/sec
25562026-05-29T09:51:06.844Z[ 14] 2.00-3.00 sec 52.1 MBytes 437 Mbits/sec
25572026-05-29T09:51:06.844Z[ 16] 2.00-3.00 sec 52.2 MBytes 438 Mbits/sec
25582026-05-29T09:51:06.844Z[ 18] 2.00-3.00 sec 52.2 MBytes 438 Mbits/sec
25592026-05-29T09:51:06.844Z[ 20] 2.00-3.00 sec 52.1 MBytes 437 Mbits/sec
25602026-05-29T09:51:06.844Z[SUM] 2.00-3.00 sec 417 MBytes 3.50 Gbits/sec
25612026-05-29T09:51:06.844Z- - - - - - - - - - - - - - - - - - - - - - - - -
25622026-05-29T09:51:06.844Z[ 5] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
25632026-05-29T09:51:06.844Z[ 8] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
25642026-05-29T09:51:06.844Z[ 10] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
25652026-05-29T09:51:06.844Z[ 12] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
25662026-05-29T09:51:06.845Z[ 14] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
25672026-05-29T09:51:06.845Z[ 16] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
25682026-05-29T09:51:06.845Z[ 18] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
25692026-05-29T09:51:06.845Z[ 20] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
25702026-05-29T09:51:06.845Z[SUM] 3.00-4.00 sec 422 MBytes 3.54 Gbits/sec
25712026-05-29T09:51:06.845Z- - - - - - - - - - - - - - - - - - - - - - - - -
25722026-05-29T09:51:06.845Z[ 5] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
25732026-05-29T09:51:06.845Z[ 8] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
25742026-05-29T09:51:06.845Z[ 10] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
25752026-05-29T09:51:06.845Z[ 12] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
25762026-05-29T09:51:06.845Z[ 14] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
25772026-05-29T09:51:06.845Z[ 16] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
25782026-05-29T09:51:06.845Z[ 18] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
25792026-05-29T09:51:06.845Z[ 20] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
25802026-05-29T09:51:06.845Z[SUM] 4.00-5.00 sec 423 MBytes 3.55 Gbits/sec
25812026-05-29T09:51:06.845Z- - - - - - - - - - - - - - - - - - - - - - - - -
25822026-05-29T09:51:06.845Z[ 5] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
25832026-05-29T09:51:06.845Z[ 8] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
25842026-05-29T09:51:06.845Z[ 10] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
25852026-05-29T09:51:06.845Z[ 12] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
25862026-05-29T09:51:06.845Z[ 14] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
25872026-05-29T09:51:06.845Z[ 16] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
25882026-05-29T09:51:06.845Z[ 18] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
25892026-05-29T09:51:06.845Z[ 20] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
25902026-05-29T09:51:06.845Z[SUM] 5.00-6.00 sec 425 MBytes 3.57 Gbits/sec
25912026-05-29T09:51:06.845Z- - - - - - - - - - - - - - - - - - - - - - - - -
25922026-05-29T09:51:06.845Z[ 5] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
25932026-05-29T09:51:06.846Z[ 8] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
25942026-05-29T09:51:06.846Z[ 10] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
25952026-05-29T09:51:09.845Z[ 12] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
25962026-05-29T09:51:09.845Z[ 14] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
25972026-05-29T09:51:09.845Z[ 16] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
25982026-05-29T09:51:09.845Z[ 18] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
25992026-05-29T09:51:09.845Z[ 20] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
26002026-05-29T09:51:09.845Z[SUM] 6.00-7.00 sec 427 MBytes 3.58 Gbits/sec
26012026-05-29T09:51:09.845Z- - - - - - - - - - - - - - - - - - - - - - - - -
26022026-05-29T09:51:09.845Z[ 5] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
26032026-05-29T09:51:09.845Z[ 8] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
26042026-05-29T09:51:09.845Z[ 10] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
26052026-05-29T09:51:09.845Z[ 12] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
26062026-05-29T09:51:09.845Z[ 14] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
26072026-05-29T09:51:09.845Z[ 16] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
26082026-05-29T09:51:09.845Z[ 18] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
26092026-05-29T09:51:09.845Z[ 20] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
26102026-05-29T09:51:09.845Z[SUM] 7.00-8.00 sec 421 MBytes 3.53 Gbits/sec
26112026-05-29T09:51:09.845Z- - - - - - - - - - - - - - - - - - - - - - - - -
26122026-05-29T09:51:09.845Z[ 5] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
26132026-05-29T09:51:09.845Z[ 8] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
26142026-05-29T09:51:09.845Z[ 10] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
26152026-05-29T09:51:09.845Z[ 12] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
26162026-05-29T09:51:09.845Z[ 14] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
26172026-05-29T09:51:09.845Z[ 16] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
26182026-05-29T09:51:09.845Z[ 18] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
26192026-05-29T09:51:09.845Z[ 20] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
26202026-05-29T09:51:09.845Z[SUM] 8.00-9.00 sec 426 MBytes 3.58 Gbits/sec
26212026-05-29T09:51:09.845Z- - - - - - - - - - - - - - - - - - - - - - - - -
26222026-05-29T09:51:09.845Z[ 5] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
26232026-05-29T09:51:09.845Z[ 8] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
26242026-05-29T09:51:09.845Z[ 10] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
26252026-05-29T09:51:09.845Z[ 12] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
26262026-05-29T09:51:09.845Z[ 14] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
26272026-05-29T09:51:09.846Z[ 16] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
26282026-05-29T09:51:09.846Z[ 18] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
26292026-05-29T09:51:09.846Z[ 20] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
26302026-05-29T09:51:09.846Z[SUM] 9.00-10.00 sec 425 MBytes 3.56 Gbits/sec
26312026-05-29T09:51:09.846Z- - - - - - - - - - - - - - - - - - - - - - - - -
26322026-05-29T09:51:09.846Z[ 5] 10.00-10.00 sec 128 KBytes 813 Mbits/sec
26332026-05-29T09:51:09.846Z[ 8] 10.00-10.00 sec 128 KBytes 814 Mbits/sec
26342026-05-29T09:51:09.846Z[ 10] 10.00-10.00 sec 128 KBytes 815 Mbits/sec
26352026-05-29T09:51:09.846Z[ 12] 10.00-10.00 sec 128 KBytes 815 Mbits/sec
26362026-05-29T09:51:09.846Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
26372026-05-29T09:51:09.846Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
26382026-05-29T09:51:09.846Z[ 18] 10.00-10.00 sec 128 KBytes 815 Mbits/sec
26392026-05-29T09:51:09.846Z[ 20] 10.00-10.00 sec 128 KBytes 815 Mbits/sec
26402026-05-29T09:51:09.846Z[SUM] 10.00-10.00 sec 768 KBytes 4.88 Gbits/sec
26412026-05-29T09:51:09.846Z- - - - - - - - - - - - - - - - - - - - - - - - -
26422026-05-29T09:51:09.846Z[ ID] Interval Transfer Bitrate
26432026-05-29T09:51:09.846Z[ 5] 0.00-10.00 sec 517 MBytes 434 Mbits/sec receiver
26442026-05-29T09:51:09.846Z[ 8] 0.00-10.00 sec 518 MBytes 434 Mbits/sec receiver
26452026-05-29T09:51:09.846Z[ 10] 0.00-10.00 sec 518 MBytes 434 Mbits/sec receiver
26462026-05-29T09:51:09.846Z[ 12] 0.00-10.00 sec 518 MBytes 434 Mbits/sec receiver
26472026-05-29T09:51:09.846Z[ 14] 0.00-10.00 sec 517 MBytes 434 Mbits/sec receiver
26482026-05-29T09:51:09.846Z[ 16] 0.00-10.00 sec 517 MBytes 434 Mbits/sec receiver
26492026-05-29T09:51:09.846Z[ 18] 0.00-10.00 sec 518 MBytes 434 Mbits/sec receiver
26502026-05-29T09:51:09.846Z[ 20] 0.00-10.00 sec 518 MBytes 434 Mbits/sec receiver
26512026-05-29T09:51:09.846Z[SUM] 0.00-10.00 sec 4.04 GBytes 3.47 Gbits/sec receiver
26522026-05-29T09:51:09.850ZRun 2/10...3472.9184166479836Mbps
26532026-05-29T09:51:17.252Z-----------------------------------------------------------
26542026-05-29T09:51:17.252ZServer listening on 5201 (test #13)
26552026-05-29T09:51:17.252Z-----------------------------------------------------------
26562026-05-29T09:51:17.252ZAccepted connection from 10.0.0.1, port 39000
26572026-05-29T09:51:17.252Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56273
26582026-05-29T09:51:17.252Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45312
26592026-05-29T09:51:17.252Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62768
26602026-05-29T09:51:17.252Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35057
26612026-05-29T09:51:17.252Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33699
26622026-05-29T09:51:17.252Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33662
26632026-05-29T09:51:17.252Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40746
26642026-05-29T09:51:17.252Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50853
26652026-05-29T09:51:17.252Z[ ID] Interval Transfer Bitrate
26662026-05-29T09:51:17.252Z[ 5] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
26672026-05-29T09:51:17.252Z[ 8] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
26682026-05-29T09:51:17.252Z[ 10] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
26692026-05-29T09:51:17.252Z[ 12] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
26702026-05-29T09:51:17.252Z[ 14] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
26712026-05-29T09:51:17.252Z[ 16] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
26722026-05-29T09:51:17.252Z[ 18] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
26732026-05-29T09:51:17.252Z[ 20] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
26742026-05-29T09:51:17.252Z[SUM] 0.00-1.00 sec 336 MBytes 2.82 Gbits/sec
26752026-05-29T09:51:17.252Z- - - - - - - - - - - - - - - - - - - - - - - - -
26762026-05-29T09:51:17.252Z[ 5] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
26772026-05-29T09:51:17.252Z[ 8] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
26782026-05-29T09:51:17.252Z[ 10] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
26792026-05-29T09:51:17.252Z[ 12] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
26802026-05-29T09:51:17.252Z[ 14] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
26812026-05-29T09:51:17.253Z[ 16] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
26822026-05-29T09:51:17.253Z[ 18] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
26832026-05-29T09:51:17.253Z[ 20] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
26842026-05-29T09:51:17.253Z[SUM] 1.00-2.00 sec 420 MBytes 3.52 Gbits/sec
26852026-05-29T09:51:17.253Z- - - - - - - - - - - - - - - - - - - - - - - - -
26862026-05-29T09:51:17.253Z[ 5] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
26872026-05-29T09:51:17.253Z[ 8] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
26882026-05-29T09:51:17.253Z[ 10] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
26892026-05-29T09:51:17.253Z[ 12] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
26902026-05-29T09:51:17.253Z[ 14] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
26912026-05-29T09:51:17.253Z[ 16] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
26922026-05-29T09:51:17.253Z[ 18] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
26932026-05-29T09:51:17.253Z[ 20] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
26942026-05-29T09:51:17.253Z[SUM] 2.00-3.00 sec 424 MBytes 3.56 Gbits/sec
26952026-05-29T09:51:17.253Z- - - - - - - - - - - - - - - - - - - - - - - - -
26962026-05-29T09:51:17.253Z[ 5] 3.00-4.00 sec 52.1 MBytes 437 Mbits/sec
26972026-05-29T09:51:17.253Z[ 8] 3.00-4.00 sec 52.1 MBytes 437 Mbits/sec
26982026-05-29T09:51:17.253Z[ 10] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
26992026-05-29T09:51:17.253Z[ 12] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
27002026-05-29T09:51:17.253Z[ 14] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
27012026-05-29T09:51:17.253Z[ 16] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
27022026-05-29T09:51:17.253Z[ 18] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
27032026-05-29T09:51:17.253Z[ 20] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
27042026-05-29T09:51:17.253Z[SUM] 3.00-4.00 sec 418 MBytes 3.50 Gbits/sec
27052026-05-29T09:51:17.253Z- - - - - - - - - - - - - - - - - - - - - - - - -
27062026-05-29T09:51:17.253Z[ 5] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
27072026-05-29T09:51:17.253Z[ 8] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
27082026-05-29T09:51:17.253Z[ 10] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
27092026-05-29T09:51:17.253Z[ 12] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
27102026-05-29T09:51:17.253Z[ 14] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
27112026-05-29T09:51:17.253Z[ 16] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
27122026-05-29T09:51:17.253Z[ 18] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
27132026-05-29T09:51:17.253Z[ 20] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
27142026-05-29T09:51:17.253Z[SUM] 4.00-5.00 sec 424 MBytes 3.56 Gbits/sec
27152026-05-29T09:51:17.253Z- - - - - - - - - - - - - - - - - - - - - - - - -
27162026-05-29T09:51:17.253Z[ 5] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
27172026-05-29T09:51:17.253Z[ 8] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
27182026-05-29T09:51:17.253Z[ 10] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
27192026-05-29T09:51:17.253Z[ 12] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
27202026-05-29T09:51:17.254Z[ 14] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
27212026-05-29T09:51:17.254Z[ 16] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
27222026-05-29T09:51:17.254Z[ 18] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
27232026-05-29T09:51:17.254Z[ 20] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
27242026-05-29T09:51:17.254Z[SUM] 5.00-6.00 sec 420 MBytes 3.52 Gbits/sec
27252026-05-29T09:51:17.254Z- - - - - - - - - - - - - - - - - - - - - - - - -
27262026-05-29T09:51:17.254Z[ 5] 6.00-7.00 sec 52.4 MBytes 439 Mbits/sec
27272026-05-29T09:51:17.254Z[ 8] 6.00-7.00 sec 52.4 MBytes 439 Mbits/sec
27282026-05-29T09:51:17.254Z[ 10] 6.00-7.00 sec 52.2 MBytes 438 Mbits/sec
27292026-05-29T09:51:20.254Z[ 12] 6.00-7.00 sec 52.4 MBytes 439 Mbits/sec
27302026-05-29T09:51:20.254Z[ 14] 6.00-7.00 sec 52.2 MBytes 438 Mbits/sec
27312026-05-29T09:51:20.254Z[ 16] 6.00-7.00 sec 52.4 MBytes 439 Mbits/sec
27322026-05-29T09:51:20.254Z[ 18] 6.00-7.00 sec 52.4 MBytes 439 Mbits/sec
27332026-05-29T09:51:20.254Z[ 20] 6.00-7.00 sec 52.2 MBytes 438 Mbits/sec
27342026-05-29T09:51:20.254Z[SUM] 6.00-7.00 sec 419 MBytes 3.51 Gbits/sec
27352026-05-29T09:51:20.254Z- - - - - - - - - - - - - - - - - - - - - - - - -
27362026-05-29T09:51:20.254Z[ 5] 7.00-8.00 sec 52.0 MBytes 436 Mbits/sec
27372026-05-29T09:51:20.254Z[ 8] 7.00-8.00 sec 51.9 MBytes 435 Mbits/sec
27382026-05-29T09:51:20.254Z[ 10] 7.00-8.00 sec 52.0 MBytes 436 Mbits/sec
27392026-05-29T09:51:20.254Z[ 12] 7.00-8.00 sec 52.0 MBytes 436 Mbits/sec
27402026-05-29T09:51:20.254Z[ 14] 7.00-8.00 sec 52.1 MBytes 437 Mbits/sec
27412026-05-29T09:51:20.254Z[ 16] 7.00-8.00 sec 52.0 MBytes 436 Mbits/sec
27422026-05-29T09:51:20.254Z[ 18] 7.00-8.00 sec 52.0 MBytes 436 Mbits/sec
27432026-05-29T09:51:20.254Z[ 20] 7.00-8.00 sec 52.0 MBytes 436 Mbits/sec
27442026-05-29T09:51:20.254Z[SUM] 7.00-8.00 sec 416 MBytes 3.49 Gbits/sec
27452026-05-29T09:51:20.254Z- - - - - - - - - - - - - - - - - - - - - - - - -
27462026-05-29T09:51:20.254Z[ 5] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
27472026-05-29T09:51:20.255Z[ 8] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
27482026-05-29T09:51:20.255Z[ 10] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
27492026-05-29T09:51:20.255Z[ 12] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
27502026-05-29T09:51:20.255Z[ 14] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
27512026-05-29T09:51:20.255Z[ 16] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
27522026-05-29T09:51:20.255Z[ 18] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
27532026-05-29T09:51:20.255Z[ 20] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
27542026-05-29T09:51:20.255Z[SUM] 8.00-9.00 sec 425 MBytes 3.57 Gbits/sec
27552026-05-29T09:51:20.255Z- - - - - - - - - - - - - - - - - - - - - - - - -
27562026-05-29T09:51:20.255Z[ 5] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
27572026-05-29T09:51:20.255Z[ 8] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
27582026-05-29T09:51:20.255Z[ 10] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
27592026-05-29T09:51:20.255Z[ 12] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
27602026-05-29T09:51:20.255Z[ 14] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
27612026-05-29T09:51:20.255Z[ 16] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
27622026-05-29T09:51:20.255Z[ 18] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
27632026-05-29T09:51:20.255Z[ 20] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
27642026-05-29T09:51:20.255Z[SUM] 9.00-10.00 sec 425 MBytes 3.56 Gbits/sec
27652026-05-29T09:51:20.255Z- - - - - - - - - - - - - - - - - - - - - - - - -
27662026-05-29T09:51:20.255Z[ 5] 10.00-10.00 sec 128 KBytes 886 Mbits/sec
27672026-05-29T09:51:20.255Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27682026-05-29T09:51:20.255Z[ 10] 10.00-10.00 sec 128 KBytes 888 Mbits/sec
27692026-05-29T09:51:20.255Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27702026-05-29T09:51:20.255Z[ 14] 10.00-10.00 sec 128 KBytes 888 Mbits/sec
27712026-05-29T09:51:20.255Z[ 16] 10.00-10.00 sec 128 KBytes 888 Mbits/sec
27722026-05-29T09:51:20.255Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27732026-05-29T09:51:20.255Z[ 20] 10.00-10.00 sec 128 KBytes 889 Mbits/sec
27742026-05-29T09:51:20.255Z[SUM] 10.00-10.00 sec 640 KBytes 4.43 Gbits/sec
27752026-05-29T09:51:20.255Z- - - - - - - - - - - - - - - - - - - - - - - - -
27762026-05-29T09:51:20.255Z[ ID] Interval Transfer Bitrate
27772026-05-29T09:51:20.255Z[ 5] 0.00-10.00 sec 516 MBytes 433 Mbits/sec receiver
27782026-05-29T09:51:20.255Z[ 8] 0.00-10.00 sec 516 MBytes 432 Mbits/sec receiver
27792026-05-29T09:51:20.255Z[ 10] 0.00-10.00 sec 516 MBytes 433 Mbits/sec receiver
27802026-05-29T09:51:20.255Z[ 12] 0.00-10.00 sec 516 MBytes 433 Mbits/sec receiver
27812026-05-29T09:51:20.255Z[ 14] 0.00-10.00 sec 516 MBytes 433 Mbits/sec receiver
27822026-05-29T09:51:20.255Z[ 16] 0.00-10.00 sec 516 MBytes 433 Mbits/sec receiver
27832026-05-29T09:51:20.255Z[ 18] 0.00-10.00 sec 516 MBytes 433 Mbits/sec receiver
27842026-05-29T09:51:20.255Z[ 20] 0.00-10.00 sec 516 MBytes 433 Mbits/sec receiver
27852026-05-29T09:51:20.256Z[SUM] 0.00-10.00 sec 4.03 GBytes 3.46 Gbits/sec receiver
27862026-05-29T09:51:20.259ZRun 3/10...3462.2193491278636Mbps
27872026-05-29T09:51:27.657Z-----------------------------------------------------------
27882026-05-29T09:51:27.657ZServer listening on 5201 (test #14)
27892026-05-29T09:51:27.657Z-----------------------------------------------------------
27902026-05-29T09:51:27.658ZAccepted connection from 10.0.0.1, port 48354
27912026-05-29T09:51:27.658Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64194
27922026-05-29T09:51:27.658Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53234
27932026-05-29T09:51:27.658Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54857
27942026-05-29T09:51:27.658Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61317
27952026-05-29T09:51:27.658Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41677
27962026-05-29T09:51:27.658Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56437
27972026-05-29T09:51:27.658Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34551
27982026-05-29T09:51:27.658Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52824
27992026-05-29T09:51:27.658Z[ ID] Interval Transfer Bitrate
28002026-05-29T09:51:27.658Z[ 5] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
28012026-05-29T09:51:27.658Z[ 8] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
28022026-05-29T09:51:27.658Z[ 10] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
28032026-05-29T09:51:27.658Z[ 12] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
28042026-05-29T09:51:27.658Z[ 14] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
28052026-05-29T09:51:27.658Z[ 16] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
28062026-05-29T09:51:27.658Z[ 18] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
28072026-05-29T09:51:27.658Z[ 20] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
28082026-05-29T09:51:27.658Z[SUM] 0.00-1.00 sec 335 MBytes 2.81 Gbits/sec
28092026-05-29T09:51:27.658Z- - - - - - - - - - - - - - - - - - - - - - - - -
28102026-05-29T09:51:27.658Z[ 5] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
28112026-05-29T09:51:27.658Z[ 8] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
28122026-05-29T09:51:27.658Z[ 10] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
28132026-05-29T09:51:27.658Z[ 12] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
28142026-05-29T09:51:27.658Z[ 14] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
28152026-05-29T09:51:27.658Z[ 16] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
28162026-05-29T09:51:27.658Z[ 18] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
28172026-05-29T09:51:27.658Z[ 20] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
28182026-05-29T09:51:27.658Z[SUM] 1.00-2.00 sec 423 MBytes 3.55 Gbits/sec
28192026-05-29T09:51:27.658Z- - - - - - - - - - - - - - - - - - - - - - - - -
28202026-05-29T09:51:27.658Z[ 5] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
28212026-05-29T09:51:27.658Z[ 8] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
28222026-05-29T09:51:27.658Z[ 10] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
28232026-05-29T09:51:27.658Z[ 12] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
28242026-05-29T09:51:27.658Z[ 14] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
28252026-05-29T09:51:27.658Z[ 16] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
28262026-05-29T09:51:27.658Z[ 18] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
28272026-05-29T09:51:27.658Z[ 20] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
28282026-05-29T09:51:27.659Z[SUM] 2.00-3.00 sec 420 MBytes 3.52 Gbits/sec
28292026-05-29T09:51:27.659Z- - - - - - - - - - - - - - - - - - - - - - - - -
28302026-05-29T09:51:27.659Z[ 5] 3.00-4.00 sec 52.1 MBytes 437 Mbits/sec
28312026-05-29T09:51:27.659Z[ 8] 3.00-4.00 sec 52.1 MBytes 437 Mbits/sec
28322026-05-29T09:51:27.659Z[ 10] 3.00-4.00 sec 52.0 MBytes 436 Mbits/sec
28332026-05-29T09:51:27.659Z[ 12] 3.00-4.00 sec 52.0 MBytes 436 Mbits/sec
28342026-05-29T09:51:27.659Z[ 14] 3.00-4.00 sec 52.0 MBytes 436 Mbits/sec
28352026-05-29T09:51:27.659Z[ 16] 3.00-4.00 sec 52.0 MBytes 436 Mbits/sec
28362026-05-29T09:51:27.659Z[ 18] 3.00-4.00 sec 52.1 MBytes 437 Mbits/sec
28372026-05-29T09:51:27.659Z[ 20] 3.00-4.00 sec 52.0 MBytes 436 Mbits/sec
28382026-05-29T09:51:27.659Z[SUM] 3.00-4.00 sec 416 MBytes 3.49 Gbits/sec
28392026-05-29T09:51:27.659Z- - - - - - - - - - - - - - - - - - - - - - - - -
28402026-05-29T09:51:27.659Z[ 5] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
28412026-05-29T09:51:27.659Z[ 8] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
28422026-05-29T09:51:27.659Z[ 10] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
28432026-05-29T09:51:27.659Z[ 12] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
28442026-05-29T09:51:27.659Z[ 14] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
28452026-05-29T09:51:27.659Z[ 16] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
28462026-05-29T09:51:27.659Z[ 18] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
28472026-05-29T09:51:27.662Z[ 20] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
28482026-05-29T09:51:27.662Z[SUM] 4.00-5.00 sec 421 MBytes 3.53 Gbits/sec
28492026-05-29T09:51:27.662Z- - - - - - - - - - - - - - - - - - - - - - - - -
28502026-05-29T09:51:27.662Z[ 5] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
28512026-05-29T09:51:27.663Z[ 8] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
28522026-05-29T09:51:27.663Z[ 10] 5.00-6.00 sec 52.0 MBytes 436 Mbits/sec
28532026-05-29T09:51:27.663Z[ 12] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
28542026-05-29T09:51:27.663Z[ 14] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
28552026-05-29T09:51:27.663Z[ 16] 5.00-6.00 sec 52.1 MBytes 437 Mbits/sec
28562026-05-29T09:51:27.663Z[ 18] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
28572026-05-29T09:51:27.663Z[ 20] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
28582026-05-29T09:51:27.663Z[SUM] 5.00-6.00 sec 418 MBytes 3.50 Gbits/sec
28592026-05-29T09:51:27.663Z- - - - - - - - - - - - - - - - - - - - - - - - -
28602026-05-29T09:51:27.663Z[ 5] 6.00-7.00 sec 52.6 MBytes 441 Mbits/sec
28612026-05-29T09:51:27.663Z[ 8] 6.00-7.00 sec 52.5 MBytes 440 Mbits/sec
28622026-05-29T09:51:27.663Z[ 10] 6.00-7.00 sec 52.6 MBytes 441 Mbits/sec
28632026-05-29T09:51:30.661Z[ 12] 6.00-7.00 sec 52.6 MBytes 441 Mbits/sec
28642026-05-29T09:51:30.661Z[ 14] 6.00-7.00 sec 52.5 MBytes 440 Mbits/sec
28652026-05-29T09:51:30.661Z[ 16] 6.00-7.00 sec 52.6 MBytes 441 Mbits/sec
28662026-05-29T09:51:30.661Z[ 18] 6.00-7.00 sec 52.5 MBytes 440 Mbits/sec
28672026-05-29T09:51:30.661Z[ 20] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
28682026-05-29T09:51:30.661Z[SUM] 6.00-7.00 sec 421 MBytes 3.53 Gbits/sec
28692026-05-29T09:51:30.661Z- - - - - - - - - - - - - - - - - - - - - - - - -
28702026-05-29T09:51:30.661Z[ 5] 7.00-8.00 sec 52.2 MBytes 438 Mbits/sec
28712026-05-29T09:51:30.661Z[ 8] 7.00-8.00 sec 52.4 MBytes 439 Mbits/sec
28722026-05-29T09:51:30.661Z[ 10] 7.00-8.00 sec 52.4 MBytes 439 Mbits/sec
28732026-05-29T09:51:30.661Z[ 12] 7.00-8.00 sec 52.2 MBytes 438 Mbits/sec
28742026-05-29T09:51:30.661Z[ 14] 7.00-8.00 sec 52.2 MBytes 438 Mbits/sec
28752026-05-29T09:51:30.661Z[ 16] 7.00-8.00 sec 52.4 MBytes 439 Mbits/sec
28762026-05-29T09:51:30.661Z[ 18] 7.00-8.00 sec 52.4 MBytes 439 Mbits/sec
28772026-05-29T09:51:30.661Z[ 20] 7.00-8.00 sec 52.2 MBytes 438 Mbits/sec
28782026-05-29T09:51:30.661Z[SUM] 7.00-8.00 sec 418 MBytes 3.51 Gbits/sec
28792026-05-29T09:51:30.661Z- - - - - - - - - - - - - - - - - - - - - - - - -
28802026-05-29T09:51:30.661Z[ 5] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
28812026-05-29T09:51:30.661Z[ 8] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
28822026-05-29T09:51:30.661Z[ 10] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
28832026-05-29T09:51:30.661Z[ 12] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
28842026-05-29T09:51:30.661Z[ 14] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
28852026-05-29T09:51:30.661Z[ 16] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
28862026-05-29T09:51:30.661Z[ 18] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
28872026-05-29T09:51:30.662Z[ 20] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
28882026-05-29T09:51:30.662Z[SUM] 8.00-9.00 sec 420 MBytes 3.52 Gbits/sec
28892026-05-29T09:51:30.662Z- - - - - - - - - - - - - - - - - - - - - - - - -
28902026-05-29T09:51:30.662Z[ 5] 9.00-10.00 sec 52.4 MBytes 439 Mbits/sec
28912026-05-29T09:51:30.662Z[ 8] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
28922026-05-29T09:51:30.662Z[ 10] 9.00-10.00 sec 52.4 MBytes 439 Mbits/sec
28932026-05-29T09:51:30.662Z[ 12] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
28942026-05-29T09:51:30.662Z[ 14] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
28952026-05-29T09:51:30.662Z[ 16] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
28962026-05-29T09:51:30.662Z[ 18] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
28972026-05-29T09:51:30.662Z[ 20] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
28982026-05-29T09:51:30.662Z[SUM] 9.00-10.00 sec 420 MBytes 3.52 Gbits/sec
28992026-05-29T09:51:30.662Z- - - - - - - - - - - - - - - - - - - - - - - - -
29002026-05-29T09:51:30.662Z[ 5] 10.00-10.00 sec 128 KBytes 853 Mbits/sec
29012026-05-29T09:51:30.662Z[ 8] 10.00-10.00 sec 128 KBytes 853 Mbits/sec
29022026-05-29T09:51:30.662Z[ 10] 10.00-10.00 sec 128 KBytes 853 Mbits/sec
29032026-05-29T09:51:30.662Z[ 12] 10.00-10.00 sec 128 KBytes 853 Mbits/sec
29042026-05-29T09:51:30.662Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
29052026-05-29T09:51:30.662Z[ 16] 10.00-10.00 sec 128 KBytes 853 Mbits/sec
29062026-05-29T09:51:30.662Z[ 18] 10.00-10.00 sec 128 KBytes 853 Mbits/sec
29072026-05-29T09:51:30.662Z[ 20] 10.00-10.00 sec 128 KBytes 853 Mbits/sec
29082026-05-29T09:51:30.662Z[SUM] 10.00-10.00 sec 896 KBytes 5.97 Gbits/sec
29092026-05-29T09:51:30.662Z- - - - - - - - - - - - - - - - - - - - - - - - -
29102026-05-29T09:51:30.662Z[ ID] Interval Transfer Bitrate
29112026-05-29T09:51:30.662Z[ 5] 0.00-10.00 sec 514 MBytes 431 Mbits/sec receiver
29122026-05-29T09:51:30.662Z[ 8] 0.00-10.00 sec 514 MBytes 431 Mbits/sec receiver
29132026-05-29T09:51:30.662Z[ 10] 0.00-10.00 sec 514 MBytes 431 Mbits/sec receiver
29142026-05-29T09:51:30.662Z[ 12] 0.00-10.00 sec 514 MBytes 431 Mbits/sec receiver
29152026-05-29T09:51:30.662Z[ 14] 0.00-10.00 sec 514 MBytes 431 Mbits/sec receiver
29162026-05-29T09:51:30.662Z[ 16] 0.00-10.00 sec 514 MBytes 431 Mbits/sec receiver
29172026-05-29T09:51:30.662Z[ 18] 0.00-10.00 sec 514 MBytes 431 Mbits/sec receiver
29182026-05-29T09:51:30.662Z[ 20] 0.00-10.00 sec 514 MBytes 432 Mbits/sec receiver
29192026-05-29T09:51:30.662Z[SUM] 0.00-10.00 sec 4.02 GBytes 3.45 Gbits/sec receiver
29202026-05-29T09:51:30.665ZRun 4/10...3450.3744880353415Mbps
29212026-05-29T09:51:38.063Z-----------------------------------------------------------
29222026-05-29T09:51:38.063ZServer listening on 5201 (test #15)
29232026-05-29T09:51:38.063Z-----------------------------------------------------------
29242026-05-29T09:51:38.063ZAccepted connection from 10.0.0.1, port 56325
29252026-05-29T09:51:38.063Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46781
29262026-05-29T09:51:38.063Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62394
29272026-05-29T09:51:38.063Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38152
29282026-05-29T09:51:38.063Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52242
29292026-05-29T09:51:38.063Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52407
29302026-05-29T09:51:38.063Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42881
29312026-05-29T09:51:38.063Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48414
29322026-05-29T09:51:38.063Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34887
29332026-05-29T09:51:38.063Z[ ID] Interval Transfer Bitrate
29342026-05-29T09:51:38.064Z[ 5] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
29352026-05-29T09:51:38.064Z[ 8] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
29362026-05-29T09:51:38.064Z[ 10] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
29372026-05-29T09:51:38.064Z[ 12] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
29382026-05-29T09:51:38.064Z[ 14] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
29392026-05-29T09:51:38.064Z[ 16] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
29402026-05-29T09:51:38.064Z[ 18] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
29412026-05-29T09:51:38.064Z[ 20] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
29422026-05-29T09:51:38.064Z[SUM] 0.00-1.00 sec 333 MBytes 2.80 Gbits/sec
29432026-05-29T09:51:38.064Z- - - - - - - - - - - - - - - - - - - - - - - - -
29442026-05-29T09:51:38.064Z[ 5] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
29452026-05-29T09:51:38.064Z[ 8] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
29462026-05-29T09:51:38.064Z[ 10] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
29472026-05-29T09:51:38.064Z[ 12] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
29482026-05-29T09:51:38.064Z[ 14] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
29492026-05-29T09:51:38.064Z[ 16] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
29502026-05-29T09:51:38.064Z[ 18] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
29512026-05-29T09:51:38.064Z[ 20] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
29522026-05-29T09:51:38.064Z[SUM] 1.00-2.00 sec 420 MBytes 3.52 Gbits/sec
29532026-05-29T09:51:38.064Z- - - - - - - - - - - - - - - - - - - - - - - - -
29542026-05-29T09:51:38.064Z[ 5] 2.00-3.00 sec 52.8 MBytes 442 Mbits/sec
29552026-05-29T09:51:38.064Z[ 8] 2.00-3.00 sec 52.8 MBytes 442 Mbits/sec
29562026-05-29T09:51:38.064Z[ 10] 2.00-3.00 sec 52.8 MBytes 442 Mbits/sec
29572026-05-29T09:51:38.064Z[ 12] 2.00-3.00 sec 52.8 MBytes 442 Mbits/sec
29582026-05-29T09:51:38.064Z[ 14] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
29592026-05-29T09:51:38.064Z[ 16] 2.00-3.00 sec 52.8 MBytes 442 Mbits/sec
29602026-05-29T09:51:38.064Z[ 18] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
29612026-05-29T09:51:38.064Z[ 20] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
29622026-05-29T09:51:38.064Z[SUM] 2.00-3.00 sec 422 MBytes 3.54 Gbits/sec
29632026-05-29T09:51:38.064Z- - - - - - - - - - - - - - - - - - - - - - - - -
29642026-05-29T09:51:38.064Z[ 5] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
29652026-05-29T09:51:38.064Z[ 8] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
29662026-05-29T09:51:38.064Z[ 10] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
29672026-05-29T09:51:38.064Z[ 12] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
29682026-05-29T09:51:38.064Z[ 14] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
29692026-05-29T09:51:38.064Z[ 16] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
29702026-05-29T09:51:38.064Z[ 18] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
29712026-05-29T09:51:38.064Z[ 20] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
29722026-05-29T09:51:38.064Z[SUM] 3.00-4.00 sec 426 MBytes 3.57 Gbits/sec
29732026-05-29T09:51:38.065Z- - - - - - - - - - - - - - - - - - - - - - - - -
29742026-05-29T09:51:38.065Z[ 5] 4.00-5.00 sec 52.1 MBytes 437 Mbits/sec
29752026-05-29T09:51:38.065Z[ 8] 4.00-5.00 sec 52.2 MBytes 438 Mbits/sec
29762026-05-29T09:51:38.065Z[ 10] 4.00-5.00 sec 52.2 MBytes 438 Mbits/sec
29772026-05-29T09:51:38.065Z[ 12] 4.00-5.00 sec 52.2 MBytes 438 Mbits/sec
29782026-05-29T09:51:38.065Z[ 14] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
29792026-05-29T09:51:38.065Z[ 16] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
29802026-05-29T09:51:38.065Z[ 18] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
29812026-05-29T09:51:38.065Z[ 20] 4.00-5.00 sec 52.1 MBytes 437 Mbits/sec
29822026-05-29T09:51:38.065Z[SUM] 4.00-5.00 sec 418 MBytes 3.51 Gbits/sec
29832026-05-29T09:51:38.065Z- - - - - - - - - - - - - - - - - - - - - - - - -
29842026-05-29T09:51:38.065Z[ 5] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
29852026-05-29T09:51:38.065Z[ 8] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
29862026-05-29T09:51:38.065Z[ 10] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
29872026-05-29T09:51:38.065Z[ 12] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
29882026-05-29T09:51:38.065Z[ 14] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
29892026-05-29T09:51:38.065Z[ 16] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
29902026-05-29T09:51:38.065Z[ 18] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
29912026-05-29T09:51:38.065Z[ 20] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
29922026-05-29T09:51:38.065Z[SUM] 5.00-6.00 sec 426 MBytes 3.57 Gbits/sec
29932026-05-29T09:51:38.065Z- - - - - - - - - - - - - - - - - - - - - - - - -
29942026-05-29T09:51:38.065Z[ 5] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
29952026-05-29T09:51:38.065Z[ 8] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
29962026-05-29T09:51:38.065Z[ 10] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
29972026-05-29T09:51:41.065Z[ 12] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
29982026-05-29T09:51:41.065Z[ 14] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
29992026-05-29T09:51:41.065Z[ 16] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
30002026-05-29T09:51:41.065Z[ 18] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
30012026-05-29T09:51:41.065Z[ 20] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
30022026-05-29T09:51:41.065Z[SUM] 6.00-7.00 sec 426 MBytes 3.57 Gbits/sec
30032026-05-29T09:51:41.065Z- - - - - - - - - - - - - - - - - - - - - - - - -
30042026-05-29T09:51:41.065Z[ 5] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
30052026-05-29T09:51:41.065Z[ 8] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
30062026-05-29T09:51:41.065Z[ 10] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
30072026-05-29T09:51:41.065Z[ 12] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
30082026-05-29T09:51:41.065Z[ 14] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
30092026-05-29T09:51:41.065Z[ 16] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
30102026-05-29T09:51:41.065Z[ 18] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
30112026-05-29T09:51:41.065Z[ 20] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
30122026-05-29T09:51:41.065Z[SUM] 7.00-8.00 sec 423 MBytes 3.55 Gbits/sec
30132026-05-29T09:51:41.065Z- - - - - - - - - - - - - - - - - - - - - - - - -
30142026-05-29T09:51:41.066Z[ 5] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
30152026-05-29T09:51:41.066Z[ 8] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
30162026-05-29T09:51:41.066Z[ 10] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
30172026-05-29T09:51:41.066Z[ 12] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
30182026-05-29T09:51:41.066Z[ 14] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
30192026-05-29T09:51:41.066Z[ 16] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
30202026-05-29T09:51:41.066Z[ 18] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
30212026-05-29T09:51:41.066Z[ 20] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
30222026-05-29T09:51:41.066Z[SUM] 8.00-9.00 sec 421 MBytes 3.53 Gbits/sec
30232026-05-29T09:51:41.066Z- - - - - - - - - - - - - - - - - - - - - - - - -
30242026-05-29T09:51:41.066Z[ 5] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
30252026-05-29T09:51:41.066Z[ 8] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
30262026-05-29T09:51:41.066Z[ 10] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
30272026-05-29T09:51:41.066Z[ 12] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
30282026-05-29T09:51:41.066Z[ 14] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
30292026-05-29T09:51:41.066Z[ 16] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
30302026-05-29T09:51:41.066Z[ 18] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
30312026-05-29T09:51:41.066Z[ 20] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
30322026-05-29T09:51:41.066Z[SUM] 9.00-10.00 sec 422 MBytes 3.54 Gbits/sec
30332026-05-29T09:51:41.066Z- - - - - - - - - - - - - - - - - - - - - - - - -
30342026-05-29T09:51:41.066Z[ 5] 10.00-10.00 sec 128 KBytes 936 Mbits/sec
30352026-05-29T09:51:41.066Z[ 8] 10.00-10.00 sec 128 KBytes 936 Mbits/sec
30362026-05-29T09:51:41.066Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
30372026-05-29T09:51:41.066Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
30382026-05-29T09:51:41.066Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
30392026-05-29T09:51:41.066Z[ 16] 10.00-10.00 sec 128 KBytes 937 Mbits/sec
30402026-05-29T09:51:41.066Z[ 18] 10.00-10.00 sec 128 KBytes 937 Mbits/sec
30412026-05-29T09:51:41.066Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
30422026-05-29T09:51:41.066Z[SUM] 10.00-10.00 sec 512 KBytes 3.74 Gbits/sec
30432026-05-29T09:51:41.066Z- - - - - - - - - - - - - - - - - - - - - - - - -
30442026-05-29T09:51:41.066Z[ ID] Interval Transfer Bitrate
30452026-05-29T09:51:41.066Z[ 5] 0.00-10.00 sec 517 MBytes 434 Mbits/sec receiver
30462026-05-29T09:51:41.066Z[ 8] 0.00-10.00 sec 517 MBytes 434 Mbits/sec receiver
30472026-05-29T09:51:41.066Z[ 10] 0.00-10.00 sec 517 MBytes 434 Mbits/sec receiver
30482026-05-29T09:51:41.066Z[ 12] 0.00-10.00 sec 517 MBytes 433 Mbits/sec receiver
30492026-05-29T09:51:41.066Z[ 14] 0.00-10.00 sec 517 MBytes 434 Mbits/sec receiver
30502026-05-29T09:51:41.066Z[ 16] 0.00-10.00 sec 517 MBytes 434 Mbits/sec receiver
30512026-05-29T09:51:41.066Z[ 18] 0.00-10.00 sec 517 MBytes 434 Mbits/sec receiver
30522026-05-29T09:51:41.067Z[ 20] 0.00-10.00 sec 517 MBytes 434 Mbits/sec receiver
30532026-05-29T09:51:41.067Z[SUM] 0.00-10.00 sec 4.04 GBytes 3.47 Gbits/sec receiver
30542026-05-29T09:51:41.070ZRun 5/10...3470.381063216144Mbps
30552026-05-29T09:51:48.466Z-----------------------------------------------------------
30562026-05-29T09:51:48.466ZServer listening on 5201 (test #16)
30572026-05-29T09:51:48.466Z-----------------------------------------------------------
30582026-05-29T09:51:48.466ZAccepted connection from 10.0.0.1, port 48023
30592026-05-29T09:51:48.466Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34012
30602026-05-29T09:51:48.466Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62538
30612026-05-29T09:51:48.466Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56363
30622026-05-29T09:51:48.466Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62723
30632026-05-29T09:51:48.466Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37081
30642026-05-29T09:51:48.466Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41280
30652026-05-29T09:51:48.466Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39848
30662026-05-29T09:51:48.466Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58397
30672026-05-29T09:51:48.466Z[ ID] Interval Transfer Bitrate
30682026-05-29T09:51:48.466Z[ 5] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
30692026-05-29T09:51:48.466Z[ 8] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
30702026-05-29T09:51:48.467Z[ 10] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
30712026-05-29T09:51:48.467Z[ 12] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
30722026-05-29T09:51:48.467Z[ 14] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
30732026-05-29T09:51:48.467Z[ 16] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
30742026-05-29T09:51:48.467Z[ 18] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
30752026-05-29T09:51:48.467Z[ 20] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
30762026-05-29T09:51:48.467Z[SUM] 0.00-1.00 sec 337 MBytes 2.82 Gbits/sec
30772026-05-29T09:51:48.467Z- - - - - - - - - - - - - - - - - - - - - - - - -
30782026-05-29T09:51:48.467Z[ 5] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
30792026-05-29T09:51:48.467Z[ 8] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
30802026-05-29T09:51:48.467Z[ 10] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
30812026-05-29T09:51:48.467Z[ 12] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
30822026-05-29T09:51:48.467Z[ 14] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
30832026-05-29T09:51:48.467Z[ 16] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
30842026-05-29T09:51:48.467Z[ 18] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
30852026-05-29T09:51:48.467Z[ 20] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
30862026-05-29T09:51:48.467Z[SUM] 1.00-2.00 sec 424 MBytes 3.56 Gbits/sec
30872026-05-29T09:51:48.467Z- - - - - - - - - - - - - - - - - - - - - - - - -
30882026-05-29T09:51:48.467Z[ 5] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
30892026-05-29T09:51:48.467Z[ 8] 2.00-3.00 sec 52.8 MBytes 442 Mbits/sec
30902026-05-29T09:51:48.467Z[ 10] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
30912026-05-29T09:51:48.467Z[ 12] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
30922026-05-29T09:51:48.467Z[ 14] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
30932026-05-29T09:51:48.467Z[ 16] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
30942026-05-29T09:51:48.467Z[ 18] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
30952026-05-29T09:51:48.467Z[ 20] 2.00-3.00 sec 52.8 MBytes 442 Mbits/sec
30962026-05-29T09:51:48.467Z[SUM] 2.00-3.00 sec 421 MBytes 3.53 Gbits/sec
30972026-05-29T09:51:48.467Z- - - - - - - - - - - - - - - - - - - - - - - - -
30982026-05-29T09:51:48.467Z[ 5] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
30992026-05-29T09:51:48.467Z[ 8] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
31002026-05-29T09:51:48.467Z[ 10] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
31012026-05-29T09:51:48.467Z[ 12] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
31022026-05-29T09:51:48.467Z[ 14] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
31032026-05-29T09:51:48.467Z[ 16] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
31042026-05-29T09:51:48.467Z[ 18] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
31052026-05-29T09:51:48.467Z[ 20] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
31062026-05-29T09:51:48.467Z[SUM] 3.00-4.00 sec 424 MBytes 3.56 Gbits/sec
31072026-05-29T09:51:48.467Z- - - - - - - - - - - - - - - - - - - - - - - - -
31082026-05-29T09:51:48.468Z[ 5] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
31092026-05-29T09:51:48.468Z[ 8] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
31102026-05-29T09:51:48.468Z[ 10] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
31112026-05-29T09:51:48.468Z[ 12] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
31122026-05-29T09:51:48.468Z[ 14] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
31132026-05-29T09:51:48.468Z[ 16] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
31142026-05-29T09:51:48.468Z[ 18] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
31152026-05-29T09:51:48.468Z[ 20] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
31162026-05-29T09:51:48.468Z[SUM] 4.00-5.00 sec 425 MBytes 3.56 Gbits/sec
31172026-05-29T09:51:48.468Z- - - - - - - - - - - - - - - - - - - - - - - - -
31182026-05-29T09:51:48.468Z[ 5] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
31192026-05-29T09:51:48.468Z[ 8] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
31202026-05-29T09:51:48.468Z[ 10] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
31212026-05-29T09:51:48.468Z[ 12] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
31222026-05-29T09:51:48.468Z[ 14] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
31232026-05-29T09:51:48.468Z[ 16] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
31242026-05-29T09:51:48.468Z[ 18] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
31252026-05-29T09:51:48.468Z[ 20] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
31262026-05-29T09:51:48.468Z[SUM] 5.00-6.00 sec 427 MBytes 3.58 Gbits/sec
31272026-05-29T09:51:48.468Z- - - - - - - - - - - - - - - - - - - - - - - - -
31282026-05-29T09:51:48.468Z[ 5] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
31292026-05-29T09:51:48.468Z[ 8] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
31302026-05-29T09:51:48.468Z[ 10] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
31312026-05-29T09:51:51.468Z[ 12] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
31322026-05-29T09:51:51.468Z[ 14] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
31332026-05-29T09:51:51.468Z[ 16] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
31342026-05-29T09:51:51.468Z[ 18] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
31352026-05-29T09:51:51.468Z[ 20] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
31362026-05-29T09:51:51.468Z[SUM] 6.00-7.00 sec 423 MBytes 3.55 Gbits/sec
31372026-05-29T09:51:51.468Z- - - - - - - - - - - - - - - - - - - - - - - - -
31382026-05-29T09:51:51.468Z[ 5] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
31392026-05-29T09:51:51.468Z[ 8] 7.00-8.00 sec 52.8 MBytes 443 Mbits/sec
31402026-05-29T09:51:51.468Z[ 10] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
31412026-05-29T09:51:51.468Z[ 12] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
31422026-05-29T09:51:51.468Z[ 14] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
31432026-05-29T09:51:51.468Z[ 16] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
31442026-05-29T09:51:51.468Z[ 18] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
31452026-05-29T09:51:51.468Z[ 20] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
31462026-05-29T09:51:51.468Z[SUM] 7.00-8.00 sec 421 MBytes 3.53 Gbits/sec
31472026-05-29T09:51:51.468Z- - - - - - - - - - - - - - - - - - - - - - - - -
31482026-05-29T09:51:51.468Z[ 5] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
31492026-05-29T09:51:51.468Z[ 8] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
31502026-05-29T09:51:51.469Z[ 10] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
31512026-05-29T09:51:51.469Z[ 12] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
31522026-05-29T09:51:51.469Z[ 14] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
31532026-05-29T09:51:51.469Z[ 16] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
31542026-05-29T09:51:51.469Z[ 18] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
31552026-05-29T09:51:51.469Z[ 20] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
31562026-05-29T09:51:51.469Z[SUM] 8.00-9.00 sec 422 MBytes 3.54 Gbits/sec
31572026-05-29T09:51:51.469Z- - - - - - - - - - - - - - - - - - - - - - - - -
31582026-05-29T09:51:51.469Z[ 5] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
31592026-05-29T09:51:51.469Z[ 8] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
31602026-05-29T09:51:51.469Z[ 10] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
31612026-05-29T09:51:51.469Z[ 12] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
31622026-05-29T09:51:51.469Z[ 14] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
31632026-05-29T09:51:51.469Z[ 16] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
31642026-05-29T09:51:51.469Z[ 18] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
31652026-05-29T09:51:51.469Z[ 20] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
31662026-05-29T09:51:51.469Z[SUM] 9.00-10.00 sec 425 MBytes 3.57 Gbits/sec
31672026-05-29T09:51:51.469Z- - - - - - - - - - - - - - - - - - - - - - - - -
31682026-05-29T09:51:51.469Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31692026-05-29T09:51:51.469Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31702026-05-29T09:51:51.469Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31712026-05-29T09:51:51.469Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31722026-05-29T09:51:51.469Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31732026-05-29T09:51:51.469Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31742026-05-29T09:51:51.469Z[ 18] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
31752026-05-29T09:51:51.469Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31762026-05-29T09:51:51.469Z[SUM] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
31772026-05-29T09:51:51.470Z- - - - - - - - - - - - - - - - - - - - - - - - -
31782026-05-29T09:51:51.470Z[ ID] Interval Transfer Bitrate
31792026-05-29T09:51:51.470Z[ 5] 0.00-10.00 sec 519 MBytes 435 Mbits/sec receiver
31802026-05-29T09:51:51.470Z[ 8] 0.00-10.00 sec 519 MBytes 435 Mbits/sec receiver
31812026-05-29T09:51:51.470Z[ 10] 0.00-10.00 sec 519 MBytes 435 Mbits/sec receiver
31822026-05-29T09:51:51.470Z[ 12] 0.00-10.00 sec 519 MBytes 435 Mbits/sec receiver
31832026-05-29T09:51:51.470Z[ 14] 0.00-10.00 sec 518 MBytes 434 Mbits/sec receiver
31842026-05-29T09:51:51.470Z[ 16] 0.00-10.00 sec 518 MBytes 435 Mbits/sec receiver
31852026-05-29T09:51:51.470Z[ 18] 0.00-10.00 sec 518 MBytes 435 Mbits/sec receiver
31862026-05-29T09:51:51.470Z[ 20] 0.00-10.00 sec 519 MBytes 435 Mbits/sec receiver
31872026-05-29T09:51:51.470Z[SUM] 0.00-10.00 sec 4.05 GBytes 3.48 Gbits/sec receiver
31882026-05-29T09:51:51.474ZRun 6/10...3479.5204846136776Mbps
31892026-05-29T09:51:58.871Z-----------------------------------------------------------
31902026-05-29T09:51:58.871ZServer listening on 5201 (test #17)
31912026-05-29T09:51:58.871Z-----------------------------------------------------------
31922026-05-29T09:51:58.871ZAccepted connection from 10.0.0.1, port 45640
31932026-05-29T09:51:58.871Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55407
31942026-05-29T09:51:58.871Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33144
31952026-05-29T09:51:58.871Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42111
31962026-05-29T09:51:58.871Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59313
31972026-05-29T09:51:58.871Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47319
31982026-05-29T09:51:58.871Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34082
31992026-05-29T09:51:58.871Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35935
32002026-05-29T09:51:58.871Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38326
32012026-05-29T09:51:58.871Z[ ID] Interval Transfer Bitrate
32022026-05-29T09:51:58.871Z[ 5] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
32032026-05-29T09:51:58.871Z[ 8] 0.00-1.00 sec 41.4 MBytes 347 Mbits/sec
32042026-05-29T09:51:58.871Z[ 10] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
32052026-05-29T09:51:58.871Z[ 12] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
32062026-05-29T09:51:58.871Z[ 14] 0.00-1.00 sec 41.4 MBytes 347 Mbits/sec
32072026-05-29T09:51:58.871Z[ 16] 0.00-1.00 sec 41.4 MBytes 347 Mbits/sec
32082026-05-29T09:51:58.871Z[ 18] 0.00-1.00 sec 41.4 MBytes 347 Mbits/sec
32092026-05-29T09:51:58.871Z[ 20] 0.00-1.00 sec 41.4 MBytes 347 Mbits/sec
32102026-05-29T09:51:58.871Z[SUM] 0.00-1.00 sec 332 MBytes 2.78 Gbits/sec
32112026-05-29T09:51:58.871Z- - - - - - - - - - - - - - - - - - - - - - - - -
32122026-05-29T09:51:58.871Z[ 5] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
32132026-05-29T09:51:58.871Z[ 8] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
32142026-05-29T09:51:58.871Z[ 10] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
32152026-05-29T09:51:58.871Z[ 12] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
32162026-05-29T09:51:58.871Z[ 14] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
32172026-05-29T09:51:58.871Z[ 16] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
32182026-05-29T09:51:58.871Z[ 18] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
32192026-05-29T09:51:58.872Z[ 20] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
32202026-05-29T09:51:58.872Z[SUM] 1.00-2.00 sec 427 MBytes 3.58 Gbits/sec
32212026-05-29T09:51:58.872Z- - - - - - - - - - - - - - - - - - - - - - - - -
32222026-05-29T09:51:58.872Z[ 5] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
32232026-05-29T09:51:58.872Z[ 8] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
32242026-05-29T09:51:58.872Z[ 10] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
32252026-05-29T09:51:58.872Z[ 12] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
32262026-05-29T09:51:58.872Z[ 14] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
32272026-05-29T09:51:58.872Z[ 16] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
32282026-05-29T09:51:58.872Z[ 18] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
32292026-05-29T09:51:58.872Z[ 20] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
32302026-05-29T09:51:58.872Z[SUM] 2.00-3.00 sec 421 MBytes 3.53 Gbits/sec
32312026-05-29T09:51:58.872Z- - - - - - - - - - - - - - - - - - - - - - - - -
32322026-05-29T09:51:58.872Z[ 5] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
32332026-05-29T09:51:58.872Z[ 8] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
32342026-05-29T09:51:58.872Z[ 10] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
32352026-05-29T09:51:58.872Z[ 12] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
32362026-05-29T09:51:58.872Z[ 14] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
32372026-05-29T09:51:58.872Z[ 16] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
32382026-05-29T09:51:58.872Z[ 18] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
32392026-05-29T09:51:58.872Z[ 20] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
32402026-05-29T09:51:58.872Z[SUM] 3.00-4.00 sec 425 MBytes 3.56 Gbits/sec
32412026-05-29T09:51:58.872Z- - - - - - - - - - - - - - - - - - - - - - - - -
32422026-05-29T09:51:58.872Z[ 5] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
32432026-05-29T09:51:58.872Z[ 8] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
32442026-05-29T09:51:58.872Z[ 10] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
32452026-05-29T09:51:58.872Z[ 12] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
32462026-05-29T09:51:58.872Z[ 14] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
32472026-05-29T09:51:58.872Z[ 16] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
32482026-05-29T09:51:58.872Z[ 18] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
32492026-05-29T09:51:58.872Z[ 20] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
32502026-05-29T09:51:58.872Z[SUM] 4.00-5.00 sec 422 MBytes 3.54 Gbits/sec
32512026-05-29T09:51:58.872Z- - - - - - - - - - - - - - - - - - - - - - - - -
32522026-05-29T09:51:58.872Z[ 5] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
32532026-05-29T09:51:58.872Z[ 8] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
32542026-05-29T09:51:58.872Z[ 10] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
32552026-05-29T09:51:58.872Z[ 12] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
32562026-05-29T09:51:58.872Z[ 14] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
32572026-05-29T09:51:58.872Z[ 16] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
32582026-05-29T09:51:58.873Z[ 18] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
32592026-05-29T09:51:58.873Z[ 20] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
32602026-05-29T09:51:58.873Z[SUM] 5.00-6.00 sec 421 MBytes 3.53 Gbits/sec
32612026-05-29T09:51:58.873Z- - - - - - - - - - - - - - - - - - - - - - - - -
32622026-05-29T09:51:58.873Z[ 5] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
32632026-05-29T09:51:58.873Z[ 8] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
32642026-05-29T09:51:58.873Z[ 10] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
32652026-05-29T09:52:01.871Z[ 12] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
32662026-05-29T09:52:01.871Z[ 14] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
32672026-05-29T09:52:01.871Z[ 16] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
32682026-05-29T09:52:01.871Z[ 18] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
32692026-05-29T09:52:01.871Z[ 20] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
32702026-05-29T09:52:01.872Z[SUM] 6.00-7.00 sec 425 MBytes 3.56 Gbits/sec
32712026-05-29T09:52:01.872Z- - - - - - - - - - - - - - - - - - - - - - - - -
32722026-05-29T09:52:01.872Z[ 5] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
32732026-05-29T09:52:01.872Z[ 8] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
32742026-05-29T09:52:01.872Z[ 10] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
32752026-05-29T09:52:01.872Z[ 12] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
32762026-05-29T09:52:01.872Z[ 14] 7.00-8.00 sec 52.8 MBytes 443 Mbits/sec
32772026-05-29T09:52:01.872Z[ 16] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
32782026-05-29T09:52:01.872Z[ 18] 7.00-8.00 sec 52.8 MBytes 443 Mbits/sec
32792026-05-29T09:52:01.872Z[ 20] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
32802026-05-29T09:52:01.872Z[SUM] 7.00-8.00 sec 422 MBytes 3.54 Gbits/sec
32812026-05-29T09:52:01.872Z- - - - - - - - - - - - - - - - - - - - - - - - -
32822026-05-29T09:52:01.872Z[ 5] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
32832026-05-29T09:52:01.872Z[ 8] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
32842026-05-29T09:52:01.872Z[ 10] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
32852026-05-29T09:52:01.872Z[ 12] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
32862026-05-29T09:52:01.872Z[ 14] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
32872026-05-29T09:52:01.872Z[ 16] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
32882026-05-29T09:52:01.872Z[ 18] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
32892026-05-29T09:52:01.872Z[ 20] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
32902026-05-29T09:52:01.872Z[SUM] 8.00-9.00 sec 425 MBytes 3.56 Gbits/sec
32912026-05-29T09:52:01.872Z- - - - - - - - - - - - - - - - - - - - - - - - -
32922026-05-29T09:52:01.872Z[ 5] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
32932026-05-29T09:52:01.872Z[ 8] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
32942026-05-29T09:52:01.872Z[ 10] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
32952026-05-29T09:52:01.872Z[ 12] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
32962026-05-29T09:52:01.872Z[ 14] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
32972026-05-29T09:52:01.872Z[ 16] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
32982026-05-29T09:52:01.872Z[ 18] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
32992026-05-29T09:52:01.872Z[ 20] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
33002026-05-29T09:52:01.872Z[SUM] 9.00-10.00 sec 426 MBytes 3.57 Gbits/sec
33012026-05-29T09:52:01.872Z- - - - - - - - - - - - - - - - - - - - - - - - -
33022026-05-29T09:52:01.872Z[ 5] 10.00-10.00 sec 128 KBytes 1.02 Gbits/sec
33032026-05-29T09:52:01.872Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33042026-05-29T09:52:01.872Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33052026-05-29T09:52:01.872Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33062026-05-29T09:52:01.872Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33072026-05-29T09:52:01.872Z[ 16] 10.00-10.00 sec 128 KBytes 1.02 Gbits/sec
33082026-05-29T09:52:01.872Z[ 18] 10.00-10.00 sec 128 KBytes 1.02 Gbits/sec
33092026-05-29T09:52:01.873Z[ 20] 10.00-10.00 sec 128 KBytes 1.02 Gbits/sec
33102026-05-29T09:52:01.873Z[SUM] 10.00-10.00 sec 512 KBytes 4.07 Gbits/sec
33112026-05-29T09:52:01.873Z- - - - - - - - - - - - - - - - - - - - - - - - -
33122026-05-29T09:52:01.873Z[ ID] Interval Transfer Bitrate
33132026-05-29T09:52:01.873Z[ 5] 0.00-10.00 sec 518 MBytes 434 Mbits/sec receiver
33142026-05-29T09:52:01.873Z[ 8] 0.00-10.00 sec 518 MBytes 434 Mbits/sec receiver
33152026-05-29T09:52:01.873Z[ 10] 0.00-10.00 sec 518 MBytes 434 Mbits/sec receiver
33162026-05-29T09:52:01.873Z[ 12] 0.00-10.00 sec 518 MBytes 434 Mbits/sec receiver
33172026-05-29T09:52:01.873Z[ 14] 0.00-10.00 sec 518 MBytes 435 Mbits/sec receiver
33182026-05-29T09:52:01.873Z[ 16] 0.00-10.00 sec 518 MBytes 435 Mbits/sec receiver
33192026-05-29T09:52:01.873Z[ 18] 0.00-10.00 sec 518 MBytes 435 Mbits/sec receiver
33202026-05-29T09:52:01.873Z[ 20] 0.00-10.00 sec 518 MBytes 434 Mbits/sec receiver
33212026-05-29T09:52:01.873Z[SUM] 0.00-10.00 sec 4.05 GBytes 3.48 Gbits/sec receiver
33222026-05-29T09:52:01.876ZRun 7/10...3476.268230152582Mbps
33232026-05-29T09:52:09.279Z-----------------------------------------------------------
33242026-05-29T09:52:09.279ZServer listening on 5201 (test #18)
33252026-05-29T09:52:09.279Z-----------------------------------------------------------
33262026-05-29T09:52:09.279ZAccepted connection from 10.0.0.1, port 64314
33272026-05-29T09:52:09.279Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35879
33282026-05-29T09:52:09.280Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63183
33292026-05-29T09:52:09.280Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37512
33302026-05-29T09:52:09.280Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41547
33312026-05-29T09:52:09.280Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64772
33322026-05-29T09:52:09.280Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56778
33332026-05-29T09:52:09.280Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60283
33342026-05-29T09:52:09.280Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56253
33352026-05-29T09:52:09.280Z[ ID] Interval Transfer Bitrate
33362026-05-29T09:52:09.280Z[ 5] 0.00-1.00 sec 41.4 MBytes 347 Mbits/sec
33372026-05-29T09:52:09.280Z[ 8] 0.00-1.00 sec 41.2 MBytes 346 Mbits/sec
33382026-05-29T09:52:09.280Z[ 10] 0.00-1.00 sec 41.4 MBytes 347 Mbits/sec
33392026-05-29T09:52:09.280Z[ 12] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
33402026-05-29T09:52:09.280Z[ 14] 0.00-1.00 sec 41.2 MBytes 346 Mbits/sec
33412026-05-29T09:52:09.280Z[ 16] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
33422026-05-29T09:52:09.280Z[ 18] 0.00-1.00 sec 41.4 MBytes 347 Mbits/sec
33432026-05-29T09:52:09.280Z[ 20] 0.00-1.00 sec 41.4 MBytes 347 Mbits/sec
33442026-05-29T09:52:09.280Z[SUM] 0.00-1.00 sec 331 MBytes 2.78 Gbits/sec
33452026-05-29T09:52:09.280Z- - - - - - - - - - - - - - - - - - - - - - - - -
33462026-05-29T09:52:09.280Z[ 5] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
33472026-05-29T09:52:09.280Z[ 8] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
33482026-05-29T09:52:09.280Z[ 10] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
33492026-05-29T09:52:09.280Z[ 12] 1.00-2.00 sec 52.2 MBytes 438 Mbits/sec
33502026-05-29T09:52:09.280Z[ 14] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
33512026-05-29T09:52:09.280Z[ 16] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
33522026-05-29T09:52:09.280Z[ 18] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
33532026-05-29T09:52:09.280Z[ 20] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
33542026-05-29T09:52:09.281Z[SUM] 1.00-2.00 sec 420 MBytes 3.52 Gbits/sec
33552026-05-29T09:52:09.281Z- - - - - - - - - - - - - - - - - - - - - - - - -
33562026-05-29T09:52:09.281Z[ 5] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
33572026-05-29T09:52:09.281Z[ 8] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
33582026-05-29T09:52:09.281Z[ 10] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
33592026-05-29T09:52:09.281Z[ 12] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
33602026-05-29T09:52:09.281Z[ 14] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
33612026-05-29T09:52:09.281Z[ 16] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
33622026-05-29T09:52:09.281Z[ 18] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
33632026-05-29T09:52:09.281Z[ 20] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
33642026-05-29T09:52:09.281Z[SUM] 2.00-3.00 sec 420 MBytes 3.52 Gbits/sec
33652026-05-29T09:52:09.281Z- - - - - - - - - - - - - - - - - - - - - - - - -
33662026-05-29T09:52:09.281Z[ 5] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
33672026-05-29T09:52:09.281Z[ 8] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
33682026-05-29T09:52:09.281Z[ 10] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
33692026-05-29T09:52:09.281Z[ 12] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
33702026-05-29T09:52:09.281Z[ 14] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
33712026-05-29T09:52:09.281Z[ 16] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
33722026-05-29T09:52:09.281Z[ 18] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
33732026-05-29T09:52:09.281Z[ 20] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
33742026-05-29T09:52:09.281Z[SUM] 3.00-4.00 sec 422 MBytes 3.54 Gbits/sec
33752026-05-29T09:52:09.281Z- - - - - - - - - - - - - - - - - - - - - - - - -
33762026-05-29T09:52:09.281Z[ 5] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
33772026-05-29T09:52:09.281Z[ 8] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
33782026-05-29T09:52:09.281Z[ 10] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
33792026-05-29T09:52:09.281Z[ 12] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
33802026-05-29T09:52:09.281Z[ 14] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
33812026-05-29T09:52:09.281Z[ 16] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
33822026-05-29T09:52:09.282Z[ 18] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
33832026-05-29T09:52:09.282Z[ 20] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
33842026-05-29T09:52:09.282Z[SUM] 4.00-5.00 sec 422 MBytes 3.54 Gbits/sec
33852026-05-29T09:52:09.282Z- - - - - - - - - - - - - - - - - - - - - - - - -
33862026-05-29T09:52:09.282Z[ 5] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
33872026-05-29T09:52:09.282Z[ 8] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
33882026-05-29T09:52:09.282Z[ 10] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
33892026-05-29T09:52:09.282Z[ 12] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
33902026-05-29T09:52:09.282Z[ 14] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
33912026-05-29T09:52:09.282Z[ 16] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
33922026-05-29T09:52:09.282Z[ 18] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
33932026-05-29T09:52:09.282Z[ 20] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
33942026-05-29T09:52:09.282Z[SUM] 5.00-6.00 sec 420 MBytes 3.52 Gbits/sec
33952026-05-29T09:52:09.282Z- - - - - - - - - - - - - - - - - - - - - - - - -
33962026-05-29T09:52:09.282Z[ 5] 6.00-7.00 sec 52.4 MBytes 439 Mbits/sec
33972026-05-29T09:52:09.282Z[ 8] 6.00-7.00 sec 52.5 MBytes 440 Mbits/sec
33982026-05-29T09:52:09.282Z[ 10] 6.00-7.00 sec 52.4 MBytes 439 Mbits/sec
33992026-05-29T09:52:12.280Z[ 12] 6.00-7.00 sec 52.4 MBytes 439 Mbits/sec
34002026-05-29T09:52:12.280Z[ 14] 6.00-7.00 sec 52.6 MBytes 441 Mbits/sec
34012026-05-29T09:52:12.280Z[ 16] 6.00-7.00 sec 52.4 MBytes 439 Mbits/sec
34022026-05-29T09:52:12.281Z[ 18] 6.00-7.00 sec 52.5 MBytes 440 Mbits/sec
34032026-05-29T09:52:12.281Z[ 20] 6.00-7.00 sec 52.5 MBytes 440 Mbits/sec
34042026-05-29T09:52:12.281Z[SUM] 6.00-7.00 sec 420 MBytes 3.52 Gbits/sec
34052026-05-29T09:52:12.281Z- - - - - - - - - - - - - - - - - - - - - - - - -
34062026-05-29T09:52:12.281Z[ 5] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
34072026-05-29T09:52:12.281Z[ 8] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
34082026-05-29T09:52:12.281Z[ 10] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
34092026-05-29T09:52:12.281Z[ 12] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
34102026-05-29T09:52:12.281Z[ 14] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
34112026-05-29T09:52:12.281Z[ 16] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
34122026-05-29T09:52:12.281Z[ 18] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
34132026-05-29T09:52:12.281Z[ 20] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
34142026-05-29T09:52:12.281Z[SUM] 7.00-8.00 sec 424 MBytes 3.56 Gbits/sec
34152026-05-29T09:52:12.281Z- - - - - - - - - - - - - - - - - - - - - - - - -
34162026-05-29T09:52:12.281Z[ 5] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
34172026-05-29T09:52:12.281Z[ 8] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
34182026-05-29T09:52:12.281Z[ 10] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
34192026-05-29T09:52:12.281Z[ 12] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
34202026-05-29T09:52:12.281Z[ 14] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
34212026-05-29T09:52:12.281Z[ 16] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
34222026-05-29T09:52:12.281Z[ 18] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
34232026-05-29T09:52:12.281Z[ 20] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
34242026-05-29T09:52:12.281Z[SUM] 8.00-9.00 sec 419 MBytes 3.52 Gbits/sec
34252026-05-29T09:52:12.281Z- - - - - - - - - - - - - - - - - - - - - - - - -
34262026-05-29T09:52:12.281Z[ 5] 9.00-10.00 sec 52.4 MBytes 439 Mbits/sec
34272026-05-29T09:52:12.281Z[ 8] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
34282026-05-29T09:52:12.285Z[ 10] 9.00-10.00 sec 52.4 MBytes 439 Mbits/sec
34292026-05-29T09:52:12.285Z[ 12] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
34302026-05-29T09:52:12.285Z[ 14] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
34312026-05-29T09:52:12.285Z[ 16] 9.00-10.00 sec 52.4 MBytes 439 Mbits/sec
34322026-05-29T09:52:12.285Z[ 18] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
34332026-05-29T09:52:12.285Z[ 20] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
34342026-05-29T09:52:12.285Z[SUM] 9.00-10.00 sec 420 MBytes 3.52 Gbits/sec
34352026-05-29T09:52:12.285Z- - - - - - - - - - - - - - - - - - - - - - - - -
34362026-05-29T09:52:12.285Z[ 5] 10.00-10.00 sec 128 KBytes 800 Mbits/sec
34372026-05-29T09:52:12.285Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34382026-05-29T09:52:12.285Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34392026-05-29T09:52:12.285Z[ 12] 10.00-10.00 sec 128 KBytes 801 Mbits/sec
34402026-05-29T09:52:12.285Z[ 14] 10.00-10.00 sec 128 KBytes 801 Mbits/sec
34412026-05-29T09:52:12.285Z[ 16] 10.00-10.00 sec 128 KBytes 802 Mbits/sec
34422026-05-29T09:52:12.285Z[ 18] 10.00-10.00 sec 128 KBytes 802 Mbits/sec
34432026-05-29T09:52:12.285Z[ 20] 10.00-10.00 sec 128 KBytes 802 Mbits/sec
34442026-05-29T09:52:12.285Z[SUM] 10.00-10.00 sec 768 KBytes 4.80 Gbits/sec
34452026-05-29T09:52:12.285Z- - - - - - - - - - - - - - - - - - - - - - - - -
34462026-05-29T09:52:12.285Z[ ID] Interval Transfer Bitrate
34472026-05-29T09:52:12.285Z[ 5] 0.00-10.00 sec 514 MBytes 432 Mbits/sec receiver
34482026-05-29T09:52:12.285Z[ 8] 0.00-10.00 sec 514 MBytes 432 Mbits/sec receiver
34492026-05-29T09:52:12.285Z[ 10] 0.00-10.00 sec 515 MBytes 432 Mbits/sec receiver
34502026-05-29T09:52:12.285Z[ 12] 0.00-10.00 sec 514 MBytes 432 Mbits/sec receiver
34512026-05-29T09:52:12.286Z[ 14] 0.00-10.00 sec 514 MBytes 432 Mbits/sec receiver
34522026-05-29T09:52:12.286Z[ 16] 0.00-10.00 sec 515 MBytes 432 Mbits/sec receiver
34532026-05-29T09:52:12.286Z[ 18] 0.00-10.00 sec 515 MBytes 432 Mbits/sec receiver
34542026-05-29T09:52:12.286Z[ 20] 0.00-10.00 sec 515 MBytes 432 Mbits/sec receiver
34552026-05-29T09:52:12.286Z[SUM] 0.00-10.00 sec 4.02 GBytes 3.45 Gbits/sec receiver
34562026-05-29T09:52:12.286ZRun 8/10...3453.416678349769Mbps
34572026-05-29T09:52:19.686Z-----------------------------------------------------------
34582026-05-29T09:52:19.686ZServer listening on 5201 (test #19)
34592026-05-29T09:52:19.686Z-----------------------------------------------------------
34602026-05-29T09:52:19.686ZAccepted connection from 10.0.0.1, port 55034
34612026-05-29T09:52:19.686Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38470
34622026-05-29T09:52:19.686Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55414
34632026-05-29T09:52:19.686Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43042
34642026-05-29T09:52:19.686Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38630
34652026-05-29T09:52:19.687Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62530
34662026-05-29T09:52:19.687Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63574
34672026-05-29T09:52:19.687Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39292
34682026-05-29T09:52:19.687Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52097
34692026-05-29T09:52:19.687Z[ ID] Interval Transfer Bitrate
34702026-05-29T09:52:19.687Z[ 5] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
34712026-05-29T09:52:19.687Z[ 8] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
34722026-05-29T09:52:19.687Z[ 10] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
34732026-05-29T09:52:19.687Z[ 12] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
34742026-05-29T09:52:19.687Z[ 14] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
34752026-05-29T09:52:19.687Z[ 16] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
34762026-05-29T09:52:19.687Z[ 18] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
34772026-05-29T09:52:19.687Z[ 20] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
34782026-05-29T09:52:19.687Z[SUM] 0.00-1.00 sec 334 MBytes 2.80 Gbits/sec
34792026-05-29T09:52:19.687Z- - - - - - - - - - - - - - - - - - - - - - - - -
34802026-05-29T09:52:19.687Z[ 5] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
34812026-05-29T09:52:19.687Z[ 8] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
34822026-05-29T09:52:19.687Z[ 10] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
34832026-05-29T09:52:19.687Z[ 12] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
34842026-05-29T09:52:19.687Z[ 14] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
34852026-05-29T09:52:19.687Z[ 16] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
34862026-05-29T09:52:19.687Z[ 18] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
34872026-05-29T09:52:19.687Z[ 20] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
34882026-05-29T09:52:19.687Z[SUM] 1.00-2.00 sec 426 MBytes 3.57 Gbits/sec
34892026-05-29T09:52:19.687Z- - - - - - - - - - - - - - - - - - - - - - - - -
34902026-05-29T09:52:19.687Z[ 5] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
34912026-05-29T09:52:19.687Z[ 8] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
34922026-05-29T09:52:19.687Z[ 10] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
34932026-05-29T09:52:19.687Z[ 12] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
34942026-05-29T09:52:19.687Z[ 14] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
34952026-05-29T09:52:19.687Z[ 16] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
34962026-05-29T09:52:19.687Z[ 18] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
34972026-05-29T09:52:19.687Z[ 20] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
34982026-05-29T09:52:19.687Z[SUM] 2.00-3.00 sec 420 MBytes 3.52 Gbits/sec
34992026-05-29T09:52:19.687Z- - - - - - - - - - - - - - - - - - - - - - - - -
35002026-05-29T09:52:19.687Z[ 5] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
35012026-05-29T09:52:19.687Z[ 8] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
35022026-05-29T09:52:19.687Z[ 10] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
35032026-05-29T09:52:19.687Z[ 12] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
35042026-05-29T09:52:19.688Z[ 14] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
35052026-05-29T09:52:19.688Z[ 16] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
35062026-05-29T09:52:19.688Z[ 18] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
35072026-05-29T09:52:19.688Z[ 20] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
35082026-05-29T09:52:19.688Z[SUM] 3.00-4.00 sec 422 MBytes 3.54 Gbits/sec
35092026-05-29T09:52:19.688Z- - - - - - - - - - - - - - - - - - - - - - - - -
35102026-05-29T09:52:19.688Z[ 5] 4.00-5.00 sec 53.9 MBytes 452 Mbits/sec
35112026-05-29T09:52:19.688Z[ 8] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
35122026-05-29T09:52:19.688Z[ 10] 4.00-5.00 sec 53.9 MBytes 452 Mbits/sec
35132026-05-29T09:52:19.688Z[ 12] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
35142026-05-29T09:52:19.688Z[ 14] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
35152026-05-29T09:52:19.688Z[ 16] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
35162026-05-29T09:52:19.688Z[ 18] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
35172026-05-29T09:52:19.688Z[ 20] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
35182026-05-29T09:52:19.688Z[SUM] 4.00-5.00 sec 430 MBytes 3.61 Gbits/sec
35192026-05-29T09:52:19.688Z- - - - - - - - - - - - - - - - - - - - - - - - -
35202026-05-29T09:52:19.688Z[ 5] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
35212026-05-29T09:52:19.688Z[ 8] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
35222026-05-29T09:52:19.688Z[ 10] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
35232026-05-29T09:52:19.688Z[ 12] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
35242026-05-29T09:52:19.688Z[ 14] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
35252026-05-29T09:52:19.688Z[ 16] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
35262026-05-29T09:52:19.688Z[ 18] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
35272026-05-29T09:52:19.688Z[ 20] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
35282026-05-29T09:52:19.688Z[SUM] 5.00-6.00 sec 424 MBytes 3.56 Gbits/sec
35292026-05-29T09:52:19.688Z- - - - - - - - - - - - - - - - - - - - - - - - -
35302026-05-29T09:52:19.688Z[ 5] 6.00-7.00 sec 52.0 MBytes 436 Mbits/sec
35312026-05-29T09:52:19.688Z[ 8] 6.00-7.00 sec 51.8 MBytes 434 Mbits/sec
35322026-05-29T09:52:19.688Z[ 10] 6.00-7.00 sec 51.9 MBytes 435 Mbits/sec
35332026-05-29T09:52:22.689Z[ 12] 6.00-7.00 sec 51.9 MBytes 435 Mbits/sec
35342026-05-29T09:52:22.689Z[ 14] 6.00-7.00 sec 52.0 MBytes 436 Mbits/sec
35352026-05-29T09:52:22.689Z[ 16] 6.00-7.00 sec 51.8 MBytes 434 Mbits/sec
35362026-05-29T09:52:22.689Z[ 18] 6.00-7.00 sec 51.8 MBytes 434 Mbits/sec
35372026-05-29T09:52:22.689Z[ 20] 6.00-7.00 sec 51.9 MBytes 435 Mbits/sec
35382026-05-29T09:52:22.689Z[SUM] 6.00-7.00 sec 415 MBytes 3.48 Gbits/sec
35392026-05-29T09:52:22.689Z- - - - - - - - - - - - - - - - - - - - - - - - -
35402026-05-29T09:52:22.689Z[ 5] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
35412026-05-29T09:52:22.689Z[ 8] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
35422026-05-29T09:52:22.689Z[ 10] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
35432026-05-29T09:52:22.689Z[ 12] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
35442026-05-29T09:52:22.690Z[ 14] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
35452026-05-29T09:52:22.690Z[ 16] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
35462026-05-29T09:52:22.690Z[ 18] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
35472026-05-29T09:52:22.690Z[ 20] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
35482026-05-29T09:52:22.690Z[SUM] 7.00-8.00 sec 424 MBytes 3.55 Gbits/sec
35492026-05-29T09:52:22.690Z- - - - - - - - - - - - - - - - - - - - - - - - -
35502026-05-29T09:52:22.690Z[ 5] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
35512026-05-29T09:52:22.690Z[ 8] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
35522026-05-29T09:52:22.690Z[ 10] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
35532026-05-29T09:52:22.690Z[ 12] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
35542026-05-29T09:52:22.690Z[ 14] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
35552026-05-29T09:52:22.690Z[ 16] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
35562026-05-29T09:52:22.690Z[ 18] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
35572026-05-29T09:52:22.690Z[ 20] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
35582026-05-29T09:52:22.690Z[SUM] 8.00-9.00 sec 423 MBytes 3.55 Gbits/sec
35592026-05-29T09:52:22.690Z- - - - - - - - - - - - - - - - - - - - - - - - -
35602026-05-29T09:52:22.690Z[ 5] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
35612026-05-29T09:52:22.690Z[ 8] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
35622026-05-29T09:52:22.690Z[ 10] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
35632026-05-29T09:52:22.690Z[ 12] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
35642026-05-29T09:52:22.690Z[ 14] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
35652026-05-29T09:52:22.690Z[ 16] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
35662026-05-29T09:52:22.690Z[ 18] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
35672026-05-29T09:52:22.690Z[ 20] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
35682026-05-29T09:52:22.690Z[SUM] 9.00-10.00 sec 421 MBytes 3.53 Gbits/sec
35692026-05-29T09:52:22.690Z- - - - - - - - - - - - - - - - - - - - - - - - -
35702026-05-29T09:52:22.690Z[ 5] 10.00-10.00 sec 128 KBytes 830 Mbits/sec
35712026-05-29T09:52:22.690Z[ 8] 10.00-10.00 sec 128 KBytes 832 Mbits/sec
35722026-05-29T09:52:22.690Z[ 10] 10.00-10.00 sec 128 KBytes 832 Mbits/sec
35732026-05-29T09:52:22.690Z[ 12] 10.00-10.00 sec 128 KBytes 832 Mbits/sec
35742026-05-29T09:52:22.690Z[ 14] 10.00-10.00 sec 128 KBytes 832 Mbits/sec
35752026-05-29T09:52:22.690Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35762026-05-29T09:52:22.690Z[ 18] 10.00-10.00 sec 128 KBytes 832 Mbits/sec
35772026-05-29T09:52:22.690Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35782026-05-29T09:52:22.690Z[SUM] 10.00-10.00 sec 768 KBytes 4.98 Gbits/sec
35792026-05-29T09:52:22.690Z- - - - - - - - - - - - - - - - - - - - - - - - -
35802026-05-29T09:52:22.690Z[ ID] Interval Transfer Bitrate
35812026-05-29T09:52:22.690Z[ 5] 0.00-10.00 sec 518 MBytes 434 Mbits/sec receiver
35822026-05-29T09:52:22.690Z[ 8] 0.00-10.00 sec 517 MBytes 434 Mbits/sec receiver
35832026-05-29T09:52:22.691Z[ 10] 0.00-10.00 sec 517 MBytes 434 Mbits/sec receiver
35842026-05-29T09:52:22.691Z[ 12] 0.00-10.00 sec 517 MBytes 434 Mbits/sec receiver
35852026-05-29T09:52:22.691Z[ 14] 0.00-10.00 sec 517 MBytes 434 Mbits/sec receiver
35862026-05-29T09:52:22.691Z[ 16] 0.00-10.00 sec 517 MBytes 434 Mbits/sec receiver
35872026-05-29T09:52:22.691Z[ 18] 0.00-10.00 sec 517 MBytes 434 Mbits/sec receiver
35882026-05-29T09:52:22.691Z[ 20] 0.00-10.00 sec 517 MBytes 434 Mbits/sec receiver
35892026-05-29T09:52:22.691Z[SUM] 0.00-10.00 sec 4.04 GBytes 3.47 Gbits/sec receiver
35902026-05-29T09:52:22.694ZRun 9/10...3471.449051349542Mbps
35912026-05-29T09:52:30.103Z-----------------------------------------------------------
35922026-05-29T09:52:30.103ZServer listening on 5201 (test #20)
35932026-05-29T09:52:30.103Z-----------------------------------------------------------
35942026-05-29T09:52:30.103ZAccepted connection from 10.0.0.1, port 40891
35952026-05-29T09:52:30.103Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48654
35962026-05-29T09:52:30.103Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38672
35972026-05-29T09:52:30.103Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44633
35982026-05-29T09:52:30.103Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54315
35992026-05-29T09:52:30.103Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47798
36002026-05-29T09:52:30.103Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41556
36012026-05-29T09:52:30.103Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53171
36022026-05-29T09:52:30.103Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49955
36032026-05-29T09:52:30.103Z[ ID] Interval Transfer Bitrate
36042026-05-29T09:52:30.103Z[ 5] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
36052026-05-29T09:52:30.103Z[ 8] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
36062026-05-29T09:52:30.103Z[ 10] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
36072026-05-29T09:52:30.103Z[ 12] 0.00-1.00 sec 41.4 MBytes 347 Mbits/sec
36082026-05-29T09:52:30.103Z[ 14] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
36092026-05-29T09:52:30.103Z[ 16] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
36102026-05-29T09:52:30.103Z[ 18] 0.00-1.00 sec 41.4 MBytes 347 Mbits/sec
36112026-05-29T09:52:30.103Z[ 20] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
36122026-05-29T09:52:30.103Z[SUM] 0.00-1.00 sec 332 MBytes 2.78 Gbits/sec
36132026-05-29T09:52:30.103Z- - - - - - - - - - - - - - - - - - - - - - - - -
36142026-05-29T09:52:30.103Z[ 5] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
36152026-05-29T09:52:30.107Z[ 8] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
36162026-05-29T09:52:30.107Z[ 10] 1.00-2.00 sec 52.2 MBytes 438 Mbits/sec
36172026-05-29T09:52:30.107Z[ 12] 1.00-2.00 sec 52.2 MBytes 438 Mbits/sec
36182026-05-29T09:52:30.107Z[ 14] 1.00-2.00 sec 52.2 MBytes 438 Mbits/sec
36192026-05-29T09:52:30.107Z[ 16] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
36202026-05-29T09:52:30.107Z[ 18] 1.00-2.00 sec 52.2 MBytes 438 Mbits/sec
36212026-05-29T09:52:30.107Z[ 20] 1.00-2.00 sec 52.2 MBytes 438 Mbits/sec
36222026-05-29T09:52:30.107Z[SUM] 1.00-2.00 sec 418 MBytes 3.51 Gbits/sec
36232026-05-29T09:52:30.108Z- - - - - - - - - - - - - - - - - - - - - - - - -
36242026-05-29T09:52:30.108Z[ 5] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
36252026-05-29T09:52:30.108Z[ 8] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
36262026-05-29T09:52:30.108Z[ 10] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
36272026-05-29T09:52:30.108Z[ 12] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
36282026-05-29T09:52:30.108Z[ 14] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
36292026-05-29T09:52:30.108Z[ 16] 2.00-3.00 sec 52.2 MBytes 438 Mbits/sec
36302026-05-29T09:52:30.108Z[ 18] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
36312026-05-29T09:52:30.108Z[ 20] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
36322026-05-29T09:52:30.108Z[SUM] 2.00-3.00 sec 419 MBytes 3.52 Gbits/sec
36332026-05-29T09:52:30.108Z- - - - - - - - - - - - - - - - - - - - - - - - -
36342026-05-29T09:52:30.108Z[ 5] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
36352026-05-29T09:52:30.108Z[ 8] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
36362026-05-29T09:52:30.108Z[ 10] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
36372026-05-29T09:52:30.108Z[ 12] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
36382026-05-29T09:52:30.108Z[ 14] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
36392026-05-29T09:52:30.108Z[ 16] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
36402026-05-29T09:52:30.108Z[ 18] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
36412026-05-29T09:52:30.108Z[ 20] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
36422026-05-29T09:52:30.108Z[SUM] 3.00-4.00 sec 423 MBytes 3.55 Gbits/sec
36432026-05-29T09:52:30.108Z- - - - - - - - - - - - - - - - - - - - - - - - -
36442026-05-29T09:52:30.108Z[ 5] 4.00-5.00 sec 52.2 MBytes 438 Mbits/sec
36452026-05-29T09:52:30.108Z[ 8] 4.00-5.00 sec 52.2 MBytes 438 Mbits/sec
36462026-05-29T09:52:30.108Z[ 10] 4.00-5.00 sec 52.2 MBytes 438 Mbits/sec
36472026-05-29T09:52:30.108Z[ 12] 4.00-5.00 sec 52.2 MBytes 438 Mbits/sec
36482026-05-29T09:52:30.108Z[ 14] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
36492026-05-29T09:52:30.108Z[ 16] 4.00-5.00 sec 52.2 MBytes 438 Mbits/sec
36502026-05-29T09:52:30.108Z[ 18] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
36512026-05-29T09:52:30.108Z[ 20] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
36522026-05-29T09:52:30.108Z[SUM] 4.00-5.00 sec 419 MBytes 3.51 Gbits/sec
36532026-05-29T09:52:30.108Z- - - - - - - - - - - - - - - - - - - - - - - - -
36542026-05-29T09:52:30.108Z[ 5] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
36552026-05-29T09:52:30.108Z[ 8] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
36562026-05-29T09:52:30.108Z[ 10] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
36572026-05-29T09:52:30.108Z[ 12] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
36582026-05-29T09:52:30.108Z[ 14] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
36592026-05-29T09:52:30.108Z[ 16] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
36602026-05-29T09:52:30.108Z[ 18] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
36612026-05-29T09:52:30.109Z[ 20] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
36622026-05-29T09:52:30.109Z[SUM] 5.00-6.00 sec 420 MBytes 3.52 Gbits/sec
36632026-05-29T09:52:30.109Z- - - - - - - - - - - - - - - - - - - - - - - - -
36642026-05-29T09:52:30.109Z[ 5] 6.00-7.00 sec 52.4 MBytes 439 Mbits/sec
36652026-05-29T09:52:30.109Z[ 8] 6.00-7.00 sec 52.4 MBytes 439 Mbits/sec
36662026-05-29T09:52:30.109Z[ 10] 6.00-7.00 sec 52.5 MBytes 440 Mbits/sec
36672026-05-29T09:52:33.106Z[ 12] 6.00-7.00 sec 52.5 MBytes 440 Mbits/sec
36682026-05-29T09:52:33.106Z[ 14] 6.00-7.00 sec 52.2 MBytes 438 Mbits/sec
36692026-05-29T09:52:33.106Z[ 16] 6.00-7.00 sec 52.5 MBytes 440 Mbits/sec
36702026-05-29T09:52:33.106Z[ 18] 6.00-7.00 sec 52.5 MBytes 440 Mbits/sec
36712026-05-29T09:52:33.106Z[ 20] 6.00-7.00 sec 52.6 MBytes 441 Mbits/sec
36722026-05-29T09:52:33.106Z[SUM] 6.00-7.00 sec 420 MBytes 3.52 Gbits/sec
36732026-05-29T09:52:33.106Z- - - - - - - - - - - - - - - - - - - - - - - - -
36742026-05-29T09:52:33.106Z[ 5] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
36752026-05-29T09:52:33.106Z[ 8] 7.00-8.00 sec 52.8 MBytes 443 Mbits/sec
36762026-05-29T09:52:33.107Z[ 10] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
36772026-05-29T09:52:33.107Z[ 12] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
36782026-05-29T09:52:33.107Z[ 14] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
36792026-05-29T09:52:33.107Z[ 16] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
36802026-05-29T09:52:33.107Z[ 18] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
36812026-05-29T09:52:33.107Z[ 20] 7.00-8.00 sec 52.4 MBytes 439 Mbits/sec
36822026-05-29T09:52:33.107Z[SUM] 7.00-8.00 sec 420 MBytes 3.53 Gbits/sec
36832026-05-29T09:52:33.107Z- - - - - - - - - - - - - - - - - - - - - - - - -
36842026-05-29T09:52:33.107Z[ 5] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
36852026-05-29T09:52:33.107Z[ 8] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
36862026-05-29T09:52:33.107Z[ 10] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
36872026-05-29T09:52:33.107Z[ 12] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
36882026-05-29T09:52:33.107Z[ 14] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
36892026-05-29T09:52:33.107Z[ 16] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
36902026-05-29T09:52:33.107Z[ 18] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
36912026-05-29T09:52:33.107Z[ 20] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
36922026-05-29T09:52:33.107Z[SUM] 8.00-9.00 sec 419 MBytes 3.52 Gbits/sec
36932026-05-29T09:52:33.107Z- - - - - - - - - - - - - - - - - - - - - - - - -
36942026-05-29T09:52:33.107Z[ 5] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
36952026-05-29T09:52:33.107Z[ 8] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
36962026-05-29T09:52:33.107Z[ 10] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
36972026-05-29T09:52:33.107Z[ 12] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
36982026-05-29T09:52:33.107Z[ 14] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
36992026-05-29T09:52:33.107Z[ 16] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
37002026-05-29T09:52:33.107Z[ 18] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
37012026-05-29T09:52:33.107Z[ 20] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
37022026-05-29T09:52:33.107Z[SUM] 9.00-10.00 sec 420 MBytes 3.53 Gbits/sec
37032026-05-29T09:52:33.107Z- - - - - - - - - - - - - - - - - - - - - - - - -
37042026-05-29T09:52:33.107Z[ 5] 10.00-10.00 sec 128 KBytes 867 Mbits/sec
37052026-05-29T09:52:33.107Z[ 8] 10.00-10.00 sec 128 KBytes 868 Mbits/sec
37062026-05-29T09:52:33.107Z[ 10] 10.00-10.00 sec 128 KBytes 868 Mbits/sec
37072026-05-29T09:52:33.107Z[ 12] 10.00-10.00 sec 128 KBytes 873 Mbits/sec
37082026-05-29T09:52:33.108Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37092026-05-29T09:52:33.108Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37102026-05-29T09:52:33.108Z[ 18] 10.00-10.00 sec 128 KBytes 872 Mbits/sec
37112026-05-29T09:52:33.108Z[ 20] 10.00-10.00 sec 128 KBytes 872 Mbits/sec
37122026-05-29T09:52:33.108Z[SUM] 10.00-10.00 sec 768 KBytes 5.20 Gbits/sec
37132026-05-29T09:52:33.108Z- - - - - - - - - - - - - - - - - - - - - - - - -
37142026-05-29T09:52:33.108Z[ ID] Interval Transfer Bitrate
37152026-05-29T09:52:33.108Z[ 5] 0.00-10.00 sec 514 MBytes 431 Mbits/sec receiver
37162026-05-29T09:52:33.108Z[ 8] 0.00-10.00 sec 514 MBytes 431 Mbits/sec receiver
37172026-05-29T09:52:33.108Z[ 10] 0.00-10.00 sec 514 MBytes 431 Mbits/sec receiver
37182026-05-29T09:52:33.108Z[ 12] 0.00-10.00 sec 514 MBytes 431 Mbits/sec receiver
37192026-05-29T09:52:33.108Z[ 14] 0.00-10.00 sec 514 MBytes 431 Mbits/sec receiver
37202026-05-29T09:52:33.108Z[ 16] 0.00-10.00 sec 514 MBytes 431 Mbits/sec receiver
37212026-05-29T09:52:33.108Z[ 18] 0.00-10.00 sec 514 MBytes 431 Mbits/sec receiver
37222026-05-29T09:52:33.108Z[ 20] 0.00-10.00 sec 514 MBytes 431 Mbits/sec receiver
37232026-05-29T09:52:33.108Z[SUM] 0.00-10.00 sec 4.01 GBytes 3.45 Gbits/sec receiver
37242026-05-29T09:52:33.111ZRun 10/10...3448.584013259702Mbps
37252026-05-29T09:52:33.111Z###---------------------###
37262026-05-29T09:52:33.111Z::: iPerf done... :::
37272026-05-29T09:52:33.111Z:::Awaiting out files...:::
37282026-05-29T09:52:33.111Z###---------------------###
37292026-05-29T09:52:33.111Z###-----###
37302026-05-29T09:52:33.111Z:::done!:::
37312026-05-29T09:52:33.111Z###-----###
37322026-05-29T09:52:34.060ZGnuplot not found, using plotters backend
37332026-05-29T09:52:34.204ZBenchmarking iperf-tcp/local/c2s/tx
37342026-05-29T09:52:34.204ZBenchmarking iperf-tcp/local/c2s/tx: Warming up for 3.0000 s
37352026-05-29T09:52:38.155ZBenchmarking iperf-tcp/local/c2s/tx: Collecting 100 samples in estimated 20.000 s (1.4B iterations)
37362026-05-29T09:52:58.138ZBenchmarking iperf-tcp/local/c2s/tx: Analyzing
37372026-05-29T09:52:58.230Ziperf-tcp/local/c2s/tx time: [3.5625 µs 3.5626 µs 3.5627 µs]
37382026-05-29T09:52:58.230Z change: [+2.6197% +2.6240% +2.6286%] (p = 0.00 < 0.05)
37392026-05-29T09:52:58.230Z Performance has regressed.
37402026-05-29T09:52:58.230ZFound 3 outliers among 100 measurements (3.00%)
37412026-05-29T09:52:58.230Z 1 (1.00%) low severe
37422026-05-29T09:52:58.231Z 2 (2.00%) high mild
37432026-05-29T09:52:59.119Z
37442026-05-29T09:52:59.122ZBenchmarking iperf-tcp/local/c2s/rx
37452026-05-29T09:52:59.122ZBenchmarking iperf-tcp/local/c2s/rx: Warming up for 3.0000 s
37462026-05-29T09:53:03.065ZBenchmarking iperf-tcp/local/c2s/rx: Collecting 100 samples in estimated 20.000 s (1.4B iterations)
37472026-05-29T09:53:23.083ZBenchmarking iperf-tcp/local/c2s/rx: Analyzing
37482026-05-29T09:53:23.170Ziperf-tcp/local/c2s/rx time: [6.7629 µs 6.7630 µs 6.7631 µs]
37492026-05-29T09:53:23.170Z change: [+3.8936% +3.8982% +3.9028%] (p = 0.00 < 0.05)
37502026-05-29T09:53:23.170Z Performance has regressed.
37512026-05-29T09:53:23.170ZFound 5 outliers among 100 measurements (5.00%)
37522026-05-29T09:53:23.170Z 2 (2.00%) low mild
37532026-05-29T09:53:23.170Z 3 (3.00%) high severe
37542026-05-29T09:53:24.058Z
37552026-05-29T09:53:24.062Z###-------------------###
37562026-05-29T09:53:24.062Z:::Running experiment :::
37572026-05-29T09:53:24.062Z:::iperf-tcp/local/s2c:::
37582026-05-29T09:53:24.062Z###-------------------###
37592026-05-29T09:53:24.400Zdtrace: description 'profile-201us ' matched 2 probes
37602026-05-29T09:53:31.454Z-----------------------------------------------------------
37612026-05-29T09:53:31.454ZServer listening on 5201 (test #21)
37622026-05-29T09:53:31.454Z-----------------------------------------------------------
37632026-05-29T09:53:31.454ZAccepted connection from 10.0.0.1, port 57895
37642026-05-29T09:53:31.454Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65093
37652026-05-29T09:53:31.454Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32938
37662026-05-29T09:53:31.454Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51864
37672026-05-29T09:53:31.454Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37477
37682026-05-29T09:53:31.454Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46203
37692026-05-29T09:53:31.454Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45026
37702026-05-29T09:53:31.454Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42295
37712026-05-29T09:53:31.454Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34246
37722026-05-29T09:53:31.454Z[ ID] Interval Transfer Bitrate
37732026-05-29T09:53:31.454Z[ 5] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
37742026-05-29T09:53:31.454Z[ 8] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
37752026-05-29T09:53:31.454Z[ 10] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
37762026-05-29T09:53:31.454Z[ 12] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
37772026-05-29T09:53:31.454Z[ 14] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
37782026-05-29T09:53:31.454Z[ 16] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
37792026-05-29T09:53:31.454Z[ 18] 0.00-1.00 sec 41.4 MBytes 347 Mbits/sec
37802026-05-29T09:53:31.454Z[ 20] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
37812026-05-29T09:53:31.454Z[SUM] 0.00-1.00 sec 332 MBytes 2.78 Gbits/sec
37822026-05-29T09:53:31.454Z- - - - - - - - - - - - - - - - - - - - - - - - -
37832026-05-29T09:53:31.454Z[ 5] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
37842026-05-29T09:53:31.454Z[ 8] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
37852026-05-29T09:53:31.454Z[ 10] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
37862026-05-29T09:53:31.454Z[ 12] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
37872026-05-29T09:53:31.454Z[ 14] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
37882026-05-29T09:53:31.454Z[ 16] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
37892026-05-29T09:53:31.454Z[ 18] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
37902026-05-29T09:53:31.454Z[ 20] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
37912026-05-29T09:53:31.454Z[SUM] 1.00-2.00 sec 422 MBytes 3.54 Gbits/sec
37922026-05-29T09:53:31.454Z- - - - - - - - - - - - - - - - - - - - - - - - -
37932026-05-29T09:53:31.454Z[ 5] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
37942026-05-29T09:53:31.454Z[ 8] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
37952026-05-29T09:53:31.455Z[ 10] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
37962026-05-29T09:53:31.455Z[ 12] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
37972026-05-29T09:53:31.455Z[ 14] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
37982026-05-29T09:53:31.455Z[ 16] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
37992026-05-29T09:53:31.455Z[ 18] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
38002026-05-29T09:53:31.455Z[ 20] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
38012026-05-29T09:53:31.455Z[SUM] 2.00-3.00 sec 426 MBytes 3.57 Gbits/sec
38022026-05-29T09:53:31.455Z- - - - - - - - - - - - - - - - - - - - - - - - -
38032026-05-29T09:53:31.455Z[ 5] 3.00-4.00 sec 52.5 MBytes 440 Mbits/sec
38042026-05-29T09:53:31.455Z[ 8] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
38052026-05-29T09:53:31.455Z[ 10] 3.00-4.00 sec 52.5 MBytes 440 Mbits/sec
38062026-05-29T09:53:31.455Z[ 12] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
38072026-05-29T09:53:31.455Z[ 14] 3.00-4.00 sec 52.5 MBytes 440 Mbits/sec
38082026-05-29T09:53:31.455Z[ 16] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
38092026-05-29T09:53:31.455Z[ 18] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
38102026-05-29T09:53:31.455Z[ 20] 3.00-4.00 sec 52.5 MBytes 440 Mbits/sec
38112026-05-29T09:53:31.455Z[SUM] 3.00-4.00 sec 420 MBytes 3.53 Gbits/sec
38122026-05-29T09:53:31.455Z- - - - - - - - - - - - - - - - - - - - - - - - -
38132026-05-29T09:53:31.455Z[ 5] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
38142026-05-29T09:53:31.455Z[ 8] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
38152026-05-29T09:53:31.455Z[ 10] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
38162026-05-29T09:53:31.455Z[ 12] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
38172026-05-29T09:53:31.455Z[ 14] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
38182026-05-29T09:53:31.455Z[ 16] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
38192026-05-29T09:53:31.455Z[ 18] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
38202026-05-29T09:53:31.455Z[ 20] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
38212026-05-29T09:53:31.455Z[SUM] 4.00-5.00 sec 424 MBytes 3.56 Gbits/sec
38222026-05-29T09:53:31.455Z- - - - - - - - - - - - - - - - - - - - - - - - -
38232026-05-29T09:53:31.455Z[ 5] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
38242026-05-29T09:53:31.455Z[ 8] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
38252026-05-29T09:53:31.455Z[ 10] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
38262026-05-29T09:53:31.455Z[ 12] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
38272026-05-29T09:53:31.455Z[ 14] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
38282026-05-29T09:53:31.455Z[ 16] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
38292026-05-29T09:53:31.455Z[ 18] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
38302026-05-29T09:53:31.455Z[ 20] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
38312026-05-29T09:53:31.455Z[SUM] 5.00-6.00 sec 420 MBytes 3.53 Gbits/sec
38322026-05-29T09:53:31.455Z- - - - - - - - - - - - - - - - - - - - - - - - -
38332026-05-29T09:53:31.456Z[ 5] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
38342026-05-29T09:53:31.456Z[ 8] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
38352026-05-29T09:53:31.456Z[ 10] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
38362026-05-29T09:53:34.459Z[ 12] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
38372026-05-29T09:53:34.459Z[ 14] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
38382026-05-29T09:53:34.459Z[ 16] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
38392026-05-29T09:53:34.459Z[ 18] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
38402026-05-29T09:53:34.459Z[ 20] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
38412026-05-29T09:53:34.460Z[SUM] 6.00-7.00 sec 424 MBytes 3.56 Gbits/sec
38422026-05-29T09:53:34.460Z- - - - - - - - - - - - - - - - - - - - - - - - -
38432026-05-29T09:53:34.460Z[ 5] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
38442026-05-29T09:53:34.460Z[ 8] 7.00-8.00 sec 52.4 MBytes 439 Mbits/sec
38452026-05-29T09:53:34.460Z[ 10] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
38462026-05-29T09:53:34.460Z[ 12] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
38472026-05-29T09:53:34.460Z[ 14] 7.00-8.00 sec 52.4 MBytes 439 Mbits/sec
38482026-05-29T09:53:34.460Z[ 16] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
38492026-05-29T09:53:34.460Z[ 18] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
38502026-05-29T09:53:34.460Z[ 20] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
38512026-05-29T09:53:34.460Z[SUM] 7.00-8.00 sec 420 MBytes 3.52 Gbits/sec
38522026-05-29T09:53:34.460Z- - - - - - - - - - - - - - - - - - - - - - - - -
38532026-05-29T09:53:34.460Z[ 5] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
38542026-05-29T09:53:34.460Z[ 8] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
38552026-05-29T09:53:34.460Z[ 10] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
38562026-05-29T09:53:34.460Z[ 12] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
38572026-05-29T09:53:34.460Z[ 14] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
38582026-05-29T09:53:34.460Z[ 16] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
38592026-05-29T09:53:34.460Z[ 18] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
38602026-05-29T09:53:34.460Z[ 20] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
38612026-05-29T09:53:34.460Z[SUM] 8.00-9.00 sec 418 MBytes 3.51 Gbits/sec
38622026-05-29T09:53:34.460Z- - - - - - - - - - - - - - - - - - - - - - - - -
38632026-05-29T09:53:34.460Z[ 5] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
38642026-05-29T09:53:34.460Z[ 8] 9.00-10.00 sec 52.4 MBytes 439 Mbits/sec
38652026-05-29T09:53:34.460Z[ 10] 9.00-10.00 sec 52.1 MBytes 437 Mbits/sec
38662026-05-29T09:53:34.460Z[ 12] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
38672026-05-29T09:53:34.460Z[ 14] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
38682026-05-29T09:53:34.461Z[ 16] 9.00-10.00 sec 52.4 MBytes 439 Mbits/sec
38692026-05-29T09:53:34.461Z[ 18] 9.00-10.00 sec 52.4 MBytes 439 Mbits/sec
38702026-05-29T09:53:34.461Z[ 20] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
38712026-05-29T09:53:34.461Z[SUM] 9.00-10.00 sec 419 MBytes 3.51 Gbits/sec
38722026-05-29T09:53:34.461Z- - - - - - - - - - - - - - - - - - - - - - - - -
38732026-05-29T09:53:34.461Z[ 5] 10.00-10.00 sec 128 KBytes 849 Mbits/sec
38742026-05-29T09:53:34.461Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38752026-05-29T09:53:34.461Z[ 10] 10.00-10.00 sec 128 KBytes 850 Mbits/sec
38762026-05-29T09:53:34.461Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38772026-05-29T09:53:34.461Z[ 14] 10.00-10.00 sec 128 KBytes 850 Mbits/sec
38782026-05-29T09:53:34.461Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38792026-05-29T09:53:34.461Z[ 18] 10.00-10.00 sec 128 KBytes 850 Mbits/sec
38802026-05-29T09:53:34.461Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38812026-05-29T09:53:34.461Z[SUM] 10.00-10.00 sec 512 KBytes 3.40 Gbits/sec
38822026-05-29T09:53:34.461Z- - - - - - - - - - - - - - - - - - - - - - - - -
38832026-05-29T09:53:34.461Z[ ID] Interval Transfer Bitrate
38842026-05-29T09:53:34.461Z[ 5] 0.00-10.00 sec 516 MBytes 432 Mbits/sec sender
38852026-05-29T09:53:34.461Z[ 8] 0.00-10.00 sec 516 MBytes 432 Mbits/sec sender
38862026-05-29T09:53:34.461Z[ 10] 0.00-10.00 sec 515 MBytes 432 Mbits/sec sender
38872026-05-29T09:53:34.461Z[ 12] 0.00-10.00 sec 516 MBytes 433 Mbits/sec sender
38882026-05-29T09:53:34.461Z[ 14] 0.00-10.00 sec 515 MBytes 432 Mbits/sec sender
38892026-05-29T09:53:34.461Z[ 16] 0.00-10.00 sec 516 MBytes 433 Mbits/sec sender
38902026-05-29T09:53:34.461Z[ 18] 0.00-10.00 sec 516 MBytes 433 Mbits/sec sender
38912026-05-29T09:53:34.461Z[ 20] 0.00-10.00 sec 516 MBytes 433 Mbits/sec sender
38922026-05-29T09:53:34.461Z[SUM] 0.00-10.00 sec 4.03 GBytes 3.46 Gbits/sec sender
38932026-05-29T09:53:34.465ZRun 1/10...3460.286310496664Mbps
38942026-05-29T09:53:41.871Z-----------------------------------------------------------
38952026-05-29T09:53:41.871ZServer listening on 5201 (test #22)
38962026-05-29T09:53:41.871Z-----------------------------------------------------------
38972026-05-29T09:53:41.871ZAccepted connection from 10.0.0.1, port 57619
38982026-05-29T09:53:41.871Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42709
38992026-05-29T09:53:41.871Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45497
39002026-05-29T09:53:41.871Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57535
39012026-05-29T09:53:41.871Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51177
39022026-05-29T09:53:41.871Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38165
39032026-05-29T09:53:41.871Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35075
39042026-05-29T09:53:41.871Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38196
39052026-05-29T09:53:41.871Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51898
39062026-05-29T09:53:41.871Z[ ID] Interval Transfer Bitrate
39072026-05-29T09:53:41.871Z[ 5] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
39082026-05-29T09:53:41.871Z[ 8] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
39092026-05-29T09:53:41.871Z[ 10] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
39102026-05-29T09:53:41.871Z[ 12] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
39112026-05-29T09:53:41.871Z[ 14] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
39122026-05-29T09:53:41.872Z[ 16] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
39132026-05-29T09:53:41.872Z[ 18] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
39142026-05-29T09:53:41.872Z[ 20] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
39152026-05-29T09:53:41.872Z[SUM] 0.00-1.00 sec 333 MBytes 2.79 Gbits/sec
39162026-05-29T09:53:41.872Z- - - - - - - - - - - - - - - - - - - - - - - - -
39172026-05-29T09:53:41.872Z[ 5] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
39182026-05-29T09:53:41.872Z[ 8] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
39192026-05-29T09:53:41.872Z[ 10] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
39202026-05-29T09:53:41.872Z[ 12] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
39212026-05-29T09:53:41.872Z[ 14] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
39222026-05-29T09:53:41.872Z[ 16] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
39232026-05-29T09:53:41.872Z[ 18] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
39242026-05-29T09:53:41.872Z[ 20] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
39252026-05-29T09:53:41.872Z[SUM] 1.00-2.00 sec 422 MBytes 3.54 Gbits/sec
39262026-05-29T09:53:41.872Z- - - - - - - - - - - - - - - - - - - - - - - - -
39272026-05-29T09:53:41.872Z[ 5] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
39282026-05-29T09:53:41.872Z[ 8] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
39292026-05-29T09:53:41.872Z[ 10] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
39302026-05-29T09:53:41.872Z[ 12] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
39312026-05-29T09:53:41.872Z[ 14] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
39322026-05-29T09:53:41.872Z[ 16] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
39332026-05-29T09:53:41.872Z[ 18] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
39342026-05-29T09:53:41.872Z[ 20] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
39352026-05-29T09:53:41.872Z[SUM] 2.00-3.00 sec 420 MBytes 3.52 Gbits/sec
39362026-05-29T09:53:41.872Z- - - - - - - - - - - - - - - - - - - - - - - - -
39372026-05-29T09:53:41.872Z[ 5] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
39382026-05-29T09:53:41.872Z[ 8] 3.00-4.00 sec 52.4 MBytes 439 Mbits/sec
39392026-05-29T09:53:41.872Z[ 10] 3.00-4.00 sec 52.4 MBytes 439 Mbits/sec
39402026-05-29T09:53:41.873Z[ 12] 3.00-4.00 sec 52.4 MBytes 439 Mbits/sec
39412026-05-29T09:53:41.873Z[ 14] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
39422026-05-29T09:53:41.873Z[ 16] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
39432026-05-29T09:53:41.873Z[ 18] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
39442026-05-29T09:53:41.873Z[ 20] 3.00-4.00 sec 52.4 MBytes 439 Mbits/sec
39452026-05-29T09:53:41.873Z[SUM] 3.00-4.00 sec 418 MBytes 3.51 Gbits/sec
39462026-05-29T09:53:41.873Z- - - - - - - - - - - - - - - - - - - - - - - - -
39472026-05-29T09:53:41.873Z[ 5] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
39482026-05-29T09:53:41.873Z[ 8] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
39492026-05-29T09:53:41.873Z[ 10] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
39502026-05-29T09:53:41.873Z[ 12] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
39512026-05-29T09:53:41.873Z[ 14] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
39522026-05-29T09:53:41.873Z[ 16] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
39532026-05-29T09:53:41.873Z[ 18] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
39542026-05-29T09:53:41.873Z[ 20] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
39552026-05-29T09:53:41.873Z[SUM] 4.00-5.00 sec 420 MBytes 3.53 Gbits/sec
39562026-05-29T09:53:41.873Z- - - - - - - - - - - - - - - - - - - - - - - - -
39572026-05-29T09:53:41.873Z[ 5] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
39582026-05-29T09:53:41.873Z[ 8] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
39592026-05-29T09:53:41.873Z[ 10] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
39602026-05-29T09:53:41.873Z[ 12] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
39612026-05-29T09:53:41.873Z[ 14] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
39622026-05-29T09:53:41.873Z[ 16] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
39632026-05-29T09:53:41.873Z[ 18] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
39642026-05-29T09:53:41.873Z[ 20] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
39652026-05-29T09:53:41.873Z[SUM] 5.00-6.00 sec 418 MBytes 3.51 Gbits/sec
39662026-05-29T09:53:41.873Z- - - - - - - - - - - - - - - - - - - - - - - - -
39672026-05-29T09:53:41.874Z[ 5] 6.00-7.00 sec 52.0 MBytes 436 Mbits/sec
39682026-05-29T09:53:41.874Z[ 8] 6.00-7.00 sec 52.1 MBytes 437 Mbits/sec
39692026-05-29T09:53:41.874Z[ 10] 6.00-7.00 sec 52.1 MBytes 437 Mbits/sec
39702026-05-29T09:53:44.875Z[ 12] 6.00-7.00 sec 52.0 MBytes 436 Mbits/sec
39712026-05-29T09:53:44.875Z[ 14] 6.00-7.00 sec 52.0 MBytes 436 Mbits/sec
39722026-05-29T09:53:44.875Z[ 16] 6.00-7.00 sec 52.0 MBytes 436 Mbits/sec
39732026-05-29T09:53:44.875Z[ 18] 6.00-7.00 sec 52.0 MBytes 436 Mbits/sec
39742026-05-29T09:53:44.875Z[ 20] 6.00-7.00 sec 52.1 MBytes 437 Mbits/sec
39752026-05-29T09:53:44.875Z[SUM] 6.00-7.00 sec 416 MBytes 3.49 Gbits/sec
39762026-05-29T09:53:44.875Z- - - - - - - - - - - - - - - - - - - - - - - - -
39772026-05-29T09:53:44.875Z[ 5] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
39782026-05-29T09:53:44.875Z[ 8] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
39792026-05-29T09:53:44.875Z[ 10] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
39802026-05-29T09:53:44.875Z[ 12] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
39812026-05-29T09:53:44.876Z[ 14] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
39822026-05-29T09:53:44.876Z[ 16] 7.00-8.00 sec 52.4 MBytes 439 Mbits/sec
39832026-05-29T09:53:44.876Z[ 18] 7.00-8.00 sec 52.4 MBytes 439 Mbits/sec
39842026-05-29T09:53:44.876Z[ 20] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
39852026-05-29T09:53:44.876Z[SUM] 7.00-8.00 sec 420 MBytes 3.52 Gbits/sec
39862026-05-29T09:53:44.876Z- - - - - - - - - - - - - - - - - - - - - - - - -
39872026-05-29T09:53:44.876Z[ 5] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
39882026-05-29T09:53:44.876Z[ 8] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
39892026-05-29T09:53:44.876Z[ 10] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
39902026-05-29T09:53:44.876Z[ 12] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
39912026-05-29T09:53:44.876Z[ 14] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
39922026-05-29T09:53:44.876Z[ 16] 8.00-9.00 sec 52.0 MBytes 436 Mbits/sec
39932026-05-29T09:53:44.876Z[ 18] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
39942026-05-29T09:53:44.876Z[ 20] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
39952026-05-29T09:53:44.876Z[SUM] 8.00-9.00 sec 417 MBytes 3.50 Gbits/sec
39962026-05-29T09:53:44.876Z- - - - - - - - - - - - - - - - - - - - - - - - -
39972026-05-29T09:53:44.876Z[ 5] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
39982026-05-29T09:53:44.876Z[ 8] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
39992026-05-29T09:53:44.876Z[ 10] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
40002026-05-29T09:53:44.876Z[ 12] 9.00-10.00 sec 52.4 MBytes 439 Mbits/sec
40012026-05-29T09:53:44.876Z[ 14] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
40022026-05-29T09:53:44.876Z[ 16] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
40032026-05-29T09:53:44.876Z[ 18] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
40042026-05-29T09:53:44.876Z[ 20] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
40052026-05-29T09:53:44.876Z[SUM] 9.00-10.00 sec 420 MBytes 3.52 Gbits/sec
40062026-05-29T09:53:44.876Z- - - - - - - - - - - - - - - - - - - - - - - - -
40072026-05-29T09:53:44.876Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40082026-05-29T09:53:44.876Z[ 8] 10.00-10.00 sec 128 KBytes 916 Mbits/sec
40092026-05-29T09:53:44.876Z[ 10] 10.00-10.00 sec 128 KBytes 917 Mbits/sec
40102026-05-29T09:53:44.876Z[ 12] 10.00-10.00 sec 128 KBytes 917 Mbits/sec
40112026-05-29T09:53:44.876Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40122026-05-29T09:53:44.876Z[ 16] 10.00-10.00 sec 128 KBytes 917 Mbits/sec
40132026-05-29T09:53:44.876Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40142026-05-29T09:53:44.876Z[ 20] 10.00-10.00 sec 128 KBytes 916 Mbits/sec
40152026-05-29T09:53:44.876Z[SUM] 10.00-10.00 sec 640 KBytes 4.58 Gbits/sec
40162026-05-29T09:53:44.876Z- - - - - - - - - - - - - - - - - - - - - - - - -
40172026-05-29T09:53:44.876Z[ ID] Interval Transfer Bitrate
40182026-05-29T09:53:44.876Z[ 5] 0.00-10.00 sec 513 MBytes 431 Mbits/sec sender
40192026-05-29T09:53:44.877Z[ 8] 0.00-10.00 sec 513 MBytes 431 Mbits/sec sender
40202026-05-29T09:53:44.877Z[ 10] 0.00-10.00 sec 513 MBytes 430 Mbits/sec sender
40212026-05-29T09:53:44.877Z[ 12] 0.00-10.00 sec 513 MBytes 430 Mbits/sec sender
40222026-05-29T09:53:44.877Z[ 14] 0.00-10.00 sec 513 MBytes 430 Mbits/sec sender
40232026-05-29T09:53:44.877Z[ 16] 0.00-10.00 sec 513 MBytes 430 Mbits/sec sender
40242026-05-29T09:53:44.877Z[ 18] 0.00-10.00 sec 513 MBytes 430 Mbits/sec sender
40252026-05-29T09:53:44.877Z[ 20] 0.00-10.00 sec 514 MBytes 431 Mbits/sec sender
40262026-05-29T09:53:44.877Z[SUM] 0.00-10.00 sec 4.01 GBytes 3.44 Gbits/sec sender
40272026-05-29T09:53:44.880ZRun 2/10...3443.6480644597164Mbps
40282026-05-29T09:53:52.277Z-----------------------------------------------------------
40292026-05-29T09:53:52.277ZServer listening on 5201 (test #23)
40302026-05-29T09:53:52.277Z-----------------------------------------------------------
40312026-05-29T09:53:52.277ZAccepted connection from 10.0.0.1, port 37272
40322026-05-29T09:53:52.277Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40629
40332026-05-29T09:53:52.277Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51835
40342026-05-29T09:53:52.277Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62329
40352026-05-29T09:53:52.277Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36257
40362026-05-29T09:53:52.277Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37117
40372026-05-29T09:53:52.277Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40297
40382026-05-29T09:53:52.277Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38508
40392026-05-29T09:53:52.277Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45146
40402026-05-29T09:53:52.277Z[ ID] Interval Transfer Bitrate
40412026-05-29T09:53:52.277Z[ 5] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
40422026-05-29T09:53:52.277Z[ 8] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
40432026-05-29T09:53:52.277Z[ 10] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
40442026-05-29T09:53:52.277Z[ 12] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
40452026-05-29T09:53:52.277Z[ 14] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
40462026-05-29T09:53:52.277Z[ 16] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
40472026-05-29T09:53:52.277Z[ 18] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
40482026-05-29T09:53:52.277Z[ 20] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
40492026-05-29T09:53:52.277Z[SUM] 0.00-1.00 sec 334 MBytes 2.80 Gbits/sec
40502026-05-29T09:53:52.277Z- - - - - - - - - - - - - - - - - - - - - - - - -
40512026-05-29T09:53:52.277Z[ 5] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
40522026-05-29T09:53:52.277Z[ 8] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
40532026-05-29T09:53:52.277Z[ 10] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
40542026-05-29T09:53:52.277Z[ 12] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
40552026-05-29T09:53:52.277Z[ 14] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
40562026-05-29T09:53:52.277Z[ 16] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
40572026-05-29T09:53:52.277Z[ 18] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
40582026-05-29T09:53:52.277Z[ 20] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
40592026-05-29T09:53:52.278Z[SUM] 1.00-2.00 sec 424 MBytes 3.56 Gbits/sec
40602026-05-29T09:53:52.278Z- - - - - - - - - - - - - - - - - - - - - - - - -
40612026-05-29T09:53:52.278Z[ 5] 2.00-3.00 sec 52.1 MBytes 437 Mbits/sec
40622026-05-29T09:53:52.278Z[ 8] 2.00-3.00 sec 52.0 MBytes 436 Mbits/sec
40632026-05-29T09:53:52.278Z[ 10] 2.00-3.00 sec 52.1 MBytes 437 Mbits/sec
40642026-05-29T09:53:52.278Z[ 12] 2.00-3.00 sec 52.1 MBytes 437 Mbits/sec
40652026-05-29T09:53:52.278Z[ 14] 2.00-3.00 sec 52.1 MBytes 437 Mbits/sec
40662026-05-29T09:53:52.278Z[ 16] 2.00-3.00 sec 52.0 MBytes 436 Mbits/sec
40672026-05-29T09:53:52.278Z[ 18] 2.00-3.00 sec 52.0 MBytes 436 Mbits/sec
40682026-05-29T09:53:52.278Z[ 20] 2.00-3.00 sec 52.1 MBytes 437 Mbits/sec
40692026-05-29T09:53:52.278Z[SUM] 2.00-3.00 sec 417 MBytes 3.49 Gbits/sec
40702026-05-29T09:53:52.278Z- - - - - - - - - - - - - - - - - - - - - - - - -
40712026-05-29T09:53:52.278Z[ 5] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
40722026-05-29T09:53:52.278Z[ 8] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
40732026-05-29T09:53:52.278Z[ 10] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
40742026-05-29T09:53:52.278Z[ 12] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
40752026-05-29T09:53:52.278Z[ 14] 3.00-4.00 sec 52.4 MBytes 439 Mbits/sec
40762026-05-29T09:53:52.278Z[ 16] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
40772026-05-29T09:53:52.278Z[ 18] 3.00-4.00 sec 52.4 MBytes 439 Mbits/sec
40782026-05-29T09:53:52.278Z[ 20] 3.00-4.00 sec 52.4 MBytes 439 Mbits/sec
40792026-05-29T09:53:52.278Z[SUM] 3.00-4.00 sec 418 MBytes 3.51 Gbits/sec
40802026-05-29T09:53:52.278Z- - - - - - - - - - - - - - - - - - - - - - - - -
40812026-05-29T09:53:52.278Z[ 5] 4.00-5.00 sec 52.2 MBytes 438 Mbits/sec
40822026-05-29T09:53:52.278Z[ 8] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
40832026-05-29T09:53:52.278Z[ 10] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
40842026-05-29T09:53:52.278Z[ 12] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
40852026-05-29T09:53:52.278Z[ 14] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
40862026-05-29T09:53:52.278Z[ 16] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
40872026-05-29T09:53:52.278Z[ 18] 4.00-5.00 sec 52.2 MBytes 438 Mbits/sec
40882026-05-29T09:53:52.278Z[ 20] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
40892026-05-29T09:53:52.278Z[SUM] 4.00-5.00 sec 419 MBytes 3.52 Gbits/sec
40902026-05-29T09:53:52.278Z- - - - - - - - - - - - - - - - - - - - - - - - -
40912026-05-29T09:53:52.278Z[ 5] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
40922026-05-29T09:53:52.278Z[ 8] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
40932026-05-29T09:53:52.278Z[ 10] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
40942026-05-29T09:53:52.278Z[ 12] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
40952026-05-29T09:53:52.278Z[ 14] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
40962026-05-29T09:53:52.278Z[ 16] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
40972026-05-29T09:53:52.279Z[ 18] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
40982026-05-29T09:53:52.279Z[ 20] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
40992026-05-29T09:53:52.279Z[SUM] 5.00-6.00 sec 420 MBytes 3.53 Gbits/sec
41002026-05-29T09:53:52.279Z- - - - - - - - - - - - - - - - - - - - - - - - -
41012026-05-29T09:53:52.279Z[ 5] 6.00-7.00 sec 51.8 MBytes 434 Mbits/sec
41022026-05-29T09:53:52.279Z[ 8] 6.00-7.00 sec 51.8 MBytes 434 Mbits/sec
41032026-05-29T09:53:52.279Z[ 10] 6.00-7.00 sec 51.8 MBytes 434 Mbits/sec
41042026-05-29T09:53:55.281Z[ 12] 6.00-7.00 sec 51.8 MBytes 434 Mbits/sec
41052026-05-29T09:53:55.281Z[ 14] 6.00-7.00 sec 51.8 MBytes 434 Mbits/sec
41062026-05-29T09:53:55.281Z[ 16] 6.00-7.00 sec 51.6 MBytes 433 Mbits/sec
41072026-05-29T09:53:55.281Z[ 18] 6.00-7.00 sec 51.6 MBytes 433 Mbits/sec
41082026-05-29T09:53:55.281Z[ 20] 6.00-7.00 sec 51.8 MBytes 434 Mbits/sec
41092026-05-29T09:53:55.281Z[SUM] 6.00-7.00 sec 414 MBytes 3.47 Gbits/sec
41102026-05-29T09:53:55.281Z- - - - - - - - - - - - - - - - - - - - - - - - -
41112026-05-29T09:53:55.281Z[ 5] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
41122026-05-29T09:53:55.282Z[ 8] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
41132026-05-29T09:53:55.282Z[ 10] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
41142026-05-29T09:53:55.282Z[ 12] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
41152026-05-29T09:53:55.282Z[ 14] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
41162026-05-29T09:53:55.282Z[ 16] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
41172026-05-29T09:53:55.282Z[ 18] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
41182026-05-29T09:53:55.282Z[ 20] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
41192026-05-29T09:53:55.282Z[SUM] 7.00-8.00 sec 422 MBytes 3.54 Gbits/sec
41202026-05-29T09:53:55.282Z- - - - - - - - - - - - - - - - - - - - - - - - -
41212026-05-29T09:53:55.282Z[ 5] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
41222026-05-29T09:53:55.282Z[ 8] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
41232026-05-29T09:53:55.282Z[ 10] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
41242026-05-29T09:53:55.282Z[ 12] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
41252026-05-29T09:53:55.282Z[ 14] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
41262026-05-29T09:53:55.282Z[ 16] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
41272026-05-29T09:53:55.282Z[ 18] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
41282026-05-29T09:53:55.282Z[ 20] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
41292026-05-29T09:53:55.282Z[SUM] 8.00-9.00 sec 418 MBytes 3.51 Gbits/sec
41302026-05-29T09:53:55.282Z- - - - - - - - - - - - - - - - - - - - - - - - -
41312026-05-29T09:53:55.282Z[ 5] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
41322026-05-29T09:53:55.282Z[ 8] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
41332026-05-29T09:53:55.282Z[ 10] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
41342026-05-29T09:53:55.282Z[ 12] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
41352026-05-29T09:53:55.282Z[ 14] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
41362026-05-29T09:53:55.282Z[ 16] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
41372026-05-29T09:53:55.282Z[ 18] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
41382026-05-29T09:53:55.282Z[ 20] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
41392026-05-29T09:53:55.282Z[SUM] 9.00-10.00 sec 420 MBytes 3.53 Gbits/sec
41402026-05-29T09:53:55.282Z- - - - - - - - - - - - - - - - - - - - - - - - -
41412026-05-29T09:53:55.282Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41422026-05-29T09:53:55.282Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41432026-05-29T09:53:55.282Z[ 10] 10.00-10.00 sec 128 KBytes 906 Mbits/sec
41442026-05-29T09:53:55.282Z[ 12] 10.00-10.00 sec 128 KBytes 906 Mbits/sec
41452026-05-29T09:53:55.282Z[ 14] 10.00-10.00 sec 128 KBytes 906 Mbits/sec
41462026-05-29T09:53:55.282Z[ 16] 10.00-10.00 sec 128 KBytes 906 Mbits/sec
41472026-05-29T09:53:55.282Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41482026-05-29T09:53:55.282Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41492026-05-29T09:53:55.282Z[SUM] 10.00-10.00 sec 512 KBytes 3.62 Gbits/sec
41502026-05-29T09:53:55.283Z- - - - - - - - - - - - - - - - - - - - - - - - -
41512026-05-29T09:53:55.283Z[ ID] Interval Transfer Bitrate
41522026-05-29T09:53:55.283Z[ 5] 0.00-10.00 sec 513 MBytes 430 Mbits/sec sender
41532026-05-29T09:53:55.283Z[ 8] 0.00-10.00 sec 513 MBytes 430 Mbits/sec sender
41542026-05-29T09:53:55.283Z[ 10] 0.00-10.00 sec 514 MBytes 431 Mbits/sec sender
41552026-05-29T09:53:55.283Z[ 12] 0.00-10.00 sec 514 MBytes 431 Mbits/sec sender
41562026-05-29T09:53:55.283Z[ 14] 0.00-10.00 sec 514 MBytes 431 Mbits/sec sender
41572026-05-29T09:53:55.283Z[ 16] 0.00-10.00 sec 513 MBytes 430 Mbits/sec sender
41582026-05-29T09:53:55.283Z[ 18] 0.00-10.00 sec 513 MBytes 431 Mbits/sec sender
41592026-05-29T09:53:55.283Z[ 20] 0.00-10.00 sec 513 MBytes 430 Mbits/sec sender
41602026-05-29T09:53:55.283Z[SUM] 0.00-10.00 sec 4.01 GBytes 3.44 Gbits/sec sender
41612026-05-29T09:53:55.286ZRun 3/10...3444.691007868374Mbps
41622026-05-29T09:54:02.688Z-----------------------------------------------------------
41632026-05-29T09:54:02.688ZServer listening on 5201 (test #24)
41642026-05-29T09:54:02.688Z-----------------------------------------------------------
41652026-05-29T09:54:02.688ZAccepted connection from 10.0.0.1, port 47958
41662026-05-29T09:54:02.688Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55661
41672026-05-29T09:54:02.688Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60566
41682026-05-29T09:54:02.688Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62852
41692026-05-29T09:54:02.688Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47632
41702026-05-29T09:54:02.688Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33372
41712026-05-29T09:54:02.688Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54622
41722026-05-29T09:54:02.688Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53484
41732026-05-29T09:54:02.688Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39148
41742026-05-29T09:54:02.688Z[ ID] Interval Transfer Bitrate
41752026-05-29T09:54:02.688Z[ 5] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
41762026-05-29T09:54:02.688Z[ 8] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
41772026-05-29T09:54:02.688Z[ 10] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
41782026-05-29T09:54:02.688Z[ 12] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
41792026-05-29T09:54:02.688Z[ 14] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
41802026-05-29T09:54:02.688Z[ 16] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
41812026-05-29T09:54:02.688Z[ 18] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
41822026-05-29T09:54:02.688Z[ 20] 0.00-1.00 sec 41.4 MBytes 347 Mbits/sec
41832026-05-29T09:54:02.688Z[SUM] 0.00-1.00 sec 332 MBytes 2.79 Gbits/sec
41842026-05-29T09:54:02.688Z- - - - - - - - - - - - - - - - - - - - - - - - -
41852026-05-29T09:54:02.688Z[ 5] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
41862026-05-29T09:54:02.688Z[ 8] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
41872026-05-29T09:54:02.688Z[ 10] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
41882026-05-29T09:54:02.688Z[ 12] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
41892026-05-29T09:54:02.688Z[ 14] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
41902026-05-29T09:54:02.688Z[ 16] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
41912026-05-29T09:54:02.689Z[ 18] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
41922026-05-29T09:54:02.689Z[ 20] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
41932026-05-29T09:54:02.689Z[SUM] 1.00-2.00 sec 420 MBytes 3.53 Gbits/sec
41942026-05-29T09:54:02.689Z- - - - - - - - - - - - - - - - - - - - - - - - -
41952026-05-29T09:54:02.689Z[ 5] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
41962026-05-29T09:54:02.689Z[ 8] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
41972026-05-29T09:54:02.689Z[ 10] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
41982026-05-29T09:54:02.689Z[ 12] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
41992026-05-29T09:54:02.689Z[ 14] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
42002026-05-29T09:54:02.689Z[ 16] 2.00-3.00 sec 52.2 MBytes 438 Mbits/sec
42012026-05-29T09:54:02.689Z[ 18] 2.00-3.00 sec 52.2 MBytes 438 Mbits/sec
42022026-05-29T09:54:02.689Z[ 20] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
42032026-05-29T09:54:02.689Z[SUM] 2.00-3.00 sec 419 MBytes 3.51 Gbits/sec
42042026-05-29T09:54:02.689Z- - - - - - - - - - - - - - - - - - - - - - - - -
42052026-05-29T09:54:02.689Z[ 5] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
42062026-05-29T09:54:02.689Z[ 8] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
42072026-05-29T09:54:02.689Z[ 10] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
42082026-05-29T09:54:02.689Z[ 12] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
42092026-05-29T09:54:02.689Z[ 14] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
42102026-05-29T09:54:02.689Z[ 16] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
42112026-05-29T09:54:02.689Z[ 18] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
42122026-05-29T09:54:02.689Z[ 20] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
42132026-05-29T09:54:02.689Z[SUM] 3.00-4.00 sec 422 MBytes 3.54 Gbits/sec
42142026-05-29T09:54:02.689Z- - - - - - - - - - - - - - - - - - - - - - - - -
42152026-05-29T09:54:02.689Z[ 5] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
42162026-05-29T09:54:02.689Z[ 8] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
42172026-05-29T09:54:02.689Z[ 10] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
42182026-05-29T09:54:02.689Z[ 12] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
42192026-05-29T09:54:02.689Z[ 14] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
42202026-05-29T09:54:02.689Z[ 16] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
42212026-05-29T09:54:02.689Z[ 18] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
42222026-05-29T09:54:02.689Z[ 20] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
42232026-05-29T09:54:02.689Z[SUM] 4.00-5.00 sec 420 MBytes 3.52 Gbits/sec
42242026-05-29T09:54:02.689Z- - - - - - - - - - - - - - - - - - - - - - - - -
42252026-05-29T09:54:02.689Z[ 5] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
42262026-05-29T09:54:02.689Z[ 8] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
42272026-05-29T09:54:02.689Z[ 10] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
42282026-05-29T09:54:02.689Z[ 12] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
42292026-05-29T09:54:02.689Z[ 14] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
42302026-05-29T09:54:02.689Z[ 16] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
42312026-05-29T09:54:02.690Z[ 18] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
42322026-05-29T09:54:02.690Z[ 20] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
42332026-05-29T09:54:02.690Z[SUM] 5.00-6.00 sec 421 MBytes 3.53 Gbits/sec
42342026-05-29T09:54:02.690Z- - - - - - - - - - - - - - - - - - - - - - - - -
42352026-05-29T09:54:02.690Z[ 5] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
42362026-05-29T09:54:02.690Z[ 8] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
42372026-05-29T09:54:02.690Z[ 10] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
42382026-05-29T09:54:05.693Z[ 12] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
42392026-05-29T09:54:05.693Z[ 14] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
42402026-05-29T09:54:05.693Z[ 16] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
42412026-05-29T09:54:05.693Z[ 18] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
42422026-05-29T09:54:05.693Z[ 20] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
42432026-05-29T09:54:05.693Z[SUM] 6.00-7.00 sec 423 MBytes 3.55 Gbits/sec
42442026-05-29T09:54:05.693Z- - - - - - - - - - - - - - - - - - - - - - - - -
42452026-05-29T09:54:05.693Z[ 5] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
42462026-05-29T09:54:05.693Z[ 8] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
42472026-05-29T09:54:05.693Z[ 10] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
42482026-05-29T09:54:05.693Z[ 12] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
42492026-05-29T09:54:05.693Z[ 14] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
42502026-05-29T09:54:05.693Z[ 16] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
42512026-05-29T09:54:05.693Z[ 18] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
42522026-05-29T09:54:05.693Z[ 20] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
42532026-05-29T09:54:05.693Z[SUM] 7.00-8.00 sec 422 MBytes 3.54 Gbits/sec
42542026-05-29T09:54:05.693Z- - - - - - - - - - - - - - - - - - - - - - - - -
42552026-05-29T09:54:05.693Z[ 5] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
42562026-05-29T09:54:05.693Z[ 8] 8.00-9.00 sec 52.0 MBytes 436 Mbits/sec
42572026-05-29T09:54:05.693Z[ 10] 8.00-9.00 sec 52.0 MBytes 436 Mbits/sec
42582026-05-29T09:54:05.693Z[ 12] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
42592026-05-29T09:54:05.693Z[ 14] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
42602026-05-29T09:54:05.693Z[ 16] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
42612026-05-29T09:54:05.693Z[ 18] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
42622026-05-29T09:54:05.693Z[ 20] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
42632026-05-29T09:54:05.693Z[SUM] 8.00-9.00 sec 417 MBytes 3.50 Gbits/sec
42642026-05-29T09:54:05.693Z- - - - - - - - - - - - - - - - - - - - - - - - -
42652026-05-29T09:54:05.701Z[ 5] 9.00-10.00 sec 52.1 MBytes 437 Mbits/sec
42662026-05-29T09:54:05.701Z[ 8] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
42672026-05-29T09:54:05.701Z[ 10] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
42682026-05-29T09:54:05.701Z[ 12] 9.00-10.00 sec 52.1 MBytes 437 Mbits/sec
42692026-05-29T09:54:05.701Z[ 14] 9.00-10.00 sec 52.1 MBytes 437 Mbits/sec
42702026-05-29T09:54:05.702Z[ 16] 9.00-10.00 sec 52.1 MBytes 437 Mbits/sec
42712026-05-29T09:54:05.702Z[ 18] 9.00-10.00 sec 52.1 MBytes 437 Mbits/sec
42722026-05-29T09:54:05.702Z[ 20] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
42732026-05-29T09:54:05.702Z[SUM] 9.00-10.00 sec 417 MBytes 3.50 Gbits/sec
42742026-05-29T09:54:05.702Z- - - - - - - - - - - - - - - - - - - - - - - - -
42752026-05-29T09:54:05.702Z[ 5] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
42762026-05-29T09:54:05.702Z[ 8] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
42772026-05-29T09:54:05.702Z[ 10] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
42782026-05-29T09:54:05.702Z[ 12] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
42792026-05-29T09:54:05.702Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42802026-05-29T09:54:05.702Z[ 16] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
42812026-05-29T09:54:05.702Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42822026-05-29T09:54:05.702Z[ 20] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
42832026-05-29T09:54:05.702Z[SUM] 10.00-10.00 sec 768 KBytes 6.06 Gbits/sec
42842026-05-29T09:54:05.702Z- - - - - - - - - - - - - - - - - - - - - - - - -
42852026-05-29T09:54:05.702Z[ ID] Interval Transfer Bitrate
42862026-05-29T09:54:05.702Z[ 5] 0.00-10.00 sec 514 MBytes 431 Mbits/sec sender
42872026-05-29T09:54:05.702Z[ 8] 0.00-10.00 sec 514 MBytes 431 Mbits/sec sender
42882026-05-29T09:54:05.702Z[ 10] 0.00-10.00 sec 514 MBytes 431 Mbits/sec sender
42892026-05-29T09:54:05.702Z[ 12] 0.00-10.00 sec 514 MBytes 431 Mbits/sec sender
42902026-05-29T09:54:05.702Z[ 14] 0.00-10.00 sec 514 MBytes 431 Mbits/sec sender
42912026-05-29T09:54:05.702Z[ 16] 0.00-10.00 sec 514 MBytes 431 Mbits/sec sender
42922026-05-29T09:54:05.703Z[ 18] 0.00-10.00 sec 514 MBytes 431 Mbits/sec sender
42932026-05-29T09:54:05.703Z[ 20] 0.00-10.00 sec 514 MBytes 431 Mbits/sec sender
42942026-05-29T09:54:05.703Z[SUM] 0.00-10.00 sec 4.02 GBytes 3.45 Gbits/sec sender
42952026-05-29T09:54:05.703ZRun 4/10...3450.917939282024Mbps
42962026-05-29T09:54:13.102Z-----------------------------------------------------------
42972026-05-29T09:54:13.102ZServer listening on 5201 (test #25)
42982026-05-29T09:54:13.102Z-----------------------------------------------------------
42992026-05-29T09:54:13.102ZAccepted connection from 10.0.0.1, port 56121
43002026-05-29T09:54:13.102Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38785
43012026-05-29T09:54:13.102Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47403
43022026-05-29T09:54:13.102Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34646
43032026-05-29T09:54:13.102Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55139
43042026-05-29T09:54:13.102Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39743
43052026-05-29T09:54:13.102Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49593
43062026-05-29T09:54:13.102Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64935
43072026-05-29T09:54:13.102Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44273
43082026-05-29T09:54:13.102Z[ ID] Interval Transfer Bitrate
43092026-05-29T09:54:13.102Z[ 5] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
43102026-05-29T09:54:13.102Z[ 8] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
43112026-05-29T09:54:13.102Z[ 10] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
43122026-05-29T09:54:13.102Z[ 12] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
43132026-05-29T09:54:13.102Z[ 14] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
43142026-05-29T09:54:13.102Z[ 16] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
43152026-05-29T09:54:13.102Z[ 18] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
43162026-05-29T09:54:13.102Z[ 20] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
43172026-05-29T09:54:13.102Z[SUM] 0.00-1.00 sec 333 MBytes 2.79 Gbits/sec
43182026-05-29T09:54:13.103Z- - - - - - - - - - - - - - - - - - - - - - - - -
43192026-05-29T09:54:13.103Z[ 5] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
43202026-05-29T09:54:13.103Z[ 8] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
43212026-05-29T09:54:13.103Z[ 10] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
43222026-05-29T09:54:13.103Z[ 12] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
43232026-05-29T09:54:13.103Z[ 14] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
43242026-05-29T09:54:13.103Z[ 16] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
43252026-05-29T09:54:13.103Z[ 18] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
43262026-05-29T09:54:13.103Z[ 20] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
43272026-05-29T09:54:13.103Z[SUM] 1.00-2.00 sec 422 MBytes 3.54 Gbits/sec
43282026-05-29T09:54:13.103Z- - - - - - - - - - - - - - - - - - - - - - - - -
43292026-05-29T09:54:13.103Z[ 5] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
43302026-05-29T09:54:13.103Z[ 8] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
43312026-05-29T09:54:13.103Z[ 10] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
43322026-05-29T09:54:13.103Z[ 12] 2.00-3.00 sec 52.8 MBytes 442 Mbits/sec
43332026-05-29T09:54:13.103Z[ 14] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
43342026-05-29T09:54:13.103Z[ 16] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
43352026-05-29T09:54:13.103Z[ 18] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
43362026-05-29T09:54:13.103Z[ 20] 2.00-3.00 sec 52.8 MBytes 442 Mbits/sec
43372026-05-29T09:54:13.103Z[SUM] 2.00-3.00 sec 422 MBytes 3.54 Gbits/sec
43382026-05-29T09:54:13.103Z- - - - - - - - - - - - - - - - - - - - - - - - -
43392026-05-29T09:54:13.103Z[ 5] 3.00-4.00 sec 51.8 MBytes 434 Mbits/sec
43402026-05-29T09:54:13.103Z[ 8] 3.00-4.00 sec 51.6 MBytes 433 Mbits/sec
43412026-05-29T09:54:13.103Z[ 10] 3.00-4.00 sec 51.8 MBytes 434 Mbits/sec
43422026-05-29T09:54:13.103Z[ 12] 3.00-4.00 sec 51.5 MBytes 432 Mbits/sec
43432026-05-29T09:54:13.103Z[ 14] 3.00-4.00 sec 51.8 MBytes 434 Mbits/sec
43442026-05-29T09:54:13.103Z[ 16] 3.00-4.00 sec 51.5 MBytes 432 Mbits/sec
43452026-05-29T09:54:13.103Z[ 18] 3.00-4.00 sec 51.6 MBytes 433 Mbits/sec
43462026-05-29T09:54:13.103Z[ 20] 3.00-4.00 sec 51.6 MBytes 433 Mbits/sec
43472026-05-29T09:54:13.103Z[SUM] 3.00-4.00 sec 413 MBytes 3.47 Gbits/sec
43482026-05-29T09:54:13.103Z- - - - - - - - - - - - - - - - - - - - - - - - -
43492026-05-29T09:54:13.103Z[ 5] 4.00-5.00 sec 51.6 MBytes 433 Mbits/sec
43502026-05-29T09:54:13.103Z[ 8] 4.00-5.00 sec 51.6 MBytes 433 Mbits/sec
43512026-05-29T09:54:13.103Z[ 10] 4.00-5.00 sec 51.6 MBytes 433 Mbits/sec
43522026-05-29T09:54:13.103Z[ 12] 4.00-5.00 sec 51.9 MBytes 435 Mbits/sec
43532026-05-29T09:54:13.103Z[ 14] 4.00-5.00 sec 51.6 MBytes 433 Mbits/sec
43542026-05-29T09:54:13.103Z[ 16] 4.00-5.00 sec 51.9 MBytes 435 Mbits/sec
43552026-05-29T09:54:13.103Z[ 18] 4.00-5.00 sec 51.9 MBytes 435 Mbits/sec
43562026-05-29T09:54:13.103Z[ 20] 4.00-5.00 sec 51.8 MBytes 434 Mbits/sec
43572026-05-29T09:54:13.104Z[SUM] 4.00-5.00 sec 414 MBytes 3.47 Gbits/sec
43582026-05-29T09:54:13.104Z- - - - - - - - - - - - - - - - - - - - - - - - -
43592026-05-29T09:54:13.104Z[ 5] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
43602026-05-29T09:54:13.104Z[ 8] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
43612026-05-29T09:54:13.104Z[ 10] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
43622026-05-29T09:54:13.104Z[ 12] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
43632026-05-29T09:54:13.104Z[ 14] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
43642026-05-29T09:54:13.104Z[ 16] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
43652026-05-29T09:54:13.104Z[ 18] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
43662026-05-29T09:54:13.104Z[ 20] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
43672026-05-29T09:54:13.104Z[SUM] 5.00-6.00 sec 418 MBytes 3.51 Gbits/sec
43682026-05-29T09:54:13.104Z- - - - - - - - - - - - - - - - - - - - - - - - -
43692026-05-29T09:54:13.104Z[ 5] 6.00-7.00 sec 52.2 MBytes 438 Mbits/sec
43702026-05-29T09:54:13.104Z[ 8] 6.00-7.00 sec 52.2 MBytes 438 Mbits/sec
43712026-05-29T09:54:13.104Z[ 10] 6.00-7.00 sec 52.2 MBytes 438 Mbits/sec
43722026-05-29T09:54:16.109Z[ 12] 6.00-7.00 sec 52.4 MBytes 439 Mbits/sec
43732026-05-29T09:54:16.109Z[ 14] 6.00-7.00 sec 52.2 MBytes 438 Mbits/sec
43742026-05-29T09:54:16.109Z[ 16] 6.00-7.00 sec 52.2 MBytes 438 Mbits/sec
43752026-05-29T09:54:16.109Z[ 18] 6.00-7.00 sec 52.4 MBytes 439 Mbits/sec
43762026-05-29T09:54:16.109Z[ 20] 6.00-7.00 sec 52.2 MBytes 438 Mbits/sec
43772026-05-29T09:54:16.109Z[SUM] 6.00-7.00 sec 418 MBytes 3.51 Gbits/sec
43782026-05-29T09:54:16.109Z- - - - - - - - - - - - - - - - - - - - - - - - -
43792026-05-29T09:54:16.109Z[ 5] 7.00-8.00 sec 52.0 MBytes 436 Mbits/sec
43802026-05-29T09:54:16.109Z[ 8] 7.00-8.00 sec 51.8 MBytes 434 Mbits/sec
43812026-05-29T09:54:16.109Z[ 10] 7.00-8.00 sec 51.8 MBytes 434 Mbits/sec
43822026-05-29T09:54:16.109Z[ 12] 7.00-8.00 sec 51.9 MBytes 435 Mbits/sec
43832026-05-29T09:54:16.109Z[ 14] 7.00-8.00 sec 51.9 MBytes 435 Mbits/sec
43842026-05-29T09:54:16.109Z[ 16] 7.00-8.00 sec 51.8 MBytes 434 Mbits/sec
43852026-05-29T09:54:16.109Z[ 18] 7.00-8.00 sec 51.9 MBytes 435 Mbits/sec
43862026-05-29T09:54:16.109Z[ 20] 7.00-8.00 sec 51.6 MBytes 433 Mbits/sec
43872026-05-29T09:54:16.109Z[SUM] 7.00-8.00 sec 414 MBytes 3.48 Gbits/sec
43882026-05-29T09:54:16.109Z- - - - - - - - - - - - - - - - - - - - - - - - -
43892026-05-29T09:54:16.109Z[ 5] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
43902026-05-29T09:54:16.109Z[ 8] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
43912026-05-29T09:54:16.109Z[ 10] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
43922026-05-29T09:54:16.109Z[ 12] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
43932026-05-29T09:54:16.109Z[ 14] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
43942026-05-29T09:54:16.109Z[ 16] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
43952026-05-29T09:54:16.109Z[ 18] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
43962026-05-29T09:54:16.109Z[ 20] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
43972026-05-29T09:54:16.109Z[SUM] 8.00-9.00 sec 419 MBytes 3.51 Gbits/sec
43982026-05-29T09:54:16.109Z- - - - - - - - - - - - - - - - - - - - - - - - -
43992026-05-29T09:54:16.109Z[ 5] 9.00-10.00 sec 52.1 MBytes 437 Mbits/sec
44002026-05-29T09:54:16.109Z[ 8] 9.00-10.00 sec 51.9 MBytes 435 Mbits/sec
44012026-05-29T09:54:16.109Z[ 10] 9.00-10.00 sec 52.0 MBytes 436 Mbits/sec
44022026-05-29T09:54:16.110Z[ 12] 9.00-10.00 sec 52.0 MBytes 436 Mbits/sec
44032026-05-29T09:54:16.110Z[ 14] 9.00-10.00 sec 52.0 MBytes 436 Mbits/sec
44042026-05-29T09:54:16.110Z[ 16] 9.00-10.00 sec 51.9 MBytes 435 Mbits/sec
44052026-05-29T09:54:16.110Z[ 18] 9.00-10.00 sec 52.0 MBytes 436 Mbits/sec
44062026-05-29T09:54:16.110Z[ 20] 9.00-10.00 sec 52.0 MBytes 436 Mbits/sec
44072026-05-29T09:54:16.110Z[SUM] 9.00-10.00 sec 416 MBytes 3.49 Gbits/sec
44082026-05-29T09:54:16.110Z- - - - - - - - - - - - - - - - - - - - - - - - -
44092026-05-29T09:54:16.110Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44102026-05-29T09:54:16.110Z[ 8] 10.00-10.00 sec 128 KBytes 486 Mbits/sec
44112026-05-29T09:54:16.110Z[ 10] 10.00-10.00 sec 128 KBytes 486 Mbits/sec
44122026-05-29T09:54:16.110Z[ 12] 10.00-10.00 sec 128 KBytes 486 Mbits/sec
44132026-05-29T09:54:16.110Z[ 14] 10.00-10.00 sec 128 KBytes 486 Mbits/sec
44142026-05-29T09:54:16.110Z[ 16] 10.00-10.00 sec 128 KBytes 486 Mbits/sec
44152026-05-29T09:54:16.110Z[ 18] 10.00-10.00 sec 128 KBytes 486 Mbits/sec
44162026-05-29T09:54:16.110Z[ 20] 10.00-10.00 sec 128 KBytes 486 Mbits/sec
44172026-05-29T09:54:16.110Z[SUM] 10.00-10.00 sec 896 KBytes 3.40 Gbits/sec
44182026-05-29T09:54:16.110Z- - - - - - - - - - - - - - - - - - - - - - - - -
44192026-05-29T09:54:16.110Z[ ID] Interval Transfer Bitrate
44202026-05-29T09:54:16.110Z[ 5] 0.00-10.00 sec 511 MBytes 429 Mbits/sec sender
44212026-05-29T09:54:16.110Z[ 8] 0.00-10.00 sec 511 MBytes 429 Mbits/sec sender
44222026-05-29T09:54:16.110Z[ 10] 0.00-10.00 sec 512 MBytes 429 Mbits/sec sender
44232026-05-29T09:54:16.110Z[ 12] 0.00-10.00 sec 511 MBytes 429 Mbits/sec sender
44242026-05-29T09:54:16.110Z[ 14] 0.00-10.00 sec 511 MBytes 429 Mbits/sec sender
44252026-05-29T09:54:16.110Z[ 16] 0.00-10.00 sec 511 MBytes 429 Mbits/sec sender
44262026-05-29T09:54:16.110Z[ 18] 0.00-10.00 sec 511 MBytes 429 Mbits/sec sender
44272026-05-29T09:54:16.110Z[ 20] 0.00-10.00 sec 511 MBytes 429 Mbits/sec sender
44282026-05-29T09:54:16.110Z[SUM] 0.00-10.00 sec 3.99 GBytes 3.43 Gbits/sec sender
44292026-05-29T09:54:16.145ZRun 5/10...3430.506708236263Mbps
44302026-05-29T09:54:23.518Z-----------------------------------------------------------
44312026-05-29T09:54:23.518ZServer listening on 5201 (test #26)
44322026-05-29T09:54:23.518Z-----------------------------------------------------------
44332026-05-29T09:54:23.518ZAccepted connection from 10.0.0.1, port 48916
44342026-05-29T09:54:23.518Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48150
44352026-05-29T09:54:23.518Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63663
44362026-05-29T09:54:23.518Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46309
44372026-05-29T09:54:23.518Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39675
44382026-05-29T09:54:23.518Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48212
44392026-05-29T09:54:23.518Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44514
44402026-05-29T09:54:23.518Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38621
44412026-05-29T09:54:23.518Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46265
44422026-05-29T09:54:23.518Z[ ID] Interval Transfer Bitrate
44432026-05-29T09:54:23.518Z[ 5] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
44442026-05-29T09:54:23.518Z[ 8] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
44452026-05-29T09:54:23.518Z[ 10] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
44462026-05-29T09:54:23.518Z[ 12] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
44472026-05-29T09:54:23.518Z[ 14] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
44482026-05-29T09:54:23.518Z[ 16] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
44492026-05-29T09:54:23.518Z[ 18] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
44502026-05-29T09:54:23.518Z[ 20] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
44512026-05-29T09:54:23.518Z[SUM] 0.00-1.00 sec 333 MBytes 2.79 Gbits/sec
44522026-05-29T09:54:23.518Z- - - - - - - - - - - - - - - - - - - - - - - - -
44532026-05-29T09:54:23.518Z[ 5] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
44542026-05-29T09:54:23.518Z[ 8] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
44552026-05-29T09:54:23.518Z[ 10] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
44562026-05-29T09:54:23.518Z[ 12] 1.00-2.00 sec 52.2 MBytes 438 Mbits/sec
44572026-05-29T09:54:23.518Z[ 14] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
44582026-05-29T09:54:23.518Z[ 16] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
44592026-05-29T09:54:23.518Z[ 18] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
44602026-05-29T09:54:23.518Z[ 20] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
44612026-05-29T09:54:23.518Z[SUM] 1.00-2.00 sec 420 MBytes 3.52 Gbits/sec
44622026-05-29T09:54:23.519Z- - - - - - - - - - - - - - - - - - - - - - - - -
44632026-05-29T09:54:23.519Z[ 5] 2.00-3.00 sec 51.8 MBytes 434 Mbits/sec
44642026-05-29T09:54:23.519Z[ 8] 2.00-3.00 sec 52.0 MBytes 436 Mbits/sec
44652026-05-29T09:54:23.519Z[ 10] 2.00-3.00 sec 52.0 MBytes 436 Mbits/sec
44662026-05-29T09:54:23.519Z[ 12] 2.00-3.00 sec 52.1 MBytes 437 Mbits/sec
44672026-05-29T09:54:23.519Z[ 14] 2.00-3.00 sec 52.0 MBytes 436 Mbits/sec
44682026-05-29T09:54:23.519Z[ 16] 2.00-3.00 sec 51.9 MBytes 435 Mbits/sec
44692026-05-29T09:54:23.519Z[ 18] 2.00-3.00 sec 51.9 MBytes 435 Mbits/sec
44702026-05-29T09:54:23.519Z[ 20] 2.00-3.00 sec 51.9 MBytes 435 Mbits/sec
44712026-05-29T09:54:23.519Z[SUM] 2.00-3.00 sec 416 MBytes 3.49 Gbits/sec
44722026-05-29T09:54:23.519Z- - - - - - - - - - - - - - - - - - - - - - - - -
44732026-05-29T09:54:23.519Z[ 5] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
44742026-05-29T09:54:23.519Z[ 8] 3.00-4.00 sec 52.1 MBytes 437 Mbits/sec
44752026-05-29T09:54:23.519Z[ 10] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
44762026-05-29T09:54:23.519Z[ 12] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
44772026-05-29T09:54:23.519Z[ 14] 3.00-4.00 sec 52.1 MBytes 437 Mbits/sec
44782026-05-29T09:54:23.519Z[ 16] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
44792026-05-29T09:54:23.519Z[ 18] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
44802026-05-29T09:54:23.519Z[ 20] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
44812026-05-29T09:54:23.519Z[SUM] 3.00-4.00 sec 418 MBytes 3.50 Gbits/sec
44822026-05-29T09:54:23.519Z- - - - - - - - - - - - - - - - - - - - - - - - -
44832026-05-29T09:54:23.519Z[ 5] 4.00-5.00 sec 52.0 MBytes 436 Mbits/sec
44842026-05-29T09:54:23.519Z[ 8] 4.00-5.00 sec 52.2 MBytes 438 Mbits/sec
44852026-05-29T09:54:23.519Z[ 10] 4.00-5.00 sec 52.2 MBytes 438 Mbits/sec
44862026-05-29T09:54:23.519Z[ 12] 4.00-5.00 sec 52.2 MBytes 438 Mbits/sec
44872026-05-29T09:54:23.519Z[ 14] 4.00-5.00 sec 52.2 MBytes 438 Mbits/sec
44882026-05-29T09:54:23.519Z[ 16] 4.00-5.00 sec 52.1 MBytes 437 Mbits/sec
44892026-05-29T09:54:23.519Z[ 18] 4.00-5.00 sec 52.1 MBytes 437 Mbits/sec
44902026-05-29T09:54:23.519Z[ 20] 4.00-5.00 sec 52.1 MBytes 437 Mbits/sec
44912026-05-29T09:54:23.519Z[SUM] 4.00-5.00 sec 417 MBytes 3.50 Gbits/sec
44922026-05-29T09:54:23.519Z- - - - - - - - - - - - - - - - - - - - - - - - -
44932026-05-29T09:54:23.519Z[ 5] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
44942026-05-29T09:54:23.519Z[ 8] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
44952026-05-29T09:54:23.519Z[ 10] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
44962026-05-29T09:54:23.519Z[ 12] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
44972026-05-29T09:54:23.519Z[ 14] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
44982026-05-29T09:54:23.519Z[ 16] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
44992026-05-29T09:54:23.519Z[ 18] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
45002026-05-29T09:54:23.519Z[ 20] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
45012026-05-29T09:54:23.520Z[SUM] 5.00-6.00 sec 420 MBytes 3.53 Gbits/sec
45022026-05-29T09:54:23.520Z- - - - - - - - - - - - - - - - - - - - - - - - -
45032026-05-29T09:54:23.520Z[ 5] 6.00-7.00 sec 51.8 MBytes 434 Mbits/sec
45042026-05-29T09:54:23.520Z[ 8] 6.00-7.00 sec 51.6 MBytes 433 Mbits/sec
45052026-05-29T09:54:23.520Z[ 10] 6.00-7.00 sec 51.9 MBytes 435 Mbits/sec
45062026-05-29T09:54:26.523Z[ 12] 6.00-7.00 sec 51.6 MBytes 433 Mbits/sec
45072026-05-29T09:54:26.524Z[ 14] 6.00-7.00 sec 51.6 MBytes 433 Mbits/sec
45082026-05-29T09:54:26.524Z[ 16] 6.00-7.00 sec 51.9 MBytes 435 Mbits/sec
45092026-05-29T09:54:26.524Z[ 18] 6.00-7.00 sec 51.8 MBytes 434 Mbits/sec
45102026-05-29T09:54:26.524Z[ 20] 6.00-7.00 sec 51.9 MBytes 435 Mbits/sec
45112026-05-29T09:54:26.524Z[SUM] 6.00-7.00 sec 414 MBytes 3.47 Gbits/sec
45122026-05-29T09:54:26.524Z- - - - - - - - - - - - - - - - - - - - - - - - -
45132026-05-29T09:54:26.524Z[ 5] 7.00-8.00 sec 51.9 MBytes 435 Mbits/sec
45142026-05-29T09:54:26.524Z[ 8] 7.00-8.00 sec 52.1 MBytes 437 Mbits/sec
45152026-05-29T09:54:26.524Z[ 10] 7.00-8.00 sec 51.9 MBytes 435 Mbits/sec
45162026-05-29T09:54:26.524Z[ 12] 7.00-8.00 sec 52.1 MBytes 437 Mbits/sec
45172026-05-29T09:54:26.524Z[ 14] 7.00-8.00 sec 52.1 MBytes 437 Mbits/sec
45182026-05-29T09:54:26.524Z[ 16] 7.00-8.00 sec 51.9 MBytes 435 Mbits/sec
45192026-05-29T09:54:26.524Z[ 18] 7.00-8.00 sec 52.0 MBytes 436 Mbits/sec
45202026-05-29T09:54:26.524Z[ 20] 7.00-8.00 sec 51.8 MBytes 434 Mbits/sec
45212026-05-29T09:54:26.524Z[SUM] 7.00-8.00 sec 416 MBytes 3.49 Gbits/sec
45222026-05-29T09:54:26.524Z- - - - - - - - - - - - - - - - - - - - - - - - -
45232026-05-29T09:54:26.524Z[ 5] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
45242026-05-29T09:54:26.524Z[ 8] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
45252026-05-29T09:54:26.524Z[ 10] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
45262026-05-29T09:54:26.524Z[ 12] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
45272026-05-29T09:54:26.524Z[ 14] 8.00-9.00 sec 52.0 MBytes 436 Mbits/sec
45282026-05-29T09:54:26.524Z[ 16] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
45292026-05-29T09:54:26.524Z[ 18] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
45302026-05-29T09:54:26.524Z[ 20] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
45312026-05-29T09:54:26.524Z[SUM] 8.00-9.00 sec 417 MBytes 3.50 Gbits/sec
45322026-05-29T09:54:26.524Z- - - - - - - - - - - - - - - - - - - - - - - - -
45332026-05-29T09:54:26.524Z[ 5] 9.00-10.00 sec 52.1 MBytes 437 Mbits/sec
45342026-05-29T09:54:26.525Z[ 8] 9.00-10.00 sec 52.0 MBytes 436 Mbits/sec
45352026-05-29T09:54:26.525Z[ 10] 9.00-10.00 sec 52.1 MBytes 437 Mbits/sec
45362026-05-29T09:54:26.525Z[ 12] 9.00-10.00 sec 52.0 MBytes 436 Mbits/sec
45372026-05-29T09:54:26.525Z[ 14] 9.00-10.00 sec 52.1 MBytes 437 Mbits/sec
45382026-05-29T09:54:26.525Z[ 16] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
45392026-05-29T09:54:26.525Z[ 18] 9.00-10.00 sec 52.1 MBytes 437 Mbits/sec
45402026-05-29T09:54:26.525Z[ 20] 9.00-10.00 sec 52.1 MBytes 437 Mbits/sec
45412026-05-29T09:54:26.525Z[SUM] 9.00-10.00 sec 417 MBytes 3.50 Gbits/sec
45422026-05-29T09:54:26.525Z- - - - - - - - - - - - - - - - - - - - - - - - -
45432026-05-29T09:54:26.525Z[ 5] 10.00-10.00 sec 128 KBytes 466 Mbits/sec
45442026-05-29T09:54:26.525Z[ 8] 10.00-10.00 sec 128 KBytes 466 Mbits/sec
45452026-05-29T09:54:26.525Z[ 10] 10.00-10.00 sec 128 KBytes 467 Mbits/sec
45462026-05-29T09:54:26.525Z[ 12] 10.00-10.00 sec 128 KBytes 467 Mbits/sec
45472026-05-29T09:54:26.525Z[ 14] 10.00-10.00 sec 128 KBytes 467 Mbits/sec
45482026-05-29T09:54:26.525Z[ 16] 10.00-10.00 sec 128 KBytes 467 Mbits/sec
45492026-05-29T09:54:26.525Z[ 18] 10.00-10.00 sec 128 KBytes 467 Mbits/sec
45502026-05-29T09:54:26.525Z[ 20] 10.00-10.00 sec 128 KBytes 466 Mbits/sec
45512026-05-29T09:54:26.525Z[SUM] 10.00-10.00 sec 1.00 MBytes 3.73 Gbits/sec
45522026-05-29T09:54:26.525Z- - - - - - - - - - - - - - - - - - - - - - - - -
45532026-05-29T09:54:26.525Z[ ID] Interval Transfer Bitrate
45542026-05-29T09:54:26.525Z[ 5] 0.00-10.00 sec 510 MBytes 428 Mbits/sec sender
45552026-05-29T09:54:26.525Z[ 8] 0.00-10.00 sec 511 MBytes 428 Mbits/sec sender
45562026-05-29T09:54:26.525Z[ 10] 0.00-10.00 sec 511 MBytes 429 Mbits/sec sender
45572026-05-29T09:54:26.525Z[ 12] 0.00-10.00 sec 511 MBytes 429 Mbits/sec sender
45582026-05-29T09:54:26.525Z[ 14] 0.00-10.00 sec 511 MBytes 429 Mbits/sec sender
45592026-05-29T09:54:26.525Z[ 16] 0.00-10.00 sec 511 MBytes 429 Mbits/sec sender
45602026-05-29T09:54:26.525Z[ 18] 0.00-10.00 sec 511 MBytes 429 Mbits/sec sender
45612026-05-29T09:54:26.526Z[ 20] 0.00-10.00 sec 511 MBytes 429 Mbits/sec sender
45622026-05-29T09:54:26.526Z[SUM] 0.00-10.00 sec 3.99 GBytes 3.43 Gbits/sec sender
45632026-05-29T09:54:26.530ZRun 6/10...3428.4870837729427Mbps
45642026-05-29T09:54:33.930Z-----------------------------------------------------------
45652026-05-29T09:54:33.930ZServer listening on 5201 (test #27)
45662026-05-29T09:54:33.930Z-----------------------------------------------------------
45672026-05-29T09:54:33.930ZAccepted connection from 10.0.0.1, port 64363
45682026-05-29T09:54:33.930Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34136
45692026-05-29T09:54:33.930Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35370
45702026-05-29T09:54:33.930Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42031
45712026-05-29T09:54:33.930Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61552
45722026-05-29T09:54:33.930Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64136
45732026-05-29T09:54:33.930Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61887
45742026-05-29T09:54:33.931Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52803
45752026-05-29T09:54:33.931Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53350
45762026-05-29T09:54:33.931Z[ ID] Interval Transfer Bitrate
45772026-05-29T09:54:33.931Z[ 5] 0.00-1.00 sec 41.1 MBytes 345 Mbits/sec
45782026-05-29T09:54:33.931Z[ 8] 0.00-1.00 sec 41.1 MBytes 345 Mbits/sec
45792026-05-29T09:54:33.931Z[ 10] 0.00-1.00 sec 41.1 MBytes 345 Mbits/sec
45802026-05-29T09:54:33.931Z[ 12] 0.00-1.00 sec 41.1 MBytes 345 Mbits/sec
45812026-05-29T09:54:33.931Z[ 14] 0.00-1.00 sec 41.1 MBytes 345 Mbits/sec
45822026-05-29T09:54:33.931Z[ 16] 0.00-1.00 sec 41.1 MBytes 345 Mbits/sec
45832026-05-29T09:54:33.935Z[ 18] 0.00-1.00 sec 41.0 MBytes 344 Mbits/sec
45842026-05-29T09:54:33.935Z[ 20] 0.00-1.00 sec 41.0 MBytes 344 Mbits/sec
45852026-05-29T09:54:33.935Z[SUM] 0.00-1.00 sec 329 MBytes 2.76 Gbits/sec
45862026-05-29T09:54:33.936Z- - - - - - - - - - - - - - - - - - - - - - - - -
45872026-05-29T09:54:33.936Z[ 5] 1.00-2.00 sec 51.9 MBytes 435 Mbits/sec
45882026-05-29T09:54:33.936Z[ 8] 1.00-2.00 sec 52.0 MBytes 436 Mbits/sec
45892026-05-29T09:54:33.936Z[ 10] 1.00-2.00 sec 52.0 MBytes 436 Mbits/sec
45902026-05-29T09:54:33.936Z[ 12] 1.00-2.00 sec 52.0 MBytes 436 Mbits/sec
45912026-05-29T09:54:33.936Z[ 14] 1.00-2.00 sec 52.0 MBytes 436 Mbits/sec
45922026-05-29T09:54:33.936Z[ 16] 1.00-2.00 sec 52.1 MBytes 437 Mbits/sec
45932026-05-29T09:54:33.936Z[ 18] 1.00-2.00 sec 52.1 MBytes 437 Mbits/sec
45942026-05-29T09:54:33.936Z[ 20] 1.00-2.00 sec 52.1 MBytes 437 Mbits/sec
45952026-05-29T09:54:33.936Z[SUM] 1.00-2.00 sec 416 MBytes 3.49 Gbits/sec
45962026-05-29T09:54:33.936Z- - - - - - - - - - - - - - - - - - - - - - - - -
45972026-05-29T09:54:33.936Z[ 5] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
45982026-05-29T09:54:33.936Z[ 8] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
45992026-05-29T09:54:33.936Z[ 10] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
46002026-05-29T09:54:33.936Z[ 12] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
46012026-05-29T09:54:33.936Z[ 14] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
46022026-05-29T09:54:33.936Z[ 16] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
46032026-05-29T09:54:33.936Z[ 18] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
46042026-05-29T09:54:33.936Z[ 20] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
46052026-05-29T09:54:33.936Z[SUM] 2.00-3.00 sec 421 MBytes 3.53 Gbits/sec
46062026-05-29T09:54:33.936Z- - - - - - - - - - - - - - - - - - - - - - - - -
46072026-05-29T09:54:33.936Z[ 5] 3.00-4.00 sec 52.8 MBytes 443 Mbits/sec
46082026-05-29T09:54:33.936Z[ 8] 3.00-4.00 sec 52.8 MBytes 443 Mbits/sec
46092026-05-29T09:54:33.936Z[ 10] 3.00-4.00 sec 52.5 MBytes 440 Mbits/sec
46102026-05-29T09:54:33.936Z[ 12] 3.00-4.00 sec 52.5 MBytes 440 Mbits/sec
46112026-05-29T09:54:33.936Z[ 14] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
46122026-05-29T09:54:33.936Z[ 16] 3.00-4.00 sec 52.8 MBytes 443 Mbits/sec
46132026-05-29T09:54:33.936Z[ 18] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
46142026-05-29T09:54:33.937Z[ 20] 3.00-4.00 sec 52.8 MBytes 443 Mbits/sec
46152026-05-29T09:54:33.937Z[SUM] 3.00-4.00 sec 421 MBytes 3.53 Gbits/sec
46162026-05-29T09:54:33.937Z- - - - - - - - - - - - - - - - - - - - - - - - -
46172026-05-29T09:54:33.937Z[ 5] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
46182026-05-29T09:54:33.937Z[ 8] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
46192026-05-29T09:54:33.937Z[ 10] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
46202026-05-29T09:54:33.937Z[ 12] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
46212026-05-29T09:54:33.937Z[ 14] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
46222026-05-29T09:54:33.937Z[ 16] 4.00-5.00 sec 52.2 MBytes 438 Mbits/sec
46232026-05-29T09:54:33.937Z[ 18] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
46242026-05-29T09:54:33.937Z[ 20] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
46252026-05-29T09:54:33.937Z[SUM] 4.00-5.00 sec 420 MBytes 3.52 Gbits/sec
46262026-05-29T09:54:33.937Z- - - - - - - - - - - - - - - - - - - - - - - - -
46272026-05-29T09:54:33.937Z[ 5] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
46282026-05-29T09:54:33.937Z[ 8] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
46292026-05-29T09:54:33.937Z[ 10] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
46302026-05-29T09:54:33.937Z[ 12] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
46312026-05-29T09:54:33.937Z[ 14] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
46322026-05-29T09:54:33.937Z[ 16] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
46332026-05-29T09:54:33.937Z[ 18] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
46342026-05-29T09:54:33.937Z[ 20] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
46352026-05-29T09:54:33.937Z[SUM] 5.00-6.00 sec 419 MBytes 3.52 Gbits/sec
46362026-05-29T09:54:33.937Z- - - - - - - - - - - - - - - - - - - - - - - - -
46372026-05-29T09:54:33.937Z[ 5] 6.00-7.00 sec 52.1 MBytes 437 Mbits/sec
46382026-05-29T09:54:33.937Z[ 8] 6.00-7.00 sec 52.1 MBytes 437 Mbits/sec
46392026-05-29T09:54:33.937Z[ 10] 6.00-7.00 sec 52.0 MBytes 436 Mbits/sec
46402026-05-29T09:54:36.937Z[ 12] 6.00-7.00 sec 52.0 MBytes 436 Mbits/sec
46412026-05-29T09:54:36.937Z[ 14] 6.00-7.00 sec 52.0 MBytes 436 Mbits/sec
46422026-05-29T09:54:36.937Z[ 16] 6.00-7.00 sec 52.2 MBytes 438 Mbits/sec
46432026-05-29T09:54:36.937Z[ 18] 6.00-7.00 sec 52.2 MBytes 438 Mbits/sec
46442026-05-29T09:54:36.937Z[ 20] 6.00-7.00 sec 52.0 MBytes 436 Mbits/sec
46452026-05-29T09:54:36.937Z[SUM] 6.00-7.00 sec 417 MBytes 3.50 Gbits/sec
46462026-05-29T09:54:36.937Z- - - - - - - - - - - - - - - - - - - - - - - - -
46472026-05-29T09:54:36.937Z[ 5] 7.00-8.00 sec 52.1 MBytes 437 Mbits/sec
46482026-05-29T09:54:36.937Z[ 8] 7.00-8.00 sec 52.4 MBytes 439 Mbits/sec
46492026-05-29T09:54:36.937Z[ 10] 7.00-8.00 sec 52.2 MBytes 438 Mbits/sec
46502026-05-29T09:54:36.937Z[ 12] 7.00-8.00 sec 52.2 MBytes 438 Mbits/sec
46512026-05-29T09:54:36.937Z[ 14] 7.00-8.00 sec 52.2 MBytes 438 Mbits/sec
46522026-05-29T09:54:36.937Z[ 16] 7.00-8.00 sec 52.1 MBytes 437 Mbits/sec
46532026-05-29T09:54:36.937Z[ 18] 7.00-8.00 sec 52.2 MBytes 438 Mbits/sec
46542026-05-29T09:54:36.937Z[ 20] 7.00-8.00 sec 52.4 MBytes 439 Mbits/sec
46552026-05-29T09:54:36.937Z[SUM] 7.00-8.00 sec 418 MBytes 3.51 Gbits/sec
46562026-05-29T09:54:36.937Z- - - - - - - - - - - - - - - - - - - - - - - - -
46572026-05-29T09:54:36.937Z[ 5] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
46582026-05-29T09:54:36.937Z[ 8] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
46592026-05-29T09:54:36.937Z[ 10] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
46602026-05-29T09:54:36.937Z[ 12] 8.00-9.00 sec 52.0 MBytes 436 Mbits/sec
46612026-05-29T09:54:36.937Z[ 14] 8.00-9.00 sec 52.0 MBytes 436 Mbits/sec
46622026-05-29T09:54:36.937Z[ 16] 8.00-9.00 sec 52.0 MBytes 436 Mbits/sec
46632026-05-29T09:54:36.937Z[ 18] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
46642026-05-29T09:54:36.937Z[ 20] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
46652026-05-29T09:54:36.937Z[SUM] 8.00-9.00 sec 417 MBytes 3.49 Gbits/sec
46662026-05-29T09:54:36.937Z- - - - - - - - - - - - - - - - - - - - - - - - -
46672026-05-29T09:54:36.937Z[ 5] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
46682026-05-29T09:54:36.937Z[ 8] 9.00-10.00 sec 52.4 MBytes 439 Mbits/sec
46692026-05-29T09:54:36.937Z[ 10] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
46702026-05-29T09:54:36.937Z[ 12] 9.00-10.00 sec 52.4 MBytes 439 Mbits/sec
46712026-05-29T09:54:36.938Z[ 14] 9.00-10.00 sec 52.4 MBytes 439 Mbits/sec
46722026-05-29T09:54:36.938Z[ 16] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
46732026-05-29T09:54:36.938Z[ 18] 9.00-10.00 sec 52.4 MBytes 439 Mbits/sec
46742026-05-29T09:54:36.938Z[ 20] 9.00-10.00 sec 52.4 MBytes 439 Mbits/sec
46752026-05-29T09:54:36.938Z[SUM] 9.00-10.00 sec 419 MBytes 3.51 Gbits/sec
46762026-05-29T09:54:36.938Z- - - - - - - - - - - - - - - - - - - - - - - - -
46772026-05-29T09:54:36.938Z[ 5] 10.00-10.00 sec 128 KBytes 643 Mbits/sec
46782026-05-29T09:54:36.938Z[ 8] 10.00-10.00 sec 128 KBytes 643 Mbits/sec
46792026-05-29T09:54:36.938Z[ 10] 10.00-10.00 sec 128 KBytes 643 Mbits/sec
46802026-05-29T09:54:36.938Z[ 12] 10.00-10.00 sec 128 KBytes 643 Mbits/sec
46812026-05-29T09:54:36.938Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46822026-05-29T09:54:36.938Z[ 16] 10.00-10.00 sec 128 KBytes 643 Mbits/sec
46832026-05-29T09:54:36.938Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46842026-05-29T09:54:36.938Z[ 20] 10.00-10.00 sec 128 KBytes 643 Mbits/sec
46852026-05-29T09:54:36.938Z[SUM] 10.00-10.00 sec 768 KBytes 3.86 Gbits/sec
46862026-05-29T09:54:36.938Z- - - - - - - - - - - - - - - - - - - - - - - - -
46872026-05-29T09:54:36.938Z[ ID] Interval Transfer Bitrate
46882026-05-29T09:54:36.938Z[ 5] 0.00-10.00 sec 512 MBytes 429 Mbits/sec sender
46892026-05-29T09:54:36.938Z[ 8] 0.00-10.00 sec 512 MBytes 430 Mbits/sec sender
46902026-05-29T09:54:36.938Z[ 10] 0.00-10.00 sec 512 MBytes 430 Mbits/sec sender
46912026-05-29T09:54:36.938Z[ 12] 0.00-10.00 sec 512 MBytes 429 Mbits/sec sender
46922026-05-29T09:54:36.938Z[ 14] 0.00-10.00 sec 512 MBytes 429 Mbits/sec sender
46932026-05-29T09:54:36.938Z[ 16] 0.00-10.00 sec 512 MBytes 429 Mbits/sec sender
46942026-05-29T09:54:36.938Z[ 18] 0.00-10.00 sec 512 MBytes 429 Mbits/sec sender
46952026-05-29T09:54:36.938Z[ 20] 0.00-10.00 sec 512 MBytes 430 Mbits/sec sender
46962026-05-29T09:54:36.938Z[SUM] 0.00-10.00 sec 4.00 GBytes 3.44 Gbits/sec sender
46972026-05-29T09:54:36.942ZRun 7/10...3435.931539689105Mbps
46982026-05-29T09:54:44.347Z-----------------------------------------------------------
46992026-05-29T09:54:44.347ZServer listening on 5201 (test #28)
47002026-05-29T09:54:44.347Z-----------------------------------------------------------
47012026-05-29T09:54:44.347ZAccepted connection from 10.0.0.1, port 48505
47022026-05-29T09:54:44.347Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59760
47032026-05-29T09:54:44.347Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61059
47042026-05-29T09:54:44.347Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41758
47052026-05-29T09:54:44.347Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65273
47062026-05-29T09:54:44.347Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36900
47072026-05-29T09:54:44.347Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34967
47082026-05-29T09:54:44.347Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45301
47092026-05-29T09:54:44.347Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44530
47102026-05-29T09:54:44.347Z[ ID] Interval Transfer Bitrate
47112026-05-29T09:54:44.347Z[ 5] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
47122026-05-29T09:54:44.347Z[ 8] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
47132026-05-29T09:54:44.347Z[ 10] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
47142026-05-29T09:54:44.347Z[ 12] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
47152026-05-29T09:54:44.348Z[ 14] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
47162026-05-29T09:54:44.348Z[ 16] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
47172026-05-29T09:54:44.348Z[ 18] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
47182026-05-29T09:54:44.348Z[ 20] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
47192026-05-29T09:54:44.348Z[SUM] 0.00-1.00 sec 337 MBytes 2.83 Gbits/sec
47202026-05-29T09:54:44.348Z- - - - - - - - - - - - - - - - - - - - - - - - -
47212026-05-29T09:54:44.348Z[ 5] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
47222026-05-29T09:54:44.348Z[ 8] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
47232026-05-29T09:54:44.348Z[ 10] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
47242026-05-29T09:54:44.348Z[ 12] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
47252026-05-29T09:54:44.348Z[ 14] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
47262026-05-29T09:54:44.348Z[ 16] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
47272026-05-29T09:54:44.348Z[ 18] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
47282026-05-29T09:54:44.348Z[ 20] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
47292026-05-29T09:54:44.348Z[SUM] 1.00-2.00 sec 422 MBytes 3.54 Gbits/sec
47302026-05-29T09:54:44.348Z- - - - - - - - - - - - - - - - - - - - - - - - -
47312026-05-29T09:54:44.348Z[ 5] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
47322026-05-29T09:54:44.348Z[ 8] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
47332026-05-29T09:54:44.348Z[ 10] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
47342026-05-29T09:54:44.348Z[ 12] 2.00-3.00 sec 52.2 MBytes 438 Mbits/sec
47352026-05-29T09:54:44.348Z[ 14] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
47362026-05-29T09:54:44.348Z[ 16] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
47372026-05-29T09:54:44.348Z[ 18] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
47382026-05-29T09:54:44.348Z[ 20] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
47392026-05-29T09:54:44.348Z[SUM] 2.00-3.00 sec 419 MBytes 3.52 Gbits/sec
47402026-05-29T09:54:44.348Z- - - - - - - - - - - - - - - - - - - - - - - - -
47412026-05-29T09:54:44.348Z[ 5] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
47422026-05-29T09:54:44.348Z[ 8] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
47432026-05-29T09:54:44.348Z[ 10] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
47442026-05-29T09:54:44.348Z[ 12] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
47452026-05-29T09:54:44.348Z[ 14] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
47462026-05-29T09:54:44.348Z[ 16] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
47472026-05-29T09:54:44.348Z[ 18] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
47482026-05-29T09:54:44.348Z[ 20] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
47492026-05-29T09:54:44.348Z[SUM] 3.00-4.00 sec 423 MBytes 3.55 Gbits/sec
47502026-05-29T09:54:44.348Z- - - - - - - - - - - - - - - - - - - - - - - - -
47512026-05-29T09:54:44.348Z[ 5] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
47522026-05-29T09:54:44.348Z[ 8] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
47532026-05-29T09:54:44.349Z[ 10] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
47542026-05-29T09:54:44.349Z[ 12] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
47552026-05-29T09:54:44.349Z[ 14] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
47562026-05-29T09:54:44.349Z[ 16] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
47572026-05-29T09:54:44.349Z[ 18] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
47582026-05-29T09:54:44.349Z[ 20] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
47592026-05-29T09:54:44.349Z[SUM] 4.00-5.00 sec 424 MBytes 3.56 Gbits/sec
47602026-05-29T09:54:44.349Z- - - - - - - - - - - - - - - - - - - - - - - - -
47612026-05-29T09:54:44.349Z[ 5] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
47622026-05-29T09:54:44.349Z[ 8] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
47632026-05-29T09:54:44.349Z[ 10] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
47642026-05-29T09:54:44.349Z[ 12] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
47652026-05-29T09:54:44.349Z[ 14] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
47662026-05-29T09:54:44.349Z[ 16] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
47672026-05-29T09:54:44.349Z[ 18] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
47682026-05-29T09:54:44.349Z[ 20] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
47692026-05-29T09:54:44.349Z[SUM] 5.00-6.00 sec 423 MBytes 3.55 Gbits/sec
47702026-05-29T09:54:44.349Z- - - - - - - - - - - - - - - - - - - - - - - - -
47712026-05-29T09:54:44.349Z[ 5] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
47722026-05-29T09:54:44.349Z[ 8] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
47732026-05-29T09:54:44.349Z[ 10] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
47742026-05-29T09:54:47.352Z[ 12] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
47752026-05-29T09:54:47.352Z[ 14] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
47762026-05-29T09:54:47.352Z[ 16] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
47772026-05-29T09:54:47.352Z[ 18] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
47782026-05-29T09:54:47.352Z[ 20] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
47792026-05-29T09:54:47.352Z[SUM] 6.00-7.00 sec 424 MBytes 3.56 Gbits/sec
47802026-05-29T09:54:47.352Z- - - - - - - - - - - - - - - - - - - - - - - - -
47812026-05-29T09:54:47.352Z[ 5] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
47822026-05-29T09:54:47.353Z[ 8] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
47832026-05-29T09:54:47.353Z[ 10] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
47842026-05-29T09:54:47.353Z[ 12] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
47852026-05-29T09:54:47.353Z[ 14] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
47862026-05-29T09:54:47.353Z[ 16] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
47872026-05-29T09:54:47.353Z[ 18] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
47882026-05-29T09:54:47.353Z[ 20] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
47892026-05-29T09:54:47.353Z[SUM] 7.00-8.00 sec 422 MBytes 3.54 Gbits/sec
47902026-05-29T09:54:47.353Z- - - - - - - - - - - - - - - - - - - - - - - - -
47912026-05-29T09:54:47.353Z[ 5] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
47922026-05-29T09:54:47.353Z[ 8] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
47932026-05-29T09:54:47.353Z[ 10] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
47942026-05-29T09:54:47.353Z[ 12] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
47952026-05-29T09:54:47.353Z[ 14] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
47962026-05-29T09:54:47.353Z[ 16] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
47972026-05-29T09:54:47.353Z[ 18] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
47982026-05-29T09:54:47.353Z[ 20] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
47992026-05-29T09:54:47.353Z[SUM] 8.00-9.00 sec 426 MBytes 3.58 Gbits/sec
48002026-05-29T09:54:47.353Z- - - - - - - - - - - - - - - - - - - - - - - - -
48012026-05-29T09:54:47.353Z[ 5] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
48022026-05-29T09:54:47.353Z[ 8] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
48032026-05-29T09:54:47.353Z[ 10] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
48042026-05-29T09:54:47.353Z[ 12] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
48052026-05-29T09:54:47.353Z[ 14] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
48062026-05-29T09:54:47.353Z[ 16] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
48072026-05-29T09:54:47.353Z[ 18] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
48082026-05-29T09:54:47.353Z[ 20] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
48092026-05-29T09:54:47.353Z[SUM] 9.00-10.00 sec 424 MBytes 3.56 Gbits/sec
48102026-05-29T09:54:47.353Z- - - - - - - - - - - - - - - - - - - - - - - - -
48112026-05-29T09:54:47.353Z[ 5] 10.00-10.00 sec 128 KBytes 524 Mbits/sec
48122026-05-29T09:54:47.353Z[ 8] 10.00-10.00 sec 128 KBytes 524 Mbits/sec
48132026-05-29T09:54:47.353Z[ 10] 10.00-10.00 sec 128 KBytes 524 Mbits/sec
48142026-05-29T09:54:47.353Z[ 12] 10.00-10.00 sec 128 KBytes 524 Mbits/sec
48152026-05-29T09:54:47.353Z[ 14] 10.00-10.00 sec 128 KBytes 524 Mbits/sec
48162026-05-29T09:54:47.353Z[ 16] 10.00-10.00 sec 128 KBytes 524 Mbits/sec
48172026-05-29T09:54:47.353Z[ 18] 10.00-10.00 sec 128 KBytes 524 Mbits/sec
48182026-05-29T09:54:47.353Z[ 20] 10.00-10.00 sec 128 KBytes 524 Mbits/sec
48192026-05-29T09:54:47.353Z[SUM] 10.00-10.00 sec 1.00 MBytes 4.19 Gbits/sec
48202026-05-29T09:54:47.354Z- - - - - - - - - - - - - - - - - - - - - - - - -
48212026-05-29T09:54:47.354Z[ ID] Interval Transfer Bitrate
48222026-05-29T09:54:47.354Z[ 5] 0.00-10.00 sec 518 MBytes 435 Mbits/sec sender
48232026-05-29T09:54:47.354Z[ 8] 0.00-10.00 sec 518 MBytes 435 Mbits/sec sender
48242026-05-29T09:54:47.354Z[ 10] 0.00-10.00 sec 518 MBytes 435 Mbits/sec sender
48252026-05-29T09:54:47.354Z[ 12] 0.00-10.00 sec 518 MBytes 435 Mbits/sec sender
48262026-05-29T09:54:47.354Z[ 14] 0.00-10.00 sec 518 MBytes 435 Mbits/sec sender
48272026-05-29T09:54:47.354Z[ 16] 0.00-10.00 sec 518 MBytes 434 Mbits/sec sender
48282026-05-29T09:54:47.354Z[ 18] 0.00-10.00 sec 518 MBytes 435 Mbits/sec sender
48292026-05-29T09:54:47.354Z[ 20] 0.00-10.00 sec 518 MBytes 434 Mbits/sec sender
48302026-05-29T09:54:47.354Z[SUM] 0.00-10.00 sec 4.05 GBytes 3.48 Gbits/sec sender
48312026-05-29T09:54:47.357ZRun 8/10...3477.0044589988365Mbps
48322026-05-29T09:54:54.759Z-----------------------------------------------------------
48332026-05-29T09:54:54.759ZServer listening on 5201 (test #29)
48342026-05-29T09:54:54.759Z-----------------------------------------------------------
48352026-05-29T09:54:54.759ZAccepted connection from 10.0.0.1, port 42835
48362026-05-29T09:54:54.759Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51438
48372026-05-29T09:54:54.759Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41339
48382026-05-29T09:54:54.759Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40521
48392026-05-29T09:54:54.759Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34610
48402026-05-29T09:54:54.759Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60831
48412026-05-29T09:54:54.759Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34046
48422026-05-29T09:54:54.759Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52628
48432026-05-29T09:54:54.759Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50160
48442026-05-29T09:54:54.759Z[ ID] Interval Transfer Bitrate
48452026-05-29T09:54:54.759Z[ 5] 0.00-1.00 sec 41.4 MBytes 347 Mbits/sec
48462026-05-29T09:54:54.759Z[ 8] 0.00-1.00 sec 41.4 MBytes 347 Mbits/sec
48472026-05-29T09:54:54.759Z[ 10] 0.00-1.00 sec 41.4 MBytes 347 Mbits/sec
48482026-05-29T09:54:54.759Z[ 12] 0.00-1.00 sec 41.2 MBytes 346 Mbits/sec
48492026-05-29T09:54:54.759Z[ 14] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
48502026-05-29T09:54:54.759Z[ 16] 0.00-1.00 sec 41.4 MBytes 347 Mbits/sec
48512026-05-29T09:54:54.759Z[ 18] 0.00-1.00 sec 41.1 MBytes 345 Mbits/sec
48522026-05-29T09:54:54.759Z[ 20] 0.00-1.00 sec 41.2 MBytes 346 Mbits/sec
48532026-05-29T09:54:54.759Z[SUM] 0.00-1.00 sec 331 MBytes 2.77 Gbits/sec
48542026-05-29T09:54:54.759Z- - - - - - - - - - - - - - - - - - - - - - - - -
48552026-05-29T09:54:54.759Z[ 5] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
48562026-05-29T09:54:54.759Z[ 8] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
48572026-05-29T09:54:54.759Z[ 10] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
48582026-05-29T09:54:54.759Z[ 12] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
48592026-05-29T09:54:54.759Z[ 14] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
48602026-05-29T09:54:54.759Z[ 16] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
48612026-05-29T09:54:54.759Z[ 18] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
48622026-05-29T09:54:54.763Z[ 20] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
48632026-05-29T09:54:54.763Z[SUM] 1.00-2.00 sec 420 MBytes 3.52 Gbits/sec
48642026-05-29T09:54:54.763Z- - - - - - - - - - - - - - - - - - - - - - - - -
48652026-05-29T09:54:54.763Z[ 5] 2.00-3.00 sec 52.2 MBytes 438 Mbits/sec
48662026-05-29T09:54:54.763Z[ 8] 2.00-3.00 sec 52.0 MBytes 436 Mbits/sec
48672026-05-29T09:54:54.763Z[ 10] 2.00-3.00 sec 52.1 MBytes 437 Mbits/sec
48682026-05-29T09:54:54.763Z[ 12] 2.00-3.00 sec 52.1 MBytes 437 Mbits/sec
48692026-05-29T09:54:54.763Z[ 14] 2.00-3.00 sec 52.1 MBytes 437 Mbits/sec
48702026-05-29T09:54:54.763Z[ 16] 2.00-3.00 sec 52.1 MBytes 437 Mbits/sec
48712026-05-29T09:54:54.763Z[ 18] 2.00-3.00 sec 52.2 MBytes 438 Mbits/sec
48722026-05-29T09:54:54.763Z[ 20] 2.00-3.00 sec 52.2 MBytes 438 Mbits/sec
48732026-05-29T09:54:54.763Z[SUM] 2.00-3.00 sec 417 MBytes 3.50 Gbits/sec
48742026-05-29T09:54:54.763Z- - - - - - - - - - - - - - - - - - - - - - - - -
48752026-05-29T09:54:54.763Z[ 5] 3.00-4.00 sec 52.0 MBytes 436 Mbits/sec
48762026-05-29T09:54:54.763Z[ 8] 3.00-4.00 sec 52.1 MBytes 437 Mbits/sec
48772026-05-29T09:54:54.763Z[ 10] 3.00-4.00 sec 51.9 MBytes 435 Mbits/sec
48782026-05-29T09:54:54.763Z[ 12] 3.00-4.00 sec 52.0 MBytes 436 Mbits/sec
48792026-05-29T09:54:54.763Z[ 14] 3.00-4.00 sec 52.0 MBytes 436 Mbits/sec
48802026-05-29T09:54:54.763Z[ 16] 3.00-4.00 sec 52.0 MBytes 436 Mbits/sec
48812026-05-29T09:54:54.763Z[ 18] 3.00-4.00 sec 52.1 MBytes 437 Mbits/sec
48822026-05-29T09:54:54.764Z[ 20] 3.00-4.00 sec 52.1 MBytes 437 Mbits/sec
48832026-05-29T09:54:54.764Z[SUM] 3.00-4.00 sec 416 MBytes 3.49 Gbits/sec
48842026-05-29T09:54:54.764Z- - - - - - - - - - - - - - - - - - - - - - - - -
48852026-05-29T09:54:54.764Z[ 5] 4.00-5.00 sec 51.9 MBytes 435 Mbits/sec
48862026-05-29T09:54:54.764Z[ 8] 4.00-5.00 sec 52.0 MBytes 436 Mbits/sec
48872026-05-29T09:54:54.764Z[ 10] 4.00-5.00 sec 51.9 MBytes 435 Mbits/sec
48882026-05-29T09:54:54.764Z[ 12] 4.00-5.00 sec 51.9 MBytes 435 Mbits/sec
48892026-05-29T09:54:54.764Z[ 14] 4.00-5.00 sec 51.8 MBytes 434 Mbits/sec
48902026-05-29T09:54:54.764Z[ 16] 4.00-5.00 sec 51.8 MBytes 434 Mbits/sec
48912026-05-29T09:54:54.764Z[ 18] 4.00-5.00 sec 52.0 MBytes 436 Mbits/sec
48922026-05-29T09:54:54.764Z[ 20] 4.00-5.00 sec 52.0 MBytes 436 Mbits/sec
48932026-05-29T09:54:54.764Z[SUM] 4.00-5.00 sec 415 MBytes 3.48 Gbits/sec
48942026-05-29T09:54:54.764Z- - - - - - - - - - - - - - - - - - - - - - - - -
48952026-05-29T09:54:54.764Z[ 5] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
48962026-05-29T09:54:54.764Z[ 8] 5.00-6.00 sec 52.1 MBytes 437 Mbits/sec
48972026-05-29T09:54:54.764Z[ 10] 5.00-6.00 sec 52.1 MBytes 437 Mbits/sec
48982026-05-29T09:54:54.764Z[ 12] 5.00-6.00 sec 52.1 MBytes 437 Mbits/sec
48992026-05-29T09:54:54.764Z[ 14] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
49002026-05-29T09:54:54.764Z[ 16] 5.00-6.00 sec 52.1 MBytes 437 Mbits/sec
49012026-05-29T09:54:54.764Z[ 18] 5.00-6.00 sec 52.1 MBytes 437 Mbits/sec
49022026-05-29T09:54:54.764Z[ 20] 5.00-6.00 sec 52.1 MBytes 437 Mbits/sec
49032026-05-29T09:54:54.764Z[SUM] 5.00-6.00 sec 417 MBytes 3.50 Gbits/sec
49042026-05-29T09:54:54.764Z- - - - - - - - - - - - - - - - - - - - - - - - -
49052026-05-29T09:54:54.764Z[ 5] 6.00-7.00 sec 52.5 MBytes 440 Mbits/sec
49062026-05-29T09:54:54.764Z[ 8] 6.00-7.00 sec 52.6 MBytes 441 Mbits/sec
49072026-05-29T09:54:54.764Z[ 10] 6.00-7.00 sec 52.6 MBytes 441 Mbits/sec
49082026-05-29T09:54:57.766Z[ 12] 6.00-7.00 sec 52.6 MBytes 441 Mbits/sec
49092026-05-29T09:54:57.766Z[ 14] 6.00-7.00 sec 52.6 MBytes 441 Mbits/sec
49102026-05-29T09:54:57.766Z[ 16] 6.00-7.00 sec 52.8 MBytes 443 Mbits/sec
49112026-05-29T09:54:57.766Z[ 18] 6.00-7.00 sec 52.6 MBytes 441 Mbits/sec
49122026-05-29T09:54:57.766Z[ 20] 6.00-7.00 sec 52.6 MBytes 441 Mbits/sec
49132026-05-29T09:54:57.766Z[SUM] 6.00-7.00 sec 421 MBytes 3.53 Gbits/sec
49142026-05-29T09:54:57.766Z- - - - - - - - - - - - - - - - - - - - - - - - -
49152026-05-29T09:54:57.766Z[ 5] 7.00-8.00 sec 52.2 MBytes 438 Mbits/sec
49162026-05-29T09:54:57.766Z[ 8] 7.00-8.00 sec 52.1 MBytes 437 Mbits/sec
49172026-05-29T09:54:57.766Z[ 10] 7.00-8.00 sec 52.1 MBytes 437 Mbits/sec
49182026-05-29T09:54:57.766Z[ 12] 7.00-8.00 sec 52.0 MBytes 436 Mbits/sec
49192026-05-29T09:54:57.766Z[ 14] 7.00-8.00 sec 52.2 MBytes 438 Mbits/sec
49202026-05-29T09:54:57.766Z[ 16] 7.00-8.00 sec 52.1 MBytes 437 Mbits/sec
49212026-05-29T09:54:57.766Z[ 18] 7.00-8.00 sec 52.1 MBytes 437 Mbits/sec
49222026-05-29T09:54:57.766Z[ 20] 7.00-8.00 sec 52.1 MBytes 437 Mbits/sec
49232026-05-29T09:54:57.766Z[SUM] 7.00-8.00 sec 417 MBytes 3.50 Gbits/sec
49242026-05-29T09:54:57.766Z- - - - - - - - - - - - - - - - - - - - - - - - -
49252026-05-29T09:54:57.766Z[ 5] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
49262026-05-29T09:54:57.766Z[ 8] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
49272026-05-29T09:54:57.766Z[ 10] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
49282026-05-29T09:54:57.766Z[ 12] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
49292026-05-29T09:54:57.766Z[ 14] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
49302026-05-29T09:54:57.766Z[ 16] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
49312026-05-29T09:54:57.766Z[ 18] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
49322026-05-29T09:54:57.767Z[ 20] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
49332026-05-29T09:54:57.767Z[SUM] 8.00-9.00 sec 421 MBytes 3.53 Gbits/sec
49342026-05-29T09:54:57.767Z- - - - - - - - - - - - - - - - - - - - - - - - -
49352026-05-29T09:54:57.767Z[ 5] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
49362026-05-29T09:54:57.767Z[ 8] 9.00-10.00 sec 52.4 MBytes 439 Mbits/sec
49372026-05-29T09:54:57.767Z[ 10] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
49382026-05-29T09:54:57.767Z[ 12] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
49392026-05-29T09:54:57.767Z[ 14] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
49402026-05-29T09:54:57.767Z[ 16] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
49412026-05-29T09:54:57.767Z[ 18] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
49422026-05-29T09:54:57.767Z[ 20] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
49432026-05-29T09:54:57.767Z[SUM] 9.00-10.00 sec 420 MBytes 3.53 Gbits/sec
49442026-05-29T09:54:57.767Z- - - - - - - - - - - - - - - - - - - - - - - - -
49452026-05-29T09:54:57.767Z[ 5] 10.00-10.00 sec 128 KBytes 537 Mbits/sec
49462026-05-29T09:54:57.767Z[ 8] 10.00-10.00 sec 128 KBytes 537 Mbits/sec
49472026-05-29T09:54:57.767Z[ 10] 10.00-10.00 sec 128 KBytes 537 Mbits/sec
49482026-05-29T09:54:57.767Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49492026-05-29T09:54:57.767Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49502026-05-29T09:54:57.767Z[ 16] 10.00-10.00 sec 128 KBytes 537 Mbits/sec
49512026-05-29T09:54:57.767Z[ 18] 10.00-10.00 sec 128 KBytes 537 Mbits/sec
49522026-05-29T09:54:57.767Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49532026-05-29T09:54:57.767Z[SUM] 10.00-10.00 sec 640 KBytes 2.68 Gbits/sec
49542026-05-29T09:54:57.767Z- - - - - - - - - - - - - - - - - - - - - - - - -
49552026-05-29T09:54:57.767Z[ ID] Interval Transfer Bitrate
49562026-05-29T09:54:57.767Z[ 5] 0.00-10.00 sec 512 MBytes 430 Mbits/sec sender
49572026-05-29T09:54:57.767Z[ 8] 0.00-10.00 sec 512 MBytes 429 Mbits/sec sender
49582026-05-29T09:54:57.767Z[ 10] 0.00-10.00 sec 512 MBytes 429 Mbits/sec sender
49592026-05-29T09:54:57.767Z[ 12] 0.00-10.00 sec 512 MBytes 429 Mbits/sec sender
49602026-05-29T09:54:57.767Z[ 14] 0.00-10.00 sec 512 MBytes 430 Mbits/sec sender
49612026-05-29T09:54:57.767Z[ 16] 0.00-10.00 sec 512 MBytes 430 Mbits/sec sender
49622026-05-29T09:54:57.767Z[ 18] 0.00-10.00 sec 512 MBytes 430 Mbits/sec sender
49632026-05-29T09:54:57.767Z[ 20] 0.00-10.00 sec 512 MBytes 430 Mbits/sec sender
49642026-05-29T09:54:57.767Z[SUM] 0.00-10.00 sec 4.00 GBytes 3.44 Gbits/sec sender
49652026-05-29T09:54:57.771ZRun 9/10...3435.9261049573233Mbps
49662026-05-29T09:55:05.170Z-----------------------------------------------------------
49672026-05-29T09:55:05.171ZServer listening on 5201 (test #30)
49682026-05-29T09:55:05.171Z-----------------------------------------------------------
49692026-05-29T09:55:05.171ZAccepted connection from 10.0.0.1, port 40303
49702026-05-29T09:55:05.171Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42791
49712026-05-29T09:55:05.171Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64910
49722026-05-29T09:55:05.171Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59674
49732026-05-29T09:55:05.171Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49971
49742026-05-29T09:55:05.175Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55422
49752026-05-29T09:55:05.175Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63109
49762026-05-29T09:55:05.175Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49968
49772026-05-29T09:55:05.175Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63353
49782026-05-29T09:55:05.175Z[ ID] Interval Transfer Bitrate
49792026-05-29T09:55:05.175Z[ 5] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
49802026-05-29T09:55:05.175Z[ 8] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
49812026-05-29T09:55:05.175Z[ 10] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
49822026-05-29T09:55:05.175Z[ 12] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
49832026-05-29T09:55:05.175Z[ 14] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
49842026-05-29T09:55:05.175Z[ 16] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
49852026-05-29T09:55:05.175Z[ 18] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
49862026-05-29T09:55:05.175Z[ 20] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
49872026-05-29T09:55:05.175Z[SUM] 0.00-1.00 sec 334 MBytes 2.80 Gbits/sec
49882026-05-29T09:55:05.175Z- - - - - - - - - - - - - - - - - - - - - - - - -
49892026-05-29T09:55:05.175Z[ 5] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
49902026-05-29T09:55:05.175Z[ 8] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
49912026-05-29T09:55:05.175Z[ 10] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
49922026-05-29T09:55:05.175Z[ 12] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
49932026-05-29T09:55:05.175Z[ 14] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
49942026-05-29T09:55:05.175Z[ 16] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
49952026-05-29T09:55:05.175Z[ 18] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
49962026-05-29T09:55:05.175Z[ 20] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
49972026-05-29T09:55:05.175Z[SUM] 1.00-2.00 sec 420 MBytes 3.52 Gbits/sec
49982026-05-29T09:55:05.175Z- - - - - - - - - - - - - - - - - - - - - - - - -
49992026-05-29T09:55:05.175Z[ 5] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
50002026-05-29T09:55:05.175Z[ 8] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
50012026-05-29T09:55:05.175Z[ 10] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
50022026-05-29T09:55:05.175Z[ 12] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
50032026-05-29T09:55:05.175Z[ 14] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
50042026-05-29T09:55:05.176Z[ 16] 2.00-3.00 sec 52.2 MBytes 438 Mbits/sec
50052026-05-29T09:55:05.176Z[ 18] 2.00-3.00 sec 52.2 MBytes 438 Mbits/sec
50062026-05-29T09:55:05.176Z[ 20] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
50072026-05-29T09:55:05.176Z[SUM] 2.00-3.00 sec 419 MBytes 3.51 Gbits/sec
50082026-05-29T09:55:05.176Z- - - - - - - - - - - - - - - - - - - - - - - - -
50092026-05-29T09:55:05.176Z[ 5] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
50102026-05-29T09:55:05.176Z[ 8] 3.00-4.00 sec 52.4 MBytes 439 Mbits/sec
50112026-05-29T09:55:05.176Z[ 10] 3.00-4.00 sec 52.5 MBytes 440 Mbits/sec
50122026-05-29T09:55:05.176Z[ 12] 3.00-4.00 sec 52.5 MBytes 440 Mbits/sec
50132026-05-29T09:55:05.176Z[ 14] 3.00-4.00 sec 52.4 MBytes 439 Mbits/sec
50142026-05-29T09:55:05.176Z[ 16] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
50152026-05-29T09:55:05.176Z[ 18] 3.00-4.00 sec 52.5 MBytes 440 Mbits/sec
50162026-05-29T09:55:05.176Z[ 20] 3.00-4.00 sec 52.4 MBytes 439 Mbits/sec
50172026-05-29T09:55:05.176Z[SUM] 3.00-4.00 sec 420 MBytes 3.52 Gbits/sec
50182026-05-29T09:55:05.176Z- - - - - - - - - - - - - - - - - - - - - - - - -
50192026-05-29T09:55:05.176Z[ 5] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
50202026-05-29T09:55:05.176Z[ 8] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
50212026-05-29T09:55:05.176Z[ 10] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
50222026-05-29T09:55:05.176Z[ 12] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
50232026-05-29T09:55:05.176Z[ 14] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
50242026-05-29T09:55:05.176Z[ 16] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
50252026-05-29T09:55:05.176Z[ 18] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
50262026-05-29T09:55:05.176Z[ 20] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
50272026-05-29T09:55:05.176Z[SUM] 4.00-5.00 sec 420 MBytes 3.52 Gbits/sec
50282026-05-29T09:55:05.176Z- - - - - - - - - - - - - - - - - - - - - - - - -
50292026-05-29T09:55:05.176Z[ 5] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
50302026-05-29T09:55:05.176Z[ 8] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
50312026-05-29T09:55:05.176Z[ 10] 5.00-6.00 sec 52.1 MBytes 437 Mbits/sec
50322026-05-29T09:55:05.176Z[ 12] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
50332026-05-29T09:55:05.176Z[ 14] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
50342026-05-29T09:55:05.176Z[ 16] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
50352026-05-29T09:55:05.176Z[ 18] 5.00-6.00 sec 52.1 MBytes 437 Mbits/sec
50362026-05-29T09:55:05.176Z[ 20] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
50372026-05-29T09:55:05.176Z[SUM] 5.00-6.00 sec 418 MBytes 3.51 Gbits/sec
50382026-05-29T09:55:05.176Z- - - - - - - - - - - - - - - - - - - - - - - - -
50392026-05-29T09:55:05.176Z[ 5] 6.00-7.00 sec 51.6 MBytes 433 Mbits/sec
50402026-05-29T09:55:05.176Z[ 8] 6.00-7.00 sec 52.0 MBytes 436 Mbits/sec
50412026-05-29T09:55:05.176Z[ 10] 6.00-7.00 sec 51.9 MBytes 435 Mbits/sec
50422026-05-29T09:55:08.177Z[ 12] 6.00-7.00 sec 51.9 MBytes 435 Mbits/sec
50432026-05-29T09:55:08.177Z[ 14] 6.00-7.00 sec 52.0 MBytes 436 Mbits/sec
50442026-05-29T09:55:08.177Z[ 16] 6.00-7.00 sec 51.9 MBytes 435 Mbits/sec
50452026-05-29T09:55:08.177Z[ 18] 6.00-7.00 sec 52.1 MBytes 437 Mbits/sec
50462026-05-29T09:55:08.177Z[ 20] 6.00-7.00 sec 52.0 MBytes 436 Mbits/sec
50472026-05-29T09:55:08.177Z[SUM] 6.00-7.00 sec 415 MBytes 3.48 Gbits/sec
50482026-05-29T09:55:08.177Z- - - - - - - - - - - - - - - - - - - - - - - - -
50492026-05-29T09:55:08.177Z[ 5] 7.00-8.00 sec 52.0 MBytes 436 Mbits/sec
50502026-05-29T09:55:08.177Z[ 8] 7.00-8.00 sec 51.8 MBytes 434 Mbits/sec
50512026-05-29T09:55:08.177Z[ 10] 7.00-8.00 sec 51.6 MBytes 433 Mbits/sec
50522026-05-29T09:55:08.177Z[ 12] 7.00-8.00 sec 51.9 MBytes 435 Mbits/sec
50532026-05-29T09:55:08.177Z[ 14] 7.00-8.00 sec 51.9 MBytes 435 Mbits/sec
50542026-05-29T09:55:08.177Z[ 16] 7.00-8.00 sec 51.9 MBytes 435 Mbits/sec
50552026-05-29T09:55:08.177Z[ 18] 7.00-8.00 sec 51.8 MBytes 434 Mbits/sec
50562026-05-29T09:55:08.177Z[ 20] 7.00-8.00 sec 52.0 MBytes 436 Mbits/sec
50572026-05-29T09:55:08.177Z[SUM] 7.00-8.00 sec 415 MBytes 3.48 Gbits/sec
50582026-05-29T09:55:08.177Z- - - - - - - - - - - - - - - - - - - - - - - - -
50592026-05-29T09:55:08.177Z[ 5] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
50602026-05-29T09:55:08.177Z[ 8] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
50612026-05-29T09:55:08.177Z[ 10] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
50622026-05-29T09:55:08.177Z[ 12] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
50632026-05-29T09:55:08.177Z[ 14] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
50642026-05-29T09:55:08.177Z[ 16] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
50652026-05-29T09:55:08.177Z[ 18] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
50662026-05-29T09:55:08.177Z[ 20] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
50672026-05-29T09:55:08.177Z[SUM] 8.00-9.00 sec 418 MBytes 3.50 Gbits/sec
50682026-05-29T09:55:08.177Z- - - - - - - - - - - - - - - - - - - - - - - - -
50692026-05-29T09:55:08.177Z[ 5] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
50702026-05-29T09:55:08.178Z[ 8] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
50712026-05-29T09:55:08.178Z[ 10] 9.00-10.00 sec 52.1 MBytes 437 Mbits/sec
50722026-05-29T09:55:08.178Z[ 12] 9.00-10.00 sec 52.1 MBytes 437 Mbits/sec
50732026-05-29T09:55:08.178Z[ 14] 9.00-10.00 sec 52.0 MBytes 436 Mbits/sec
50742026-05-29T09:55:08.178Z[ 16] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
50752026-05-29T09:55:08.178Z[ 18] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
50762026-05-29T09:55:08.178Z[ 20] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
50772026-05-29T09:55:08.178Z[SUM] 9.00-10.00 sec 418 MBytes 3.50 Gbits/sec
50782026-05-29T09:55:08.178Z- - - - - - - - - - - - - - - - - - - - - - - - -
50792026-05-29T09:55:08.178Z[ 5] 10.00-10.00 sec 128 KBytes 919 Mbits/sec
50802026-05-29T09:55:08.178Z[ 8] 10.00-10.00 sec 128 KBytes 921 Mbits/sec
50812026-05-29T09:55:08.178Z[ 10] 10.00-10.00 sec 128 KBytes 921 Mbits/sec
50822026-05-29T09:55:08.178Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50832026-05-29T09:55:08.178Z[ 14] 10.00-10.00 sec 128 KBytes 921 Mbits/sec
50842026-05-29T09:55:08.178Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50852026-05-29T09:55:08.178Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50862026-05-29T09:55:08.178Z[ 20] 10.00-10.00 sec 128 KBytes 921 Mbits/sec
50872026-05-29T09:55:08.178Z[SUM] 10.00-10.00 sec 640 KBytes 4.59 Gbits/sec
50882026-05-29T09:55:08.178Z- - - - - - - - - - - - - - - - - - - - - - - - -
50892026-05-29T09:55:08.178Z[ ID] Interval Transfer Bitrate
50902026-05-29T09:55:08.178Z[ 5] 0.00-10.00 sec 512 MBytes 429 Mbits/sec sender
50912026-05-29T09:55:08.178Z[ 8] 0.00-10.00 sec 512 MBytes 429 Mbits/sec sender
50922026-05-29T09:55:08.178Z[ 10] 0.00-10.00 sec 512 MBytes 429 Mbits/sec sender
50932026-05-29T09:55:08.178Z[ 12] 0.00-10.00 sec 512 MBytes 429 Mbits/sec sender
50942026-05-29T09:55:08.178Z[ 14] 0.00-10.00 sec 512 MBytes 429 Mbits/sec sender
50952026-05-29T09:55:08.178Z[ 16] 0.00-10.00 sec 512 MBytes 430 Mbits/sec sender
50962026-05-29T09:55:08.178Z[ 18] 0.00-10.00 sec 512 MBytes 429 Mbits/sec sender
50972026-05-29T09:55:08.178Z[ 20] 0.00-10.00 sec 512 MBytes 430 Mbits/sec sender
50982026-05-29T09:55:08.178Z[SUM] 0.00-10.00 sec 4.00 GBytes 3.44 Gbits/sec sender
50992026-05-29T09:55:08.182ZRun 10/10...3435.575310064033Mbps
51002026-05-29T09:55:08.182Z###---------------------###
51012026-05-29T09:55:08.182Z::: iPerf done... :::
51022026-05-29T09:55:08.182Z:::Awaiting out files...:::
51032026-05-29T09:55:08.182Z###---------------------###
51042026-05-29T09:55:08.182Z###-----###
51052026-05-29T09:55:08.182Z:::done!:::
51062026-05-29T09:55:08.182Z###-----###
51072026-05-29T09:55:09.143ZBenchmarking iperf-tcp/local/s2c/tx
51082026-05-29T09:55:09.143ZBenchmarking iperf-tcp/local/s2c/tx: Warming up for 3.0000 s
51092026-05-29T09:55:13.091ZBenchmarking iperf-tcp/local/s2c/tx: Collecting 100 samples in estimated 20.000 s (1.4B iterations)
51102026-05-29T09:55:33.078ZBenchmarking iperf-tcp/local/s2c/tx: Analyzing
51112026-05-29T09:55:33.164Ziperf-tcp/local/s2c/tx time: [3.5526 µs 3.5526 µs 3.5527 µs]
51122026-05-29T09:55:33.164Z change: [+1.7398% +1.7437% +1.7480%] (p = 0.00 < 0.05)
51132026-05-29T09:55:33.164Z Performance has regressed.
51142026-05-29T09:55:33.164ZFound 4 outliers among 100 measurements (4.00%)
51152026-05-29T09:55:33.165Z 1 (1.00%) low severe
51162026-05-29T09:55:33.165Z 1 (1.00%) low mild
51172026-05-29T09:55:33.165Z 2 (2.00%) high mild
51182026-05-29T09:55:34.055Z
51192026-05-29T09:55:34.058ZBenchmarking iperf-tcp/local/s2c/rx
51202026-05-29T09:55:34.058ZBenchmarking iperf-tcp/local/s2c/rx: Warming up for 3.0000 s
51212026-05-29T09:55:38.004ZBenchmarking iperf-tcp/local/s2c/rx: Collecting 100 samples in estimated 20.000 s (1.4B iterations)
51222026-05-29T09:55:57.999ZBenchmarking iperf-tcp/local/s2c/rx: Analyzing
51232026-05-29T09:55:58.083Ziperf-tcp/local/s2c/rx time: [6.7496 µs 6.7497 µs 6.7498 µs]
51242026-05-29T09:55:58.083Z change: [+3.1682% +3.1727% +3.1775%] (p = 0.00 < 0.05)
51252026-05-29T09:55:58.083Z Performance has regressed.
51262026-05-29T09:55:58.083ZFound 8 outliers among 100 measurements (8.00%)
51272026-05-29T09:55:58.083Z 4 (4.00%) low severe
51282026-05-29T09:55:58.083Z 1 (1.00%) low mild
51292026-05-29T09:55:58.083Z 2 (2.00%) high mild
51302026-05-29T09:55:58.083Z 1 (1.00%) high severe
51312026-05-29T09:55:58.972Z
51322026-05-29T09:56:03.402Z+ cargo ubench
51332026-05-29T09:56:03.531Z Compiling proc-macro2 v1.0.106
51342026-05-29T09:56:03.531Z Compiling unicode-ident v1.0.24
51352026-05-29T09:56:03.535Z Compiling quote v1.0.45
51362026-05-29T09:56:03.535Z Compiling serde_core v1.0.228
51372026-05-29T09:56:03.535Z Compiling cfg-if v1.0.4
51382026-05-29T09:56:03.535Z Compiling libc v0.2.186
51392026-05-29T09:56:03.561Z Compiling memchr v2.8.0
51402026-05-29T09:56:03.564Z Compiling serde v1.0.228
51412026-05-29T09:56:03.614Z Compiling rustversion v1.0.22
51422026-05-29T09:56:03.664Z Compiling strsim v0.11.1
51432026-05-29T09:56:03.882Z Compiling version_check v0.9.5
51442026-05-29T09:56:03.892Z Compiling ident_case v1.0.1
51452026-05-29T09:56:03.936Z Compiling zerocopy v0.8.48
51462026-05-29T09:56:03.991Z Compiling thiserror v2.0.18
51472026-05-29T09:56:04.131Z Compiling either v1.15.0
51482026-05-29T09:56:04.348Z Compiling fnv v1.0.7
51492026-05-29T09:56:04.433Z Compiling crossbeam-utils v0.8.21
51502026-05-29T09:56:04.439Z Compiling syn v1.0.109
51512026-05-29T09:56:04.481Z Compiling regex-syntax v0.8.10
51522026-05-29T09:56:04.510Z Compiling pin-project-lite v0.2.17
51532026-05-29T09:56:04.595Z Compiling hashbrown v0.17.0
51542026-05-29T09:56:04.713Z Compiling syn v2.0.117
51552026-05-29T09:56:04.731Z Compiling aho-corasick v1.1.4
51562026-05-29T09:56:04.773Z Compiling winnow v1.0.2
51572026-05-29T09:56:04.777Z Compiling equivalent v1.0.2
51582026-05-29T09:56:05.069Z Compiling itertools v0.14.0
51592026-05-29T09:56:05.279Z Compiling indexmap v2.14.0
51602026-05-29T09:56:05.833Z Compiling bitflags v2.11.1
51612026-05-29T09:56:05.870Z Compiling toml_parser v1.1.2+spec-1.1.0
51622026-05-29T09:56:05.918Z Compiling heapless v0.8.0
51632026-05-29T09:56:06.106Z Compiling regex-automata v0.4.14
51642026-05-29T09:56:06.156Z Compiling autocfg v1.5.0
51652026-05-29T09:56:06.218Z Compiling byteorder v1.5.0
51662026-05-29T09:56:06.284Z Compiling toml_datetime v1.1.1+spec-1.1.0
51672026-05-29T09:56:06.398Z Compiling hash32 v0.3.1
51682026-05-29T09:56:06.488Z Compiling num-traits v0.2.19
51692026-05-29T09:56:06.492Z Compiling toml_edit v0.25.11+spec-1.1.0
51702026-05-29T09:56:06.523Z Compiling slog v2.8.2
51712026-05-29T09:56:06.562Z Compiling futures-core v0.3.32
51722026-05-29T09:56:06.600Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
51732026-05-29T09:56:06.701Z Compiling stable_deref_trait v1.2.1
51742026-05-29T09:56:06.711Z Compiling macaddr v1.0.1
51752026-05-29T09:56:06.752Z Compiling smoltcp v0.11.0
51762026-05-29T09:56:06.764Z Compiling futures-sink v0.3.32
51772026-05-29T09:56:06.851Z Compiling futures-channel v0.3.32
51782026-05-29T09:56:07.058Z Compiling proc-macro-crate v3.5.0
51792026-05-29T09:56:07.087Z Compiling proc-macro-error-attr v1.0.4
51802026-05-29T09:56:07.092Z Compiling futures-io v0.3.32
51812026-05-29T09:56:07.258Z Compiling anyhow v1.0.102
51822026-05-29T09:56:07.310Z Compiling darling_core v0.21.3
51832026-05-29T09:56:07.321Z Compiling darling_core v0.23.0
51842026-05-29T09:56:07.355Z Compiling ref-cast v1.0.25
51852026-05-29T09:56:07.455Z Compiling rand_core v0.10.1
51862026-05-29T09:56:07.580Z Compiling slab v0.4.12
51872026-05-29T09:56:07.606Z Compiling itoa v1.0.18
51882026-05-29T09:56:07.661Z Compiling futures-task v0.3.32
51892026-05-29T09:56:07.768Z Compiling regex v1.12.3
51902026-05-29T09:56:07.805Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
51912026-05-29T09:56:07.817Z Compiling bitflags v1.3.2
51922026-05-29T09:56:07.881Z Compiling crc32fast v1.5.0
51932026-05-29T09:56:08.024Z Compiling getrandom v0.4.2
51942026-05-29T09:56:08.217Z Compiling managed v0.8.0
51952026-05-29T09:56:08.495Z Compiling serde_derive v1.0.228
51962026-05-29T09:56:08.521Z Compiling zerocopy-derive v0.8.48
51972026-05-29T09:56:08.629Z Compiling thiserror-impl v2.0.18
51982026-05-29T09:56:08.947Z Compiling futures-macro v0.3.32
51992026-05-29T09:56:09.052Z Compiling num_enum_derive v0.7.6
52002026-05-29T09:56:09.414Z Compiling darling_macro v0.21.3
52012026-05-29T09:56:09.468Z Compiling darling_macro v0.23.0
52022026-05-29T09:56:09.746Z Compiling futures-util v0.3.32
52032026-05-29T09:56:09.906Z Compiling cobs v0.3.0
52042026-05-29T09:56:09.955Z Compiling darling v0.21.3
52052026-05-29T09:56:10.012Z Compiling darling v0.23.0
52062026-05-29T09:56:10.019Z Compiling ref-cast-impl v1.0.25
52072026-05-29T09:56:10.025Z Compiling ingot-macros v0.1.1
52082026-05-29T09:56:10.082Z Compiling foreign-types-macros v0.2.3
52092026-05-29T09:56:10.114Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
52102026-05-29T09:56:10.480Z Compiling proc-macro-error v1.0.4
52112026-05-29T09:56:10.614Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
52122026-05-29T09:56:10.704Z Compiling ipnetwork v0.21.1
52132026-05-29T09:56:10.711Z Compiling once_cell v1.21.4
52142026-05-29T09:56:10.846Z Compiling unicode-width v0.2.2
52152026-05-29T09:56:10.933Z Compiling cpufeatures v0.3.0
52162026-05-29T09:56:10.999Z Compiling foreign-types-shared v0.3.1
52172026-05-29T09:56:11.062Z Compiling rustix v1.1.4
52182026-05-29T09:56:11.087Z Compiling tabwriter v1.4.1
52192026-05-29T09:56:11.135Z Compiling foreign-types v0.5.0
52202026-05-29T09:56:11.204Z Compiling chacha20 v0.10.0
52212026-05-29T09:56:11.374Z Compiling tracing-core v0.1.36
52222026-05-29T09:56:11.530Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
52232026-05-29T09:56:11.557Z Compiling num_enum v0.7.6
52242026-05-29T09:56:11.587Z Compiling erased-serde v0.3.31
52252026-05-29T09:56:11.667Z Compiling postcard v1.1.3
52262026-05-29T09:56:11.710Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
52272026-05-29T09:56:12.121Z Compiling futures-executor v0.3.32
52282026-05-29T09:56:12.185Z Compiling tracing-attributes v0.1.31
52292026-05-29T09:56:12.227Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
52302026-05-29T09:56:12.648Z Compiling errno v0.3.14
52312026-05-29T09:56:12.734Z Compiling cstr-argument v0.1.2
52322026-05-29T09:56:12.785Z Compiling thiserror v1.0.69
52332026-05-29T09:56:12.802Z Compiling shlex v1.3.0
52342026-05-29T09:56:12.812Z Compiling powerfmt v0.2.0
52352026-05-29T09:56:12.979Z Compiling ingot-types v0.1.2
52362026-05-29T09:56:13.023Z Compiling dyn-clone v1.0.20
52372026-05-29T09:56:13.089Z Compiling pretty-hex v0.4.2
52382026-05-29T09:56:13.095Z Compiling time-core v0.1.8
52392026-05-29T09:56:13.218Z Compiling zmij v1.0.21
52402026-05-29T09:56:13.243Z Compiling find-msvc-tools v0.1.9
52412026-05-29T09:56:13.259Z Compiling utf8parse v0.2.2
52422026-05-29T09:56:13.355Z Compiling num-conv v0.2.1
52432026-05-29T09:56:13.425Z Compiling ingot v0.1.1
52442026-05-29T09:56:13.464Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
52452026-05-29T09:56:13.467Z Compiling tracing v0.1.44
52462026-05-29T09:56:13.491Z Compiling time-macros v0.2.27
52472026-05-29T09:56:13.542Z Compiling cc v1.2.61
52482026-05-29T09:56:13.696Z Compiling anstyle-parse v1.0.0
52492026-05-29T09:56:13.780Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
52502026-05-29T09:56:13.974Z Compiling deranged v0.5.8
52512026-05-29T09:56:14.062Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
52522026-05-29T09:56:14.493Z Compiling rand v0.10.1
52532026-05-29T09:56:14.526Z Compiling futures v0.3.32
52542026-05-29T09:56:14.633Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
52552026-05-29T09:56:14.743Z Compiling thiserror-impl v1.0.69
52562026-05-29T09:56:15.091Z Compiling uuid v1.23.1
52572026-05-29T09:56:15.239Z Compiling crossbeam-epoch v0.9.18
52582026-05-29T09:56:15.249Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
52592026-05-29T09:56:15.494Z Compiling arc-swap v1.9.1
52602026-05-29T09:56:15.551Z Compiling socket2 v0.6.3
52612026-05-29T09:56:15.676Z Compiling nom v8.0.0
52622026-05-29T09:56:15.820Z Compiling thread_local v1.1.9
52632026-05-29T09:56:15.890Z Compiling colorchoice v1.0.5
52642026-05-29T09:56:15.996Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
52652026-05-29T09:56:16.125Z Compiling serde_json v1.0.149
52662026-05-29T09:56:16.360Z Compiling is_terminal_polyfill v1.70.2
52672026-05-29T09:56:16.442Z Compiling iana-time-zone v0.1.65
52682026-05-29T09:56:16.706Z Compiling rayon-core v1.13.0
52692026-05-29T09:56:16.744Z Compiling oxnet v0.1.5
52702026-05-29T09:56:16.930Z Compiling heck v0.4.1
52712026-05-29T09:56:16.945Z Compiling anstyle-query v1.1.5
52722026-05-29T09:56:17.027Z Compiling anstyle v1.0.14
52732026-05-29T09:56:17.038Z Compiling lazy_static v1.5.0
52742026-05-29T09:56:17.114Z Compiling slog-async v2.8.0
52752026-05-29T09:56:17.129Z Compiling colored v3.1.1
52762026-05-29T09:56:17.263Z Compiling anstream v1.0.0
52772026-05-29T09:56:17.443Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
52782026-05-29T09:56:17.688Z Compiling slog-scope v4.4.1
52792026-05-29T09:56:18.050Z Compiling rusticata-macros v5.0.0
52802026-05-29T09:56:18.100Z Compiling chrono v0.4.44
52812026-05-29T09:56:18.129Z Compiling time v0.3.47
52822026-05-29T09:56:18.323Z Compiling crossbeam-deque v0.8.6
52832026-05-29T09:56:18.414Z Compiling terminal_size v0.4.4
52842026-05-29T09:56:18.524Z Compiling alloca v0.4.0
52852026-05-29T09:56:18.550Z Compiling cookie-factory v0.3.3
52862026-05-29T09:56:18.805Z Compiling half v2.7.1
52872026-05-29T09:56:18.865Z Compiling crossbeam-channel v0.5.15
52882026-05-29T09:56:19.075Z Compiling is-terminal v0.4.17
52892026-05-29T09:56:19.125Z Compiling itertools v0.12.1
52902026-05-29T09:56:19.166Z Compiling clap_lex v1.1.0
52912026-05-29T09:56:19.481Z Compiling heck v0.5.0
52922026-05-29T09:56:19.500Z Compiling circular v0.3.0
52932026-05-29T09:56:19.672Z Compiling cfg_aliases v0.2.1
52942026-05-29T09:56:19.736Z Compiling take_mut v0.2.2
52952026-05-29T09:56:19.840Z Compiling term v1.2.1
52962026-05-29T09:56:19.854Z Compiling log v0.4.29
52972026-05-29T09:56:20.077Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
52982026-05-29T09:56:20.426Z Compiling ciborium-io v0.2.2
52992026-05-29T09:56:20.513Z Compiling plotters-backend v0.3.7
53002026-05-29T09:56:20.560Z Compiling ciborium-ll v0.2.2
53012026-05-29T09:56:20.765Z Compiling plotters-svg v0.3.7
53022026-05-29T09:56:20.792Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
53032026-05-29T09:56:20.828Z Compiling slog-term v2.9.2
53042026-05-29T09:56:21.047Z Compiling slog-stdlog v4.1.1
53052026-05-29T09:56:21.072Z Compiling clap_builder v4.6.0
53062026-05-29T09:56:21.373Z Compiling nix v0.31.2
53072026-05-29T09:56:21.756Z Compiling clap_derive v4.6.1
53082026-05-29T09:56:21.909Z Compiling pcap-parser v0.17.0
53092026-05-29T09:56:22.459Z Compiling itertools v0.13.0
53102026-05-29T09:56:23.409Z Compiling same-file v1.0.6
53112026-05-29T09:56:23.466Z Compiling cast v0.3.0
53122026-05-29T09:56:23.564Z Compiling walkdir v2.5.0
53132026-05-29T09:56:23.634Z Compiling clap v4.6.1
53142026-05-29T09:56:23.708Z Compiling tinytemplate v1.2.1
53152026-05-29T09:56:23.953Z Compiling criterion-plot v0.8.2
53162026-05-29T09:56:24.054Z Compiling rayon v1.12.0
53172026-05-29T09:56:24.102Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
53182026-05-29T09:56:24.278Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
53192026-05-29T09:56:24.712Z Compiling slog-envlogger v2.2.0
53202026-05-29T09:56:24.809Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2)
53212026-05-29T09:56:25.583Z Compiling plotters v0.3.7
53222026-05-29T09:56:25.692Z Compiling ciborium v0.2.2
53232026-05-29T09:56:25.974Z Compiling page_size v0.6.0
53242026-05-29T09:56:26.076Z Compiling oorandom v11.1.5
53252026-05-29T09:56:26.192Z Compiling anes v0.1.6
53262026-05-29T09:56:26.197Z Compiling dtor-proc-macro v0.0.13
53272026-05-29T09:56:26.407Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
53282026-05-29T09:56:26.547Z Compiling dtor v0.8.1
53292026-05-29T09:56:26.633Z Compiling criterion v0.8.2
53302026-05-29T09:56:26.776Z Compiling link-section v0.2.1
53312026-05-29T09:56:26.909Z Compiling ctor-proc-macro v0.0.13
53322026-05-29T09:56:27.266Z Compiling ctor v0.10.1
53332026-05-29T09:56:28.630Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
53342026-05-29T09:57:50.226Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 46s
53352026-05-29T09:57:50.253Z Running benches/userland.rs (target/release-lto/deps/userland-7e16b6a09a69d114)
53362026-05-29T09:57:50.256ZGnuplot not found, using plotters backend
53372026-05-29T09:57:50.398ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover
53382026-05-29T09:57:50.398ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
53392026-05-29T09:57:55.926ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0028 s (7.6M iterations)
53402026-05-29T09:58:00.781ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Analyzing
53412026-05-29T09:58:00.874Zparse/Hairpin-DHCPv4/wallclock/Discover
53422026-05-29T09:58:00.874Z time: [61.012 ns 61.127 ns 61.261 ns]
53432026-05-29T09:58:00.874Z change: [−0.7660% +0.2974% +1.2002%] (p = 0.59 > 0.05)
53442026-05-29T09:58:00.874Z No change in performance detected.
53452026-05-29T09:58:00.874ZFound 5 outliers among 100 measurements (5.00%)
53462026-05-29T09:58:00.874Z 2 (2.00%) high mild
53472026-05-29T09:58:00.874Z 3 (3.00%) high severe
53482026-05-29T09:58:01.772Z
53492026-05-29T09:58:01.775ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover
53502026-05-29T09:58:01.775ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
53512026-05-29T09:58:07.781ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0067 s (3.5M iterations)
53522026-05-29T09:58:12.781ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Analyzing
53532026-05-29T09:58:12.867Zprocess/Hairpin-DHCPv4/wallclock/Discover
53542026-05-29T09:58:12.867Z time: [852.87 ns 853.30 ns 853.76 ns]
53552026-05-29T09:58:12.867Z change: [+3.7679% +3.9469% +4.1459%] (p = 0.00 < 0.05)
53562026-05-29T09:58:12.867Z Performance has regressed.
53572026-05-29T09:58:12.867ZFound 6 outliers among 100 measurements (6.00%)
53582026-05-29T09:58:12.867Z 4 (4.00%) high mild
53592026-05-29T09:58:12.867Z 2 (2.00%) high severe
53602026-05-29T09:58:13.763Z
53612026-05-29T09:58:13.766ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request
53622026-05-29T09:58:13.766ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
53632026-05-29T09:58:19.512ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0010 s (7.3M iterations)
53642026-05-29T09:58:24.160ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Analyzing
53652026-05-29T09:58:24.245Zparse/Hairpin-DHCPv4/wallclock/Request
53662026-05-29T09:58:24.246Z time: [61.128 ns 61.244 ns 61.384 ns]
53672026-05-29T09:58:24.246Z change: [−1.4565% −0.4291% +0.6275%] (p = 0.44 > 0.05)
53682026-05-29T09:58:24.246Z No change in performance detected.
53692026-05-29T09:58:24.246ZFound 7 outliers among 100 measurements (7.00%)
53702026-05-29T09:58:24.246Z 4 (4.00%) high mild
53712026-05-29T09:58:24.246Z 3 (3.00%) high severe
53722026-05-29T09:58:25.145Z
53732026-05-29T09:58:25.148ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request
53742026-05-29T09:58:25.148ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
53752026-05-29T09:58:31.028ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0004 s (3.6M iterations)
53762026-05-29T09:58:36.005ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Analyzing
53772026-05-29T09:58:36.090Zprocess/Hairpin-DHCPv4/wallclock/Request
53782026-05-29T09:58:36.090Z time: [814.58 ns 814.94 ns 815.33 ns]
53792026-05-29T09:58:36.090Z change: [+2.2714% +2.4693% +2.6611%] (p = 0.00 < 0.05)
53802026-05-29T09:58:36.090Z Performance has regressed.
53812026-05-29T09:58:36.090ZFound 7 outliers among 100 measurements (7.00%)
53822026-05-29T09:58:36.091Z 3 (3.00%) high mild
53832026-05-29T09:58:36.091Z 4 (4.00%) high severe
53842026-05-29T09:58:36.985Z
53852026-05-29T09:58:36.988ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit
53862026-05-29T09:58:36.988ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
53872026-05-29T09:58:40.448ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0022 s (6.1M iterations)
53882026-05-29T09:58:45.298ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
53892026-05-29T09:58:45.385Zparse/Hairpin-DHCPv6/wallclock/Solicit
53902026-05-29T09:58:45.385Z time: [60.621 ns 60.756 ns 60.916 ns]
53912026-05-29T09:58:45.385Z change: [−0.4643% +0.8492% +2.1456%] (p = 0.23 > 0.05)
53922026-05-29T09:58:45.386Z No change in performance detected.
53932026-05-29T09:58:45.386ZFound 9 outliers among 100 measurements (9.00%)
53942026-05-29T09:58:45.386Z 5 (5.00%) high mild
53952026-05-29T09:58:45.386Z 4 (4.00%) high severe
53962026-05-29T09:58:46.282Z
53972026-05-29T09:58:46.285ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit
53982026-05-29T09:58:46.285ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
53992026-05-29T09:58:50.031ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0023 s (2.8M iterations)
54002026-05-29T09:58:55.065ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
54012026-05-29T09:58:55.150Zprocess/Hairpin-DHCPv6/wallclock/Solicit
54022026-05-29T09:58:55.150Z time: [1.0563 µs 1.0568 µs 1.0574 µs]
54032026-05-29T09:58:55.150Z change: [+0.9672% +1.1561% +1.3224%] (p = 0.00 < 0.05)
54042026-05-29T09:58:55.150Z Change within noise threshold.
54052026-05-29T09:58:55.150ZFound 3 outliers among 100 measurements (3.00%)
54062026-05-29T09:58:55.150Z 2 (2.00%) high mild
54072026-05-29T09:58:55.150Z 1 (1.00%) high severe
54082026-05-29T09:58:56.039Z
54092026-05-29T09:58:56.042ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request
54102026-05-29T09:58:56.042ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
54112026-05-29T09:58:59.865ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0023 s (5.5M iterations)
54122026-05-29T09:59:04.570ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Analyzing
54132026-05-29T09:59:04.656Zparse/Hairpin-DHCPv6/wallclock/Request
54142026-05-29T09:59:04.656Z time: [60.913 ns 61.029 ns 61.168 ns]
54152026-05-29T09:59:04.656Z change: [−0.6672% +0.4579% +1.5238%] (p = 0.43 > 0.05)
54162026-05-29T09:59:04.656Z No change in performance detected.
54172026-05-29T09:59:04.656ZFound 7 outliers among 100 measurements (7.00%)
54182026-05-29T09:59:04.656Z 3 (3.00%) high mild
54192026-05-29T09:59:04.656Z 4 (4.00%) high severe
54202026-05-29T09:59:05.550Z
54212026-05-29T09:59:05.554ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request
54222026-05-29T09:59:05.555ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
54232026-05-29T09:59:09.566ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0071 s (2.6M iterations)
54242026-05-29T09:59:14.527ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Analyzing
54252026-05-29T09:59:14.612Zprocess/Hairpin-DHCPv6/wallclock/Request
54262026-05-29T09:59:14.613Z time: [1.0962 µs 1.0985 µs 1.1007 µs]
54272026-05-29T09:59:14.613Z change: [+1.6254% +1.7998% +1.9706%] (p = 0.00 < 0.05)
54282026-05-29T09:59:14.613Z Performance has regressed.
54292026-05-29T09:59:14.613ZFound 13 outliers among 100 measurements (13.00%)
54302026-05-29T09:59:14.613Z 13 (13.00%) high mild
54312026-05-29T09:59:15.503Z
54322026-05-29T09:59:15.506ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest
54332026-05-29T09:59:15.506ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
54342026-05-29T09:59:21.653ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0014 s (6.8M iterations)
54352026-05-29T09:59:26.154ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
54362026-05-29T09:59:26.240Zparse/Hairpin-ICMPv4/wallclock/EchoRequest
54372026-05-29T09:59:26.240Z time: [60.592 ns 60.722 ns 60.879 ns]
54382026-05-29T09:59:26.240Z change: [−1.1043% −0.0139% +1.0556%] (p = 0.97 > 0.05)
54392026-05-29T09:59:26.240Z No change in performance detected.
54402026-05-29T09:59:26.240ZFound 7 outliers among 100 measurements (7.00%)
54412026-05-29T09:59:26.240Z 4 (4.00%) high mild
54422026-05-29T09:59:26.240Z 3 (3.00%) high severe
54432026-05-29T09:59:27.135Z
54442026-05-29T09:59:27.138ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest
54452026-05-29T09:59:27.138ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
54462026-05-29T09:59:32.469ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0026 s (3.9M iterations)
54472026-05-29T09:59:37.321ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
54482026-05-29T09:59:37.406Zprocess/Hairpin-ICMPv4/wallclock/EchoRequest
54492026-05-29T09:59:37.406Z time: [633.21 ns 633.62 ns 634.12 ns]
54502026-05-29T09:59:37.406Z change: [+3.2417% +3.4262% +3.6067%] (p = 0.00 < 0.05)
54512026-05-29T09:59:37.406Z Performance has regressed.
54522026-05-29T09:59:37.406ZFound 2 outliers among 100 measurements (2.00%)
54532026-05-29T09:59:37.406Z 1 (1.00%) high mild
54542026-05-29T09:59:37.406Z 1 (1.00%) high severe
54552026-05-29T09:59:38.301Z
54562026-05-29T09:59:38.304ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest
54572026-05-29T09:59:38.305ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
54582026-05-29T09:59:42.765ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0038 s (4.7M iterations)
54592026-05-29T09:59:46.545ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
54602026-05-29T09:59:46.631Zparse/Hairpin-ICMPv6/wallclock/EchoRequest
54612026-05-29T09:59:46.631Z time: [121.46 ns 121.62 ns 121.81 ns]
54622026-05-29T09:59:46.631Z change: [+0.1242% +0.9292% +1.6784%] (p = 0.02 < 0.05)
54632026-05-29T09:59:46.631Z Change within noise threshold.
54642026-05-29T09:59:46.631ZFound 7 outliers among 100 measurements (7.00%)
54652026-05-29T09:59:46.631Z 3 (3.00%) high mild
54662026-05-29T09:59:46.632Z 4 (4.00%) high severe
54672026-05-29T09:59:47.527Z
54682026-05-29T09:59:47.530ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest
54692026-05-29T09:59:47.530ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
54702026-05-29T09:59:50.790ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0047 s (3.2M iterations)
54712026-05-29T09:59:55.299ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
54722026-05-29T09:59:55.384Zprocess/Hairpin-ICMPv6/wallclock/EchoRequest
54732026-05-29T09:59:55.384Z time: [716.37 ns 716.70 ns 717.08 ns]
54742026-05-29T09:59:55.384Z change: [+2.7081% +2.8719% +3.0453%] (p = 0.00 < 0.05)
54752026-05-29T09:59:55.384Z Performance has regressed.
54762026-05-29T09:59:55.384ZFound 4 outliers among 100 measurements (4.00%)
54772026-05-29T09:59:55.384Z 2 (2.00%) high mild
54782026-05-29T09:59:55.384Z 2 (2.00%) high severe
54792026-05-29T09:59:56.278Z
54802026-05-29T09:59:56.282ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit
54812026-05-29T09:59:56.282ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
54822026-05-29T09:59:59.335ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0011 s (6.9M iterations)
54832026-05-29T10:00:03.858ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
54842026-05-29T10:00:03.944Zparse/Hairpin-ICMPv6/wallclock/NeighborSolicit
54852026-05-29T10:00:03.944Z time: [60.117 ns 60.236 ns 60.378 ns]
54862026-05-29T10:00:03.944Z change: [−0.9968% +0.1581% +1.3157%] (p = 0.80 > 0.05)
54872026-05-29T10:00:03.944Z No change in performance detected.
54882026-05-29T10:00:03.944ZFound 5 outliers among 100 measurements (5.00%)
54892026-05-29T10:00:03.944Z 1 (1.00%) high mild
54902026-05-29T10:00:03.944Z 4 (4.00%) high severe
54912026-05-29T10:00:04.840Z
54922026-05-29T10:00:04.843ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit
54932026-05-29T10:00:04.844ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
54942026-05-29T10:00:10.977ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0028 s (3.4M iterations)
54952026-05-29T10:00:15.814ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
54962026-05-29T10:00:15.900Zprocess/Hairpin-ICMPv6/wallclock/NeighborSolicit
54972026-05-29T10:00:15.900Z time: [811.19 ns 811.57 ns 812.00 ns]
54982026-05-29T10:00:15.900Z change: [+2.4850% +2.6364% +2.7910%] (p = 0.00 < 0.05)
54992026-05-29T10:00:15.900Z Performance has regressed.
55002026-05-29T10:00:15.900ZFound 4 outliers among 100 measurements (4.00%)
55012026-05-29T10:00:15.900Z 2 (2.00%) high mild
55022026-05-29T10:00:15.903Z 2 (2.00%) high severe
55032026-05-29T10:00:16.791Z
55042026-05-29T10:00:16.794ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit
55052026-05-29T10:00:16.794ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
55062026-05-29T10:00:19.887ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0020 s (6.8M iterations)
55072026-05-29T10:00:24.326ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
55082026-05-29T10:00:24.411Zparse/Hairpin-ICMPv6/wallclock/RouterSolicit
55092026-05-29T10:00:24.411Z time: [60.092 ns 60.214 ns 60.360 ns]
55102026-05-29T10:00:24.411Z change: [−0.8311% +0.2427% +1.3620%] (p = 0.68 > 0.05)
55112026-05-29T10:00:24.411Z No change in performance detected.
55122026-05-29T10:00:24.414ZFound 5 outliers among 100 measurements (5.00%)
55132026-05-29T10:00:24.414Z 2 (2.00%) high mild
55142026-05-29T10:00:24.415Z 3 (3.00%) high severe
55152026-05-29T10:00:25.308Z
55162026-05-29T10:00:25.311ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit
55172026-05-29T10:00:25.311ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
55182026-05-29T10:00:31.335ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0072 s (3.5M iterations)
55192026-05-29T10:00:36.139ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
55202026-05-29T10:00:36.224Zprocess/Hairpin-ICMPv6/wallclock/RouterSolicit
55212026-05-29T10:00:36.225Z time: [776.80 ns 777.32 ns 777.88 ns]
55222026-05-29T10:00:36.225Z change: [+2.8812% +3.1116% +3.3358%] (p = 0.00 < 0.05)
55232026-05-29T10:00:36.225Z Performance has regressed.
55242026-05-29T10:00:36.225ZFound 2 outliers among 100 measurements (2.00%)
55252026-05-29T10:00:36.225Z 1 (1.00%) high mild
55262026-05-29T10:00:36.225Z 1 (1.00%) high severe
55272026-05-29T10:00:37.120Z
55282026-05-29T10:00:37.123ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
55292026-05-29T10:00:37.124ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
55302026-05-29T10:00:40.607ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0007 s (12M iterations)
55312026-05-29T10:00:44.377ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
55322026-05-29T10:00:44.461Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
55332026-05-29T10:00:44.461Z time: [61.819 ns 61.974 ns 62.151 ns]
55342026-05-29T10:00:44.461Z change: [−0.4016% +0.3400% +1.0670%] (p = 0.38 > 0.05)
55352026-05-29T10:00:44.461Z No change in performance detected.
55362026-05-29T10:00:44.462ZFound 4 outliers among 100 measurements (4.00%)
55372026-05-29T10:00:44.462Z 2 (2.00%) high mild
55382026-05-29T10:00:44.462Z 2 (2.00%) high severe
55392026-05-29T10:00:45.362Z
55402026-05-29T10:00:45.364ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
55412026-05-29T10:00:45.364ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
55422026-05-29T10:00:50.607ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0028 s (4.0M iterations)
55432026-05-29T10:00:55.307ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
55442026-05-29T10:00:55.393Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
55452026-05-29T10:00:55.394Z time: [253.98 ns 254.39 ns 254.87 ns]
55462026-05-29T10:00:55.394Z change: [+3.8433% +4.2858% +4.6978%] (p = 0.00 < 0.05)
55472026-05-29T10:00:55.394Z Performance has regressed.
55482026-05-29T10:00:55.394ZFound 2 outliers among 100 measurements (2.00%)
55492026-05-29T10:00:55.394Z 1 (1.00%) high mild
55502026-05-29T10:00:55.394Z 1 (1.00%) high severe
55512026-05-29T10:00:56.289Z
55522026-05-29T10:00:56.292ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55532026-05-29T10:00:56.292ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
55542026-05-29T10:00:59.373ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0008 s (6.8M iterations)
55552026-05-29T10:01:04.075ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
55562026-05-29T10:01:04.162Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55572026-05-29T10:01:04.162Z time: [80.009 ns 80.194 ns 80.388 ns]
55582026-05-29T10:01:04.162Z change: [−0.4590% +0.4671% +1.3687%] (p = 0.32 > 0.05)
55592026-05-29T10:01:04.162Z No change in performance detected.
55602026-05-29T10:01:04.162ZFound 4 outliers among 100 measurements (4.00%)
55612026-05-29T10:01:04.162Z 1 (1.00%) high mild
55622026-05-29T10:01:04.162Z 3 (3.00%) high severe
55632026-05-29T10:01:05.060Z
55642026-05-29T10:01:05.063ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55652026-05-29T10:01:05.064ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
55662026-05-29T10:01:09.138ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0070 s (2.6M iterations)
55672026-05-29T10:01:14.095ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
55682026-05-29T10:01:14.181Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55692026-05-29T10:01:14.181Z time: [274.33 ns 274.75 ns 275.22 ns]
55702026-05-29T10:01:14.181Z change: [+3.9934% +4.4126% +4.8442%] (p = 0.00 < 0.05)
55712026-05-29T10:01:14.181Z Performance has regressed.
55722026-05-29T10:01:14.181ZFound 5 outliers among 100 measurements (5.00%)
55732026-05-29T10:01:14.181Z 2 (2.00%) high mild
55742026-05-29T10:01:14.181Z 3 (3.00%) high severe
55752026-05-29T10:01:15.073Z
55762026-05-29T10:01:15.076ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55772026-05-29T10:01:15.076ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
55782026-05-29T10:01:21.340ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0028 s (6.7M iterations)
55792026-05-29T10:01:24.877ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
55802026-05-29T10:01:24.963Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55812026-05-29T10:01:24.963Z time: [98.127 ns 98.342 ns 98.533 ns]
55822026-05-29T10:01:24.964Z change: [−0.6181% +0.1289% +0.8413%] (p = 0.74 > 0.05)
55832026-05-29T10:01:24.964Z No change in performance detected.
55842026-05-29T10:01:24.964ZFound 16 outliers among 100 measurements (16.00%)
55852026-05-29T10:01:24.964Z 3 (3.00%) low mild
55862026-05-29T10:01:24.964Z 8 (8.00%) high mild
55872026-05-29T10:01:24.964Z 5 (5.00%) high severe
55882026-05-29T10:01:25.856Z
55892026-05-29T10:01:25.858ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55902026-05-29T10:01:25.858ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
55912026-05-29T10:01:28.886ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0052 s (3.5M iterations)
55922026-05-29T10:01:33.492ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
55932026-05-29T10:01:33.578Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55942026-05-29T10:01:33.578Z time: [226.78 ns 227.29 ns 227.91 ns]
55952026-05-29T10:01:33.578Z change: [+4.3649% +4.9572% +5.5351%] (p = 0.00 < 0.05)
55962026-05-29T10:01:33.578Z Performance has regressed.
55972026-05-29T10:01:33.578ZFound 2 outliers among 100 measurements (2.00%)
55982026-05-29T10:01:33.579Z 1 (1.00%) high mild
55992026-05-29T10:01:33.579Z 1 (1.00%) high severe
56002026-05-29T10:01:34.471Z
56012026-05-29T10:01:34.474ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
56022026-05-29T10:01:34.474ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
56032026-05-29T10:01:38.874ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0041 s (4.8M iterations)
56042026-05-29T10:01:43.202ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
56052026-05-29T10:01:43.288Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
56062026-05-29T10:01:43.288Z time: [117.13 ns 117.46 ns 117.75 ns]
56072026-05-29T10:01:43.288Z change: [−0.2834% +0.5416% +1.3835%] (p = 0.21 > 0.05)
56082026-05-29T10:01:43.288Z No change in performance detected.
56092026-05-29T10:01:43.288ZFound 29 outliers among 100 measurements (29.00%)
56102026-05-29T10:01:43.288Z 19 (19.00%) low mild
56112026-05-29T10:01:43.288Z 3 (3.00%) high mild
56122026-05-29T10:01:43.288Z 7 (7.00%) high severe
56132026-05-29T10:01:44.184Z
56142026-05-29T10:01:44.187ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
56152026-05-29T10:01:44.187ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
56162026-05-29T10:01:48.730ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0019 s (2.3M iterations)
56172026-05-29T10:01:53.519ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
56182026-05-29T10:01:53.604Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
56192026-05-29T10:01:53.605Z time: [245.55 ns 245.96 ns 246.45 ns]
56202026-05-29T10:01:53.605Z change: [+3.4001% +3.9975% +4.5475%] (p = 0.00 < 0.05)
56212026-05-29T10:01:53.605Z Performance has regressed.
56222026-05-29T10:01:53.605ZFound 2 outliers among 100 measurements (2.00%)
56232026-05-29T10:01:53.605Z 2 (2.00%) high mild
56242026-05-29T10:01:54.501Z
56252026-05-29T10:01:54.504ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
56262026-05-29T10:01:54.504ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
56272026-05-29T10:01:57.799ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0012 s (13M iterations)
56282026-05-29T10:02:01.714ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
56292026-05-29T10:02:01.800Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
56302026-05-29T10:02:01.800Z time: [60.757 ns 60.921 ns 61.110 ns]
56312026-05-29T10:02:01.800Z change: [−0.5716% +0.1418% +0.9089%] (p = 0.71 > 0.05)
56322026-05-29T10:02:01.800Z No change in performance detected.
56332026-05-29T10:02:01.800ZFound 3 outliers among 100 measurements (3.00%)
56342026-05-29T10:02:01.800Z 1 (1.00%) high mild
56352026-05-29T10:02:01.800Z 2 (2.00%) high severe
56362026-05-29T10:02:02.701Z
56372026-05-29T10:02:02.704ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B
56382026-05-29T10:02:02.704ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
56392026-05-29T10:02:07.545ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0042 s (4.3M iterations)
56402026-05-29T10:02:12.294ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
56412026-05-29T10:02:12.379Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-0B
56422026-05-29T10:02:12.379Z time: [220.04 ns 220.38 ns 220.80 ns]
56432026-05-29T10:02:12.379Z change: [+0.1851% +0.6432% +1.1341%] (p = 0.01 < 0.05)
56442026-05-29T10:02:12.379Z Change within noise threshold.
56452026-05-29T10:02:12.379ZFound 3 outliers among 100 measurements (3.00%)
56462026-05-29T10:02:12.379Z 1 (1.00%) high mild
56472026-05-29T10:02:12.379Z 2 (2.00%) high severe
56482026-05-29T10:02:13.274Z
56492026-05-29T10:02:13.276ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
56502026-05-29T10:02:13.276ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
56512026-05-29T10:02:19.418ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0006 s (6.8M iterations)
56522026-05-29T10:02:24.075ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
56532026-05-29T10:02:24.163Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
56542026-05-29T10:02:24.163Z time: [78.791 ns 78.957 ns 79.135 ns]
56552026-05-29T10:02:24.163Z change: [−0.4129% +0.4380% +1.2887%] (p = 0.33 > 0.05)
56562026-05-29T10:02:24.163Z No change in performance detected.
56572026-05-29T10:02:24.163ZFound 4 outliers among 100 measurements (4.00%)
56582026-05-29T10:02:24.163Z 2 (2.00%) high mild
56592026-05-29T10:02:24.163Z 2 (2.00%) high severe
56602026-05-29T10:02:25.061Z
56612026-05-29T10:02:25.064ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
56622026-05-29T10:02:25.064ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
56632026-05-29T10:02:28.936ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0011 s (2.7M iterations)
56642026-05-29T10:02:33.873ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
56652026-05-29T10:02:33.960Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
56662026-05-29T10:02:33.960Z time: [238.78 ns 239.18 ns 239.64 ns]
56672026-05-29T10:02:33.960Z change: [+0.1041% +0.5693% +1.0257%] (p = 0.02 < 0.05)
56682026-05-29T10:02:33.960Z Change within noise threshold.
56692026-05-29T10:02:33.960ZFound 6 outliers among 100 measurements (6.00%)
56702026-05-29T10:02:33.960Z 3 (3.00%) high mild
56712026-05-29T10:02:33.960Z 3 (3.00%) high severe
56722026-05-29T10:02:34.854Z
56732026-05-29T10:02:34.857ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B
56742026-05-29T10:02:34.857ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
56752026-05-29T10:02:40.958ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0009 s (6.9M iterations)
56762026-05-29T10:02:44.552ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
56772026-05-29T10:02:44.637Zparse/ULP-FastPath/wallclock/V4-Udp-IN-0B
56782026-05-29T10:02:44.637Z time: [97.556 ns 97.793 ns 98.007 ns]
56792026-05-29T10:02:44.637Z change: [−0.5369% +0.2073% +0.8683%] (p = 0.58 > 0.05)
56802026-05-29T10:02:44.637Z No change in performance detected.
56812026-05-29T10:02:44.637ZFound 5 outliers among 100 measurements (5.00%)
56822026-05-29T10:02:44.637Z 3 (3.00%) high mild
56832026-05-29T10:02:44.637Z 2 (2.00%) high severe
56842026-05-29T10:02:45.532Z
56852026-05-29T10:02:45.535ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B
56862026-05-29T10:02:45.535ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
56872026-05-29T10:02:51.429ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0058 s (3.6M iterations)
56882026-05-29T10:02:55.872ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
56892026-05-29T10:02:55.958Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-0B
56902026-05-29T10:02:55.958Z time: [191.60 ns 192.05 ns 192.59 ns]
56912026-05-29T10:02:55.958Z change: [+1.3276% +2.0065% +2.6569%] (p = 0.00 < 0.05)
56922026-05-29T10:02:55.958Z Performance has regressed.
56932026-05-29T10:02:55.958ZFound 2 outliers among 100 measurements (2.00%)
56942026-05-29T10:02:55.958Z 1 (1.00%) high mild
56952026-05-29T10:02:55.958Z 1 (1.00%) high severe
56962026-05-29T10:02:56.849Z
56972026-05-29T10:02:56.852ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
56982026-05-29T10:02:56.852ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
56992026-05-29T10:03:01.213ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0013 s (4.8M iterations)
57002026-05-29T10:03:05.551ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
57012026-05-29T10:03:05.636Zparse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
57022026-05-29T10:03:05.636Z time: [116.35 ns 116.66 ns 116.93 ns]
57032026-05-29T10:03:05.636Z change: [−1.0566% −0.2908% +0.4614%] (p = 0.48 > 0.05)
57042026-05-29T10:03:05.637Z No change in performance detected.
57052026-05-29T10:03:05.637ZFound 16 outliers among 100 measurements (16.00%)
57062026-05-29T10:03:05.637Z 5 (5.00%) low mild
57072026-05-29T10:03:05.640Z 5 (5.00%) high mild
57082026-05-29T10:03:05.640Z 6 (6.00%) high severe
57092026-05-29T10:03:06.532Z
57102026-05-29T10:03:06.536ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B
57112026-05-29T10:03:06.536ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
57122026-05-29T10:03:10.865ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0072 s (2.4M iterations)
57132026-05-29T10:03:15.670ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
57142026-05-29T10:03:15.755Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-1400B
57152026-05-29T10:03:15.755Z time: [210.56 ns 211.00 ns 211.53 ns]
57162026-05-29T10:03:15.755Z change: [+0.9922% +1.6919% +2.3711%] (p = 0.00 < 0.05)
57172026-05-29T10:03:15.755Z Change within noise threshold.
57182026-05-29T10:03:15.755ZFound 4 outliers among 100 measurements (4.00%)
57192026-05-29T10:03:15.755Z 2 (2.00%) high mild
57202026-05-29T10:03:15.755Z 2 (2.00%) high severe
57212026-05-29T10:03:16.646Z
57222026-05-29T10:03:16.650ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
57232026-05-29T10:03:16.650ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
57242026-05-29T10:03:20.257ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0003 s (12M iterations)
57252026-05-29T10:03:24.284ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
57262026-05-29T10:03:24.369Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
57272026-05-29T10:03:24.369Z time: [61.182 ns 61.311 ns 61.456 ns]
57282026-05-29T10:03:24.369Z change: [−0.5075% +0.2841% +1.0810%] (p = 0.50 > 0.05)
57292026-05-29T10:03:24.369Z No change in performance detected.
57302026-05-29T10:03:24.369ZFound 12 outliers among 100 measurements (12.00%)
57312026-05-29T10:03:24.369Z 8 (8.00%) high mild
57322026-05-29T10:03:24.369Z 4 (4.00%) high severe
57332026-05-29T10:03:25.270Z
57342026-05-29T10:03:25.273ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
57352026-05-29T10:03:25.273ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
57362026-05-29T10:03:30.689ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0039 s (3.9M iterations)
57372026-05-29T10:03:35.480ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
57382026-05-29T10:03:35.565Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
57392026-05-29T10:03:35.565Z time: [249.38 ns 249.71 ns 250.10 ns]
57402026-05-29T10:03:35.565Z change: [+3.5156% +3.9884% +4.4631%] (p = 0.00 < 0.05)
57412026-05-29T10:03:35.565Z Performance has regressed.
57422026-05-29T10:03:35.565ZFound 3 outliers among 100 measurements (3.00%)
57432026-05-29T10:03:35.565Z 1 (1.00%) high mild
57442026-05-29T10:03:35.565Z 2 (2.00%) high severe
57452026-05-29T10:03:36.457Z
57462026-05-29T10:03:36.460ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
57472026-05-29T10:03:36.460ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
57482026-05-29T10:03:39.660ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0005 s (6.5M iterations)
57492026-05-29T10:03:44.421ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
57502026-05-29T10:03:44.507Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
57512026-05-29T10:03:44.507Z time: [79.683 ns 79.836 ns 79.999 ns]
57522026-05-29T10:03:44.507Z change: [−0.1109% +0.7228% +1.5996%] (p = 0.10 > 0.05)
57532026-05-29T10:03:44.507Z No change in performance detected.
57542026-05-29T10:03:44.507ZFound 7 outliers among 100 measurements (7.00%)
57552026-05-29T10:03:44.507Z 4 (4.00%) high mild
57562026-05-29T10:03:44.507Z 3 (3.00%) high severe
57572026-05-29T10:03:45.405Z
57582026-05-29T10:03:45.407ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
57592026-05-29T10:03:45.408ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
57602026-05-29T10:03:49.582ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0088 s (2.5M iterations)
57612026-05-29T10:03:54.544ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
57622026-05-29T10:03:54.630Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
57632026-05-29T10:03:54.630Z time: [268.59 ns 268.99 ns 269.42 ns]
57642026-05-29T10:03:54.630Z change: [+3.4179% +3.9027% +4.3357%] (p = 0.00 < 0.05)
57652026-05-29T10:03:54.630Z Performance has regressed.
57662026-05-29T10:03:54.630ZFound 6 outliers among 100 measurements (6.00%)
57672026-05-29T10:03:54.630Z 2 (2.00%) high mild
57682026-05-29T10:03:54.630Z 4 (4.00%) high severe
57692026-05-29T10:03:55.521Z
57702026-05-29T10:03:55.524ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
57712026-05-29T10:03:55.524ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
57722026-05-29T10:03:58.572ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0033 s (6.9M iterations)
57732026-05-29T10:04:02.440ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
57742026-05-29T10:04:02.526Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
57752026-05-29T10:04:02.526Z time: [98.471 ns 98.571 ns 98.681 ns]
57762026-05-29T10:04:02.526Z change: [+0.0993% +0.7625% +1.4468%] (p = 0.02 < 0.05)
57772026-05-29T10:04:02.526Z Change within noise threshold.
57782026-05-29T10:04:02.526ZFound 15 outliers among 100 measurements (15.00%)
57792026-05-29T10:04:02.526Z 7 (7.00%) high mild
57802026-05-29T10:04:02.526Z 8 (8.00%) high severe
57812026-05-29T10:04:03.421Z
57822026-05-29T10:04:03.424ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B
57832026-05-29T10:04:03.424ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
57842026-05-29T10:04:06.548ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0055 s (3.4M iterations)
57852026-05-29T10:04:11.218ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
57862026-05-29T10:04:11.303Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-0B
57872026-05-29T10:04:11.303Z time: [220.89 ns 221.41 ns 222.04 ns]
57882026-05-29T10:04:11.303Z change: [+4.8158% +5.3670% +5.9219%] (p = 0.00 < 0.05)
57892026-05-29T10:04:11.303Z Performance has regressed.
57902026-05-29T10:04:11.303ZFound 3 outliers among 100 measurements (3.00%)
57912026-05-29T10:04:11.306Z 3 (3.00%) high mild
57922026-05-29T10:04:12.199Z
57932026-05-29T10:04:12.202ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57942026-05-29T10:04:12.202ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
57952026-05-29T10:04:16.656ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0011 s (4.7M iterations)
57962026-05-29T10:04:21.091ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
57972026-05-29T10:04:21.177Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57982026-05-29T10:04:21.177Z time: [117.44 ns 117.61 ns 117.76 ns]
57992026-05-29T10:04:21.177Z change: [−0.6305% +0.1743% +0.9296%] (p = 0.67 > 0.05)
58002026-05-29T10:04:21.177Z No change in performance detected.
58012026-05-29T10:04:21.177ZFound 11 outliers among 100 measurements (11.00%)
58022026-05-29T10:04:21.177Z 1 (1.00%) high mild
58032026-05-29T10:04:21.177Z 10 (10.00%) high severe
58042026-05-29T10:04:22.077Z
58052026-05-29T10:04:22.080ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
58062026-05-29T10:04:22.080ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
58072026-05-29T10:04:26.697ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0062 s (2.3M iterations)
58082026-05-29T10:04:31.553ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
58092026-05-29T10:04:31.638Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
58102026-05-29T10:04:31.638Z time: [239.75 ns 240.17 ns 240.66 ns]
58112026-05-29T10:04:31.638Z change: [+4.5504% +5.1581% +5.7652%] (p = 0.00 < 0.05)
58122026-05-29T10:04:31.638Z Performance has regressed.
58132026-05-29T10:04:31.638ZFound 2 outliers among 100 measurements (2.00%)
58142026-05-29T10:04:31.638Z 2 (2.00%) high mild
58152026-05-29T10:04:32.532Z
58162026-05-29T10:04:32.536ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
58172026-05-29T10:04:32.536ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
58182026-05-29T10:04:36.116ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0000 s (12M iterations)
58192026-05-29T10:04:40.116ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
58202026-05-29T10:04:40.202Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
58212026-05-29T10:04:40.202Z time: [60.282 ns 60.438 ns 60.621 ns]
58222026-05-29T10:04:40.202Z change: [−0.5848% +0.2540% +1.1048%] (p = 0.55 > 0.05)
58232026-05-29T10:04:40.202Z No change in performance detected.
58242026-05-29T10:04:40.202ZFound 4 outliers among 100 measurements (4.00%)
58252026-05-29T10:04:40.202Z 2 (2.00%) high mild
58262026-05-29T10:04:40.202Z 2 (2.00%) high severe
58272026-05-29T10:04:41.102Z
58282026-05-29T10:04:41.105ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B
58292026-05-29T10:04:41.105ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
58302026-05-29T10:04:46.216ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0000 s (4.1M iterations)
58312026-05-29T10:04:50.986ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
58322026-05-29T10:04:51.072Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-0B
58332026-05-29T10:04:51.072Z time: [218.44 ns 218.76 ns 219.14 ns]
58342026-05-29T10:04:51.072Z change: [−0.5803% −0.1288% +0.3198%] (p = 0.59 > 0.05)
58352026-05-29T10:04:51.072Z No change in performance detected.
58362026-05-29T10:04:51.072ZFound 3 outliers among 100 measurements (3.00%)
58372026-05-29T10:04:51.072Z 1 (1.00%) high mild
58382026-05-29T10:04:51.072Z 2 (2.00%) high severe
58392026-05-29T10:04:51.968Z
58402026-05-29T10:04:51.971ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
58412026-05-29T10:04:51.971ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
58422026-05-29T10:04:55.084ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0003 s (6.7M iterations)
58432026-05-29T10:05:00.343ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
58442026-05-29T10:05:00.429Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
58452026-05-29T10:05:00.429Z time: [78.317 ns 78.503 ns 78.702 ns]
58462026-05-29T10:05:00.429Z change: [−0.5836% +0.2793% +1.1221%] (p = 0.55 > 0.05)
58472026-05-29T10:05:00.429Z No change in performance detected.
58482026-05-29T10:05:00.429ZFound 6 outliers among 100 measurements (6.00%)
58492026-05-29T10:05:00.429Z 3 (3.00%) high mild
58502026-05-29T10:05:00.429Z 3 (3.00%) high severe
58512026-05-29T10:05:01.325Z
58522026-05-29T10:05:01.329ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
58532026-05-29T10:05:01.329ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
58542026-05-29T10:05:05.316ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0061 s (2.6M iterations)
58552026-05-29T10:05:10.299ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
58562026-05-29T10:05:10.385Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
58572026-05-29T10:05:10.385Z time: [237.74 ns 238.11 ns 238.51 ns]
58582026-05-29T10:05:10.385Z change: [+0.2943% +0.7413% +1.1939%] (p = 0.00 < 0.05)
58592026-05-29T10:05:10.385Z Change within noise threshold.
58602026-05-29T10:05:10.385ZFound 5 outliers among 100 measurements (5.00%)
58612026-05-29T10:05:10.385Z 2 (2.00%) high mild
58622026-05-29T10:05:10.385Z 3 (3.00%) high severe
58632026-05-29T10:05:11.278Z
58642026-05-29T10:05:11.282ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B
58652026-05-29T10:05:11.282ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
58662026-05-29T10:05:17.659ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0014 s (6.6M iterations)
58672026-05-29T10:05:21.327ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
58682026-05-29T10:05:21.412Zparse/ULP-FastPath/wallclock/V6-Udp-IN-0B
58692026-05-29T10:05:21.412Z time: [97.927 ns 98.020 ns 98.125 ns]
58702026-05-29T10:05:21.412Z change: [−0.6050% +0.1057% +0.8307%] (p = 0.78 > 0.05)
58712026-05-29T10:05:21.412Z No change in performance detected.
58722026-05-29T10:05:21.413ZFound 8 outliers among 100 measurements (8.00%)
58732026-05-29T10:05:21.413Z 5 (5.00%) high mild
58742026-05-29T10:05:21.413Z 3 (3.00%) high severe
58752026-05-29T10:05:22.306Z
58762026-05-29T10:05:22.309ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B
58772026-05-29T10:05:22.309ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
58782026-05-29T10:05:28.480ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0028 s (3.4M iterations)
58792026-05-29T10:05:32.955ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
58802026-05-29T10:05:33.041Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-0B
58812026-05-29T10:05:33.041Z time: [187.72 ns 188.29 ns 188.94 ns]
58822026-05-29T10:05:33.041Z change: [+0.5783% +1.2478% +1.8831%] (p = 0.00 < 0.05)
58832026-05-29T10:05:33.041Z Change within noise threshold.
58842026-05-29T10:05:33.041ZFound 2 outliers among 100 measurements (2.00%)
58852026-05-29T10:05:33.041Z 1 (1.00%) high mild
58862026-05-29T10:05:33.041Z 1 (1.00%) high severe
58872026-05-29T10:05:33.937Z
58882026-05-29T10:05:33.940ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
58892026-05-29T10:05:33.940ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
58902026-05-29T10:05:38.336ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0041 s (4.8M iterations)
58912026-05-29T10:05:42.796ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
58922026-05-29T10:05:42.881Zparse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
58932026-05-29T10:05:42.881Z time: [116.73 ns 116.87 ns 116.99 ns]
58942026-05-29T10:05:42.881Z change: [−0.7956% −0.0251% +0.7437%] (p = 0.95 > 0.05)
58952026-05-29T10:05:42.881Z No change in performance detected.
58962026-05-29T10:05:42.881ZFound 12 outliers among 100 measurements (12.00%)
58972026-05-29T10:05:42.881Z 5 (5.00%) high mild
58982026-05-29T10:05:42.881Z 7 (7.00%) high severe
58992026-05-29T10:05:43.779Z
59002026-05-29T10:05:43.782ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B
59012026-05-29T10:05:43.782ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
59022026-05-29T10:05:48.239ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0048 s (2.4M iterations)
59032026-05-29T10:05:53.073ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
59042026-05-29T10:05:53.158Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-1400B
59052026-05-29T10:05:53.159Z time: [206.51 ns 206.95 ns 207.44 ns]
59062026-05-29T10:05:53.159Z change: [+0.3519% +1.1297% +1.8469%] (p = 0.00 < 0.05)
59072026-05-29T10:05:53.159Z Change within noise threshold.
59082026-05-29T10:05:53.159ZFound 4 outliers among 100 measurements (4.00%)
59092026-05-29T10:05:53.159Z 2 (2.00%) high mild
59102026-05-29T10:05:53.159Z 2 (2.00%) high severe
59112026-05-29T10:05:54.051Z
59122026-05-29T10:05:54.054ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
59132026-05-29T10:05:54.054ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
59142026-05-29T10:05:57.371ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0007 s (13M iterations)
59152026-05-29T10:06:01.324ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
59162026-05-29T10:06:01.409Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
59172026-05-29T10:06:01.409Z time: [61.653 ns 61.800 ns 61.970 ns]
59182026-05-29T10:06:01.409Z change: [−1.1821% −0.4932% +0.2262%] (p = 0.18 > 0.05)
59192026-05-29T10:06:01.409Z No change in performance detected.
59202026-05-29T10:06:01.409ZFound 4 outliers among 100 measurements (4.00%)
59212026-05-29T10:06:01.409Z 2 (2.00%) high mild
59222026-05-29T10:06:01.409Z 2 (2.00%) high severe
59232026-05-29T10:06:02.308Z
59242026-05-29T10:06:02.312ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
59252026-05-29T10:06:02.312ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
59262026-05-29T10:06:07.312ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0001 s (4.2M iterations)
59272026-05-29T10:06:12.312ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
59282026-05-29T10:06:12.397Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
59292026-05-29T10:06:12.397Z time: [290.84 ns 293.49 ns 296.91 ns]
59302026-05-29T10:06:12.397Z change: [−2.2952% +14.919% +35.837%] (p = 0.12 > 0.05)
59312026-05-29T10:06:12.397Z No change in performance detected.
59322026-05-29T10:06:12.397ZFound 13 outliers among 100 measurements (13.00%)
59332026-05-29T10:06:12.397Z 5 (5.00%) high mild
59342026-05-29T10:06:12.397Z 8 (8.00%) high severe
59352026-05-29T10:06:13.299Z
59362026-05-29T10:06:13.302ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
59372026-05-29T10:06:13.302ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
59382026-05-29T10:06:16.303ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0013 s (7.0M iterations)
59392026-05-29T10:06:21.127ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
59402026-05-29T10:06:21.212Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
59412026-05-29T10:06:21.212Z time: [79.843 ns 80.033 ns 80.238 ns]
59422026-05-29T10:06:21.212Z change: [−0.3633% +0.4776% +1.3873%] (p = 0.28 > 0.05)
59432026-05-29T10:06:21.212Z No change in performance detected.
59442026-05-29T10:06:21.212ZFound 5 outliers among 100 measurements (5.00%)
59452026-05-29T10:06:21.215Z 3 (3.00%) high mild
59462026-05-29T10:06:21.215Z 2 (2.00%) high severe
59472026-05-29T10:06:22.108Z
59482026-05-29T10:06:22.111ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
59492026-05-29T10:06:22.111ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
59502026-05-29T10:06:26.378ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0068 s (2.5M iterations)
59512026-05-29T10:06:31.722ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
59522026-05-29T10:06:31.808Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
59532026-05-29T10:06:31.808Z time: [338.48 ns 342.87 ns 348.54 ns]
59542026-05-29T10:06:31.808Z change: [+5.1695% +23.810% +48.140%] (p = 0.02 < 0.05)
59552026-05-29T10:06:31.808Z Performance has regressed.
59562026-05-29T10:06:31.808ZFound 12 outliers among 100 measurements (12.00%)
59572026-05-29T10:06:31.808Z 4 (4.00%) high mild
59582026-05-29T10:06:31.808Z 8 (8.00%) high severe
59592026-05-29T10:06:32.703Z
59602026-05-29T10:06:32.706ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
59612026-05-29T10:06:32.706ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
59622026-05-29T10:06:38.827ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0034 s (6.9M iterations)
59632026-05-29T10:06:42.444ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
59642026-05-29T10:06:42.530Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
59652026-05-29T10:06:42.530Z time: [98.146 ns 98.376 ns 98.587 ns]
59662026-05-29T10:06:42.530Z change: [−0.2910% +0.4162% +1.0763%] (p = 0.26 > 0.05)
59672026-05-29T10:06:42.530Z No change in performance detected.
59682026-05-29T10:06:42.530ZFound 6 outliers among 100 measurements (6.00%)
59692026-05-29T10:06:42.530Z 3 (3.00%) high mild
59702026-05-29T10:06:42.530Z 3 (3.00%) high severe
59712026-05-29T10:06:43.431Z
59722026-05-29T10:06:43.434ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
59732026-05-29T10:06:43.434ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
59742026-05-29T10:06:49.515ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0024 s (3.4M iterations)
59752026-05-29T10:06:54.149ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
59762026-05-29T10:06:54.234Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
59772026-05-29T10:06:54.235Z time: [260.11 ns 262.31 ns 265.17 ns]
59782026-05-29T10:06:54.235Z change: [+4.1803% +19.364% +38.000%] (p = 0.01 < 0.05)
59792026-05-29T10:06:54.235Z Performance has regressed.
59802026-05-29T10:06:54.235ZFound 11 outliers among 100 measurements (11.00%)
59812026-05-29T10:06:54.238Z 4 (4.00%) high mild
59822026-05-29T10:06:54.238Z 7 (7.00%) high severe
59832026-05-29T10:06:55.140Z
59842026-05-29T10:06:55.144ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
59852026-05-29T10:06:55.144ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
59862026-05-29T10:06:59.550ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0008 s (4.8M iterations)
59872026-05-29T10:07:04.269ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
59882026-05-29T10:07:04.355Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
59892026-05-29T10:07:04.355Z time: [116.97 ns 117.31 ns 117.60 ns]
59902026-05-29T10:07:04.355Z change: [+0.2724% +0.9239% +1.6831%] (p = 0.01 < 0.05)
59912026-05-29T10:07:04.358Z Change within noise threshold.
59922026-05-29T10:07:04.358ZFound 30 outliers among 100 measurements (30.00%)
59932026-05-29T10:07:04.358Z 18 (18.00%) low mild
59942026-05-29T10:07:04.358Z 5 (5.00%) high mild
59952026-05-29T10:07:04.358Z 7 (7.00%) high severe
59962026-05-29T10:07:05.250Z
59972026-05-29T10:07:05.253ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
59982026-05-29T10:07:05.253ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
59992026-05-29T10:07:09.670ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0019 s (2.4M iterations)
60002026-05-29T10:07:14.696ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
60012026-05-29T10:07:14.781Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
60022026-05-29T10:07:14.781Z time: [293.48 ns 296.51 ns 300.48 ns]
60032026-05-29T10:07:14.781Z change: [+4.4482% +21.418% +40.736%] (p = 0.01 < 0.05)
60042026-05-29T10:07:14.781Z Performance has regressed.
60052026-05-29T10:07:14.781ZFound 12 outliers among 100 measurements (12.00%)
60062026-05-29T10:07:14.781Z 4 (4.00%) high mild
60072026-05-29T10:07:14.781Z 8 (8.00%) high severe
60082026-05-29T10:07:15.678Z
60092026-05-29T10:07:15.681ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
60102026-05-29T10:07:15.681ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
60112026-05-29T10:07:18.889ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0013 s (13M iterations)
60122026-05-29T10:07:22.899ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
60132026-05-29T10:07:22.984Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
60142026-05-29T10:07:22.984Z time: [60.284 ns 60.435 ns 60.603 ns]
60152026-05-29T10:07:22.985Z change: [−1.0400% −0.2316% +0.5859%] (p = 0.61 > 0.05)
60162026-05-29T10:07:22.985Z No change in performance detected.
60172026-05-29T10:07:22.985ZFound 4 outliers among 100 measurements (4.00%)
60182026-05-29T10:07:22.985Z 4 (4.00%) high severe
60192026-05-29T10:07:23.885Z
60202026-05-29T10:07:23.888ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
60212026-05-29T10:07:23.888ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
60222026-05-29T10:07:28.609ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0055 s (4.4M iterations)
60232026-05-29T10:07:33.695ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
60242026-05-29T10:07:33.780Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
60252026-05-29T10:07:33.780Z time: [248.94 ns 251.06 ns 253.79 ns]
60262026-05-29T10:07:33.780Z change: [−10.070% +6.7312% +25.220%] (p = 0.48 > 0.05)
60272026-05-29T10:07:33.780Z No change in performance detected.
60282026-05-29T10:07:33.780ZFound 12 outliers among 100 measurements (12.00%)
60292026-05-29T10:07:33.780Z 5 (5.00%) high mild
60302026-05-29T10:07:33.780Z 7 (7.00%) high severe
60312026-05-29T10:07:34.680Z
60322026-05-29T10:07:34.683ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
60332026-05-29T10:07:34.683ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
60342026-05-29T10:07:40.711ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0028 s (7.0M iterations)
60352026-05-29T10:07:45.460ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
60362026-05-29T10:07:45.547Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
60372026-05-29T10:07:45.547Z time: [78.500 ns 78.666 ns 78.846 ns]
60382026-05-29T10:07:45.547Z change: [−0.8510% +0.0008% +0.8820%] (p = 1.00 > 0.05)
60392026-05-29T10:07:45.547Z No change in performance detected.
60402026-05-29T10:07:45.547ZFound 4 outliers among 100 measurements (4.00%)
60412026-05-29T10:07:45.547Z 2 (2.00%) high mild
60422026-05-29T10:07:45.547Z 2 (2.00%) high severe
60432026-05-29T10:07:46.445Z
60442026-05-29T10:07:46.448ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
60452026-05-29T10:07:46.448ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
60462026-05-29T10:07:50.315ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0037 s (2.7M iterations)
60472026-05-29T10:07:55.482ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
60482026-05-29T10:07:55.567Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
60492026-05-29T10:07:55.567Z time: [286.27 ns 289.58 ns 293.83 ns]
60502026-05-29T10:07:55.567Z change: [−7.2233% +8.5201% +26.866%] (p = 0.33 > 0.05)
60512026-05-29T10:07:55.567Z No change in performance detected.
60522026-05-29T10:07:55.567ZFound 13 outliers among 100 measurements (13.00%)
60532026-05-29T10:07:55.567Z 6 (6.00%) high mild
60542026-05-29T10:07:55.567Z 7 (7.00%) high severe
60552026-05-29T10:07:56.467Z
60562026-05-29T10:07:56.470ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
60572026-05-29T10:07:56.470ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
60582026-05-29T10:08:02.290ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0020 s (7.2M iterations)
60592026-05-29T10:08:06.062ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
60602026-05-29T10:08:06.148Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
60612026-05-29T10:08:06.148Z time: [97.614 ns 97.852 ns 98.073 ns]
60622026-05-29T10:08:06.148Z change: [−0.2295% +0.4929% +1.2642%] (p = 0.19 > 0.05)
60632026-05-29T10:08:06.148Z No change in performance detected.
60642026-05-29T10:08:06.148ZFound 7 outliers among 100 measurements (7.00%)
60652026-05-29T10:08:06.148Z 2 (2.00%) high mild
60662026-05-29T10:08:06.148Z 5 (5.00%) high severe
60672026-05-29T10:08:07.046Z
60682026-05-29T10:08:07.049ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B
60692026-05-29T10:08:07.049ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
60702026-05-29T10:08:12.750ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0062 s (3.7M iterations)
60712026-05-29T10:08:17.505ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
60722026-05-29T10:08:17.591Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-0B
60732026-05-29T10:08:17.591Z time: [215.56 ns 217.06 ns 219.07 ns]
60742026-05-29T10:08:17.591Z change: [−4.6786% +9.4027% +25.464%] (p = 0.22 > 0.05)
60752026-05-29T10:08:17.591Z No change in performance detected.
60762026-05-29T10:08:17.591ZFound 10 outliers among 100 measurements (10.00%)
60772026-05-29T10:08:17.591Z 4 (4.00%) high mild
60782026-05-29T10:08:17.591Z 6 (6.00%) high severe
60792026-05-29T10:08:18.489Z
60802026-05-29T10:08:18.492ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
60812026-05-29T10:08:18.492ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
60822026-05-29T10:08:22.708ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0042 s (5.0M iterations)
60832026-05-29T10:08:27.306ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
60842026-05-29T10:08:27.392Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
60852026-05-29T10:08:27.392Z time: [116.10 ns 116.43 ns 116.72 ns]
60862026-05-29T10:08:27.392Z change: [−0.3009% +0.3799% +1.1837%] (p = 0.32 > 0.05)
60872026-05-29T10:08:27.392Z No change in performance detected.
60882026-05-29T10:08:27.392ZFound 20 outliers among 100 measurements (20.00%)
60892026-05-29T10:08:27.392Z 8 (8.00%) low mild
60902026-05-29T10:08:27.392Z 6 (6.00%) high mild
60912026-05-29T10:08:27.392Z 6 (6.00%) high severe
60922026-05-29T10:08:28.288Z
60932026-05-29T10:08:28.291ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
60942026-05-29T10:08:28.291ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
60952026-05-29T10:08:32.561ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0003 s (2.5M iterations)
60962026-05-29T10:08:37.581ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
60972026-05-29T10:08:37.666Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
60982026-05-29T10:08:37.666Z time: [245.11 ns 247.40 ns 250.40 ns]
60992026-05-29T10:08:37.666Z change: [−4.4849% +10.032% +27.574%] (p = 0.22 > 0.05)
61002026-05-29T10:08:37.666Z No change in performance detected.
61012026-05-29T10:08:37.666ZFound 10 outliers among 100 measurements (10.00%)
61022026-05-29T10:08:37.667Z 4 (4.00%) high mild
61032026-05-29T10:08:37.667Z 6 (6.00%) high severe
61042026-05-29T10:08:38.566Z
61052026-05-29T10:08:38.569ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
61062026-05-29T10:08:38.569ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
61072026-05-29T10:08:41.945ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0009 s (12M iterations)
61082026-05-29T10:08:46.254ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
61092026-05-29T10:08:46.339Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
61102026-05-29T10:08:46.339Z time: [61.164 ns 61.287 ns 61.425 ns]
61112026-05-29T10:08:46.339Z change: [−0.5354% +0.2014% +0.9922%] (p = 0.61 > 0.05)
61122026-05-29T10:08:46.339Z No change in performance detected.
61132026-05-29T10:08:46.339ZFound 5 outliers among 100 measurements (5.00%)
61142026-05-29T10:08:46.339Z 2 (2.00%) high mild
61152026-05-29T10:08:46.339Z 3 (3.00%) high severe
61162026-05-29T10:08:47.242Z
61172026-05-29T10:08:47.245ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
61182026-05-29T10:08:47.245ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
61192026-05-29T10:08:52.406ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0047 s (4.1M iterations)
61202026-05-29T10:08:57.549ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
61212026-05-29T10:08:57.634Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
61222026-05-29T10:08:57.634Z time: [290.81 ns 293.71 ns 297.46 ns]
61232026-05-29T10:08:57.634Z change: [−4.5493% +13.558% +36.297%] (p = 0.19 > 0.05)
61242026-05-29T10:08:57.634Z No change in performance detected.
61252026-05-29T10:08:57.634ZFound 12 outliers among 100 measurements (12.00%)
61262026-05-29T10:08:57.634Z 4 (4.00%) high mild
61272026-05-29T10:08:57.634Z 8 (8.00%) high severe
61282026-05-29T10:08:58.535Z
61292026-05-29T10:08:58.538ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
61302026-05-29T10:08:58.538ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
61312026-05-29T10:09:01.632ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0012 s (6.8M iterations)
61322026-05-29T10:09:06.542ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
61332026-05-29T10:09:06.628Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
61342026-05-29T10:09:06.628Z time: [79.501 ns 79.669 ns 79.839 ns]
61352026-05-29T10:09:06.628Z change: [−0.0781% +0.7931% +1.6813%] (p = 0.08 > 0.05)
61362026-05-29T10:09:06.628Z No change in performance detected.
61372026-05-29T10:09:06.628ZFound 5 outliers among 100 measurements (5.00%)
61382026-05-29T10:09:06.628Z 2 (2.00%) high mild
61392026-05-29T10:09:06.628Z 3 (3.00%) high severe
61402026-05-29T10:09:07.523Z
61412026-05-29T10:09:07.526ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
61422026-05-29T10:09:07.526ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
61432026-05-29T10:09:11.583ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0060 s (2.6M iterations)
61442026-05-29T10:09:16.806ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
61452026-05-29T10:09:16.892Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
61462026-05-29T10:09:16.892Z time: [332.73 ns 337.22 ns 343.00 ns]
61472026-05-29T10:09:16.892Z change: [−2.7502% +15.533% +36.498%] (p = 0.10 > 0.05)
61482026-05-29T10:09:16.892Z No change in performance detected.
61492026-05-29T10:09:16.892ZFound 11 outliers among 100 measurements (11.00%)
61502026-05-29T10:09:16.892Z 4 (4.00%) high mild
61512026-05-29T10:09:16.892Z 7 (7.00%) high severe
61522026-05-29T10:09:17.786Z
61532026-05-29T10:09:17.789ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
61542026-05-29T10:09:17.789ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
61552026-05-29T10:09:23.960ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0028 s (6.8M iterations)
61562026-05-29T10:09:27.783ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
61572026-05-29T10:09:27.868Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
61582026-05-29T10:09:27.871Z time: [98.296 ns 98.364 ns 98.440 ns]
61592026-05-29T10:09:27.871Z change: [−0.3467% +0.3222% +0.9825%] (p = 0.36 > 0.05)
61602026-05-29T10:09:27.871Z No change in performance detected.
61612026-05-29T10:09:27.871ZFound 8 outliers among 100 measurements (8.00%)
61622026-05-29T10:09:27.871Z 3 (3.00%) high mild
61632026-05-29T10:09:27.871Z 5 (5.00%) high severe
61642026-05-29T10:09:28.766Z
61652026-05-29T10:09:28.769ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
61662026-05-29T10:09:28.769ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
61672026-05-29T10:09:34.938ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0007 s (3.4M iterations)
61682026-05-29T10:09:39.736ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
61692026-05-29T10:09:39.821Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
61702026-05-29T10:09:39.821Z time: [256.51 ns 258.76 ns 261.76 ns]
61712026-05-29T10:09:39.821Z change: [+3.5297% +19.431% +38.910%] (p = 0.02 < 0.05)
61722026-05-29T10:09:39.821Z Performance has regressed.
61732026-05-29T10:09:39.821ZFound 11 outliers among 100 measurements (11.00%)
61742026-05-29T10:09:39.821Z 4 (4.00%) high mild
61752026-05-29T10:09:39.821Z 7 (7.00%) high severe
61762026-05-29T10:09:40.720Z
61772026-05-29T10:09:40.722ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
61782026-05-29T10:09:40.723ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
61792026-05-29T10:09:45.003ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0024 s (4.9M iterations)
61802026-05-29T10:09:49.618ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
61812026-05-29T10:09:49.704Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
61822026-05-29T10:09:49.704Z time: [117.28 ns 117.45 ns 117.60 ns]
61832026-05-29T10:09:49.704Z change: [−0.3443% +0.3704% +1.1013%] (p = 0.34 > 0.05)
61842026-05-29T10:09:49.704Z No change in performance detected.
61852026-05-29T10:09:49.704ZFound 14 outliers among 100 measurements (14.00%)
61862026-05-29T10:09:49.704Z 4 (4.00%) high mild
61872026-05-29T10:09:49.704Z 10 (10.00%) high severe
61882026-05-29T10:09:50.601Z
61892026-05-29T10:09:50.604ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
61902026-05-29T10:09:50.604ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
61912026-05-29T10:09:55.039ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0007 s (2.4M iterations)
61922026-05-29T10:10:00.157ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
61932026-05-29T10:10:00.242Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
61942026-05-29T10:10:00.242Z time: [289.98 ns 293.17 ns 297.34 ns]
61952026-05-29T10:10:00.242Z change: [+2.7433% +20.933% +41.935%] (p = 0.03 < 0.05)
61962026-05-29T10:10:00.242Z Performance has regressed.
61972026-05-29T10:10:00.242ZFound 10 outliers among 100 measurements (10.00%)
61982026-05-29T10:10:00.242Z 4 (4.00%) high mild
61992026-05-29T10:10:00.242Z 6 (6.00%) high severe
62002026-05-29T10:10:01.138Z
62012026-05-29T10:10:01.142ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
62022026-05-29T10:10:01.142ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
62032026-05-29T10:10:04.513ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0000 s (12M iterations)
62042026-05-29T10:10:08.760ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
62052026-05-29T10:10:08.845Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
62062026-05-29T10:10:08.845Z time: [60.333 ns 60.490 ns 60.675 ns]
62072026-05-29T10:10:08.845Z change: [−0.3347% +0.4635% +1.2669%] (p = 0.26 > 0.05)
62082026-05-29T10:10:08.845Z No change in performance detected.
62092026-05-29T10:10:08.845ZFound 5 outliers among 100 measurements (5.00%)
62102026-05-29T10:10:08.845Z 2 (2.00%) high mild
62112026-05-29T10:10:08.848Z 3 (3.00%) high severe
62122026-05-29T10:10:09.752Z
62132026-05-29T10:10:09.755ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
62142026-05-29T10:10:09.755ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
62152026-05-29T10:10:14.735ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0027 s (4.2M iterations)
62162026-05-29T10:10:19.859ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
62172026-05-29T10:10:19.943Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
62182026-05-29T10:10:19.943Z time: [251.80 ns 254.24 ns 257.41 ns]
62192026-05-29T10:10:19.944Z change: [−11.388% +6.0753% +26.072%] (p = 0.56 > 0.05)
62202026-05-29T10:10:19.944Z No change in performance detected.
62212026-05-29T10:10:19.944ZFound 11 outliers among 100 measurements (11.00%)
62222026-05-29T10:10:19.944Z 3 (3.00%) high mild
62232026-05-29T10:10:19.944Z 8 (8.00%) high severe
62242026-05-29T10:10:20.844Z
62252026-05-29T10:10:20.847ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
62262026-05-29T10:10:20.847ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
62272026-05-29T10:10:23.905ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0005 s (6.9M iterations)
62282026-05-29T10:10:28.904ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
62292026-05-29T10:10:28.990Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
62302026-05-29T10:10:28.990Z time: [78.379 ns 78.550 ns 78.738 ns]
62312026-05-29T10:10:28.990Z change: [−0.3973% +0.4449% +1.4144%] (p = 0.32 > 0.05)
62322026-05-29T10:10:28.990Z No change in performance detected.
62332026-05-29T10:10:28.990ZFound 5 outliers among 100 measurements (5.00%)
62342026-05-29T10:10:28.990Z 3 (3.00%) high mild
62352026-05-29T10:10:28.990Z 2 (2.00%) high severe
62362026-05-29T10:10:29.885Z
62372026-05-29T10:10:29.888ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
62382026-05-29T10:10:29.888ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
62392026-05-29T10:10:33.854ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0080 s (2.6M iterations)
62402026-05-29T10:10:39.056ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
62412026-05-29T10:10:39.142Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
62422026-05-29T10:10:39.142Z time: [290.81 ns 294.50 ns 299.24 ns]
62432026-05-29T10:10:39.142Z change: [−8.9021% +7.1954% +25.899%] (p = 0.45 > 0.05)
62442026-05-29T10:10:39.142Z No change in performance detected.
62452026-05-29T10:10:39.142ZFound 13 outliers among 100 measurements (13.00%)
62462026-05-29T10:10:39.142Z 6 (6.00%) high mild
62472026-05-29T10:10:39.142Z 7 (7.00%) high severe
62482026-05-29T10:10:40.039Z
62492026-05-29T10:10:40.042ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
62502026-05-29T10:10:40.042ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
62512026-05-29T10:10:46.160ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0002 s (6.9M iterations)
62522026-05-29T10:10:49.983ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
62532026-05-29T10:10:50.069Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
62542026-05-29T10:10:50.069Z time: [97.761 ns 97.858 ns 97.970 ns]
62552026-05-29T10:10:50.069Z change: [−0.2914% +0.3808% +1.0819%] (p = 0.28 > 0.05)
62562026-05-29T10:10:50.069Z No change in performance detected.
62572026-05-29T10:10:50.069ZFound 6 outliers among 100 measurements (6.00%)
62582026-05-29T10:10:50.070Z 2 (2.00%) high mild
62592026-05-29T10:10:50.070Z 4 (4.00%) high severe
62602026-05-29T10:10:50.965Z
62612026-05-29T10:10:50.968ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B
62622026-05-29T10:10:50.968ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
62632026-05-29T10:10:56.977ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0018 s (3.5M iterations)
62642026-05-29T10:11:01.760ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
62652026-05-29T10:11:01.845Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-0B
62662026-05-29T10:11:01.845Z time: [215.83 ns 217.53 ns 219.76 ns]
62672026-05-29T10:11:01.845Z change: [−5.0661% +9.7956% +26.067%] (p = 0.22 > 0.05)
62682026-05-29T10:11:01.845Z No change in performance detected.
62692026-05-29T10:11:01.845ZFound 10 outliers among 100 measurements (10.00%)
62702026-05-29T10:11:01.846Z 3 (3.00%) high mild
62712026-05-29T10:11:01.846Z 7 (7.00%) high severe
62722026-05-29T10:11:02.742Z
62732026-05-29T10:11:02.745ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
62742026-05-29T10:11:02.745ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
62752026-05-29T10:11:06.992ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0030 s (4.9M iterations)
62762026-05-29T10:11:11.605ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
62772026-05-29T10:11:11.691Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
62782026-05-29T10:11:11.691Z time: [116.92 ns 117.11 ns 117.27 ns]
62792026-05-29T10:11:11.691Z change: [−0.1152% +0.6159% +1.3813%] (p = 0.11 > 0.05)
62802026-05-29T10:11:11.691Z No change in performance detected.
62812026-05-29T10:11:11.691ZFound 11 outliers among 100 measurements (11.00%)
62822026-05-29T10:11:11.691Z 3 (3.00%) high mild
62832026-05-29T10:11:11.691Z 8 (8.00%) high severe
62842026-05-29T10:11:12.591Z
62852026-05-29T10:11:12.594ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
62862026-05-29T10:11:12.594ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
62872026-05-29T10:11:16.936ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0018 s (2.4M iterations)
62882026-05-29T10:11:22.040ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
62892026-05-29T10:11:22.124Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
62902026-05-29T10:11:22.124Z time: [244.92 ns 247.28 ns 250.42 ns]
62912026-05-29T10:11:22.124Z change: [−5.2328% +10.781% +30.561%] (p = 0.23 > 0.05)
62922026-05-29T10:11:22.125Z No change in performance detected.
62932026-05-29T10:11:22.125ZFound 10 outliers among 100 measurements (10.00%)
62942026-05-29T10:11:22.125Z 4 (4.00%) high mild
62952026-05-29T10:11:22.125Z 6 (6.00%) high severe
62962026-05-29T10:11:23.025Z
62972026-05-29T10:11:23.028ZBenchmarking source_filter/allows/exclude_empty_v4
62982026-05-29T10:11:23.028ZBenchmarking source_filter/allows/exclude_empty_v4: Warming up for 3.0000 s
62992026-05-29T10:11:28.387ZBenchmarking source_filter/allows/exclude_empty_v4: Collecting 100 samples in estimated 5.0000 s (8.0B iterations)
63002026-05-29T10:11:33.335ZBenchmarking source_filter/allows/exclude_empty_v4: Analyzing
63012026-05-29T10:11:33.421Zsource_filter/allows/exclude_empty_v4
63022026-05-29T10:11:33.421Z time: [616.11 ps 618.09 ps 620.12 ps]
63032026-05-29T10:11:33.421Z thrpt: [1.6126 Gelem/s 1.6179 Gelem/s 1.6231 Gelem/s]
63042026-05-29T10:11:33.421Z change:
63052026-05-29T10:11:33.421Z time: [+33.183% +33.837% +34.625%] (p = 0.00 < 0.05)
63062026-05-29T10:11:33.421Z thrpt: [−25.720% −25.283% −24.915%]
63072026-05-29T10:11:33.421Z Performance has regressed.
63082026-05-29T10:11:33.421ZFound 5 outliers among 100 measurements (5.00%)
63092026-05-29T10:11:33.421Z 4 (4.00%) low mild
63102026-05-29T10:11:33.421Z 1 (1.00%) high severe
63112026-05-29T10:11:34.316ZBenchmarking source_filter/allows/exclude_empty_v6
63122026-05-29T10:11:34.316ZBenchmarking source_filter/allows/exclude_empty_v6: Warming up for 3.0000 s
63132026-05-29T10:11:38.297ZBenchmarking source_filter/allows/exclude_empty_v6: Collecting 100 samples in estimated 5.0000 s (11B iterations)
63142026-05-29T10:11:43.300ZBenchmarking source_filter/allows/exclude_empty_v6: Analyzing
63152026-05-29T10:11:43.385Zsource_filter/allows/exclude_empty_v6
63162026-05-29T10:11:43.385Z time: [463.37 ps 463.56 ps 463.82 ps]
63172026-05-29T10:11:43.385Z thrpt: [2.1560 Gelem/s 2.1572 Gelem/s 2.1581 Gelem/s]
63182026-05-29T10:11:43.385Z change:
63192026-05-29T10:11:43.385Z time: [−0.4535% −0.3567% −0.2709%] (p = 0.00 < 0.05)
63202026-05-29T10:11:43.388Z thrpt: [+0.2716% +0.3580% +0.4556%]
63212026-05-29T10:11:43.388Z Change within noise threshold.
63222026-05-29T10:11:43.388ZFound 9 outliers among 100 measurements (9.00%)
63232026-05-29T10:11:43.388Z 5 (5.00%) high mild
63242026-05-29T10:11:43.388Z 4 (4.00%) high severe
63252026-05-29T10:11:44.281ZBenchmarking source_filter/allows/exclude_miss_v4/1
63262026-05-29T10:11:44.281ZBenchmarking source_filter/allows/exclude_miss_v4/1: Warming up for 3.0000 s
63272026-05-29T10:11:50.169ZBenchmarking source_filter/allows/exclude_miss_v4/1: Collecting 100 samples in estimated 5.0000 s (3.6B iterations)
63282026-05-29T10:11:55.226ZBenchmarking source_filter/allows/exclude_miss_v4/1: Analyzing
63292026-05-29T10:11:55.310Zsource_filter/allows/exclude_miss_v4/1
63302026-05-29T10:11:55.310Z time: [1.3734 ns 1.3864 ns 1.4001 ns]
63312026-05-29T10:11:55.310Z thrpt: [714.22 Melem/s 721.30 Melem/s 728.09 Melem/s]
63322026-05-29T10:11:55.310Z change:
63332026-05-29T10:11:55.314Z time: [−25.096% −24.248% −23.485%] (p = 0.00 < 0.05)
63342026-05-29T10:11:55.314Z thrpt: [+30.694% +32.010% +33.505%]
63352026-05-29T10:11:55.314Z Performance has improved.
63362026-05-29T10:11:55.314ZFound 2 outliers among 100 measurements (2.00%)
63372026-05-29T10:11:55.314Z 2 (2.00%) high mild
63382026-05-29T10:11:56.208ZBenchmarking source_filter/allows/exclude_hit_v4/1
63392026-05-29T10:11:56.208ZBenchmarking source_filter/allows/exclude_hit_v4/1: Warming up for 3.0000 s
63402026-05-29T10:12:01.478ZBenchmarking source_filter/allows/exclude_hit_v4/1: Collecting 100 samples in estimated 5.0000 s (4.1B iterations)
63412026-05-29T10:12:06.444ZBenchmarking source_filter/allows/exclude_hit_v4/1: Analyzing
63422026-05-29T10:12:06.530Zsource_filter/allows/exclude_hit_v4/1
63432026-05-29T10:12:06.530Z time: [1.2171 ns 1.2183 ns 1.2200 ns]
63442026-05-29T10:12:06.530Z thrpt: [819.70 Melem/s 820.79 Melem/s 821.65 Melem/s]
63452026-05-29T10:12:06.530Z change:
63462026-05-29T10:12:06.530Z time: [−23.939% −23.448% −22.984%] (p = 0.00 < 0.05)
63472026-05-29T10:12:06.530Z thrpt: [+29.844% +30.629% +31.473%]
63482026-05-29T10:12:06.530Z Performance has improved.
63492026-05-29T10:12:06.530ZFound 8 outliers among 100 measurements (8.00%)
63502026-05-29T10:12:06.530Z 3 (3.00%) high mild
63512026-05-29T10:12:06.530Z 5 (5.00%) high severe
63522026-05-29T10:12:07.421ZBenchmarking source_filter/allows/exclude_miss_v6/1
63532026-05-29T10:12:07.421ZBenchmarking source_filter/allows/exclude_miss_v6/1: Warming up for 3.0000 s
63542026-05-29T10:12:12.208ZBenchmarking source_filter/allows/exclude_miss_v6/1: Collecting 100 samples in estimated 5.0000 s (1.1B iterations)
63552026-05-29T10:12:17.298ZBenchmarking source_filter/allows/exclude_miss_v6/1: Analyzing
63562026-05-29T10:12:17.383Zsource_filter/allows/exclude_miss_v6/1
63572026-05-29T10:12:17.383Z time: [4.5176 ns 4.5484 ns 4.5778 ns]
63582026-05-29T10:12:17.383Z thrpt: [218.44 Melem/s 219.86 Melem/s 221.36 Melem/s]
63592026-05-29T10:12:17.383Z change:
63602026-05-29T10:12:17.383Z time: [+1.0161% +1.6237% +2.2323%] (p = 0.00 < 0.05)
63612026-05-29T10:12:17.383Z thrpt: [−2.1836% −1.5978% −1.0059%]
63622026-05-29T10:12:17.383Z Performance has regressed.
63632026-05-29T10:12:18.283ZBenchmarking source_filter/allows/exclude_hit_v6/1
63642026-05-29T10:12:18.283ZBenchmarking source_filter/allows/exclude_hit_v6/1: Warming up for 3.0000 s
63652026-05-29T10:12:23.375ZBenchmarking source_filter/allows/exclude_hit_v6/1: Collecting 100 samples in estimated 5.0000 s (1.1B iterations)
63662026-05-29T10:12:28.311ZBenchmarking source_filter/allows/exclude_hit_v6/1: Analyzing
63672026-05-29T10:12:28.397Zsource_filter/allows/exclude_hit_v6/1
63682026-05-29T10:12:28.397Z time: [4.6806 ns 4.6818 ns 4.6831 ns]
63692026-05-29T10:12:28.397Z thrpt: [213.53 Melem/s 213.59 Melem/s 213.65 Melem/s]
63702026-05-29T10:12:28.397Z change:
63712026-05-29T10:12:28.397Z time: [+0.8268% +0.8748% +0.9166%] (p = 0.00 < 0.05)
63722026-05-29T10:12:28.397Z thrpt: [−0.9083% −0.8672% −0.8200%]
63732026-05-29T10:12:28.397Z Change within noise threshold.
63742026-05-29T10:12:28.397ZFound 4 outliers among 100 measurements (4.00%)
63752026-05-29T10:12:28.397Z 4 (4.00%) high mild
63762026-05-29T10:12:29.291ZBenchmarking source_filter/allows/exclude_miss_v4/5
63772026-05-29T10:12:29.291ZBenchmarking source_filter/allows/exclude_miss_v4/5: Warming up for 3.0000 s
63782026-05-29T10:12:32.940ZBenchmarking source_filter/allows/exclude_miss_v4/5: Collecting 100 samples in estimated 5.0000 s (1.5B iterations)
63792026-05-29T10:12:37.760ZBenchmarking source_filter/allows/exclude_miss_v4/5: Analyzing
63802026-05-29T10:12:37.845Zsource_filter/allows/exclude_miss_v4/5
63812026-05-29T10:12:37.845Z time: [3.2723 ns 3.2782 ns 3.2844 ns]
63822026-05-29T10:12:37.845Z thrpt: [304.47 Melem/s 305.04 Melem/s 305.60 Melem/s]
63832026-05-29T10:12:37.845Z change:
63842026-05-29T10:12:37.845Z time: [−21.099% −18.856% −16.592%] (p = 0.00 < 0.05)
63852026-05-29T10:12:37.845Z thrpt: [+19.893% +23.238% +26.741%]
63862026-05-29T10:12:37.845Z Performance has improved.
63872026-05-29T10:12:37.845ZFound 7 outliers among 100 measurements (7.00%)
63882026-05-29T10:12:37.845Z 5 (5.00%) high mild
63892026-05-29T10:12:37.845Z 2 (2.00%) high severe
63902026-05-29T10:12:38.736ZBenchmarking source_filter/allows/exclude_hit_v4/5
63912026-05-29T10:12:38.736ZBenchmarking source_filter/allows/exclude_hit_v4/5: Warming up for 3.0000 s
63922026-05-29T10:12:44.023ZBenchmarking source_filter/allows/exclude_hit_v4/5: Collecting 100 samples in estimated 5.0000 s (4.1B iterations)
63932026-05-29T10:12:48.980ZBenchmarking source_filter/allows/exclude_hit_v4/5: Analyzing
63942026-05-29T10:12:49.065Zsource_filter/allows/exclude_hit_v4/5
63952026-05-29T10:12:49.065Z time: [1.2184 ns 1.2195 ns 1.2208 ns]
63962026-05-29T10:12:49.065Z thrpt: [819.16 Melem/s 820.03 Melem/s 820.75 Melem/s]
63972026-05-29T10:12:49.065Z change:
63982026-05-29T10:12:49.065Z time: [−23.891% −23.239% −22.650%] (p = 0.00 < 0.05)
63992026-05-29T10:12:49.065Z thrpt: [+29.282% +30.275% +31.390%]
64002026-05-29T10:12:49.065Z Performance has improved.
64012026-05-29T10:12:49.065ZFound 7 outliers among 100 measurements (7.00%)
64022026-05-29T10:12:49.065Z 3 (3.00%) high mild
64032026-05-29T10:12:49.065Z 4 (4.00%) high severe
64042026-05-29T10:12:49.956ZBenchmarking source_filter/allows/exclude_miss_v6/5
64052026-05-29T10:12:49.956ZBenchmarking source_filter/allows/exclude_miss_v6/5: Warming up for 3.0000 s
64062026-05-29T10:12:53.549ZBenchmarking source_filter/allows/exclude_miss_v6/5: Collecting 100 samples in estimated 5.0000 s (747M iterations)
64072026-05-29T10:12:58.563ZBenchmarking source_filter/allows/exclude_miss_v6/5: Analyzing
64082026-05-29T10:12:58.648Zsource_filter/allows/exclude_miss_v6/5
64092026-05-29T10:12:58.648Z time: [6.7000 ns 6.7057 ns 6.7125 ns]
64102026-05-29T10:12:58.648Z thrpt: [148.98 Melem/s 149.13 Melem/s 149.25 Melem/s]
64112026-05-29T10:12:58.648Z change:
64122026-05-29T10:12:58.648Z time: [+0.9974% +1.1500% +1.3407%] (p = 0.00 < 0.05)
64132026-05-29T10:12:58.648Z thrpt: [−1.3230% −1.1369% −0.9875%]
64142026-05-29T10:12:58.648Z Change within noise threshold.
64152026-05-29T10:12:58.648ZFound 1 outliers among 100 measurements (1.00%)
64162026-05-29T10:12:58.648Z 1 (1.00%) high severe
64172026-05-29T10:12:59.546ZBenchmarking source_filter/allows/exclude_hit_v6/5
64182026-05-29T10:12:59.546ZBenchmarking source_filter/allows/exclude_hit_v6/5: Warming up for 3.0000 s
64192026-05-29T10:13:04.589ZBenchmarking source_filter/allows/exclude_hit_v6/5: Collecting 100 samples in estimated 5.0000 s (1.1B iterations)
64202026-05-29T10:13:09.574ZBenchmarking source_filter/allows/exclude_hit_v6/5: Analyzing
64212026-05-29T10:13:09.660Zsource_filter/allows/exclude_hit_v6/5
64222026-05-29T10:13:09.660Z time: [4.6804 ns 4.6818 ns 4.6833 ns]
64232026-05-29T10:13:09.660Z thrpt: [213.52 Melem/s 213.59 Melem/s 213.66 Melem/s]
64242026-05-29T10:13:09.660Z change:
64252026-05-29T10:13:09.660Z time: [+0.9210% +1.0539% +1.2279%] (p = 0.00 < 0.05)
64262026-05-29T10:13:09.660Z thrpt: [−1.2130% −1.0429% −0.9126%]
64272026-05-29T10:13:09.661Z Change within noise threshold.
64282026-05-29T10:13:09.661ZFound 3 outliers among 100 measurements (3.00%)
64292026-05-29T10:13:09.661Z 3 (3.00%) high severe
64302026-05-29T10:13:10.562ZBenchmarking source_filter/allows/exclude_miss_v4/10
64312026-05-29T10:13:10.562ZBenchmarking source_filter/allows/exclude_miss_v4/10: Warming up for 3.0000 s
64322026-05-29T10:13:13.614ZBenchmarking source_filter/allows/exclude_miss_v4/10: Collecting 100 samples in estimated 5.0000 s (879M iterations)
64332026-05-29T10:13:18.593ZBenchmarking source_filter/allows/exclude_miss_v4/10: Analyzing
64342026-05-29T10:13:18.679Zsource_filter/allows/exclude_miss_v4/10
64352026-05-29T10:13:18.679Z time: [5.6523 ns 5.6566 ns 5.6612 ns]
64362026-05-29T10:13:18.679Z thrpt: [176.64 Melem/s 176.79 Melem/s 176.92 Melem/s]
64372026-05-29T10:13:18.679Z change:
64382026-05-29T10:13:18.679Z time: [−15.978% −12.785% −9.5850%] (p = 0.00 < 0.05)
64392026-05-29T10:13:18.679Z thrpt: [+10.601% +14.660% +19.016%]
64402026-05-29T10:13:18.679Z Performance has improved.
64412026-05-29T10:13:18.679ZFound 6 outliers among 100 measurements (6.00%)
64422026-05-29T10:13:18.679Z 6 (6.00%) high mild
64432026-05-29T10:13:19.569ZBenchmarking source_filter/allows/exclude_hit_v4/10
64442026-05-29T10:13:19.569ZBenchmarking source_filter/allows/exclude_hit_v4/10: Warming up for 3.0000 s
64452026-05-29T10:13:24.903ZBenchmarking source_filter/allows/exclude_hit_v4/10: Collecting 100 samples in estimated 5.0000 s (4.0B iterations)
64462026-05-29T10:13:29.903ZBenchmarking source_filter/allows/exclude_hit_v4/10: Analyzing
64472026-05-29T10:13:29.987Zsource_filter/allows/exclude_hit_v4/10
64482026-05-29T10:13:29.987Z time: [1.2398 ns 1.2416 ns 1.2440 ns]
64492026-05-29T10:13:29.987Z thrpt: [803.85 Melem/s 805.39 Melem/s 806.59 Melem/s]
64502026-05-29T10:13:29.987Z change:
64512026-05-29T10:13:29.987Z time: [−22.734% −22.129% −21.546%] (p = 0.00 < 0.05)
64522026-05-29T10:13:29.987Z thrpt: [+27.463% +28.417% +29.423%]
64532026-05-29T10:13:29.987Z Performance has improved.
64542026-05-29T10:13:29.987ZFound 10 outliers among 100 measurements (10.00%)
64552026-05-29T10:13:29.988Z 5 (5.00%) high mild
64562026-05-29T10:13:29.988Z 5 (5.00%) high severe
64572026-05-29T10:13:30.878ZBenchmarking source_filter/allows/exclude_miss_v6/10
64582026-05-29T10:13:30.878ZBenchmarking source_filter/allows/exclude_miss_v6/10: Warming up for 3.0000 s
64592026-05-29T10:13:36.048ZBenchmarking source_filter/allows/exclude_miss_v6/10: Collecting 100 samples in estimated 5.0000 s (519M iterations)
64602026-05-29T10:13:41.062ZBenchmarking source_filter/allows/exclude_miss_v6/10: Analyzing
64612026-05-29T10:13:41.147Zsource_filter/allows/exclude_miss_v6/10
64622026-05-29T10:13:41.147Z time: [9.6411 ns 9.6727 ns 9.7022 ns]
64632026-05-29T10:13:41.147Z thrpt: [103.07 Melem/s 103.38 Melem/s 103.72 Melem/s]
64642026-05-29T10:13:41.147Z change:
64652026-05-29T10:13:41.147Z time: [+0.4791% +0.7787% +1.0969%] (p = 0.00 < 0.05)
64662026-05-29T10:13:41.147Z thrpt: [−1.0850% −0.7727% −0.4768%]
64672026-05-29T10:13:41.147Z Change within noise threshold.
64682026-05-29T10:13:42.035ZBenchmarking source_filter/allows/exclude_hit_v6/10
64692026-05-29T10:13:42.035ZBenchmarking source_filter/allows/exclude_hit_v6/10: Warming up for 3.0000 s
64702026-05-29T10:13:47.148ZBenchmarking source_filter/allows/exclude_hit_v6/10: Collecting 100 samples in estimated 5.0000 s (1.0B iterations)
64712026-05-29T10:13:52.093ZBenchmarking source_filter/allows/exclude_hit_v6/10: Analyzing
64722026-05-29T10:13:52.178Zsource_filter/allows/exclude_hit_v6/10
64732026-05-29T10:13:52.178Z time: [4.6846 ns 4.6896 ns 4.6963 ns]
64742026-05-29T10:13:52.179Z thrpt: [212.93 Melem/s 213.24 Melem/s 213.46 Melem/s]
64752026-05-29T10:13:52.179Z change:
64762026-05-29T10:13:52.179Z time: [+2.1133% +2.5940% +3.1232%] (p = 0.00 < 0.05)
64772026-05-29T10:13:52.179Z thrpt: [−3.0286% −2.5284% −2.0695%]
64782026-05-29T10:13:52.179Z Performance has regressed.
64792026-05-29T10:13:53.076ZBenchmarking source_filter/allows/exclude_miss_v4/50
64802026-05-29T10:13:53.077ZBenchmarking source_filter/allows/exclude_miss_v4/50: Warming up for 3.0000 s
64812026-05-29T10:13:56.308ZBenchmarking source_filter/allows/exclude_miss_v4/50: Collecting 100 samples in estimated 5.0000 s (831M iterations)
64822026-05-29T10:14:01.453ZBenchmarking source_filter/allows/exclude_miss_v4/50: Analyzing
64832026-05-29T10:14:01.538Zsource_filter/allows/exclude_miss_v4/50
64842026-05-29T10:14:01.538Z time: [6.1786 ns 6.2289 ns 6.2785 ns]
64852026-05-29T10:14:01.539Z thrpt: [159.27 Melem/s 160.54 Melem/s 161.85 Melem/s]
64862026-05-29T10:14:01.539Z change:
64872026-05-29T10:14:01.539Z time: [−10.097% −7.5914% −5.1056%] (p = 0.00 < 0.05)
64882026-05-29T10:14:01.539Z thrpt: [+5.3803% +8.2150% +11.231%]
64892026-05-29T10:14:01.539Z Performance has improved.
64902026-05-29T10:14:01.539ZFound 1 outliers among 100 measurements (1.00%)
64912026-05-29T10:14:01.539Z 1 (1.00%) high mild
64922026-05-29T10:14:02.432ZBenchmarking source_filter/allows/exclude_hit_v4/50
64932026-05-29T10:14:02.432ZBenchmarking source_filter/allows/exclude_hit_v4/50: Warming up for 3.0000 s
64942026-05-29T10:14:07.018ZBenchmarking source_filter/allows/exclude_hit_v4/50: Collecting 100 samples in estimated 5.0000 s (2.3B iterations)
64952026-05-29T10:14:12.047ZBenchmarking source_filter/allows/exclude_hit_v4/50: Analyzing
64962026-05-29T10:14:12.132Zsource_filter/allows/exclude_hit_v4/50
64972026-05-29T10:14:12.132Z time: [2.1385 ns 2.1474 ns 2.1565 ns]
64982026-05-29T10:14:12.132Z thrpt: [463.71 Melem/s 465.69 Melem/s 467.62 Melem/s]
64992026-05-29T10:14:12.132Z change:
65002026-05-29T10:14:12.132Z time: [−22.479% −21.782% −21.090%] (p = 0.00 < 0.05)
65012026-05-29T10:14:12.132Z thrpt: [+26.727% +27.847% +28.997%]
65022026-05-29T10:14:12.133Z Performance has improved.
65032026-05-29T10:14:12.133ZFound 4 outliers among 100 measurements (4.00%)
65042026-05-29T10:14:12.136Z 3 (3.00%) high mild
65052026-05-29T10:14:12.136Z 1 (1.00%) high severe
65062026-05-29T10:14:13.020ZBenchmarking source_filter/allows/exclude_miss_v6/50
65072026-05-29T10:14:13.020ZBenchmarking source_filter/allows/exclude_miss_v6/50: Warming up for 3.0000 s
65082026-05-29T10:14:17.942ZBenchmarking source_filter/allows/exclude_miss_v6/50: Collecting 100 samples in estimated 5.0000 s (545M iterations)
65092026-05-29T10:14:22.971ZBenchmarking source_filter/allows/exclude_miss_v6/50: Analyzing
65102026-05-29T10:14:23.056Zsource_filter/allows/exclude_miss_v6/50
65112026-05-29T10:14:23.056Z time: [9.2006 ns 9.2317 ns 9.2611 ns]
65122026-05-29T10:14:23.056Z thrpt: [107.98 Melem/s 108.32 Melem/s 108.69 Melem/s]
65132026-05-29T10:14:23.056Z change:
65142026-05-29T10:14:23.056Z time: [+0.5309% +0.9776% +1.3947%] (p = 0.00 < 0.05)
65152026-05-29T10:14:23.056Z thrpt: [−1.3756% −0.9681% −0.5280%]
65162026-05-29T10:14:23.056Z Change within noise threshold.
65172026-05-29T10:14:23.957ZBenchmarking source_filter/allows/exclude_hit_v6/50
65182026-05-29T10:14:23.957ZBenchmarking source_filter/allows/exclude_hit_v6/50: Warming up for 3.0000 s
65192026-05-29T10:14:29.939ZBenchmarking source_filter/allows/exclude_hit_v6/50: Collecting 100 samples in estimated 5.0000 s (897M iterations)
65202026-05-29T10:14:34.942ZBenchmarking source_filter/allows/exclude_hit_v6/50: Analyzing
65212026-05-29T10:14:35.028Zsource_filter/allows/exclude_hit_v6/50
65222026-05-29T10:14:35.028Z time: [5.5725 ns 5.5742 ns 5.5759 ns]
65232026-05-29T10:14:35.028Z thrpt: [179.34 Melem/s 179.40 Melem/s 179.45 Melem/s]
65242026-05-29T10:14:35.028Z change:
65252026-05-29T10:14:35.028Z time: [+0.6808% +0.7480% +0.8238%] (p = 0.00 < 0.05)
65262026-05-29T10:14:35.028Z thrpt: [−0.8171% −0.7424% −0.6762%]
65272026-05-29T10:14:35.028Z Change within noise threshold.
65282026-05-29T10:14:35.028ZFound 5 outliers among 100 measurements (5.00%)
65292026-05-29T10:14:35.028Z 2 (2.00%) high mild
65302026-05-29T10:14:35.028Z 3 (3.00%) high severe
65312026-05-29T10:14:35.921ZBenchmarking source_filter/allows/exclude_miss_v4/100
65322026-05-29T10:14:35.921ZBenchmarking source_filter/allows/exclude_miss_v4/100: Warming up for 3.0000 s
65332026-05-29T10:14:39.879ZBenchmarking source_filter/allows/exclude_miss_v4/100: Collecting 100 samples in estimated 5.0000 s (678M iterations)
65342026-05-29T10:14:44.879ZBenchmarking source_filter/allows/exclude_miss_v4/100: Analyzing
65352026-05-29T10:14:44.951Zsource_filter/allows/exclude_miss_v4/100
65362026-05-29T10:14:44.951Z time: [7.3182 ns 7.3530 ns 7.3906 ns]
65372026-05-29T10:14:44.951Z thrpt: [135.31 Melem/s 136.00 Melem/s 136.65 Melem/s]
65382026-05-29T10:14:44.951Z change:
65392026-05-29T10:14:44.951Z time: [−17.762% −14.676% −11.605%] (p = 0.00 < 0.05)
65402026-05-29T10:14:44.951Z thrpt: [+13.129% +17.200% +21.599%]
65412026-05-29T10:14:44.951Z Performance has improved.
65422026-05-29T10:14:44.954ZFound 6 outliers among 100 measurements (6.00%)
65432026-05-29T10:14:44.954Z 3 (3.00%) high mild
65442026-05-29T10:14:44.954Z 3 (3.00%) high severe
65452026-05-29T10:14:45.843ZBenchmarking source_filter/allows/exclude_hit_v4/100
65462026-05-29T10:14:45.843ZBenchmarking source_filter/allows/exclude_hit_v4/100: Warming up for 3.0000 s
65472026-05-29T10:14:50.545ZBenchmarking source_filter/allows/exclude_hit_v4/100: Collecting 100 samples in estimated 5.0000 s (2.3B iterations)
65482026-05-29T10:14:55.503ZBenchmarking source_filter/allows/exclude_hit_v4/100: Analyzing
65492026-05-29T10:14:55.588Zsource_filter/allows/exclude_hit_v4/100
65502026-05-29T10:14:55.588Z time: [2.1621 ns 2.1698 ns 2.1783 ns]
65512026-05-29T10:14:55.588Z thrpt: [459.07 Melem/s 460.88 Melem/s 462.52 Melem/s]
65522026-05-29T10:14:55.589Z change:
65532026-05-29T10:14:55.589Z time: [−21.762% −21.004% −20.203%] (p = 0.00 < 0.05)
65542026-05-29T10:14:55.589Z thrpt: [+25.317% +26.588% +27.816%]
65552026-05-29T10:14:55.589Z Performance has improved.
65562026-05-29T10:14:55.589ZFound 8 outliers among 100 measurements (8.00%)
65572026-05-29T10:14:55.589Z 2 (2.00%) high mild
65582026-05-29T10:14:55.589Z 6 (6.00%) high severe
65592026-05-29T10:14:56.480ZBenchmarking source_filter/allows/exclude_miss_v6/100
65602026-05-29T10:14:56.480ZBenchmarking source_filter/allows/exclude_miss_v6/100: Warming up for 3.0000 s
65612026-05-29T10:14:59.664ZBenchmarking source_filter/allows/exclude_miss_v6/100: Collecting 100 samples in estimated 5.0000 s (422M iterations)
65622026-05-29T10:15:04.657ZBenchmarking source_filter/allows/exclude_miss_v6/100: Analyzing
65632026-05-29T10:15:04.744Zsource_filter/allows/exclude_miss_v6/100
65642026-05-29T10:15:04.744Z time: [11.811 ns 11.823 ns 11.837 ns]
65652026-05-29T10:15:04.744Z thrpt: [84.481 Melem/s 84.579 Melem/s 84.666 Melem/s]
65662026-05-29T10:15:04.744Z change:
65672026-05-29T10:15:04.744Z time: [+0.7898% +1.2011% +1.5426%] (p = 0.00 < 0.05)
65682026-05-29T10:15:04.744Z thrpt: [−1.5192% −1.1868% −0.7836%]
65692026-05-29T10:15:04.744Z Change within noise threshold.
65702026-05-29T10:15:05.639ZBenchmarking source_filter/allows/exclude_hit_v6/100
65712026-05-29T10:15:05.640ZBenchmarking source_filter/allows/exclude_hit_v6/100: Warming up for 3.0000 s
65722026-05-29T10:15:11.622ZBenchmarking source_filter/allows/exclude_hit_v6/100: Collecting 100 samples in estimated 5.0000 s (897M iterations)
65732026-05-29T10:15:16.627ZBenchmarking source_filter/allows/exclude_hit_v6/100: Analyzing
65742026-05-29T10:15:16.712Zsource_filter/allows/exclude_hit_v6/100
65752026-05-29T10:15:16.713Z time: [5.5738 ns 5.5756 ns 5.5776 ns]
65762026-05-29T10:15:16.713Z thrpt: [179.29 Melem/s 179.35 Melem/s 179.41 Melem/s]
65772026-05-29T10:15:16.713Z change:
65782026-05-29T10:15:16.713Z time: [+0.6807% +0.7224% +0.7647%] (p = 0.00 < 0.05)
65792026-05-29T10:15:16.713Z thrpt: [−0.7589% −0.7172% −0.6761%]
65802026-05-29T10:15:16.713Z Change within noise threshold.
65812026-05-29T10:15:17.604ZBenchmarking source_filter/allows/include_hit_v4/1
65822026-05-29T10:15:17.604ZBenchmarking source_filter/allows/include_hit_v4/1: Warming up for 3.0000 s
65832026-05-29T10:15:22.860ZBenchmarking source_filter/allows/include_hit_v4/1: Collecting 100 samples in estimated 5.0000 s (4.1B iterations)
65842026-05-29T10:15:27.861ZBenchmarking source_filter/allows/include_hit_v4/1: Analyzing
65852026-05-29T10:15:27.946Zsource_filter/allows/include_hit_v4/1
65862026-05-29T10:15:27.946Z time: [1.2220 ns 1.2236 ns 1.2258 ns]
65872026-05-29T10:15:27.946Z thrpt: [815.78 Melem/s 817.25 Melem/s 818.35 Melem/s]
65882026-05-29T10:15:27.946Z change:
65892026-05-29T10:15:27.946Z time: [−23.626% −23.032% −22.452%] (p = 0.00 < 0.05)
65902026-05-29T10:15:27.946Z thrpt: [+28.953% +29.924% +30.934%]
65912026-05-29T10:15:27.947Z Performance has improved.
65922026-05-29T10:15:27.947ZFound 8 outliers among 100 measurements (8.00%)
65932026-05-29T10:15:27.947Z 6 (6.00%) high mild
65942026-05-29T10:15:27.947Z 2 (2.00%) high severe
65952026-05-29T10:15:28.848ZBenchmarking source_filter/allows/include_miss_v4/1
65962026-05-29T10:15:28.848ZBenchmarking source_filter/allows/include_miss_v4/1: Warming up for 3.0000 s
65972026-05-29T10:15:34.776ZBenchmarking source_filter/allows/include_miss_v4/1: Collecting 100 samples in estimated 5.0000 s (3.6B iterations)
65982026-05-29T10:15:39.779ZBenchmarking source_filter/allows/include_miss_v4/1: Analyzing
65992026-05-29T10:15:39.863Zsource_filter/allows/include_miss_v4/1
66002026-05-29T10:15:39.866Z time: [1.3699 ns 1.3805 ns 1.3916 ns]
66012026-05-29T10:15:39.866Z thrpt: [718.59 Melem/s 724.37 Melem/s 729.98 Melem/s]
66022026-05-29T10:15:39.866Z change:
66032026-05-29T10:15:39.866Z time: [−25.461% −24.683% −23.869%] (p = 0.00 < 0.05)
66042026-05-29T10:15:39.866Z thrpt: [+31.352% +32.773% +34.158%]
66052026-05-29T10:15:39.866Z Performance has improved.
66062026-05-29T10:15:39.866ZFound 3 outliers among 100 measurements (3.00%)
66072026-05-29T10:15:39.866Z 3 (3.00%) high mild
66082026-05-29T10:15:40.762ZBenchmarking source_filter/allows/include_hit_v6/1
66092026-05-29T10:15:40.762ZBenchmarking source_filter/allows/include_hit_v6/1: Warming up for 3.0000 s
66102026-05-29T10:15:45.896ZBenchmarking source_filter/allows/include_hit_v6/1: Collecting 100 samples in estimated 5.0000 s (1.0B iterations)
66112026-05-29T10:15:50.792ZBenchmarking source_filter/allows/include_hit_v6/1: Analyzing
66122026-05-29T10:15:50.877Zsource_filter/allows/include_hit_v6/1
66132026-05-29T10:15:50.877Z time: [4.6798 ns 4.6816 ns 4.6836 ns]
66142026-05-29T10:15:50.878Z thrpt: [213.51 Melem/s 213.60 Melem/s 213.68 Melem/s]
66152026-05-29T10:15:50.878Z change:
66162026-05-29T10:15:50.878Z time: [+0.5884% +0.7643% +0.8810%] (p = 0.00 < 0.05)
66172026-05-29T10:15:50.878Z thrpt: [−0.8733% −0.7585% −0.5849%]
66182026-05-29T10:15:50.878Z Change within noise threshold.
66192026-05-29T10:15:50.878ZFound 3 outliers among 100 measurements (3.00%)
66202026-05-29T10:15:50.878Z 2 (2.00%) high mild
66212026-05-29T10:15:50.878Z 1 (1.00%) high severe
66222026-05-29T10:15:51.769ZBenchmarking source_filter/allows/include_miss_v6/1
66232026-05-29T10:15:51.769ZBenchmarking source_filter/allows/include_miss_v6/1: Warming up for 3.0000 s
66242026-05-29T10:15:56.566ZBenchmarking source_filter/allows/include_miss_v6/1: Collecting 100 samples in estimated 5.0000 s (1.1B iterations)
66252026-05-29T10:16:01.650ZBenchmarking source_filter/allows/include_miss_v6/1: Analyzing
66262026-05-29T10:16:01.735Zsource_filter/allows/include_miss_v6/1
66272026-05-29T10:16:01.735Z time: [4.5226 ns 4.5543 ns 4.5843 ns]
66282026-05-29T10:16:01.735Z thrpt: [218.14 Melem/s 219.57 Melem/s 221.11 Melem/s]
66292026-05-29T10:16:01.735Z change:
66302026-05-29T10:16:01.735Z time: [+0.9593% +1.5995% +2.1878%] (p = 0.00 < 0.05)
66312026-05-29T10:16:01.735Z thrpt: [−2.1409% −1.5743% −0.9502%]
66322026-05-29T10:16:01.735Z Change within noise threshold.
66332026-05-29T10:16:02.616ZBenchmarking source_filter/allows/include_hit_v4/5
66342026-05-29T10:16:02.616ZBenchmarking source_filter/allows/include_hit_v4/5: Warming up for 3.0000 s
66352026-05-29T10:16:07.860ZBenchmarking source_filter/allows/include_hit_v4/5: Collecting 100 samples in estimated 5.0000 s (4.1B iterations)
66362026-05-29T10:16:12.855ZBenchmarking source_filter/allows/include_hit_v4/5: Analyzing
66372026-05-29T10:16:12.940Zsource_filter/allows/include_hit_v4/5
66382026-05-29T10:16:12.940Z time: [1.2183 ns 1.2200 ns 1.2221 ns]
66392026-05-29T10:16:12.940Z thrpt: [818.27 Melem/s 819.67 Melem/s 820.80 Melem/s]
66402026-05-29T10:16:12.940Z change:
66412026-05-29T10:16:12.940Z time: [−23.530% −23.004% −22.497%] (p = 0.00 < 0.05)
66422026-05-29T10:16:12.940Z thrpt: [+29.028% +29.877% +30.770%]
66432026-05-29T10:16:12.940Z Performance has improved.
66442026-05-29T10:16:12.940ZFound 5 outliers among 100 measurements (5.00%)
66452026-05-29T10:16:12.940Z 5 (5.00%) high severe
66462026-05-29T10:16:13.834ZBenchmarking source_filter/allows/include_miss_v4/5
66472026-05-29T10:16:13.834ZBenchmarking source_filter/allows/include_miss_v4/5: Warming up for 3.0000 s
66482026-05-29T10:16:17.335ZBenchmarking source_filter/allows/include_miss_v4/5: Collecting 100 samples in estimated 5.0000 s (1.5B iterations)
66492026-05-29T10:16:22.340ZBenchmarking source_filter/allows/include_miss_v4/5: Analyzing
66502026-05-29T10:16:22.426Zsource_filter/allows/include_miss_v4/5
66512026-05-29T10:16:22.426Z time: [3.2553 ns 3.2595 ns 3.2650 ns]
66522026-05-29T10:16:22.426Z thrpt: [306.28 Melem/s 306.79 Melem/s 307.19 Melem/s]
66532026-05-29T10:16:22.426Z change:
66542026-05-29T10:16:22.426Z time: [−16.065% −13.772% −11.593%] (p = 0.00 < 0.05)
66552026-05-29T10:16:22.426Z thrpt: [+13.113% +15.972% +19.139%]
66562026-05-29T10:16:22.426Z Performance has improved.
66572026-05-29T10:16:22.426ZFound 3 outliers among 100 measurements (3.00%)
66582026-05-29T10:16:22.426Z 3 (3.00%) high severe
66592026-05-29T10:16:23.318ZBenchmarking source_filter/allows/include_hit_v6/5
66602026-05-29T10:16:23.318ZBenchmarking source_filter/allows/include_hit_v6/5: Warming up for 3.0000 s
66612026-05-29T10:16:28.383ZBenchmarking source_filter/allows/include_hit_v6/5: Collecting 100 samples in estimated 5.0000 s (1.1B iterations)
66622026-05-29T10:16:33.347ZBenchmarking source_filter/allows/include_hit_v6/5: Analyzing
66632026-05-29T10:16:33.433Zsource_filter/allows/include_hit_v6/5
66642026-05-29T10:16:33.434Z time: [4.6797 ns 4.6820 ns 4.6847 ns]
66652026-05-29T10:16:33.434Z thrpt: [213.46 Melem/s 213.58 Melem/s 213.69 Melem/s]
66662026-05-29T10:16:33.434Z change:
66672026-05-29T10:16:33.434Z time: [+0.7552% +0.8679% +1.0558%] (p = 0.00 < 0.05)
66682026-05-29T10:16:33.437Z thrpt: [−1.0448% −0.8604% −0.7495%]
66692026-05-29T10:16:33.437Z Change within noise threshold.
66702026-05-29T10:16:33.437ZFound 3 outliers among 100 measurements (3.00%)
66712026-05-29T10:16:33.437Z 3 (3.00%) high severe
66722026-05-29T10:16:34.330ZBenchmarking source_filter/allows/include_miss_v6/5
66732026-05-29T10:16:34.330ZBenchmarking source_filter/allows/include_miss_v6/5: Warming up for 3.0000 s
66742026-05-29T10:16:37.920ZBenchmarking source_filter/allows/include_miss_v6/5: Collecting 100 samples in estimated 5.0000 s (748M iterations)
66752026-05-29T10:16:42.921ZBenchmarking source_filter/allows/include_miss_v6/5: Analyzing
66762026-05-29T10:16:43.007Zsource_filter/allows/include_miss_v6/5
66772026-05-29T10:16:43.007Z time: [6.6843 ns 6.6865 ns 6.6894 ns]
66782026-05-29T10:16:43.007Z thrpt: [149.49 Melem/s 149.55 Melem/s 149.61 Melem/s]
66792026-05-29T10:16:43.007Z change:
66802026-05-29T10:16:43.007Z time: [+0.7690% +0.8461% +0.9303%] (p = 0.00 < 0.05)
66812026-05-29T10:16:43.007Z thrpt: [−0.9217% −0.8390% −0.7632%]
66822026-05-29T10:16:43.007Z Change within noise threshold.
66832026-05-29T10:16:43.007ZFound 3 outliers among 100 measurements (3.00%)
66842026-05-29T10:16:43.007Z 2 (2.00%) high mild
66852026-05-29T10:16:43.007Z 1 (1.00%) high severe
66862026-05-29T10:16:43.912ZBenchmarking source_filter/allows/include_hit_v4/10
66872026-05-29T10:16:43.912ZBenchmarking source_filter/allows/include_hit_v4/10: Warming up for 3.0000 s
66882026-05-29T10:16:49.156ZBenchmarking source_filter/allows/include_hit_v4/10: Collecting 100 samples in estimated 5.0000 s (4.1B iterations)
66892026-05-29T10:16:54.149ZBenchmarking source_filter/allows/include_hit_v4/10: Analyzing
66902026-05-29T10:16:54.234Zsource_filter/allows/include_hit_v4/10
66912026-05-29T10:16:54.234Z time: [1.2175 ns 1.2191 ns 1.2210 ns]
66922026-05-29T10:16:54.234Z thrpt: [819.00 Melem/s 820.29 Melem/s 821.35 Melem/s]
66932026-05-29T10:16:54.234Z change:
66942026-05-29T10:16:54.234Z time: [−23.378% −22.701% −21.921%] (p = 0.00 < 0.05)
66952026-05-29T10:16:54.234Z thrpt: [+28.075% +29.368% +30.511%]
66962026-05-29T10:16:54.234Z Performance has improved.
66972026-05-29T10:16:54.234ZFound 9 outliers among 100 measurements (9.00%)
66982026-05-29T10:16:54.234Z 2 (2.00%) high mild
66992026-05-29T10:16:54.234Z 7 (7.00%) high severe
67002026-05-29T10:16:55.119ZBenchmarking source_filter/allows/include_miss_v4/10
67012026-05-29T10:16:55.119ZBenchmarking source_filter/allows/include_miss_v4/10: Warming up for 3.0000 s
67022026-05-29T10:16:58.205ZBenchmarking source_filter/allows/include_miss_v4/10: Collecting 100 samples in estimated 5.0000 s (870M iterations)
67032026-05-29T10:17:03.199ZBenchmarking source_filter/allows/include_miss_v4/10: Analyzing
67042026-05-29T10:17:03.284Zsource_filter/allows/include_miss_v4/10
67052026-05-29T10:17:03.285Z time: [5.7387 ns 5.7412 ns 5.7439 ns]
67062026-05-29T10:17:03.285Z thrpt: [174.10 Melem/s 174.18 Melem/s 174.26 Melem/s]
67072026-05-29T10:17:03.288Z change:
67082026-05-29T10:17:03.288Z time: [−12.025% −8.6040% −5.3200%] (p = 0.00 < 0.05)
67092026-05-29T10:17:03.288Z thrpt: [+5.6190% +9.4140% +13.668%]
67102026-05-29T10:17:03.288Z Performance has improved.
67112026-05-29T10:17:03.288ZFound 2 outliers among 100 measurements (2.00%)
67122026-05-29T10:17:03.288Z 2 (2.00%) high mild
67132026-05-29T10:17:04.176ZBenchmarking source_filter/allows/include_hit_v6/10
67142026-05-29T10:17:04.176ZBenchmarking source_filter/allows/include_hit_v6/10: Warming up for 3.0000 s
67152026-05-29T10:17:09.205ZBenchmarking source_filter/allows/include_hit_v6/10: Collecting 100 samples in estimated 5.0000 s (1.1B iterations)
67162026-05-29T10:17:14.205ZBenchmarking source_filter/allows/include_hit_v6/10: Analyzing
67172026-05-29T10:17:14.290Zsource_filter/allows/include_hit_v6/10
67182026-05-29T10:17:14.290Z time: [4.6823 ns 4.6838 ns 4.6853 ns]
67192026-05-29T10:17:14.290Z thrpt: [213.43 Melem/s 213.50 Melem/s 213.57 Melem/s]
67202026-05-29T10:17:14.290Z change:
67212026-05-29T10:17:14.290Z time: [+0.8825% +0.9126% +0.9449%] (p = 0.00 < 0.05)
67222026-05-29T10:17:14.290Z thrpt: [−0.9361% −0.9044% −0.8748%]
67232026-05-29T10:17:14.291Z Change within noise threshold.
67242026-05-29T10:17:14.291ZFound 1 outliers among 100 measurements (1.00%)
67252026-05-29T10:17:14.291Z 1 (1.00%) high severe
67262026-05-29T10:17:15.183ZBenchmarking source_filter/allows/include_miss_v6/10
67272026-05-29T10:17:15.183ZBenchmarking source_filter/allows/include_miss_v6/10: Warming up for 3.0000 s
67282026-05-29T10:17:20.323ZBenchmarking source_filter/allows/include_miss_v6/10: Collecting 100 samples in estimated 5.0000 s (522M iterations)
67292026-05-29T10:17:25.378ZBenchmarking source_filter/allows/include_miss_v6/10: Analyzing
67302026-05-29T10:17:25.463Zsource_filter/allows/include_miss_v6/10
67312026-05-29T10:17:25.463Z time: [9.6496 ns 9.6812 ns 9.7122 ns]
67322026-05-29T10:17:25.463Z thrpt: [102.96 Melem/s 103.29 Melem/s 103.63 Melem/s]
67332026-05-29T10:17:25.463Z change:
67342026-05-29T10:17:25.463Z time: [+2.0148% +2.2850% +2.5428%] (p = 0.00 < 0.05)
67352026-05-29T10:17:25.463Z thrpt: [−2.4797% −2.2339% −1.9750%]
67362026-05-29T10:17:25.463Z Performance has regressed.
67372026-05-29T10:17:26.359ZBenchmarking source_filter/allows/include_hit_v4/50
67382026-05-29T10:17:26.360ZBenchmarking source_filter/allows/include_hit_v4/50: Warming up for 3.0000 s
67392026-05-29T10:17:30.973ZBenchmarking source_filter/allows/include_hit_v4/50: Collecting 100 samples in estimated 5.0000 s (2.3B iterations)
67402026-05-29T10:17:35.958ZBenchmarking source_filter/allows/include_hit_v4/50: Analyzing
67412026-05-29T10:17:36.044Zsource_filter/allows/include_hit_v4/50
67422026-05-29T10:17:36.044Z time: [2.1316 ns 2.1406 ns 2.1500 ns]
67432026-05-29T10:17:36.044Z thrpt: [465.12 Melem/s 467.16 Melem/s 469.12 Melem/s]
67442026-05-29T10:17:36.044Z change:
67452026-05-29T10:17:36.044Z time: [−23.369% −22.557% −21.728%] (p = 0.00 < 0.05)
67462026-05-29T10:17:36.047Z thrpt: [+27.760% +29.127% +30.496%]
67472026-05-29T10:17:36.047Z Performance has improved.
67482026-05-29T10:17:36.047ZFound 3 outliers among 100 measurements (3.00%)
67492026-05-29T10:17:36.047Z 3 (3.00%) high severe
67502026-05-29T10:17:36.936ZBenchmarking source_filter/allows/include_miss_v4/50
67512026-05-29T10:17:36.936ZBenchmarking source_filter/allows/include_miss_v4/50: Warming up for 3.0000 s
67522026-05-29T10:17:40.022ZBenchmarking source_filter/allows/include_miss_v4/50: Collecting 100 samples in estimated 5.0000 s (870M iterations)
67532026-05-29T10:17:44.971ZBenchmarking source_filter/allows/include_miss_v4/50: Analyzing
67542026-05-29T10:17:45.056Zsource_filter/allows/include_miss_v4/50
67552026-05-29T10:17:45.056Z time: [5.6555 ns 5.6974 ns 5.7386 ns]
67562026-05-29T10:17:45.056Z thrpt: [174.26 Melem/s 175.52 Melem/s 176.82 Melem/s]
67572026-05-29T10:17:45.056Z change:
67582026-05-29T10:17:45.056Z time: [−29.228% −26.600% −23.669%] (p = 0.00 < 0.05)
67592026-05-29T10:17:45.056Z thrpt: [+31.009% +36.240% +41.299%]
67602026-05-29T10:17:45.056Z Performance has improved.
67612026-05-29T10:17:45.056ZFound 6 outliers among 100 measurements (6.00%)
67622026-05-29T10:17:45.056Z 3 (3.00%) high mild
67632026-05-29T10:17:45.056Z 3 (3.00%) high severe
67642026-05-29T10:17:45.947ZBenchmarking source_filter/allows/include_hit_v6/50
67652026-05-29T10:17:45.947ZBenchmarking source_filter/allows/include_hit_v6/50: Warming up for 3.0000 s
67662026-05-29T10:17:51.947ZBenchmarking source_filter/allows/include_hit_v6/50: Collecting 100 samples in estimated 5.0000 s (895M iterations)
67672026-05-29T10:17:57.003ZBenchmarking source_filter/allows/include_hit_v6/50: Analyzing
67682026-05-29T10:17:57.088Zsource_filter/allows/include_hit_v6/50
67692026-05-29T10:17:57.088Z time: [5.6330 ns 5.6697 ns 5.7066 ns]
67702026-05-29T10:17:57.088Z thrpt: [175.24 Melem/s 176.37 Melem/s 177.53 Melem/s]
67712026-05-29T10:17:57.088Z change:
67722026-05-29T10:17:57.088Z time: [+1.2686% +1.6003% +1.9494%] (p = 0.00 < 0.05)
67732026-05-29T10:17:57.088Z thrpt: [−1.9121% −1.5751% −1.2527%]
67742026-05-29T10:17:57.088Z Performance has regressed.
67752026-05-29T10:17:57.088ZFound 13 outliers among 100 measurements (13.00%)
67762026-05-29T10:17:57.088Z 13 (13.00%) high severe
67772026-05-29T10:17:57.985ZBenchmarking source_filter/allows/include_miss_v6/50
67782026-05-29T10:17:57.985ZBenchmarking source_filter/allows/include_miss_v6/50: Warming up for 3.0000 s
67792026-05-29T10:18:02.900ZBenchmarking source_filter/allows/include_miss_v6/50: Collecting 100 samples in estimated 5.0000 s (546M iterations)
67802026-05-29T10:18:07.941ZBenchmarking source_filter/allows/include_miss_v6/50: Analyzing
67812026-05-29T10:18:08.026Zsource_filter/allows/include_miss_v6/50
67822026-05-29T10:18:08.026Z time: [9.2065 ns 9.2362 ns 9.2647 ns]
67832026-05-29T10:18:08.026Z thrpt: [107.94 Melem/s 108.27 Melem/s 108.62 Melem/s]
67842026-05-29T10:18:08.026Z change:
67852026-05-29T10:18:08.026Z time: [+1.1467% +1.4391% +1.7371%] (p = 0.00 < 0.05)
67862026-05-29T10:18:08.026Z thrpt: [−1.7074% −1.4187% −1.1337%]
67872026-05-29T10:18:08.026Z Performance has regressed.
67882026-05-29T10:18:08.929ZBenchmarking source_filter/allows/include_hit_v4/100
67892026-05-29T10:18:08.929ZBenchmarking source_filter/allows/include_hit_v4/100: Warming up for 3.0000 s
67902026-05-29T10:18:13.540ZBenchmarking source_filter/allows/include_hit_v4/100: Collecting 100 samples in estimated 5.0000 s (2.3B iterations)
67912026-05-29T10:18:18.538ZBenchmarking source_filter/allows/include_hit_v4/100: Analyzing
67922026-05-29T10:18:18.623Zsource_filter/allows/include_hit_v4/100
67932026-05-29T10:18:18.624Z time: [2.1325 ns 2.1436 ns 2.1554 ns]
67942026-05-29T10:18:18.624Z thrpt: [463.96 Melem/s 466.50 Melem/s 468.92 Melem/s]
67952026-05-29T10:18:18.624Z change:
67962026-05-29T10:18:18.624Z time: [−22.688% −21.886% −21.041%] (p = 0.00 < 0.05)
67972026-05-29T10:18:18.624Z thrpt: [+26.647% +28.017% +29.346%]
67982026-05-29T10:18:18.624Z Performance has improved.
67992026-05-29T10:18:18.624ZFound 3 outliers among 100 measurements (3.00%)
68002026-05-29T10:18:18.624Z 3 (3.00%) high mild
68012026-05-29T10:18:19.514ZBenchmarking source_filter/allows/include_miss_v4/100
68022026-05-29T10:18:19.514ZBenchmarking source_filter/allows/include_miss_v4/100: Warming up for 3.0000 s
68032026-05-29T10:18:23.413ZBenchmarking source_filter/allows/include_miss_v4/100: Collecting 100 samples in estimated 5.0000 s (689M iterations)
68042026-05-29T10:18:28.554ZBenchmarking source_filter/allows/include_miss_v4/100: Analyzing
68052026-05-29T10:18:28.640Zsource_filter/allows/include_miss_v4/100
68062026-05-29T10:18:28.640Z time: [7.3370 ns 7.4010 ns 7.4825 ns]
68072026-05-29T10:18:28.640Z thrpt: [133.65 Melem/s 135.12 Melem/s 136.30 Melem/s]
68082026-05-29T10:18:28.640Z change:
68092026-05-29T10:18:28.640Z time: [−13.558% −10.760% −8.0944%] (p = 0.00 < 0.05)
68102026-05-29T10:18:28.640Z thrpt: [+8.8073% +12.058% +15.684%]
68112026-05-29T10:18:28.640Z Performance has improved.
68122026-05-29T10:18:28.640ZFound 2 outliers among 100 measurements (2.00%)
68132026-05-29T10:18:28.640Z 2 (2.00%) high mild
68142026-05-29T10:18:29.533ZBenchmarking source_filter/allows/include_hit_v6/100
68152026-05-29T10:18:29.533ZBenchmarking source_filter/allows/include_hit_v6/100: Warming up for 3.0000 s
68162026-05-29T10:18:35.517ZBenchmarking source_filter/allows/include_hit_v6/100: Collecting 100 samples in estimated 5.0000 s (897M iterations)
68172026-05-29T10:18:40.514ZBenchmarking source_filter/allows/include_hit_v6/100: Analyzing
68182026-05-29T10:18:40.601Zsource_filter/allows/include_hit_v6/100
68192026-05-29T10:18:40.601Z time: [5.5676 ns 5.5689 ns 5.5702 ns]
68202026-05-29T10:18:40.601Z thrpt: [179.53 Melem/s 179.57 Melem/s 179.61 Melem/s]
68212026-05-29T10:18:40.601Z change:
68222026-05-29T10:18:40.601Z time: [+0.6353% +0.6749% +0.7153%] (p = 0.00 < 0.05)
68232026-05-29T10:18:40.601Z thrpt: [−0.7102% −0.6703% −0.6313%]
68242026-05-29T10:18:40.601Z Change within noise threshold.
68252026-05-29T10:18:41.493ZBenchmarking source_filter/allows/include_miss_v6/100
68262026-05-29T10:18:41.493ZBenchmarking source_filter/allows/include_miss_v6/100: Warming up for 3.0000 s
68272026-05-29T10:18:44.693ZBenchmarking source_filter/allows/include_miss_v6/100: Collecting 100 samples in estimated 5.0000 s (420M iterations)
68282026-05-29T10:18:49.694ZBenchmarking source_filter/allows/include_miss_v6/100: Analyzing
68292026-05-29T10:18:49.780Zsource_filter/allows/include_miss_v6/100
68302026-05-29T10:18:49.780Z time: [11.884 ns 11.905 ns 11.928 ns]
68312026-05-29T10:18:49.780Z thrpt: [83.837 Melem/s 83.998 Melem/s 84.148 Melem/s]
68322026-05-29T10:18:49.780Z change:
68332026-05-29T10:18:49.780Z time: [+1.1343% +1.4717% +1.7734%] (p = 0.00 < 0.05)
68342026-05-29T10:18:49.780Z thrpt: [−1.7425% −1.4503% −1.1216%]
68352026-05-29T10:18:49.781Z Performance has regressed.
68362026-05-29T10:18:49.781ZFound 16 outliers among 100 measurements (16.00%)
68372026-05-29T10:18:49.783Z 16 (16.00%) low mild
68382026-05-29T10:18:50.672ZBenchmarking source_filter/allows/include_empty_v4
68392026-05-29T10:18:50.672ZBenchmarking source_filter/allows/include_empty_v4: Warming up for 3.0000 s
68402026-05-29T10:18:55.984ZBenchmarking source_filter/allows/include_empty_v4: Collecting 100 samples in estimated 5.0000 s (8.1B iterations)
68412026-05-29T10:19:00.901ZBenchmarking source_filter/allows/include_empty_v4: Analyzing
68422026-05-29T10:19:00.986Zsource_filter/allows/include_empty_v4
68432026-05-29T10:19:00.986Z time: [606.22 ps 609.15 ps 612.19 ps]
68442026-05-29T10:19:00.990Z thrpt: [1.6335 Gelem/s 1.6416 Gelem/s 1.6496 Gelem/s]
68452026-05-29T10:19:00.990Z change:
68462026-05-29T10:19:00.990Z time: [+28.954% +29.706% +30.458%] (p = 0.00 < 0.05)
68472026-05-29T10:19:00.990Z thrpt: [−23.347% −22.903% −22.453%]
68482026-05-29T10:19:00.990Z Performance has regressed.
68492026-05-29T10:19:00.990ZFound 7 outliers among 100 measurements (7.00%)
68502026-05-29T10:19:00.990Z 4 (4.00%) low mild
68512026-05-29T10:19:00.990Z 3 (3.00%) high mild
68522026-05-29T10:19:01.882ZBenchmarking source_filter/allows/include_empty_v6
68532026-05-29T10:19:01.882ZBenchmarking source_filter/allows/include_empty_v6: Warming up for 3.0000 s
68542026-05-29T10:19:05.859ZBenchmarking source_filter/allows/include_empty_v6: Collecting 100 samples in estimated 5.0000 s (11B iterations)
68552026-05-29T10:19:10.869ZBenchmarking source_filter/allows/include_empty_v6: Analyzing
68562026-05-29T10:19:10.955Zsource_filter/allows/include_empty_v6
68572026-05-29T10:19:10.955Z time: [463.55 ps 463.72 ps 463.91 ps]
68582026-05-29T10:19:10.955Z thrpt: [2.1556 Gelem/s 2.1565 Gelem/s 2.1572 Gelem/s]
68592026-05-29T10:19:10.955Z change:
68602026-05-29T10:19:10.955Z time: [−0.8518% −0.6690% −0.4775%] (p = 0.00 < 0.05)
68612026-05-29T10:19:10.955Z thrpt: [+0.4798% +0.6735% +0.8591%]
68622026-05-29T10:19:10.955Z Change within noise threshold.
68632026-05-29T10:19:10.958ZFound 11 outliers among 100 measurements (11.00%)
68642026-05-29T10:19:10.958Z 2 (2.00%) high mild
68652026-05-29T10:19:10.958Z 9 (9.00%) high severe
68662026-05-29T10:19:11.869Z
68672026-05-29T10:19:11.872ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover
68682026-05-29T10:19:11.872ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Warming up for 100.00 µs
68692026-05-29T10:19:11.872ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Collecting 10 samples in estimated 1.0494 ms (605 iterations)
68702026-05-29T10:19:11.872ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Analyzing
68712026-05-29T10:19:11.872Zprocess/Hairpin-DHCPv4/alloc_ct/Discover
68722026-05-29T10:19:11.872Z time: [18.000 18.000 18.000 ]
68732026-05-29T10:19:11.872Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68742026-05-29T10:19:11.872Z No change in performance detected.
68752026-05-29T10:19:11.872Z
68762026-05-29T10:19:11.872ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request
68772026-05-29T10:19:11.872ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Warming up for 100.00 µs
68782026-05-29T10:19:11.872ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Collecting 10 samples in estimated 1.0498 ms (715 iterations)
68792026-05-29T10:19:11.872ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Analyzing
68802026-05-29T10:19:11.875Zprocess/Hairpin-DHCPv4/alloc_ct/Request
68812026-05-29T10:19:11.875Z time: [18.000 18.000 18.000 ]
68822026-05-29T10:19:11.875Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68832026-05-29T10:19:11.875Z No change in performance detected.
68842026-05-29T10:19:11.875Z
68852026-05-29T10:19:11.875ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit
68862026-05-29T10:19:11.875ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Warming up for 100.00 µs
68872026-05-29T10:19:11.876ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Collecting 10 samples in estimated 1.0852 ms (495 iterations)
68882026-05-29T10:19:11.876ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Analyzing
68892026-05-29T10:19:11.876Zprocess/Hairpin-DHCPv6/alloc_ct/Solicit
68902026-05-29T10:19:11.876Z time: [20.000 20.000 20.000 ]
68912026-05-29T10:19:11.876Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68922026-05-29T10:19:11.876Z No change in performance detected.
68932026-05-29T10:19:11.876Z
68942026-05-29T10:19:11.876ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request
68952026-05-29T10:19:11.876ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Warming up for 100.00 µs
68962026-05-29T10:19:11.876ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Collecting 10 samples in estimated 1.0251 ms (495 iterations)
68972026-05-29T10:19:11.879ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Analyzing
68982026-05-29T10:19:11.879Zprocess/Hairpin-DHCPv6/alloc_ct/Request
68992026-05-29T10:19:11.879Z time: [21.000 21.000 21.000 ]
69002026-05-29T10:19:11.879Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69012026-05-29T10:19:11.879Z No change in performance detected.
69022026-05-29T10:19:11.879Z
69032026-05-29T10:19:11.879ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest
69042026-05-29T10:19:11.879ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Warming up for 100.00 µs
69052026-05-29T10:19:11.879ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0678 ms (825 iterations)
69062026-05-29T10:19:11.879ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Analyzing
69072026-05-29T10:19:11.879Zprocess/Hairpin-ICMPv4/alloc_ct/EchoRequest
69082026-05-29T10:19:11.879Z time: [13.000 13.000 13.000 ]
69092026-05-29T10:19:11.879Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69102026-05-29T10:19:11.879Z No change in performance detected.
69112026-05-29T10:19:11.879Z
69122026-05-29T10:19:11.879ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest
69132026-05-29T10:19:11.879ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Warming up for 100.00 µs
69142026-05-29T10:19:11.879ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0277 ms (715 iterations)
69152026-05-29T10:19:11.882ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Analyzing
69162026-05-29T10:19:11.882Zprocess/Hairpin-ICMPv6/alloc_ct/EchoRequest
69172026-05-29T10:19:11.882Z time: [12.000 12.000 12.000 ]
69182026-05-29T10:19:11.882Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69192026-05-29T10:19:11.883Z No change in performance detected.
69202026-05-29T10:19:11.883Z
69212026-05-29T10:19:11.883ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
69222026-05-29T10:19:11.883ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Warming up for 100.00 µs
69232026-05-29T10:19:11.883ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Collecting 10 samples in estimated 1.0528 ms (660 iterations)
69242026-05-29T10:19:11.883ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Analyzing
69252026-05-29T10:19:11.883Zprocess/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
69262026-05-29T10:19:11.883Z time: [14.000 14.000 14.000 ]
69272026-05-29T10:19:11.883Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69282026-05-29T10:19:11.883Z No change in performance detected.
69292026-05-29T10:19:11.883Z
69302026-05-29T10:19:11.883ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit
69312026-05-29T10:19:11.883ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Warming up for 100.00 µs
69322026-05-29T10:19:11.883ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Collecting 10 samples in estimated 1.0304 ms (715 iterations)
69332026-05-29T10:19:11.886ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Analyzing
69342026-05-29T10:19:11.886Zprocess/Hairpin-ICMPv6/alloc_ct/RouterSolicit
69352026-05-29T10:19:11.886Z time: [14.000 14.000 14.000 ]
69362026-05-29T10:19:11.886Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69372026-05-29T10:19:11.886Z No change in performance detected.
69382026-05-29T10:19:11.886Z
69392026-05-29T10:19:11.886ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
69402026-05-29T10:19:11.886ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
69412026-05-29T10:19:11.886ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0469 ms (605 iterations)
69422026-05-29T10:19:11.886ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
69432026-05-29T10:19:11.886Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
69442026-05-29T10:19:11.886Z time: [3.0000 3.0000 3.0000 ]
69452026-05-29T10:19:11.886Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69462026-05-29T10:19:11.886Z No change in performance detected.
69472026-05-29T10:19:11.886Z
69482026-05-29T10:19:11.886ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
69492026-05-29T10:19:11.886ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
69502026-05-29T10:19:11.886ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0815 ms (495 iterations)
69512026-05-29T10:19:11.889ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
69522026-05-29T10:19:11.889Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
69532026-05-29T10:19:11.889Z time: [3.0000 3.0000 3.0000 ]
69542026-05-29T10:19:11.889Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69552026-05-29T10:19:11.889Z No change in performance detected.
69562026-05-29T10:19:11.889Z
69572026-05-29T10:19:11.889ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B
69582026-05-29T10:19:11.889ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
69592026-05-29T10:19:11.889ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0620 ms (605 iterations)
69602026-05-29T10:19:11.889ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
69612026-05-29T10:19:11.890ZCriterion.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.
69622026-05-29T10:19:11.890Z
69632026-05-29T10:19:11.890ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B
69642026-05-29T10:19:11.890ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
69652026-05-29T10:19:11.890ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0749 ms (495 iterations)
69662026-05-29T10:19:11.890ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
69672026-05-29T10:19:11.890ZCriterion.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.
69682026-05-29T10:19:11.890Z
69692026-05-29T10:19:11.890ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
69702026-05-29T10:19:11.890ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
69712026-05-29T10:19:11.890ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0541 ms (880 iterations)
69722026-05-29T10:19:11.893ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
69732026-05-29T10:19:11.893Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
69742026-05-29T10:19:11.893Z time: [3.0000 3.0000 3.0000 ]
69752026-05-29T10:19:11.893Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69762026-05-29T10:19:11.893Z No change in performance detected.
69772026-05-29T10:19:11.893Z
69782026-05-29T10:19:11.893ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
69792026-05-29T10:19:11.893ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
69802026-05-29T10:19:11.893ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0761 ms (550 iterations)
69812026-05-29T10:19:11.893ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
69822026-05-29T10:19:11.893Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
69832026-05-29T10:19:11.893Z time: [3.0000 3.0000 3.0000 ]
69842026-05-29T10:19:11.893Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69852026-05-29T10:19:11.893Z No change in performance detected.
69862026-05-29T10:19:11.893Z
69872026-05-29T10:19:11.893ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B
69882026-05-29T10:19:11.893ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
69892026-05-29T10:19:11.896ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0662 ms (770 iterations)
69902026-05-29T10:19:11.896ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Analyzing
69912026-05-29T10:19:11.896ZCriterion.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.
69922026-05-29T10:19:11.896Z
69932026-05-29T10:19:11.896ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B
69942026-05-29T10:19:11.896ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
69952026-05-29T10:19:11.897ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0188 ms (495 iterations)
69962026-05-29T10:19:11.897ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
69972026-05-29T10:19:11.897ZCriterion.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.
69982026-05-29T10:19:11.897Z
69992026-05-29T10:19:11.897ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
70002026-05-29T10:19:11.897ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
70012026-05-29T10:19:11.897ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0070 ms (770 iterations)
70022026-05-29T10:19:11.897ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
70032026-05-29T10:19:11.899Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
70042026-05-29T10:19:11.899Z time: [3.0000 3.0000 3.0000 ]
70052026-05-29T10:19:11.899Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70062026-05-29T10:19:11.899Z No change in performance detected.
70072026-05-29T10:19:11.899Z
70082026-05-29T10:19:11.900ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
70092026-05-29T10:19:11.900ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
70102026-05-29T10:19:11.900ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0552 ms (495 iterations)
70112026-05-29T10:19:11.900ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
70122026-05-29T10:19:11.900Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
70132026-05-29T10:19:11.900Z time: [3.0000 3.0000 3.0000 ]
70142026-05-29T10:19:11.900Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70152026-05-29T10:19:11.900Z No change in performance detected.
70162026-05-29T10:19:11.900Z
70172026-05-29T10:19:11.900ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B
70182026-05-29T10:19:11.900ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
70192026-05-29T10:19:11.900ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0573 ms (660 iterations)
70202026-05-29T10:19:11.903ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
70212026-05-29T10:19:11.903ZCriterion.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.
70222026-05-29T10:19:11.903Z
70232026-05-29T10:19:11.903ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B
70242026-05-29T10:19:11.903ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
70252026-05-29T10:19:11.903ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0964 ms (495 iterations)
70262026-05-29T10:19:11.903ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
70272026-05-29T10:19:11.903ZCriterion.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.
70282026-05-29T10:19:11.903Z
70292026-05-29T10:19:11.903ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
70302026-05-29T10:19:11.903ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
70312026-05-29T10:19:11.903ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0623 ms (880 iterations)
70322026-05-29T10:19:11.903ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
70332026-05-29T10:19:11.903Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
70342026-05-29T10:19:11.903Z time: [3.0000 3.0000 3.0000 ]
70352026-05-29T10:19:11.903Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70362026-05-29T10:19:11.903Z No change in performance detected.
70372026-05-29T10:19:11.903Z
70382026-05-29T10:19:11.903ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
70392026-05-29T10:19:11.903ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
70402026-05-29T10:19:11.906ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0404 ms (495 iterations)
70412026-05-29T10:19:11.906ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
70422026-05-29T10:19:11.906Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
70432026-05-29T10:19:11.906Z time: [3.0000 3.0000 3.0000 ]
70442026-05-29T10:19:11.906Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70452026-05-29T10:19:11.906Z No change in performance detected.
70462026-05-29T10:19:11.906Z
70472026-05-29T10:19:11.906ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B
70482026-05-29T10:19:11.906ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
70492026-05-29T10:19:11.906ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0608 ms (660 iterations)
70502026-05-29T10:19:11.906ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Analyzing
70512026-05-29T10:19:11.907ZCriterion.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.
70522026-05-29T10:19:11.907Z
70532026-05-29T10:19:11.907ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B
70542026-05-29T10:19:11.907ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
70552026-05-29T10:19:11.907ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0610 ms (495 iterations)
70562026-05-29T10:19:11.910ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
70572026-05-29T10:19:11.910ZCriterion.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.
70582026-05-29T10:19:11.910Z
70592026-05-29T10:19:11.910ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
70602026-05-29T10:19:11.910ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
70612026-05-29T10:19:11.910ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1039 ms (275 iterations)
70622026-05-29T10:19:11.910ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
70632026-05-29T10:19:11.910Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
70642026-05-29T10:19:11.910Z time: [45.000 45.000 45.000 ]
70652026-05-29T10:19:11.910Z change: [+28.571% +28.571% +28.571%] (p = 0.00 < 0.05)
70662026-05-29T10:19:11.910Z Performance has regressed.
70672026-05-29T10:19:11.910Z
70682026-05-29T10:19:11.910ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
70692026-05-29T10:19:11.910ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
70702026-05-29T10:19:11.910ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0551 ms (220 iterations)
70712026-05-29T10:19:11.910ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
70722026-05-29T10:19:11.913Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
70732026-05-29T10:19:11.913Z time: [45.000 45.000 45.000 ]
70742026-05-29T10:19:11.913Z change: [+28.571% +28.571% +28.571%] (p = 0.00 < 0.05)
70752026-05-29T10:19:11.913Z Performance has regressed.
70762026-05-29T10:19:11.913Z
70772026-05-29T10:19:11.913ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
70782026-05-29T10:19:11.913ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
70792026-05-29T10:19:11.913ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.1556 ms (330 iterations)
70802026-05-29T10:19:11.913ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
70812026-05-29T10:19:11.913Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
70822026-05-29T10:19:11.913Z time: [30.000 30.000 30.000 ]
70832026-05-29T10:19:11.913Z change: [+50.000% +50.000% +50.000%] (p = 0.00 < 0.05)
70842026-05-29T10:19:11.913Z Performance has regressed.
70852026-05-29T10:19:11.913Z
70862026-05-29T10:19:11.913ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
70872026-05-29T10:19:11.913ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
70882026-05-29T10:19:11.914ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1326 ms (275 iterations)
70892026-05-29T10:19:11.917ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
70902026-05-29T10:19:11.917Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
70912026-05-29T10:19:11.917Z time: [30.000 30.000 30.000 ]
70922026-05-29T10:19:11.917Z change: [+50.000% +50.000% +50.000%] (p = 0.00 < 0.05)
70932026-05-29T10:19:11.917Z Performance has regressed.
70942026-05-29T10:19:11.917Z
70952026-05-29T10:19:11.917ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
70962026-05-29T10:19:11.917ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
70972026-05-29T10:19:11.917ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0440 ms (275 iterations)
70982026-05-29T10:19:11.917ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
70992026-05-29T10:19:11.917Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
71002026-05-29T10:19:11.917Z time: [44.000 44.000 44.000 ]
71012026-05-29T10:19:11.917Z change: [+25.714% +25.714% +25.714%] (p = 0.00 < 0.05)
71022026-05-29T10:19:11.917Z Performance has regressed.
71032026-05-29T10:19:11.917Z
71042026-05-29T10:19:11.917ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
71052026-05-29T10:19:11.917ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
71062026-05-29T10:19:11.917ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1764 ms (275 iterations)
71072026-05-29T10:19:11.920ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
71082026-05-29T10:19:11.920Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
71092026-05-29T10:19:11.920Z time: [44.000 44.000 44.000 ]
71102026-05-29T10:19:11.920Z change: [+25.714% +25.714% +25.714%] (p = 0.00 < 0.05)
71112026-05-29T10:19:11.920Z Performance has regressed.
71122026-05-29T10:19:11.920Z
71132026-05-29T10:19:11.920ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
71142026-05-29T10:19:11.920ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
71152026-05-29T10:19:11.920ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0176 ms (330 iterations)
71162026-05-29T10:19:11.920ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Analyzing
71172026-05-29T10:19:11.920Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
71182026-05-29T10:19:11.920Z time: [29.000 29.000 29.000 ]
71192026-05-29T10:19:11.920Z change: [+45.000% +45.000% +45.000%] (p = 0.00 < 0.05)
71202026-05-29T10:19:11.920Z Performance has regressed.
71212026-05-29T10:19:11.920Z
71222026-05-29T10:19:11.920ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
71232026-05-29T10:19:11.920ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
71242026-05-29T10:19:11.920ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0340 ms (275 iterations)
71252026-05-29T10:19:11.923ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
71262026-05-29T10:19:11.923Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
71272026-05-29T10:19:11.924Z time: [29.000 29.000 29.000 ]
71282026-05-29T10:19:11.924Z change: [+45.000% +45.000% +45.000%] (p = 0.00 < 0.05)
71292026-05-29T10:19:11.924Z Performance has regressed.
71302026-05-29T10:19:11.924Z
71312026-05-29T10:19:11.924ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
71322026-05-29T10:19:11.924ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
71332026-05-29T10:19:11.924ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1737 ms (275 iterations)
71342026-05-29T10:19:11.924ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
71352026-05-29T10:19:11.924Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
71362026-05-29T10:19:11.924Z time: [45.000 45.000 45.000 ]
71372026-05-29T10:19:11.924Z change: [+28.571% +28.571% +28.571%] (p = 0.00 < 0.05)
71382026-05-29T10:19:11.924Z Performance has regressed.
71392026-05-29T10:19:11.924Z
71402026-05-29T10:19:11.924ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
71412026-05-29T10:19:11.924ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
71422026-05-29T10:19:11.924ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0593 ms (220 iterations)
71432026-05-29T10:19:11.927ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
71442026-05-29T10:19:11.927Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
71452026-05-29T10:19:11.927Z time: [45.000 45.000 45.000 ]
71462026-05-29T10:19:11.927Z change: [+28.571% +28.571% +28.571%] (p = 0.00 < 0.05)
71472026-05-29T10:19:11.927Z Performance has regressed.
71482026-05-29T10:19:11.927Z
71492026-05-29T10:19:11.927ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
71502026-05-29T10:19:11.927ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
71512026-05-29T10:19:11.927ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.1781 ms (330 iterations)
71522026-05-29T10:19:11.927ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
71532026-05-29T10:19:11.927Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
71542026-05-29T10:19:11.927Z time: [30.000 30.000 30.000 ]
71552026-05-29T10:19:11.927Z change: [+50.000% +50.000% +50.000%] (p = 0.00 < 0.05)
71562026-05-29T10:19:11.927Z Performance has regressed.
71572026-05-29T10:19:11.927Z
71582026-05-29T10:19:11.927ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
71592026-05-29T10:19:11.927ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
71602026-05-29T10:19:11.930ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1650 ms (275 iterations)
71612026-05-29T10:19:11.930ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
71622026-05-29T10:19:11.930Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
71632026-05-29T10:19:11.930Z time: [30.000 30.000 30.000 ]
71642026-05-29T10:19:11.930Z change: [+50.000% +50.000% +50.000%] (p = 0.00 < 0.05)
71652026-05-29T10:19:11.930Z Performance has regressed.
71662026-05-29T10:19:11.931Z
71672026-05-29T10:19:11.931ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
71682026-05-29T10:19:11.931ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
71692026-05-29T10:19:11.931ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0612 ms (275 iterations)
71702026-05-29T10:19:11.931ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
71712026-05-29T10:19:11.931Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
71722026-05-29T10:19:11.931Z time: [44.000 44.000 44.000 ]
71732026-05-29T10:19:11.931Z change: [+25.714% +25.714% +25.714%] (p = 0.00 < 0.05)
71742026-05-29T10:19:11.931Z Performance has regressed.
71752026-05-29T10:19:11.934Z
71762026-05-29T10:19:11.934ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
71772026-05-29T10:19:11.934ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
71782026-05-29T10:19:11.934ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0080 ms (220 iterations)
71792026-05-29T10:19:11.934ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
71802026-05-29T10:19:11.934Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
71812026-05-29T10:19:11.934Z time: [44.000 44.000 44.000 ]
71822026-05-29T10:19:11.934Z change: [+25.714% +25.714% +25.714%] (p = 0.00 < 0.05)
71832026-05-29T10:19:11.934Z Performance has regressed.
71842026-05-29T10:19:11.934Z
71852026-05-29T10:19:11.934ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
71862026-05-29T10:19:11.934ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
71872026-05-29T10:19:11.934ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0695 ms (330 iterations)
71882026-05-29T10:19:11.934ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Analyzing
71892026-05-29T10:19:11.934Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
71902026-05-29T10:19:11.934Z time: [29.000 29.000 29.000 ]
71912026-05-29T10:19:11.934Z change: [+45.000% +45.000% +45.000%] (p = 0.00 < 0.05)
71922026-05-29T10:19:11.934Z Performance has regressed.
71932026-05-29T10:19:11.934Z
71942026-05-29T10:19:11.934ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
71952026-05-29T10:19:11.934ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
71962026-05-29T10:19:11.934ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0845 ms (275 iterations)
71972026-05-29T10:19:11.937ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
71982026-05-29T10:19:11.937Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
71992026-05-29T10:19:11.937Z time: [29.000 29.000 29.000 ]
72002026-05-29T10:19:11.938Z change: [+45.000% +45.000% +45.000%] (p = 0.00 < 0.05)
72012026-05-29T10:19:11.938Z Performance has regressed.
72022026-05-29T10:19:11.938Z
72032026-05-29T10:19:11.938ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover
72042026-05-29T10:19:11.938ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Warming up for 100.00 µs
72052026-05-29T10:19:11.938ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Collecting 10 samples in estimated 1.0599 ms (715 iterations)
72062026-05-29T10:19:11.938ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Analyzing
72072026-05-29T10:19:11.938Zprocess/Hairpin-DHCPv4/alloc_sz/Discover
72082026-05-29T10:19:11.938Z time: [3924.0 B 3924.0 B 3924.0 B]
72092026-05-29T10:19:11.938Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72102026-05-29T10:19:11.938Z No change in performance detected.
72112026-05-29T10:19:11.938Z
72122026-05-29T10:19:11.941ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request
72132026-05-29T10:19:11.941ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Warming up for 100.00 µs
72142026-05-29T10:19:11.941ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Collecting 10 samples in estimated 1.0197 ms (715 iterations)
72152026-05-29T10:19:11.941ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Analyzing
72162026-05-29T10:19:11.941Zprocess/Hairpin-DHCPv4/alloc_sz/Request
72172026-05-29T10:19:11.941Z time: [3924.0 B 3924.0 B 3924.0 B]
72182026-05-29T10:19:11.941Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72192026-05-29T10:19:11.941Z No change in performance detected.
72202026-05-29T10:19:11.941Z
72212026-05-29T10:19:11.941ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit
72222026-05-29T10:19:11.941ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Warming up for 100.00 µs
72232026-05-29T10:19:11.941ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Collecting 10 samples in estimated 1.0554 ms (550 iterations)
72242026-05-29T10:19:11.941ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Analyzing
72252026-05-29T10:19:11.944Zprocess/Hairpin-DHCPv6/alloc_sz/Solicit
72262026-05-29T10:19:11.944Z time: [3988.0 B 3988.0 B 3988.0 B]
72272026-05-29T10:19:11.944Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72282026-05-29T10:19:11.944Z No change in performance detected.
72292026-05-29T10:19:11.944Z
72302026-05-29T10:19:11.944ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request
72312026-05-29T10:19:11.944ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Warming up for 100.00 µs
72322026-05-29T10:19:11.944ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Collecting 10 samples in estimated 1.0772 ms (550 iterations)
72332026-05-29T10:19:11.944ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Analyzing
72342026-05-29T10:19:11.944Zprocess/Hairpin-DHCPv6/alloc_sz/Request
72352026-05-29T10:19:11.944Z time: [4386.0 B 4386.0 B 4386.0 B]
72362026-05-29T10:19:11.944Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72372026-05-29T10:19:11.944Z No change in performance detected.
72382026-05-29T10:19:11.944Z
72392026-05-29T10:19:11.944ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest
72402026-05-29T10:19:11.944ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Warming up for 100.00 µs
72412026-05-29T10:19:11.944ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0457 ms (825 iterations)
72422026-05-29T10:19:11.944ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Analyzing
72432026-05-29T10:19:11.947Zprocess/Hairpin-ICMPv4/alloc_sz/EchoRequest
72442026-05-29T10:19:11.947Z time: [2888.0 B 2888.0 B 2888.0 B]
72452026-05-29T10:19:11.947Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72462026-05-29T10:19:11.947Z No change in performance detected.
72472026-05-29T10:19:11.947Z
72482026-05-29T10:19:11.947ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest
72492026-05-29T10:19:11.947ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Warming up for 100.00 µs
72502026-05-29T10:19:11.948ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0281 ms (715 iterations)
72512026-05-29T10:19:11.948ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Analyzing
72522026-05-29T10:19:11.948Zprocess/Hairpin-ICMPv6/alloc_sz/EchoRequest
72532026-05-29T10:19:11.948Z time: [2873.0 B 2873.0 B 2873.0 B]
72542026-05-29T10:19:11.948Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72552026-05-29T10:19:11.948Z No change in performance detected.
72562026-05-29T10:19:11.948Z
72572026-05-29T10:19:11.948ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
72582026-05-29T10:19:11.948ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Warming up for 100.00 µs
72592026-05-29T10:19:11.948ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Collecting 10 samples in estimated 1.0420 ms (715 iterations)
72602026-05-29T10:19:11.951ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Analyzing
72612026-05-29T10:19:11.951Zprocess/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
72622026-05-29T10:19:11.951Z time: [2926.0 B 2926.0 B 2926.0 B]
72632026-05-29T10:19:11.951Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72642026-05-29T10:19:11.951Z No change in performance detected.
72652026-05-29T10:19:11.951Z
72662026-05-29T10:19:11.951ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit
72672026-05-29T10:19:11.951ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Warming up for 100.00 µs
72682026-05-29T10:19:11.951ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Collecting 10 samples in estimated 1.0155 ms (715 iterations)
72692026-05-29T10:19:11.951ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Analyzing
72702026-05-29T10:19:11.951Zprocess/Hairpin-ICMPv6/alloc_sz/RouterSolicit
72712026-05-29T10:19:11.951Z time: [2910.0 B 2910.0 B 2910.0 B]
72722026-05-29T10:19:11.951Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72732026-05-29T10:19:11.951Z No change in performance detected.
72742026-05-29T10:19:11.951Z
72752026-05-29T10:19:11.951ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
72762026-05-29T10:19:11.951ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
72772026-05-29T10:19:11.951ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0509 ms (825 iterations)
72782026-05-29T10:19:11.954ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
72792026-05-29T10:19:11.954Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
72802026-05-29T10:19:11.954Z time: [264.00 B 264.00 B 264.00 B]
72812026-05-29T10:19:11.954Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72822026-05-29T10:19:11.954Z No change in performance detected.
72832026-05-29T10:19:11.954Z
72842026-05-29T10:19:11.954ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
72852026-05-29T10:19:11.954ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
72862026-05-29T10:19:11.954ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1005 ms (550 iterations)
72872026-05-29T10:19:11.954ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
72882026-05-29T10:19:11.954Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
72892026-05-29T10:19:11.954Z time: [264.00 B 264.00 B 264.00 B]
72902026-05-29T10:19:11.954Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72912026-05-29T10:19:11.955Z No change in performance detected.
72922026-05-29T10:19:11.955Z
72932026-05-29T10:19:11.955ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B
72942026-05-29T10:19:11.955ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
72952026-05-29T10:19:11.955ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0038 ms (715 iterations)
72962026-05-29T10:19:11.958ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
72972026-05-29T10:19:11.958ZCriterion.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.
72982026-05-29T10:19:11.958Z
72992026-05-29T10:19:11.958ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B
73002026-05-29T10:19:11.958ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
73012026-05-29T10:19:11.958ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0530 ms (495 iterations)
73022026-05-29T10:19:11.958ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
73032026-05-29T10:19:11.958ZCriterion.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.
73042026-05-29T10:19:11.958Z
73052026-05-29T10:19:11.958ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
73062026-05-29T10:19:11.958ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
73072026-05-29T10:19:11.958ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0524 ms (935 iterations)
73082026-05-29T10:19:11.958ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
73092026-05-29T10:19:11.958Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
73102026-05-29T10:19:11.958Z time: [264.00 B 264.00 B 264.00 B]
73112026-05-29T10:19:11.958Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
73122026-05-29T10:19:11.958Z No change in performance detected.
73132026-05-29T10:19:11.958Z
73142026-05-29T10:19:11.958ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
73152026-05-29T10:19:11.958ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
73162026-05-29T10:19:11.958ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0542 ms (550 iterations)
73172026-05-29T10:19:11.961ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
73182026-05-29T10:19:11.961Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
73192026-05-29T10:19:11.961Z time: [264.00 B 264.00 B 264.00 B]
73202026-05-29T10:19:11.961Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
73212026-05-29T10:19:11.961Z No change in performance detected.
73222026-05-29T10:19:11.961Z
73232026-05-29T10:19:11.961ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B
73242026-05-29T10:19:11.961ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
73252026-05-29T10:19:11.961ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0083 ms (770 iterations)
73262026-05-29T10:19:11.961ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Analyzing
73272026-05-29T10:19:11.962ZCriterion.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.
73282026-05-29T10:19:11.962Z
73292026-05-29T10:19:11.962ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B
73302026-05-29T10:19:11.962ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
73312026-05-29T10:19:11.962ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0024 ms (495 iterations)
73322026-05-29T10:19:11.964ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
73332026-05-29T10:19:11.964ZCriterion.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.
73342026-05-29T10:19:11.964Z
73352026-05-29T10:19:11.964ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
73362026-05-29T10:19:11.964ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
73372026-05-29T10:19:11.964ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0639 ms (825 iterations)
73382026-05-29T10:19:11.964ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
73392026-05-29T10:19:11.964Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
73402026-05-29T10:19:11.965Z time: [264.00 B 264.00 B 264.00 B]
73412026-05-29T10:19:11.965Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
73422026-05-29T10:19:11.965Z No change in performance detected.
73432026-05-29T10:19:11.965Z
73442026-05-29T10:19:11.965ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
73452026-05-29T10:19:11.965ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
73462026-05-29T10:19:11.965ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0226 ms (495 iterations)
73472026-05-29T10:19:11.968ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
73482026-05-29T10:19:11.968Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
73492026-05-29T10:19:11.968Z time: [264.00 B 264.00 B 264.00 B]
73502026-05-29T10:19:11.968Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
73512026-05-29T10:19:11.968Z No change in performance detected.
73522026-05-29T10:19:11.968Z
73532026-05-29T10:19:11.968ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B
73542026-05-29T10:19:11.968ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
73552026-05-29T10:19:11.968ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0577 ms (715 iterations)
73562026-05-29T10:19:11.968ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
73572026-05-29T10:19:11.968ZCriterion.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.
73582026-05-29T10:19:11.968Z
73592026-05-29T10:19:11.968ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B
73602026-05-29T10:19:11.968ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
73612026-05-29T10:19:11.968ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0939 ms (495 iterations)
73622026-05-29T10:19:11.968ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
73632026-05-29T10:19:11.968ZCriterion.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.
73642026-05-29T10:19:11.968Z
73652026-05-29T10:19:11.968ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
73662026-05-29T10:19:11.968ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
73672026-05-29T10:19:11.968ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0554 ms (880 iterations)
73682026-05-29T10:19:11.972ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
73692026-05-29T10:19:11.972Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
73702026-05-29T10:19:11.972Z time: [264.00 B 264.00 B 264.00 B]
73712026-05-29T10:19:11.972Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
73722026-05-29T10:19:11.972Z No change in performance detected.
73732026-05-29T10:19:11.972Z
73742026-05-29T10:19:11.972ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
73752026-05-29T10:19:11.972ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
73762026-05-29T10:19:11.972ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0915 ms (550 iterations)
73772026-05-29T10:19:11.972ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
73782026-05-29T10:19:11.972Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
73792026-05-29T10:19:11.972Z time: [264.00 B 264.00 B 264.00 B]
73802026-05-29T10:19:11.972Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
73812026-05-29T10:19:11.972Z No change in performance detected.
73822026-05-29T10:19:11.972Z
73832026-05-29T10:19:11.972ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B
73842026-05-29T10:19:11.972ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
73852026-05-29T10:19:11.972ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0702 ms (770 iterations)
73862026-05-29T10:19:11.975ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Analyzing
73872026-05-29T10:19:11.975ZCriterion.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.
73882026-05-29T10:19:11.975Z
73892026-05-29T10:19:11.975ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B
73902026-05-29T10:19:11.975ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
73912026-05-29T10:19:11.975ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0584 ms (495 iterations)
73922026-05-29T10:19:11.975ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
73932026-05-29T10:19:11.975ZCriterion.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.
73942026-05-29T10:19:11.975Z
73952026-05-29T10:19:11.975ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
73962026-05-29T10:19:11.976ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
73972026-05-29T10:19:11.976ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0647 ms (275 iterations)
73982026-05-29T10:19:11.976ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
73992026-05-29T10:19:11.976Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
74002026-05-29T10:19:11.976Z time: [8539.0 B 8539.0 B 8539.0 B]
74012026-05-29T10:19:11.976Z change: [+15.972% +15.972% +15.972%] (p = 0.00 < 0.05)
74022026-05-29T10:19:11.976Z Performance has regressed.
74032026-05-29T10:19:11.976Z
74042026-05-29T10:19:11.979ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
74052026-05-29T10:19:11.979ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
74062026-05-29T10:19:11.979ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0019 ms (220 iterations)
74072026-05-29T10:19:11.979ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
74082026-05-29T10:19:11.979Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
74092026-05-29T10:19:11.979Z time: [8539.0 B 8539.0 B 8539.0 B]
74102026-05-29T10:19:11.979Z change: [+15.972% +15.972% +15.972%] (p = 0.00 < 0.05)
74112026-05-29T10:19:11.979Z Performance has regressed.
74122026-05-29T10:19:11.979Z
74132026-05-29T10:19:11.979ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
74142026-05-29T10:19:11.979ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
74152026-05-29T10:19:11.979ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.1231 ms (330 iterations)
74162026-05-29T10:19:11.979ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
74172026-05-29T10:19:11.979Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
74182026-05-29T10:19:11.979Z time: [7048.0 B 7048.0 B 7048.0 B]
74192026-05-29T10:19:11.979Z change: [+20.027% +20.027% +20.027%] (p = 0.00 < 0.05)
74202026-05-29T10:19:11.979Z Performance has regressed.
74212026-05-29T10:19:11.979Z
74222026-05-29T10:19:11.979ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
74232026-05-29T10:19:11.979ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
74242026-05-29T10:19:11.982ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1227 ms (275 iterations)
74252026-05-29T10:19:11.982ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
74262026-05-29T10:19:11.982Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
74272026-05-29T10:19:11.982Z time: [7048.0 B 7048.0 B 7048.0 B]
74282026-05-29T10:19:11.982Z change: [+20.027% +20.027% +20.027%] (p = 0.00 < 0.05)
74292026-05-29T10:19:11.982Z Performance has regressed.
74302026-05-29T10:19:11.982Z
74312026-05-29T10:19:11.983ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
74322026-05-29T10:19:11.983ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
74332026-05-29T10:19:11.983ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.1866 ms (330 iterations)
74342026-05-29T10:19:11.983ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
74352026-05-29T10:19:11.983Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
74362026-05-29T10:19:11.983Z time: [8507.0 B 8507.0 B 8507.0 B]
74372026-05-29T10:19:11.983Z change: [+15.537% +15.537% +15.537%] (p = 0.00 < 0.05)
74382026-05-29T10:19:11.983Z Performance has regressed.
74392026-05-29T10:19:11.983Z
74402026-05-29T10:19:11.986ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
74412026-05-29T10:19:11.986ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
74422026-05-29T10:19:11.986ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1653 ms (275 iterations)
74432026-05-29T10:19:11.986ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
74442026-05-29T10:19:11.986Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
74452026-05-29T10:19:11.986Z time: [8507.0 B 8507.0 B 8507.0 B]
74462026-05-29T10:19:11.986Z change: [+15.537% +15.537% +15.537%] (p = 0.00 < 0.05)
74472026-05-29T10:19:11.986Z Performance has regressed.
74482026-05-29T10:19:11.986Z
74492026-05-29T10:19:11.986ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
74502026-05-29T10:19:11.986ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
74512026-05-29T10:19:11.986ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.1546 ms (385 iterations)
74522026-05-29T10:19:11.986ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Analyzing
74532026-05-29T10:19:11.989Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
74542026-05-29T10:19:11.989Z time: [7016.0 B 7016.0 B 7016.0 B]
74552026-05-29T10:19:11.989Z change: [+19.482% +19.482% +19.482%] (p = 0.00 < 0.05)
74562026-05-29T10:19:11.989Z Performance has regressed.
74572026-05-29T10:19:11.989Z
74582026-05-29T10:19:11.989ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
74592026-05-29T10:19:11.990ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
74602026-05-29T10:19:11.990ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0517 ms (275 iterations)
74612026-05-29T10:19:11.990ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
74622026-05-29T10:19:11.990Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
74632026-05-29T10:19:11.990Z time: [7016.0 B 7016.0 B 7016.0 B]
74642026-05-29T10:19:11.990Z change: [+19.482% +19.482% +19.482%] (p = 0.00 < 0.05)
74652026-05-29T10:19:11.990Z Performance has regressed.
74662026-05-29T10:19:11.990Z
74672026-05-29T10:19:11.990ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
74682026-05-29T10:19:11.990ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
74692026-05-29T10:19:11.990ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.2081 ms (275 iterations)
74702026-05-29T10:19:11.990ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
74712026-05-29T10:19:11.993Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
74722026-05-29T10:19:11.993Z time: [8539.0 B 8539.0 B 8539.0 B]
74732026-05-29T10:19:11.993Z change: [+15.972% +15.972% +15.972%] (p = 0.00 < 0.05)
74742026-05-29T10:19:11.993Z Performance has regressed.
74752026-05-29T10:19:11.993Z
74762026-05-29T10:19:11.993ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
74772026-05-29T10:19:11.993ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
74782026-05-29T10:19:11.993ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0590 ms (220 iterations)
74792026-05-29T10:19:11.993ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
74802026-05-29T10:19:11.993Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
74812026-05-29T10:19:11.993Z time: [8539.0 B 8539.0 B 8539.0 B]
74822026-05-29T10:19:11.993Z change: [+15.972% +15.972% +15.972%] (p = 0.00 < 0.05)
74832026-05-29T10:19:11.993Z Performance has regressed.
74842026-05-29T10:19:11.993Z
74852026-05-29T10:19:11.993ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
74862026-05-29T10:19:11.993ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
74872026-05-29T10:19:11.993ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0195 ms (275 iterations)
74882026-05-29T10:19:11.993ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
74892026-05-29T10:19:11.996Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
74902026-05-29T10:19:11.996Z time: [7048.0 B 7048.0 B 7048.0 B]
74912026-05-29T10:19:11.996Z change: [+20.027% +20.027% +20.027%] (p = 0.00 < 0.05)
74922026-05-29T10:19:11.996Z Performance has regressed.
74932026-05-29T10:19:11.996Z
74942026-05-29T10:19:11.996ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
74952026-05-29T10:19:11.996ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
74962026-05-29T10:19:11.996ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1923 ms (275 iterations)
74972026-05-29T10:19:11.996ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
74982026-05-29T10:19:11.996Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
74992026-05-29T10:19:11.996Z time: [7048.0 B 7048.0 B 7048.0 B]
75002026-05-29T10:19:11.996Z change: [+20.027% +20.027% +20.027%] (p = 0.00 < 0.05)
75012026-05-29T10:19:11.996Z Performance has regressed.
75022026-05-29T10:19:11.996Z
75032026-05-29T10:19:11.996ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
75042026-05-29T10:19:11.996ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
75052026-05-29T10:19:11.996ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0945 ms (275 iterations)
75062026-05-29T10:19:12.000ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
75072026-05-29T10:19:12.000Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
75082026-05-29T10:19:12.000Z time: [8507.0 B 8507.0 B 8507.0 B]
75092026-05-29T10:19:12.000Z change: [+15.537% +15.537% +15.537%] (p = 0.00 < 0.05)
75102026-05-29T10:19:12.000Z Performance has regressed.
75112026-05-29T10:19:12.000Z
75122026-05-29T10:19:12.000ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
75132026-05-29T10:19:12.000ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
75142026-05-29T10:19:12.000ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0040 ms (220 iterations)
75152026-05-29T10:19:12.000ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
75162026-05-29T10:19:12.000Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
75172026-05-29T10:19:12.000Z time: [8507.0 B 8507.0 B 8507.0 B]
75182026-05-29T10:19:12.000Z change: [+15.537% +15.537% +15.537%] (p = 0.00 < 0.05)
75192026-05-29T10:19:12.000Z Performance has regressed.
75202026-05-29T10:19:12.000Z
75212026-05-29T10:19:12.000ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
75222026-05-29T10:19:12.000ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
75232026-05-29T10:19:12.000ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1165 ms (330 iterations)
75242026-05-29T10:19:12.003ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Analyzing
75252026-05-29T10:19:12.003Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
75262026-05-29T10:19:12.003Z time: [7016.0 B 7016.0 B 7016.0 B]
75272026-05-29T10:19:12.003Z change: [+19.482% +19.482% +19.482%] (p = 0.00 < 0.05)
75282026-05-29T10:19:12.003Z Performance has regressed.
75292026-05-29T10:19:12.004Z
75302026-05-29T10:19:12.004ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
75312026-05-29T10:19:12.004ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
75322026-05-29T10:19:12.004ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0942 ms (275 iterations)
75332026-05-29T10:19:12.004ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
75342026-05-29T10:19:12.004Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
75352026-05-29T10:19:12.004Z time: [7016.0 B 7016.0 B 7016.0 B]
75362026-05-29T10:19:12.004Z change: [+19.482% +19.482% +19.482%] (p = 0.00 < 0.05)
75372026-05-29T10:19:12.004Z Performance has regressed.
75382026-05-29T10:19:12.004Z
75392026-05-29T10:19:12.046Z+ cp -r target/criterion /work/bench-results
75402026-05-29T10:19:12.201Z+ cp -r target/xde-bench /work/bench-results
75412026-05-29T10:19:12.235Z+ pushd /work
75422026-05-29T10:19:12.235Z+ tar -caf bench-results.tgz bench-results
75432026-05-29T10:19:12.235Z/work /work/oxidecomputer/opte
75442026-05-29T10:19:12.787Z+ popd
75452026-05-29T10:19:12.790Z/work/oxidecomputer/opte
75462026-05-29T10:19:12.790Z+ cleanup
75472026-05-29T10:19:12.790Z++ id -un
75482026-05-29T10:19:12.793Z++ id -gn
75492026-05-29T10:19:12.796Z+ pfexec chown -R build:build .
75502026-05-29T10:19:12.865Z+ [[ -z 01KSSHNQAZ2F03TR9603FVB3Z9 ]]
75512026-05-29T10:19:12.868Zprocess exited: duration 1937294 ms, exit code 0
 
75522026-05-29T10:19:12.880Zfound 1 output files
75532026-05-29T10:19:12.880Zuploading: /work/bench-results.tgz (6358004 bytes)
75542026-05-29T10:19:13.929Zuploaded: /work/bench-results.tgz