01KMPQ10ZDWMZYNZ561GFX3EQW: bench

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

Buildomat Job: 01KMPQ1RPQ1YFC9B055S6FMTBY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-27T04:28:09.928Zjob dependencies complete; ready to run (waiting for 30 m 23 s)
22026-03-27T04:33:59.787Zjob assigned to worker 01KMPS2GDC0KW3V25G4FCPAKPY [factory aws, i-0d9a592a920155d89] (queued for 5 m 49 s)
32026-03-27T04:34:07.037Zdownloading input: /input/xde/work/debug/xde.dbg
42026-03-27T04:34:07.972Zdownloaded input: /input/xde/work/debug/xde.dbg
52026-03-27T04:34:07.975Zdownloading input: /input/xde/work/debug/xde.dbg.sha256
62026-03-27T04:34:08.002Zdownloaded input: /input/xde/work/debug/xde.dbg.sha256
72026-03-27T04:34:08.005Zdownloading input: /input/xde/work/debug/xde_link.dbg.so
82026-03-27T04:34:08.083Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so
92026-03-27T04:34:08.087Zdownloading input: /input/xde/work/debug/xde_link.dbg.so.sha256
102026-03-27T04:34:08.110Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256
112026-03-27T04:34:08.113Zdownloading input: /input/xde/work/release/xde
122026-03-27T04:34:09.043Zdownloaded input: /input/xde/work/release/xde
132026-03-27T04:34:09.046Zdownloading input: /input/xde/work/release/xde.sha256
142026-03-27T04:34:09.069Zdownloaded input: /input/xde/work/release/xde.sha256
152026-03-27T04:34:09.072Zdownloading input: /input/xde/work/release/xde_link.so
162026-03-27T04:34:09.094Zdownloaded input: /input/xde/work/release/xde_link.so
172026-03-27T04:34:09.094Zdownloading input: /input/xde/work/release/xde_link.so.sha256
182026-03-27T04:34:09.119Zdownloaded input: /input/xde/work/release/xde_link.so.sha256
192026-03-27T04:34:09.122Zdownloading input: /input/xde/work/test/loopback
202026-03-27T04:34:09.963Zdownloaded input: /input/xde/work/test/loopback
212026-03-27T04:34:09.965Zdownloading input: /input/xde/work/test/multicast_rx
222026-03-27T04:34:10.699Zdownloaded input: /input/xde/work/test/multicast_rx
232026-03-27T04:34:10.702Zdownloading input: /input/xde/work/test/multicast_multi_sub
242026-03-27T04:34:11.448Zdownloaded input: /input/xde/work/test/multicast_multi_sub
252026-03-27T04:34:11.452Zdownloading input: /input/xde/work/test/multicast_validation
262026-03-27T04:34:12.230Zdownloaded input: /input/xde/work/test/multicast_validation
272026-03-27T04:34:12.233Zdownloading input: /input/xde/work/xde.conf
282026-03-27T04:34:12.254Zdownloaded input: /input/xde/work/xde.conf
 
292026-03-27T04:34:12.257Zstarting task 0: "setup"
302026-03-27T04:34:12.261Z++ uname -s
312026-03-27T04:34:12.263Z+ kern=SunOS
322026-03-27T04:34:12.263Z+ build_user=build
332026-03-27T04:34:12.264Z+ build_uid=12345
342026-03-27T04:34:12.264Z+ work_dir=/work
352026-03-27T04:34:12.264Z+ input_dir=/input
362026-03-27T04:34:12.264Z+ [[ 0 == 12345 ]]
372026-03-27T04:34:12.264Z+ case "$kern" in
382026-03-27T04:34:12.264Z+ groupadd -g 12345 build
392026-03-27T04:34:12.264Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
402026-03-27T04:34:14.270Z+ zfs create -o mountpoint=/work rpool/work
412026-03-27T04:34:14.444Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
422026-03-27T04:34:14.447Z+ home_fs=zfs
432026-03-27T04:34:14.447Z+ [[ zfs == autofs ]]
442026-03-27T04:34:14.447Z+ mkdir -p /home/build
452026-03-27T04:34:14.448Z+ chown build:build /home/build /work
462026-03-27T04:34:16.449Z+ chmod 0700 /home/build /work
472026-03-27T04:34:16.452Zprocess exited: duration 4196 ms, exit code 0
 
482026-03-27T04:34:16.458Zstarting task 1: "rust-toolchain"
492026-03-27T04:34:16.463Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
502026-03-27T04:34:16.463Z+ printf ' * rust toolchain profile = "%s"\n' default
512026-03-27T04:34:16.463Z * rust toolchain channel = "1.93.1"
522026-03-27T04:34:16.463Z * rust toolchain profile = "default"
532026-03-27T04:34:16.463Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
542026-03-27T04:34:16.463Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
552026-03-27T04:34:16.466Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
562026-03-27T04:34:16.466Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
572026-03-27T04:34:16.593Zinfo: downloading installer
582026-03-27T04:34:18.234Zwarn: It looks like you have an existing installation of Rust at:
592026-03-27T04:34:18.235Zwarn: /opt/ooce/bin
602026-03-27T04:34:18.235Zwarn: It is recommended that rustup be the primary Rust installation.
612026-03-27T04:34:18.235Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
622026-03-27T04:34:18.235Zwarn: If you are sure that you want both rustup and your already installed Rust
632026-03-27T04:34:18.235Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
642026-03-27T04:34:18.235Zwarn: or pass `-y' to ignore all ignorable checks.
652026-03-27T04:34:18.235Zerror: cannot install while Rust is installed
662026-03-27T04:34:18.235Zwarn: continuing (because the -y flag is set and the error is ignorable)
672026-03-27T04:34:18.235Zwarn: It looks like you have an existing rustup settings file at:
682026-03-27T04:34:18.235Zwarn: /home/build/.rustup/settings.toml
692026-03-27T04:34:18.235Zwarn: Rustup will install the default toolchain as specified in the settings file,
702026-03-27T04:34:18.235Zwarn: instead of the one inferred from the default host triple.
712026-03-27T04:34:18.245Zinfo: profile set to default
722026-03-27T04:34:18.245Zinfo: default host triple is x86_64-unknown-illumos
732026-03-27T04:34:18.248Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
742026-03-27T04:34:18.387Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
752026-03-27T04:34:18.390Zinfo: downloading 6 components
762026-03-27T04:34:32.899Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
772026-03-27T04:34:32.899Z
782026-03-27T04:34:32.927Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-27T04:34:32.927Z
802026-03-27T04:34:32.927Z
812026-03-27T04:34:32.927ZRust is installed now. Great!
822026-03-27T04:34:32.927Z
832026-03-27T04:34:32.927ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
842026-03-27T04:34:32.927Zenvironment variable. This has not been done automatically.
852026-03-27T04:34:32.927Z
862026-03-27T04:34:32.927ZTo configure your current shell, you need to source
872026-03-27T04:34:32.927Zthe corresponding env file under $HOME/.cargo.
882026-03-27T04:34:32.927Z
892026-03-27T04:34:32.927ZThis is usually done by running one of the following (note the leading DOT):
902026-03-27T04:34:32.927Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
912026-03-27T04:34:32.927Zsource "$HOME/.cargo/env.fish" # For fish
922026-03-27T04:34:32.927Zsource "~/.cargo/env.nu" # For nushell
932026-03-27T04:34:32.927Zsource "$HOME/.cargo/env.tcsh" # For tcsh
942026-03-27T04:34:32.927Z. "$HOME/.cargo/env.ps1" # For pwsh
952026-03-27T04:34:32.927Zsource "$HOME/.cargo/env.xsh" # For xonsh
962026-03-27T04:34:32.930Zwarn: no default linker (`cc`) was found in your PATH
972026-03-27T04:34:32.930Zwarn: many Rust crates require a system C toolchain to build
982026-03-27T04:34:33.012Z+ rustup --version
992026-03-27T04:34:33.020Zrustup 1.29.0 (28d1352db 2026-03-05)
1002026-03-27T04:34:33.023Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
1012026-03-27T04:34:33.042Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
1022026-03-27T04:34:33.044Z+ cargo --version
1032026-03-27T04:34:33.057Zcargo 1.93.1 (083ac5135 2025-12-15)
1042026-03-27T04:34:33.060Z+ rustc --version
1052026-03-27T04:34:33.079Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1062026-03-27T04:34:33.082Zprocess exited: duration 16621 ms, exit code 0
 
1072026-03-27T04:34:33.089Zstarting task 2: "authentication"
1082026-03-27T04:34:33.105Zprocess exited: duration 16 ms, exit code 0
 
1092026-03-27T04:34:33.112Zstarting task 3: "clone repository"
1102026-03-27T04:34:33.114Z+ mkdir -p /work/oxidecomputer/opte
1112026-03-27T04:34:33.117Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
1122026-03-27T04:34:33.147ZCloning into '/work/oxidecomputer/opte'...
1132026-03-27T04:34:33.882Z+ cd /work/oxidecomputer/opte
1142026-03-27T04:34:33.885Z+ git fetch origin 56e75ed31151689afa450c72cf51c5ae25ec8925
1152026-03-27T04:34:34.101ZFrom https://github.com/oxidecomputer/opte
1162026-03-27T04:34:34.101Z * branch 56e75ed31151689afa450c72cf51c5ae25ec8925 -> FETCH_HEAD
1172026-03-27T04:34:34.106Z+ [[ -n renovate/uuid-1.x-lockfile ]]
1182026-03-27T04:34:34.109Z++ git branch --show-current
1192026-03-27T04:34:34.109Z+ current=master
1202026-03-27T04:34:34.109Z+ [[ master != renovate/uuid-1.x-lockfile ]]
1212026-03-27T04:34:34.109Z+ git branch -f renovate/uuid-1.x-lockfile 56e75ed31151689afa450c72cf51c5ae25ec8925
1222026-03-27T04:34:34.112Z+ git checkout -f renovate/uuid-1.x-lockfile
1232026-03-27T04:34:34.128ZSwitched to branch 'renovate/uuid-1.x-lockfile'
1242026-03-27T04:34:34.130Z+ git reset --hard 56e75ed31151689afa450c72cf51c5ae25ec8925
1252026-03-27T04:34:34.144ZHEAD is now at 56e75ed Update Rust crate uuid to v1.23.0
1262026-03-27T04:34:34.147Zprocess exited: duration 1032 ms, exit code 0
 
1272026-03-27T04:34:34.152Zstarting task 4: "build"
1282026-03-27T04:34:34.156Z+ source .github/buildomat/common.sh
1292026-03-27T04:34:34.159Z++ rustup show active-toolchain
1302026-03-27T04:34:34.162Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1312026-03-27T04:34:34.164Z++ pushd xde
1322026-03-27T04:34:34.164Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1332026-03-27T04:34:34.164Z++ rustup show active-toolchain
1342026-03-27T04:34:34.167Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1352026-03-27T04:34:34.312Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1362026-03-27T04:34:34.315Zinfo: downloading 6 components
1372026-03-27T04:34:49.894Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1382026-03-27T04:34:49.987Z+++ rustup show active-toolchain -v
1392026-03-27T04:34:49.990Z+++ head -n 1
1402026-03-27T04:34:49.990Z+++ cut '-d ' -f1
1412026-03-27T04:34:50.039Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1422026-03-27T04:34:50.039Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1432026-03-27T04:34:50.039Z++ popd
1442026-03-27T04:34:50.042Z/work/oxidecomputer/opte
1452026-03-27T04:34:50.043Z+ pfexec pkg install brand/omicron1 brand/omicron1/tools opte iperf demangle flamegraph
1462026-03-27T04:34:57.379Z Startup: Refreshing catalog 'helios-dev' ... Done
1472026-03-27T04:35:04.229Z Startup: Caching catalogs ... Done
1482026-03-27T04:35:08.323ZPlanning: Solver setup ... Done
1492026-03-27T04:35:08.357ZPlanning: Running solver ... Done
1502026-03-27T04:35:08.479ZPlanning: Finding local manifests ... Done
1512026-03-27T04:35:08.494ZPlanning: Fetching manifests: 0/6 0% complete
1522026-03-27T04:35:08.515ZPlanning: Fetching manifests: 6/6 100% complete
1532026-03-27T04:35:08.529ZPlanning: Package planning ... Done
1542026-03-27T04:35:08.532ZPlanning: Merging actions ... Done
1552026-03-27T04:35:08.723ZPlanning: Checking for conflicting actions ... Done
1562026-03-27T04:35:08.726ZPlanning: Consolidating action changes ... Done
1572026-03-27T04:35:09.494ZPlanning: Evaluating mediators ... Done
1582026-03-27T04:35:09.497ZPlanning: Planning completed in 5.11 seconds
1592026-03-27T04:35:09.506Z Packages to install: 6
1602026-03-27T04:35:09.509Z Services to change: 2
1612026-03-27T04:35:09.509Z Create boot environment: No
1622026-03-27T04:35:09.509ZCreate backup boot environment: No
1632026-03-27T04:35:09.544Z
1642026-03-27T04:35:09.544ZDownload: 0/22 items 0.0/14.7MB 0% complete
1652026-03-27T04:35:09.685ZDownload: Completed 14.70 MB in 0.14 seconds (104M/s)
1662026-03-27T04:35:09.801Z Actions: 1/111 actions (Installing new actions)
1672026-03-27T04:35:10.203Z Actions: Completed 111 actions in 0.40 seconds.
1682026-03-27T04:35:10.812Z Done
1692026-03-27T04:35:10.812Z Done
1702026-03-27T04:35:11.407Z Done
1712026-03-27T04:35:14.365Z Done
1722026-03-27T04:35:14.436Z Done
1732026-03-27T04:35:14.439Z Done
1742026-03-27T04:35:19.513Z Done
1752026-03-27T04:35:20.157Z+ [[ -z 01KMPQ1RPQ1YFC9B055S6FMTBY ]]
1762026-03-27T04:35:20.157Z+ pfexec /usr/lib/brand/omicron1/baseline -w /var/run/brand/omicron1/baseline
1772026-03-27T04:35:21.225Zincorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23838:20260323T150135Z
1782026-03-27T04:35:21.225Zentire = pkg://helios-dev/entire@2-2.0:20230621T192557Z
1792026-03-27T04:35:21.225Zinstall = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
1802026-03-27T04:35:21.225Zinstall = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
1812026-03-27T04:35:21.228Ztempdir @ "/tmp/.tmpKujNuk/tmp"
1822026-03-27T04:35:21.228Zimage root @ "/tmp/.tmpKujNuk/tmp/root"
1832026-03-27T04:35:21.228Zcreating image...
1842026-03-27T04:35:21.482Zcopying publishers...
1852026-03-27T04:35:35.014Zadding properties...
1862026-03-27T04:35:35.643Zinstalling packages...
1872026-03-27T04:36:56.902Zseeding SMF database...
1882026-03-27T04:37:01.162Zconfiguring SMF profile...
1892026-03-27T04:37:01.162Zmodifying shadow(5)...
1902026-03-27T04:37:01.165Zloading user and group database...
1912026-03-27T04:37:01.165Zloading facet selections...
1922026-03-27T04:37:01.424Z devel -> true
1932026-03-27T04:37:01.424Z doc.man -> true
1942026-03-27T04:37:01.424Z entire.service/hal -> true
1952026-03-27T04:37:01.424Z entire.service/network/smtp/dma -> true
1962026-03-27T04:37:01.424Z locale.ar -> true
1972026-03-27T04:37:01.424Z locale.ca -> true
1982026-03-27T04:37:01.424Z locale.cs -> true
1992026-03-27T04:37:01.424Z locale.de -> true
2002026-03-27T04:37:01.424Z locale.es -> true
2012026-03-27T04:37:01.424Z locale.fr -> true
2022026-03-27T04:37:01.424Z locale.he -> true
2032026-03-27T04:37:01.424Z locale.hu -> true
2042026-03-27T04:37:01.424Z locale.id -> true
2052026-03-27T04:37:01.424Z locale.it -> true
2062026-03-27T04:37:01.424Z locale.ja -> true
2072026-03-27T04:37:01.424Z locale.ko -> true
2082026-03-27T04:37:01.424Z locale.nl -> true
2092026-03-27T04:37:01.424Z locale.pl -> true
2102026-03-27T04:37:01.424Z locale.pt_BR -> true
2112026-03-27T04:37:01.424Z locale.ru -> true
2122026-03-27T04:37:01.424Z locale.sk -> true
2132026-03-27T04:37:01.424Z locale.sv -> true
2142026-03-27T04:37:01.424Z locale.zh_CN -> true
2152026-03-27T04:37:01.424Z locale.zh_HK -> true
2162026-03-27T04:37:01.424Z locale.zh_TW -> true
2172026-03-27T04:37:01.424Z onu.ooceonly -> true
2182026-03-27T04:37:01.424Z version-lock.shell/ksh93 -> true
2192026-03-27T04:37:01.424Z version-lock.system/data/hardware-registry -> true
2202026-03-27T04:37:01.424Z version-lock.system/data/zoneinfo -> true
2212026-03-27T04:37:01.424Z version-lock.system/microcode/amd -> true
2222026-03-27T04:37:01.425Z version-lock.system/microcode/intel -> true
2232026-03-27T04:37:01.425Z version-lock.system/microcode/oxide -> true
2242026-03-27T04:37:01.425Zassessing packaged files...
2252026-03-27T04:37:02.903Zcreating archive...
2262026-03-27T04:37:02.928Zmissing from packaging:
2272026-03-27T04:37:02.928Z "etc/.pwd.lock"
2282026-03-27T04:37:02.932Z "etc/svc/profile/generic.xml"
2292026-03-27T04:37:02.932Z "etc/svc/profile/inetd_services.xml"
2302026-03-27T04:37:02.932Z "etc/svc/profile/name_service.xml"
2312026-03-27T04:37:02.932Z "etc/svc/profile/platform.xml"
2322026-03-27T04:37:02.932Z "etc/svc/profile/platform_omicron1.xml"
2332026-03-27T04:37:02.935Z "etc/svc/repository.db"
2342026-03-27T04:37:02.935Z
2352026-03-27T04:37:02.940Z
2362026-03-27T04:37:02.940Zfinishing archive...
2372026-03-27T04:37:03.587Zcreating gzonly manifest...
2382026-03-27T04:37:03.590Zok
2392026-03-27T04:37:03.681Z+ trap cleanup EXIT
2402026-03-27T04:37:03.684Z+ OUT_DIR=/work/bench-results
2412026-03-27T04:37:03.684Z+ mkdir -p /work/bench-results
2422026-03-27T04:37:03.684Z+ mkdir -p target/criterion
2432026-03-27T04:37:03.687Z+ mkdir -p target/xde-bench
2442026-03-27T04:37:03.687Z+ banner collect
2452026-03-27T04:37:03.690Z
2462026-03-27T04:37:03.690Z #### #### # # ###### #### #####
2472026-03-27T04:37:03.690Z # # # # # # # # # #
2482026-03-27T04:37:03.691Z # # # # # ##### # #
2492026-03-27T04:37:03.691Z # # # # # # # #
2502026-03-27T04:37:03.691Z # # # # # # # # # #
2512026-03-27T04:37:03.691Z #### #### ###### ###### ###### #### #
2522026-03-27T04:37:03.691Z
2532026-03-27T04:37:03.691Z++ cat .git/refs/heads/master
2542026-03-27T04:37:03.691Z+ BASELINE_COMMIT=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8
2552026-03-27T04:37:03.691Z+ [[ renovate/uuid-1.x-lockfile == \m\a\s\t\e\r ]]
2562026-03-27T04:37:03.691Z+ get_artifact opte benchmark 04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8 bench-results.tgz
2572026-03-27T04:37:03.691Z+ local curl_res
2582026-03-27T04:37:03.691Z+ repo=opte
2592026-03-27T04:37:03.691Z+ series=benchmark
2602026-03-27T04:37:03.691Z+ commit=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8
2612026-03-27T04:37:03.691Z+ name=bench-results.tgz
2622026-03-27T04:37:03.691Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2632026-03-27T04:37:03.691Z+ mkdir -p download
2642026-03-27T04:37:03.694Z+ pushd download
2652026-03-27T04:37:03.694Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
2662026-03-27T04:37:03.694Z+ [[ ! -f bench-results.tgz ]]
2672026-03-27T04:37:03.694Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/benchmark/04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8/bench-results.tgz
2682026-03-27T04:37:03.698Z % Total % Received % Xferd Average Speed Time Time Time Current
2692026-03-27T04:37:03.701Z Dload Upload Total Spent Left Speed
2702026-03-27T04:37:04.065Z 0 0 0 0 0 0 0 0 0 100 4.40M 100 4.40M 0 0 12.02M 0 0 100 4.40M 100 4.40M 0 0 12.01M 0 0 100 4.40M 100 4.40M 0 0 12.01M 0 0
2712026-03-27T04:37:04.068Z+ curl_res=0
2722026-03-27T04:37:04.068Z+ popd
2732026-03-27T04:37:04.068Z+ return 0
2742026-03-27T04:37:04.068Z/work/oxidecomputer/opte
2752026-03-27T04:37:04.068Z+ tar -xf download/bench-results.tgz -C target
2762026-03-27T04:37:04.293Z+ mv target/bench-results/criterion target/bench-results/xde-bench target/
2772026-03-27T04:37:04.296Z+ rm -r target/bench-results
2782026-03-27T04:37:04.296Z+ [[ '' -eq 1 ]]
2792026-03-27T04:37:04.296Z+ uname -a
2802026-03-27T04:37:04.299ZSunOS w-01KMPS2GDC0KW3V25G4FCPAKPY 5.11 helios-2.0.23838 i86pc i386 i86pc
2812026-03-27T04:37:04.299Z+ cat /etc/versions/build
2822026-03-27T04:37:04.299Zheads/stlouis-0-ge1108ec7ee
2832026-03-27T04:37:04.299Z+ dladm
2842026-03-27T04:37:04.302ZLINK CLASS MTU STATE BRIDGE OVER
2852026-03-27T04:37:04.302Zena0 phys 9216 up -- --
2862026-03-27T04:37:04.305Z+ ipadm
2872026-03-27T04:37:04.305ZADDROBJ TYPE STATE ADDR
2882026-03-27T04:37:04.305Zlo0/v4 static ok 127.0.0.1/8
2892026-03-27T04:37:04.305Zena0/dhcp dhcp ok 10.150.1.97/24
2902026-03-27T04:37:04.305Zlo0/v6 static ok ::1/128
2912026-03-27T04:37:04.305Z+ pfexec rem_drv xde
2922026-03-27T04:37:04.312Z+ set -o errexit
2932026-03-27T04:37:04.312Z+ set -o pipefail
2942026-03-27T04:37:04.312Z+ banner prepare
2952026-03-27T04:37:04.315Z
2962026-03-27T04:37:04.315Z ##### ##### ###### ##### ## ##### ######
2972026-03-27T04:37:04.315Z # # # # # # # # # # # #
2982026-03-27T04:37:04.315Z # # # # ##### # # # # # # #####
2992026-03-27T04:37:04.316Z ##### ##### # ##### ###### ##### #
3002026-03-27T04:37:04.316Z # # # # # # # # # #
3012026-03-27T04:37:04.316Z # # # ###### # # # # # ######
3022026-03-27T04:37:04.316Z
3032026-03-27T04:37:04.316Z+ pfexec cp /input/xde/work/xde.conf /kernel/drv/
3042026-03-27T04:37:04.319Z+ pfexec cp /input/xde/work/release/xde /kernel/drv/amd64
3052026-03-27T04:37:04.380Z+ pfexec add_drv xde
3062026-03-27T04:37:04.984Z+ banner bench
3072026-03-27T04:37:04.988Z
3082026-03-27T04:37:04.988Z ##### ###### # # #### # #
3092026-03-27T04:37:04.988Z # # # ## # # # # #
3102026-03-27T04:37:04.988Z ##### ##### # # # # ######
3112026-03-27T04:37:04.988Z # # # # # # # # #
3122026-03-27T04:37:04.988Z # # # # ## # # # #
3132026-03-27T04:37:04.988Z ##### ###### # # #### # #
3142026-03-27T04:37:04.988Z
3152026-03-27T04:37:04.988Z+ cargo kbench local
3162026-03-27T04:37:05.094Z Updating crates.io index
3172026-03-27T04:37:05.129Z Updating git repository `https://github.com/oxidecomputer/falcon`
3182026-03-27T04:37:06.122Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3192026-03-27T04:37:06.385Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3202026-03-27T04:37:06.809Z Updating git repository `https://github.com/oxidecomputer/zone`
3212026-03-27T04:37:07.264Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3222026-03-27T04:37:07.494Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3232026-03-27T04:37:07.771Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3242026-03-27T04:37:09.797Z Downloading crates ...
3252026-03-27T04:37:09.852Z Downloaded anstyle v1.0.14
3262026-03-27T04:37:09.855Z Downloaded darling_macro v0.21.3
3272026-03-27T04:37:09.858Z Downloaded heck v0.4.1
3282026-03-27T04:37:09.861Z Downloaded deranged v0.5.8
3292026-03-27T04:37:09.864Z Downloaded aho-corasick v1.1.4
3302026-03-27T04:37:09.871Z Downloaded futures-task v0.3.32
3312026-03-27T04:37:09.874Z Downloaded colorchoice v1.0.5
3322026-03-27T04:37:09.874Z Downloaded anstyle-query v1.1.5
3332026-03-27T04:37:09.885Z Downloaded futures-macro v0.3.32
3342026-03-27T04:37:09.888Z Downloaded find-msvc-tools v0.1.9
3352026-03-27T04:37:09.888Z Downloaded proc-macro-error-attr2 v2.0.0
3362026-03-27T04:37:09.888Z Downloaded num-traits v0.2.19
3372026-03-27T04:37:09.891Z Downloaded colored v3.1.1
3382026-03-27T04:37:09.892Z Downloaded thiserror-impl v1.0.69
3392026-03-27T04:37:09.894Z Downloaded cobs v0.3.0
3402026-03-27T04:37:09.894Z Downloaded cpufeatures v0.3.0
3412026-03-27T04:37:09.898Z Downloaded plotters-backend v0.3.7
3422026-03-27T04:37:09.898Z Downloaded futures-io v0.3.32
3432026-03-27T04:37:09.898Z Downloaded crossbeam-channel v0.5.15
3442026-03-27T04:37:09.901Z Downloaded plotters v0.3.7
3452026-03-27T04:37:09.904Z Downloaded serde_core v1.0.228
3462026-03-27T04:37:09.907Z Downloaded is_terminal_polyfill v1.70.2
3472026-03-27T04:37:09.907Z Downloaded ident_case v1.0.1
3482026-03-27T04:37:09.907Z Downloaded defmt-parser v1.0.0
3492026-03-27T04:37:09.910Z Downloaded either v1.15.0
3502026-03-27T04:37:09.910Z Downloaded cfg-if v1.0.4
3512026-03-27T04:37:09.910Z Downloaded futures-core v0.3.32
3522026-03-27T04:37:09.913Z Downloaded cstr-argument v0.1.2
3532026-03-27T04:37:09.913Z Downloaded clap_derive v4.6.0
3542026-03-27T04:37:09.913Z Downloaded ciborium-io v0.2.2
3552026-03-27T04:37:09.913Z Downloaded chacha20 v0.10.0
3562026-03-27T04:37:09.916Z Downloaded defmt v0.3.100
3572026-03-27T04:37:09.918Z Downloaded proc-macro2 v1.0.106
3582026-03-27T04:37:09.918Z Downloaded pcap-parser v0.17.0
3592026-03-27T04:37:09.922Z Downloaded rusticata-macros v5.0.0
3602026-03-27T04:37:09.924Z Downloaded shlex v1.3.0
3612026-03-27T04:37:09.924Z Downloaded is-terminal v0.4.17
3622026-03-27T04:37:09.924Z Downloaded toml_parser v1.1.0+spec-1.1.0
3632026-03-27T04:37:09.927Z Downloaded cfg_aliases v0.2.1
3642026-03-27T04:37:09.927Z Downloaded ciborium-ll v0.2.2
3652026-03-27T04:37:09.927Z Downloaded itoa v1.0.18
3662026-03-27T04:37:09.930Z Downloaded dyn-clone v1.0.20
3672026-03-27T04:37:09.930Z Downloaded ctor-proc-macro v0.0.7
3682026-03-27T04:37:09.932Z Downloaded version_check v0.9.5
3692026-03-27T04:37:09.932Z Downloaded errno v0.3.14
3702026-03-27T04:37:09.932Z Downloaded ref-cast-impl v1.0.25
3712026-03-27T04:37:09.932Z Downloaded cast v0.3.0
3722026-03-27T04:37:09.935Z Downloaded utf8parse v0.2.2
3732026-03-27T04:37:09.935Z Downloaded ipnetwork v0.21.1
3742026-03-27T04:37:09.935Z Downloaded proc-macro-crate v3.5.0
3752026-03-27T04:37:09.938Z Downloaded embedded-io v0.6.1
3762026-03-27T04:37:09.938Z Downloaded dtor v0.1.1
3772026-03-27T04:37:09.938Z Downloaded criterion-plot v0.8.2
3782026-03-27T04:37:09.941Z Downloaded foreign-types-shared v0.3.1
3792026-03-27T04:37:09.941Z Downloaded hash32 v0.3.1
3802026-03-27T04:37:09.944Z Downloaded strsim v0.11.1
3812026-03-27T04:37:09.944Z Downloaded futures-sink v0.3.32
3822026-03-27T04:37:09.944Z Downloaded plotters-svg v0.3.7
3832026-03-27T04:37:09.944Z Downloaded same-file v1.0.6
3842026-03-27T04:37:09.947Z Downloaded embedded-io v0.4.0
3852026-03-27T04:37:09.947Z Downloaded thiserror v1.0.69
3862026-03-27T04:37:09.950Z Downloaded foreign-types-macros v0.2.3
3872026-03-27T04:37:09.950Z Downloaded fnv v1.0.7
3882026-03-27T04:37:09.953Z Downloaded clap_lex v1.1.0
3892026-03-27T04:37:09.953Z Downloaded dtor-proc-macro v0.0.6
3902026-03-27T04:37:09.957Z Downloaded macaddr v1.0.1
3912026-03-27T04:37:09.957Z Downloaded heck v0.5.0
3922026-03-27T04:37:09.957Z Downloaded equivalent v1.0.2
3932026-03-27T04:37:09.960Z Downloaded managed v0.8.0
3942026-03-27T04:37:09.963Z Downloaded slog-envlogger v2.2.0
3952026-03-27T04:37:09.963Z Downloaded foreign-types v0.5.0
3962026-03-27T04:37:09.963Z Downloaded ctor v0.6.3
3972026-03-27T04:37:09.965Z Downloaded tabwriter v1.4.1
3982026-03-27T04:37:09.965Z Downloaded circular v0.3.0
3992026-03-27T04:37:09.969Z Downloaded alloca v0.4.0
4002026-03-27T04:37:09.972Z Downloaded num-conv v0.2.1
4012026-03-27T04:37:09.972Z Downloaded take_mut v0.2.2
4022026-03-27T04:37:09.975Z Downloaded cookie-factory v0.3.3
4032026-03-27T04:37:09.975Z Downloaded byteorder v1.5.0
4042026-03-27T04:37:09.977Z Downloaded lazy_static v1.5.0
4052026-03-27T04:37:09.981Z Downloaded ingot-types v0.1.2
4062026-03-27T04:37:09.981Z Downloaded defmt v1.0.1
4072026-03-27T04:37:09.984Z Downloaded time-core v0.1.8
4082026-03-27T04:37:09.984Z Downloaded bitflags v1.3.2
4092026-03-27T04:37:09.987Z Downloaded crossbeam-deque v0.8.6
4102026-03-27T04:37:09.991Z Downloaded anstream v1.0.0
4112026-03-27T04:37:09.991Z Downloaded slog-term v2.9.2
4122026-03-27T04:37:09.994Z Downloaded slog-scope v4.4.1
4132026-03-27T04:37:09.994Z Downloaded ppv-lite86 v0.2.21
4142026-03-27T04:37:09.994Z Downloaded page_size v0.6.0
4152026-03-27T04:37:09.994Z Downloaded ingot v0.1.1
4162026-03-27T04:37:09.997Z Downloaded pretty-hex v0.4.2
4172026-03-27T04:37:09.997Z Downloaded ref-cast v1.0.25
4182026-03-27T04:37:10.000Z Downloaded autocfg v1.5.0
4192026-03-27T04:37:10.003Z Downloaded terminal_size v0.4.4
4202026-03-27T04:37:10.003Z Downloaded futures-executor v0.3.32
4212026-03-27T04:37:10.006Z Downloaded proc-macro-error-attr v1.0.4
4222026-03-27T04:37:10.006Z Downloaded defmt-macros v1.0.1
4232026-03-27T04:37:10.006Z Downloaded anes v0.1.6
4242026-03-27T04:37:10.009Z Downloaded crossbeam-epoch v0.9.18
4252026-03-27T04:37:10.009Z Downloaded toml_datetime v1.1.0+spec-1.1.0
4262026-03-27T04:37:10.012Z Downloaded crc32fast v1.5.0
4272026-03-27T04:37:10.012Z Downloaded anstyle-parse v1.0.0
4282026-03-27T04:37:10.012Z Downloaded tinytemplate v1.2.1
4292026-03-27T04:37:10.015Z Downloaded thread_local v1.1.9
4302026-03-27T04:37:10.015Z Downloaded proc-macro-error2 v2.0.1
4312026-03-27T04:37:10.015Z Downloaded futures-channel v0.3.32
4322026-03-27T04:37:10.018Z Downloaded anyhow v1.0.102
4332026-03-27T04:37:10.021Z Downloaded time-macros v0.2.27
4342026-03-27T04:37:10.021Z Downloaded ingot-macros v0.1.1
4352026-03-27T04:37:10.021Z Downloaded slab v0.4.12
4362026-03-27T04:37:10.024Z Downloaded powerfmt v0.2.0
4372026-03-27T04:37:10.024Z Downloaded crossbeam-utils v0.8.21
4382026-03-27T04:37:10.024Z Downloaded stable_deref_trait v1.2.1
4392026-03-27T04:37:10.024Z Downloaded rand_core v0.9.5
4402026-03-27T04:37:10.027Z Downloaded thiserror v2.0.18
4412026-03-27T04:37:10.030Z Downloaded erased-serde v0.3.31
4422026-03-27T04:37:10.033Z Downloaded ciborium v0.2.2
4432026-03-27T04:37:10.033Z Downloaded zmij v1.0.21
4442026-03-27T04:37:10.036Z Downloaded futures v0.3.32
4452026-03-27T04:37:10.039Z Downloaded indexmap v2.13.0
4462026-03-27T04:37:10.039Z Downloaded pin-project-lite v0.2.17
4472026-03-27T04:37:10.042Z Downloaded rustversion v1.0.22
4482026-03-27T04:37:10.046Z Downloaded darling v0.21.3
4492026-03-27T04:37:10.049Z Downloaded rand_chacha v0.9.0
4502026-03-27T04:37:10.049Z Downloaded thiserror-impl v2.0.18
4512026-03-27T04:37:10.049Z Downloaded slog-stdlog v4.1.1
4522026-03-27T04:37:10.049Z Downloaded rand_core v0.10.0
4532026-03-27T04:37:10.049Z Downloaded oorandom v11.1.5
4542026-03-27T04:37:10.051Z Downloaded iana-time-zone v0.1.65
4552026-03-27T04:37:10.051Z Downloaded half v2.7.1
4562026-03-27T04:37:10.055Z Downloaded getrandom v0.4.2
4572026-03-27T04:37:10.055Z Downloaded clap v4.6.0
4582026-03-27T04:37:10.059Z Downloaded term v1.2.1
4592026-03-27T04:37:10.062Z Downloaded proc-macro-error v1.0.4
4602026-03-27T04:37:10.064Z Downloaded getrandom v0.3.4
4612026-03-27T04:37:10.064Z Downloaded once_cell v1.21.4
4622026-03-27T04:37:10.067Z Downloaded tracing-attributes v0.1.31
4632026-03-27T04:37:10.067Z Downloaded arc-swap v1.9.0
4642026-03-27T04:37:10.070Z Downloaded postcard v1.1.3
4652026-03-27T04:37:10.070Z Downloaded heapless v0.8.0
4662026-03-27T04:37:10.073Z Downloaded bitflags v2.11.0
4672026-03-27T04:37:10.076Z Downloaded memchr v2.8.0
4682026-03-27T04:37:10.078Z Downloaded walkdir v2.5.0
4692026-03-27T04:37:10.078Z Downloaded darling_core v0.21.3
4702026-03-27T04:37:10.081Z Downloaded log v0.4.29
4712026-03-27T04:37:10.084Z Downloaded slog-async v2.8.0
4722026-03-27T04:37:10.084Z Downloaded quote v1.0.45
4732026-03-27T04:37:10.084Z Downloaded oxnet v0.1.4
4742026-03-27T04:37:10.087Z Downloaded cc v1.2.57
4752026-03-27T04:37:10.087Z Downloaded serde_derive v1.0.228
4762026-03-27T04:37:10.089Z Downloaded futures-util v0.3.32
4772026-03-27T04:37:10.094Z Downloaded unicode-ident v1.0.24
4782026-03-27T04:37:10.097Z Downloaded slog v2.8.2
4792026-03-27T04:37:10.100Z Downloaded tracing-core v0.1.36
4802026-03-27T04:37:10.100Z Downloaded itertools v0.12.1
4812026-03-27T04:37:10.104Z Downloaded itertools v0.13.0
4822026-03-27T04:37:10.107Z Downloaded itertools v0.14.0
4832026-03-27T04:37:10.110Z Downloaded uuid v1.23.0
4842026-03-27T04:37:10.113Z Downloaded hashbrown v0.16.1
4852026-03-27T04:37:10.116Z Downloaded criterion v0.8.2
4862026-03-27T04:37:10.119Z Downloaded clap_builder v4.6.0
4872026-03-27T04:37:10.125Z Downloaded toml_edit v0.25.8+spec-1.1.0
4882026-03-27T04:37:10.127Z Downloaded chrono v0.4.44
4892026-03-27T04:37:10.128Z Downloaded num_enum_derive v0.7.6
4902026-03-27T04:37:10.128Z Downloaded num_enum v0.7.6
4912026-03-27T04:37:10.130Z Downloaded socket2 v0.6.3
4922026-03-27T04:37:10.134Z Downloaded rayon-core v1.13.0
4932026-03-27T04:37:10.140Z Downloaded serde v1.0.228
4942026-03-27T04:37:10.152Z Downloaded libc v0.2.183
4952026-03-27T04:37:10.170Z Downloaded rand v0.9.2
4962026-03-27T04:37:10.173Z Downloaded zerocopy-derive v0.8.47
4972026-03-27T04:37:10.177Z Downloaded rand v0.10.0
4982026-03-27T04:37:10.199Z Downloaded nix v0.31.2
4992026-03-27T04:37:10.208Z Downloaded nom v8.0.0
5002026-03-27T04:37:10.215Z Downloaded regex v1.12.3
5012026-03-27T04:37:10.223Z Downloaded serde_json v1.0.149
5022026-03-27T04:37:10.240Z Downloaded rayon v1.11.0
5032026-03-27T04:37:10.253Z Downloaded winnow v1.0.0
5042026-03-27T04:37:10.266Z Downloaded time v0.3.47
5052026-03-27T04:37:10.288Z Downloaded syn v1.0.109
5062026-03-27T04:37:10.293Z Downloaded zerocopy v0.8.47
5072026-03-27T04:37:10.302Z Downloaded unicode-width v0.2.2
5082026-03-27T04:37:10.312Z Downloaded syn v2.0.117
5092026-03-27T04:37:10.321Z Downloaded regex-syntax v0.8.10
5102026-03-27T04:37:10.325Z Downloaded smoltcp v0.11.0
5112026-03-27T04:37:10.347Z Downloaded rustix v1.1.4
5122026-03-27T04:37:10.359Z Downloaded tracing v0.1.44
5132026-03-27T04:37:10.368Z Downloaded regex-automata v0.4.14
5142026-03-27T04:37:10.436Z Compiling proc-macro2 v1.0.106
5152026-03-27T04:37:10.436Z Compiling quote v1.0.45
5162026-03-27T04:37:10.439Z Compiling unicode-ident v1.0.24
5172026-03-27T04:37:10.439Z Compiling serde_core v1.0.228
5182026-03-27T04:37:10.439Z Compiling cfg-if v1.0.4
5192026-03-27T04:37:10.439Z Compiling libc v0.2.183
5202026-03-27T04:37:10.439Z Compiling memchr v2.8.0
5212026-03-27T04:37:10.439Z Compiling serde v1.0.228
5222026-03-27T04:37:10.581Z Compiling rustversion v1.0.22
5232026-03-27T04:37:10.643Z Compiling zerocopy v0.8.47
5242026-03-27T04:37:10.899Z Compiling version_check v0.9.5
5252026-03-27T04:37:10.914Z Compiling either v1.15.0
5262026-03-27T04:37:11.064Z Compiling thiserror v2.0.18
5272026-03-27T04:37:11.119Z Compiling ident_case v1.0.1
5282026-03-27T04:37:11.154Z Compiling strsim v0.11.1
5292026-03-27T04:37:11.231Z Compiling fnv v1.0.7
5302026-03-27T04:37:11.437Z Compiling pin-project-lite v0.2.17
5312026-03-27T04:37:11.452Z Compiling crossbeam-utils v0.8.21
5322026-03-27T04:37:11.463Z Compiling regex-syntax v0.8.10
5332026-03-27T04:37:11.507Z Compiling syn v1.0.109
5342026-03-27T04:37:11.523Z Compiling winnow v1.0.0
5352026-03-27T04:37:11.731Z Compiling aho-corasick v1.1.4
5362026-03-27T04:37:11.749Z Compiling syn v2.0.117
5372026-03-27T04:37:11.905Z Compiling equivalent v1.0.2
5382026-03-27T04:37:11.939Z Compiling hashbrown v0.16.1
5392026-03-27T04:37:12.216Z Compiling itertools v0.14.0
5402026-03-27T04:37:12.596Z Compiling toml_parser v1.1.0+spec-1.1.0
5412026-03-27T04:37:12.686Z Compiling indexmap v2.13.0
5422026-03-27T04:37:13.087Z Compiling bitflags v2.11.0
5432026-03-27T04:37:13.133Z Compiling regex-automata v0.4.14
5442026-03-27T04:37:13.267Z Compiling toml_datetime v1.1.0+spec-1.1.0
5452026-03-27T04:37:13.293Z Compiling heapless v0.8.0
5462026-03-27T04:37:13.422Z Compiling byteorder v1.5.0
5472026-03-27T04:37:13.485Z Compiling autocfg v1.5.0
5482026-03-27T04:37:13.506Z Compiling toml_edit v0.25.8+spec-1.1.0
5492026-03-27T04:37:13.609Z Compiling hash32 v0.3.1
5502026-03-27T04:37:13.666Z Compiling slog v2.8.2
5512026-03-27T04:37:13.740Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5522026-03-27T04:37:13.747Z Compiling futures-core v0.3.32
5532026-03-27T04:37:13.832Z Compiling num-traits v0.2.19
5542026-03-27T04:37:13.889Z Compiling macaddr v1.0.1
5552026-03-27T04:37:13.896Z Compiling smoltcp v0.11.0
5562026-03-27T04:37:13.983Z Compiling stable_deref_trait v1.2.1
5572026-03-27T04:37:14.057Z Compiling futures-sink v0.3.32
5582026-03-27T04:37:14.155Z Compiling futures-channel v0.3.32
5592026-03-27T04:37:14.221Z Compiling proc-macro-crate v3.5.0
5602026-03-27T04:37:14.263Z Compiling proc-macro-error-attr v1.0.4
5612026-03-27T04:37:14.395Z Compiling anyhow v1.0.102
5622026-03-27T04:37:14.398Z Compiling ref-cast v1.0.25
5632026-03-27T04:37:14.492Z Compiling darling_core v0.21.3
5642026-03-27T04:37:14.558Z Compiling crc32fast v1.5.0
5652026-03-27T04:37:14.634Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5662026-03-27T04:37:14.708Z Compiling rand_core v0.10.0
5672026-03-27T04:37:14.717Z Compiling itoa v1.0.18
5682026-03-27T04:37:14.844Z Compiling regex v1.12.3
5692026-03-27T04:37:14.856Z Compiling getrandom v0.4.2
5702026-03-27T04:37:14.863Z Compiling managed v0.8.0
5712026-03-27T04:37:14.921Z Compiling futures-io v0.3.32
5722026-03-27T04:37:15.123Z Compiling bitflags v1.3.2
5732026-03-27T04:37:15.156Z Compiling slab v0.4.12
5742026-03-27T04:37:15.180Z Compiling futures-task v0.3.32
5752026-03-27T04:37:15.399Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5762026-03-27T04:37:15.557Z Compiling proc-macro-error v1.0.4
5772026-03-27T04:37:15.712Z Compiling serde_derive v1.0.228
5782026-03-27T04:37:15.754Z Compiling zerocopy-derive v0.8.47
5792026-03-27T04:37:15.785Z Compiling thiserror-impl v2.0.18
5802026-03-27T04:37:15.792Z Compiling futures-macro v0.3.32
5812026-03-27T04:37:16.110Z Compiling foreign-types-macros v0.2.3
5822026-03-27T04:37:16.257Z Compiling ref-cast-impl v1.0.25
5832026-03-27T04:37:16.616Z Compiling futures-util v0.3.32
5842026-03-27T04:37:16.706Z Compiling darling_macro v0.21.3
5852026-03-27T04:37:16.744Z Compiling num_enum_derive v0.7.6
5862026-03-27T04:37:16.865Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5872026-03-27T04:37:17.105Z Compiling cobs v0.3.0
5882026-03-27T04:37:17.122Z Compiling rustix v1.1.4
5892026-03-27T04:37:17.258Z Compiling darling v0.21.3
5902026-03-27T04:37:17.324Z Compiling unicode-width v0.2.2
5912026-03-27T04:37:17.332Z Compiling ingot-macros v0.1.1
5922026-03-27T04:37:17.470Z Compiling once_cell v1.21.4
5932026-03-27T04:37:17.613Z Compiling getrandom v0.3.4
5942026-03-27T04:37:17.700Z Compiling ipnetwork v0.21.1
5952026-03-27T04:37:17.740Z Compiling cpufeatures v0.3.0
5962026-03-27T04:37:17.809Z Compiling foreign-types-shared v0.3.1
5972026-03-27T04:37:17.898Z Compiling foreign-types v0.5.0
5982026-03-27T04:37:17.954Z Compiling chacha20 v0.10.0
5992026-03-27T04:37:17.962Z Compiling num_enum v0.7.6
6002026-03-27T04:37:17.968Z Compiling tracing-core v0.1.36
6012026-03-27T04:37:18.072Z Compiling tabwriter v1.4.1
6022026-03-27T04:37:18.236Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6032026-03-27T04:37:18.400Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6042026-03-27T04:37:18.564Z Compiling tracing-attributes v0.1.31
6052026-03-27T04:37:18.808Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6062026-03-27T04:37:19.055Z Compiling erased-serde v0.3.31
6072026-03-27T04:37:19.291Z Compiling postcard v1.1.3
6082026-03-27T04:37:19.299Z Compiling futures-executor v0.3.32
6092026-03-27T04:37:19.641Z Compiling errno v0.3.14
6102026-03-27T04:37:19.739Z Compiling cstr-argument v0.1.2
6112026-03-27T04:37:19.768Z Compiling shlex v1.3.0
6122026-03-27T04:37:19.789Z Compiling num-conv v0.2.1
6132026-03-27T04:37:19.899Z Compiling zmij v1.0.21
6142026-03-27T04:37:19.931Z Compiling utf8parse v0.2.2
6152026-03-27T04:37:19.958Z Compiling find-msvc-tools v0.1.9
6162026-03-27T04:37:19.965Z Compiling powerfmt v0.2.0
6172026-03-27T04:37:20.076Z Compiling thiserror v1.0.69
6182026-03-27T04:37:20.196Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
6192026-03-27T04:37:20.211Z Compiling time-core v0.1.8
6202026-03-27T04:37:20.245Z Compiling pretty-hex v0.4.2
6212026-03-27T04:37:20.355Z Compiling dyn-clone v1.0.20
6222026-03-27T04:37:20.386Z Compiling ingot-types v0.1.2
6232026-03-27T04:37:20.433Z Compiling time-macros v0.2.27
6242026-03-27T04:37:20.495Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6252026-03-27T04:37:20.570Z Compiling cc v1.2.57
6262026-03-27T04:37:20.582Z Compiling deranged v0.5.8
6272026-03-27T04:37:20.691Z Compiling anstyle-parse v1.0.0
6282026-03-27T04:37:20.814Z Compiling ingot v0.1.1
6292026-03-27T04:37:20.896Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6302026-03-27T04:37:21.247Z Compiling tracing v0.1.44
6312026-03-27T04:37:21.437Z Compiling rand v0.10.0
6322026-03-27T04:37:21.678Z Compiling futures v0.3.32
6332026-03-27T04:37:21.752Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6342026-03-27T04:37:21.964Z Compiling thiserror-impl v1.0.69
6352026-03-27T04:37:22.059Z Compiling uuid v1.23.0
6362026-03-27T04:37:22.072Z Compiling crossbeam-epoch v0.9.18
6372026-03-27T04:37:22.248Z Compiling arc-swap v1.9.0
6382026-03-27T04:37:22.464Z Compiling socket2 v0.6.3
6392026-03-27T04:37:22.513Z Compiling nom v8.0.0
6402026-03-27T04:37:22.580Z Compiling thread_local v1.1.9
6412026-03-27T04:37:22.912Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6422026-03-27T04:37:22.929Z Compiling rayon-core v1.13.0
6432026-03-27T04:37:23.026Z Compiling iana-time-zone v0.1.65
6442026-03-27T04:37:23.106Z Compiling colored v3.1.1
6452026-03-27T04:37:23.154Z Compiling oxnet v0.1.4
6462026-03-27T04:37:23.323Z Compiling slog-async v2.8.0
6472026-03-27T04:37:23.372Z Compiling colorchoice v1.0.5
6482026-03-27T04:37:23.483Z Compiling is_terminal_polyfill v1.70.2
6492026-03-27T04:37:23.574Z Compiling anstyle-query v1.1.5
6502026-03-27T04:37:23.654Z Compiling heck v0.4.1
6512026-03-27T04:37:23.673Z Compiling anstyle v1.0.14
6522026-03-27T04:37:23.757Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6532026-03-27T04:37:23.918Z Compiling serde_json v1.0.149
6542026-03-27T04:37:23.968Z Compiling lazy_static v1.5.0
6552026-03-27T04:37:24.068Z Compiling slog-scope v4.4.1
6562026-03-27T04:37:24.167Z Compiling anstream v1.0.0
6572026-03-27T04:37:24.421Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6582026-03-27T04:37:24.446Z Compiling time v0.3.47
6592026-03-27T04:37:24.943Z Compiling rusticata-macros v5.0.0
6602026-03-27T04:37:25.107Z Compiling chrono v0.4.44
6612026-03-27T04:37:25.218Z Compiling crossbeam-deque v0.8.6
6622026-03-27T04:37:25.244Z Compiling rand_core v0.9.5
6632026-03-27T04:37:25.429Z Compiling terminal_size v0.4.4
6642026-03-27T04:37:25.493Z Compiling cookie-factory v0.3.3
6652026-03-27T04:37:25.571Z Compiling alloca v0.4.0
6662026-03-27T04:37:25.814Z Compiling half v2.7.1
6672026-03-27T04:37:25.864Z Compiling ppv-lite86 v0.2.21
6682026-03-27T04:37:25.883Z Compiling crossbeam-channel v0.5.15
6692026-03-27T04:37:26.062Z Compiling is-terminal v0.4.17
6702026-03-27T04:37:26.142Z Compiling itertools v0.12.1
6712026-03-27T04:37:26.155Z Compiling take_mut v0.2.2
6722026-03-27T04:37:26.264Z Compiling plotters-backend v0.3.7
6732026-03-27T04:37:26.531Z Compiling circular v0.3.0
6742026-03-27T04:37:26.588Z Compiling term v1.2.1
6752026-03-27T04:37:26.753Z Compiling cfg_aliases v0.2.1
6762026-03-27T04:37:26.825Z Compiling ciborium-io v0.2.2
6772026-03-27T04:37:26.867Z Compiling heck v0.5.0
6782026-03-27T04:37:26.919Z Compiling clap_lex v1.1.0
6792026-03-27T04:37:27.067Z Compiling log v0.4.29
6802026-03-27T04:37:27.248Z Compiling slog-stdlog v4.1.1
6812026-03-27T04:37:27.294Z Compiling clap_builder v4.6.0
6822026-03-27T04:37:27.443Z Compiling clap_derive v4.6.0
6832026-03-27T04:37:27.582Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6842026-03-27T04:37:27.592Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6852026-03-27T04:37:27.708Z Compiling ciborium-ll v0.2.2
6862026-03-27T04:37:27.892Z Compiling slog-term v2.9.2
6872026-03-27T04:37:27.946Z Compiling nix v0.31.2
6882026-03-27T04:37:28.333Z Compiling pcap-parser v0.17.0
6892026-03-27T04:37:28.702Z Compiling plotters-svg v0.3.7
6902026-03-27T04:37:28.989Z Compiling rand_chacha v0.9.0
6912026-03-27T04:37:29.540Z Compiling itertools v0.13.0
6922026-03-27T04:37:29.863Z Compiling cast v0.3.0
6932026-03-27T04:37:30.062Z Compiling same-file v1.0.6
6942026-03-27T04:37:30.224Z Compiling walkdir v2.5.0
6952026-03-27T04:37:30.232Z Compiling tinytemplate v1.2.1
6962026-03-27T04:37:30.589Z Compiling rayon v1.11.0
6972026-03-27T04:37:30.798Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6982026-03-27T04:37:30.950Z Compiling criterion-plot v0.8.2
6992026-03-27T04:37:31.084Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7002026-03-27T04:37:31.228Z Compiling clap v4.6.0
7012026-03-27T04:37:31.405Z Compiling rand v0.9.2
7022026-03-27T04:37:31.725Z Compiling slog-envlogger v2.2.0
7032026-03-27T04:37:31.857Z Compiling plotters v0.3.7
7042026-03-27T04:37:32.136Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
7052026-03-27T04:37:32.662Z Compiling ciborium v0.2.2
7062026-03-27T04:37:32.725Z Compiling page_size v0.6.0
7072026-03-27T04:37:32.837Z Compiling oorandom v11.1.5
7082026-03-27T04:37:32.973Z Compiling anes v0.1.6
7092026-03-27T04:37:33.035Z Compiling dtor-proc-macro v0.0.6
7102026-03-27T04:37:33.043Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7112026-03-27T04:37:33.222Z Compiling criterion v0.8.2
7122026-03-27T04:37:33.382Z Compiling dtor v0.1.1
7132026-03-27T04:37:33.456Z Compiling ctor-proc-macro v0.0.7
7142026-03-27T04:37:33.807Z Compiling ctor v0.6.3
7152026-03-27T04:37:35.188Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
7162026-03-27T04:37:48.930Z Finished `bench` profile [optimized + debuginfo] target(s) in 43.93s
7172026-03-27T04:37:49.027Z Running benches/xde.rs (target/release/deps/xde-991ddcf9fc51e854)
7182026-03-27T04:37:49.037Z###--------------------------------###
7192026-03-27T04:37:49.037Z:::Building test topology... (120s):::
7202026-03-27T04:37:49.037Z###--------------------------------###
7212026-03-27T04:37:49.042Zadding underlay route 0
7222026-03-27T04:37:49.045Zadding underlay route 1
7232026-03-27T04:37:49.187Zstart zone a
7242026-03-27T04:37:59.260Zconfigure zone
7252026-03-27T04:37:59.277Zinstall zone
7262026-03-27T04:38:09.035Zboot zone
7272026-03-27T04:38:09.115Zstart zone b
7282026-03-27T04:38:19.222Zconfigure zone
7292026-03-27T04:38:19.233Zinstall zone
7302026-03-27T04:38:20.321Zboot zone
7312026-03-27T04:38:20.418Zsetup zone a
7322026-03-27T04:38:20.418Z[a] svcs -a
7332026-03-27T04:38:20.513ZSTATE STIME FMRI
7342026-03-27T04:38:20.513Zlegacy_run 4:38:10 lrc:/etc/rc2_d/S20sysetup
7352026-03-27T04:38:20.513Zlegacy_run 4:38:10 lrc:/etc/rc2_d/S89PRESERVE
7362026-03-27T04:38:20.513Zdisabled 4:38:07 svc:/system/device/mpxio-upgrade:default
7372026-03-27T04:38:20.513Zdisabled 4:38:07 svc:/network/ipmp:default
7382026-03-27T04:38:20.513Zdisabled 4:38:07 svc:/network/physical:nwam
7392026-03-27T04:38:20.513Zdisabled 4:38:07 svc:/network/install:default
7402026-03-27T04:38:20.513Zdisabled 4:38:07 svc:/network/location:default
7412026-03-27T04:38:20.513Zdisabled 4:38:07 svc:/network/ipsec/ike:default
7422026-03-27T04:38:20.513Zdisabled 4:38:07 svc:/network/ipsec/manual-key:default
7432026-03-27T04:38:20.513Zdisabled 4:38:07 svc:/network/tcpkey:default
7442026-03-27T04:38:20.513Zdisabled 4:38:07 svc:/network/dns/install:default
7452026-03-27T04:38:20.513Zdisabled 4:38:07 svc:/network/nis/client:default
7462026-03-27T04:38:20.513Zdisabled 4:38:07 svc:/network/ldap/client:default
7472026-03-27T04:38:20.513Zdisabled 4:38:08 svc:/network/nfs/status:default
7482026-03-27T04:38:20.513Zdisabled 4:38:08 svc:/network/nfs/nlockmgr:default
7492026-03-27T04:38:20.513Zdisabled 4:38:08 svc:/network/nfs/cbd:default
7502026-03-27T04:38:20.513Zdisabled 4:38:08 svc:/system/idmap:default
7512026-03-27T04:38:20.513Zdisabled 4:38:08 svc:/network/nfs/mapid:default
7522026-03-27T04:38:20.513Zdisabled 4:38:08 svc:/network/rpc/keyserv:default
7532026-03-27T04:38:20.513Zdisabled 4:38:08 svc:/network/inetd:default
7542026-03-27T04:38:20.513Zdisabled 4:38:08 svc:/network/nfs/client:default
7552026-03-27T04:38:20.513Zdisabled 4:38:08 svc:/network/smb/client:default
7562026-03-27T04:38:20.513Zdisabled 4:38:08 svc:/system/auditd:default
7572026-03-27T04:38:20.513Zdisabled 4:38:08 svc:/application/management/net-snmp:default
7582026-03-27T04:38:20.513Zdisabled 4:38:08 svc:/network/dns/multicast:default
7592026-03-27T04:38:20.513Zdisabled 4:38:08 svc:/application/pkg/dynamic-mirror:default
7602026-03-27T04:38:20.513Zdisabled 4:38:08 svc:/application/pkg/mirror:default
7612026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/application/pkg/repositories-setup:default
7622026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/application/pkg/server:default
7632026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/application/security/tcsd:default
7642026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/network/smb/server:default
7652026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/system/filesystem/reparse:default
7662026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/network/nfs/server:default
7672026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/network/nfs/log:default
7682026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/network/routing/route:default
7692026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/network/ipv6-forwarding:default
7702026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/network/routing/ripng:default
7712026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/network/routing/rdisc:default
7722026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/network/routing/legacy-routing:ipv4
7732026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/network/routing/legacy-routing:ipv6
7742026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/network/security/krb5kdc:default
7752026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/network/security/kadmin:default
7762026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/network/chrony:default
7772026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/network/ipv4-forwarding:default
7782026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/network/ipqos:default
7792026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/system/device/allocate:default
7802026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/system/fm/notify-params:default
7812026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/system/svc/global:default
7822026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/system/vtdaemon:default
7832026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/system/process-security:default
7842026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/system/hotplug:default
7852026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/system/sar:default
7862026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/system/console-login:vt2
7872026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/system/console-login:vt3
7882026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/system/console-login:vt4
7892026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/system/console-login:vt5
7902026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/system/console-login:vt6
7912026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/system/consadm:default
7922026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/system/extended-accounting:flow
7932026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/system/extended-accounting:net
7942026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/system/extended-accounting:process
7952026-03-27T04:38:20.514Zdisabled 4:38:08 svc:/system/extended-accounting:task
7962026-03-27T04:38:20.514Zdisabled 4:38:09 svc:/network/dns/client:default
7972026-03-27T04:38:20.514Zdisabled 4:38:10 svc:/network/rpc/bind:default
7982026-03-27T04:38:20.515Zdisabled 4:38:10 svc:/system/sac:default
7992026-03-27T04:38:20.515Zdisabled 4:38:10 svc:/network/inetd-upgrade:default
8002026-03-27T04:38:20.515Zonline 4:38:07 svc:/system/svc/restarter:default
8012026-03-27T04:38:20.515Zonline 4:38:07 svc:/system/early-manifest-import:default
8022026-03-27T04:38:20.515Zonline 4:38:08 svc:/system/filesystem/root:default
8032026-03-27T04:38:20.515Zonline 4:38:08 svc:/network/netcfg:default
8042026-03-27T04:38:20.515Zonline 4:38:08 svc:/network/ip-interface-management:default
8052026-03-27T04:38:20.515Zonline 4:38:08 svc:/network/datalink-management:default
8062026-03-27T04:38:20.515Zonline 4:38:08 svc:/system/boot-archive:default
8072026-03-27T04:38:20.515Zonline 4:38:08 svc:/network/loopback:default
8082026-03-27T04:38:20.515Zonline 4:38:08 svc:/system/filesystem/usr:default
8092026-03-27T04:38:20.515Zonline 4:38:08 svc:/system/device/local:default
8102026-03-27T04:38:20.515Zonline 4:38:08 svc:/network/physical:default
8112026-03-27T04:38:20.515Zonline 4:38:08 svc:/milestone/devices:default
8122026-03-27T04:38:20.515Zonline 4:38:08 svc:/network/ipsec/ipsecalgs:default
8132026-03-27T04:38:20.515Zonline 4:38:08 svc:/system/identity:node
8142026-03-27T04:38:20.515Zonline 4:38:08 svc:/system/device/audio:default
8152026-03-27T04:38:20.515Zonline 4:38:08 svc:/system/filesystem/minimal:default
8162026-03-27T04:38:20.515Zonline 4:38:08 svc:/system/rmtmpfiles:default
8172026-03-27T04:38:20.515Zonline 4:38:08 svc:/network/ipsec/policy:default
8182026-03-27T04:38:20.515Zonline 4:38:08 svc:/milestone/network:default
8192026-03-27T04:38:20.515Zonline 4:38:08 svc:/network/initial:default
8202026-03-27T04:38:20.515Zonline 4:38:08 svc:/network/iptun:default
8212026-03-27T04:38:20.515Zonline 4:38:08 svc:/network/netmask:default
8222026-03-27T04:38:20.515Zonline 4:38:08 svc:/system/pfexec:default
8232026-03-27T04:38:20.515Zonline 4:38:08 svc:/system/hostid:default
8242026-03-27T04:38:20.515Zonline 4:38:08 svc:/system/logadm-upgrade:default
8252026-03-27T04:38:20.515Zonline 4:38:08 svc:/system/pkgserv:default
8262026-03-27T04:38:20.515Zonline 4:38:08 svc:/system/fmd:default
8272026-03-27T04:38:20.515Zonline 4:38:08 svc:/system/auditset:default
8282026-03-27T04:38:20.515Zonline 4:38:09 svc:/system/rbac:default
8292026-03-27T04:38:20.515Zonline 4:38:09 svc:/network/service:default
8302026-03-27T04:38:20.515Zonline 4:38:09 svc:/system/cryptosvc:default
8312026-03-27T04:38:20.515Zonline 4:38:09 svc:/system/identity:domain
8322026-03-27T04:38:20.515Zonline 4:38:09 svc:/system/keymap:default
8332026-03-27T04:38:20.519Zonline 4:38:09 svc:/system/name-service-cache:default
8342026-03-27T04:38:20.519Zonline 4:38:09 svc:/system/manifest-import:default
8352026-03-27T04:38:20.519Zonline 4:38:09 svc:/milestone/name-services:default
8362026-03-27T04:38:20.519Zonline 4:38:10 svc:/milestone/single-user:default
8372026-03-27T04:38:20.519Zonline 4:38:10 svc:/system/coreadm:default
8382026-03-27T04:38:20.519Zonline 4:38:10 svc:/milestone/sysconfig:default
8392026-03-27T04:38:20.519Zonline 4:38:10 svc:/system/filesystem/local:default
8402026-03-27T04:38:20.519Zonline 4:38:10 svc:/system/utmp:default
8412026-03-27T04:38:20.519Zonline 4:38:10 svc:/system/boot-archive-update:default
8422026-03-27T04:38:20.520Zonline 4:38:10 svc:/system/console-login:default
8432026-03-27T04:38:20.520Zonline 4:38:10 svc:/system/system-log:default
8442026-03-27T04:38:20.520Zonline 4:38:10 svc:/system/cron:default
8452026-03-27T04:38:20.520Zonline 4:38:10 svc:/network/shares/group:default
8462026-03-27T04:38:20.520Zonline 4:38:10 svc:/milestone/multi-user:default
8472026-03-27T04:38:20.520Zonline 4:38:10 svc:/system/boot-config:default
8482026-03-27T04:38:20.520Zonline 4:38:10 svc:/network/shares/group:zfs
8492026-03-27T04:38:20.520Zonline 4:38:10 svc:/network/routing-setup:default
8502026-03-27T04:38:20.520Zonline 4:38:10 svc:/network/routing/ndp:default
8512026-03-27T04:38:20.520Zonline 4:38:10 svc:/network/ssh:default
8522026-03-27T04:38:20.520Zonline 4:38:10 svc:/milestone/multi-user-server:default
8532026-03-27T04:38:20.520Zonline 4:38:10 svc:/system/update-man-index:default
8542026-03-27T04:38:20.520Zuninitialized 4:38:08 svc:/network/rpc/gss:default
8552026-03-27T04:38:20.520Zuninitialized 4:38:08 svc:/network/nfs/rquota:default
8562026-03-27T04:38:20.520Zuninitialized 4:38:08 svc:/network/security/ktkt_warn:default
8572026-03-27T04:38:20.520Z[a] svcs milestone/network
8582026-03-27T04:38:20.526ZSTATE STIME FMRI
8592026-03-27T04:38:20.527Zonline 4:38:08 svc:/milestone/network:default
8602026-03-27T04:38:20.527Z[a] ipadm create-addr -t -T dhcp opte0/test
8612026-03-27T04:38:27.109Z
8622026-03-27T04:38:27.109Z[a] route add -iface 10.0.0.254 10.0.0.1
8632026-03-27T04:38:27.125Zadd host 10.0.0.254: gateway 10.0.0.1
8642026-03-27T04:38:27.125Z[a] route add 10.0.0.0/24 10.0.0.254
8652026-03-27T04:38:27.137Zadd net 10.0.0.0/24: gateway 10.0.0.254
8662026-03-27T04:38:27.137Z[a] route add 224.0.0.0/4 10.0.0.254
8672026-03-27T04:38:27.147Zadd net 224.0.0.0/4: gateway 10.0.0.254
8682026-03-27T04:38:27.147Zsetup zone b
8692026-03-27T04:38:27.147Z[b] svcs -a
8702026-03-27T04:38:27.225ZSTATE STIME FMRI
8712026-03-27T04:38:27.225Zlegacy_run 4:38:21 lrc:/etc/rc2_d/S20sysetup
8722026-03-27T04:38:27.225Zlegacy_run 4:38:21 lrc:/etc/rc2_d/S89PRESERVE
8732026-03-27T04:38:27.225Zdisabled 4:38:19 svc:/system/device/mpxio-upgrade:default
8742026-03-27T04:38:27.226Zdisabled 4:38:19 svc:/network/ipmp:default
8752026-03-27T04:38:27.226Zdisabled 4:38:19 svc:/network/physical:nwam
8762026-03-27T04:38:27.226Zdisabled 4:38:19 svc:/network/install:default
8772026-03-27T04:38:27.226Zdisabled 4:38:19 svc:/network/location:default
8782026-03-27T04:38:27.226Zdisabled 4:38:19 svc:/network/ipsec/ike:default
8792026-03-27T04:38:27.226Zdisabled 4:38:19 svc:/network/ipsec/manual-key:default
8802026-03-27T04:38:27.226Zdisabled 4:38:19 svc:/network/tcpkey:default
8812026-03-27T04:38:27.226Zdisabled 4:38:19 svc:/network/dns/install:default
8822026-03-27T04:38:27.226Zdisabled 4:38:19 svc:/network/rpc/bind:default
8832026-03-27T04:38:27.226Zdisabled 4:38:19 svc:/network/nis/client:default
8842026-03-27T04:38:27.226Zdisabled 4:38:19 svc:/network/ldap/client:default
8852026-03-27T04:38:27.226Zdisabled 4:38:19 svc:/network/nfs/status:default
8862026-03-27T04:38:27.226Zdisabled 4:38:19 svc:/network/nfs/nlockmgr:default
8872026-03-27T04:38:27.226Zdisabled 4:38:19 svc:/network/nfs/cbd:default
8882026-03-27T04:38:27.226Zdisabled 4:38:19 svc:/system/idmap:default
8892026-03-27T04:38:27.226Zdisabled 4:38:19 svc:/network/nfs/mapid:default
8902026-03-27T04:38:27.226Zdisabled 4:38:19 svc:/network/rpc/keyserv:default
8912026-03-27T04:38:27.226Zdisabled 4:38:19 svc:/network/inetd:default
8922026-03-27T04:38:27.226Zdisabled 4:38:19 svc:/network/nfs/client:default
8932026-03-27T04:38:27.226Zdisabled 4:38:19 svc:/network/smb/client:default
8942026-03-27T04:38:27.226Zdisabled 4:38:19 svc:/system/auditd:default
8952026-03-27T04:38:27.226Zdisabled 4:38:19 svc:/application/management/net-snmp:default
8962026-03-27T04:38:27.226Zdisabled 4:38:19 svc:/network/dns/multicast:default
8972026-03-27T04:38:27.226Zdisabled 4:38:19 svc:/application/pkg/dynamic-mirror:default
8982026-03-27T04:38:27.226Zdisabled 4:38:19 svc:/application/pkg/repositories-setup:default
8992026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/application/pkg/mirror:default
9002026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/application/pkg/server:default
9012026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/application/security/tcsd:default
9022026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/network/smb/server:default
9032026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/system/filesystem/reparse:default
9042026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/network/nfs/server:default
9052026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/network/nfs/log:default
9062026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/network/routing/route:default
9072026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/network/ipv6-forwarding:default
9082026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/network/routing/ripng:default
9092026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/network/routing/rdisc:default
9102026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/network/routing/legacy-routing:ipv4
9112026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/network/routing/legacy-routing:ipv6
9122026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/network/security/krb5kdc:default
9132026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/network/security/kadmin:default
9142026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/network/chrony:default
9152026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/network/ipv4-forwarding:default
9162026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/network/ipqos:default
9172026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/system/device/allocate:default
9182026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/system/fm/notify-params:default
9192026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/system/svc/global:default
9202026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/system/vtdaemon:default
9212026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/system/process-security:default
9222026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/system/hotplug:default
9232026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/system/sar:default
9242026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/system/console-login:vt2
9252026-03-27T04:38:27.227Zdisabled 4:38:19 svc:/system/console-login:vt3
9262026-03-27T04:38:27.228Zdisabled 4:38:19 svc:/system/console-login:vt4
9272026-03-27T04:38:27.228Zdisabled 4:38:19 svc:/system/console-login:vt5
9282026-03-27T04:38:27.228Zdisabled 4:38:19 svc:/system/console-login:vt6
9292026-03-27T04:38:27.228Zdisabled 4:38:19 svc:/system/consadm:default
9302026-03-27T04:38:27.228Zdisabled 4:38:19 svc:/system/extended-accounting:flow
9312026-03-27T04:38:27.228Zdisabled 4:38:19 svc:/system/extended-accounting:net
9322026-03-27T04:38:27.228Zdisabled 4:38:19 svc:/system/extended-accounting:process
9332026-03-27T04:38:27.228Zdisabled 4:38:19 svc:/system/extended-accounting:task
9342026-03-27T04:38:27.228Zdisabled 4:38:21 svc:/network/dns/client:default
9352026-03-27T04:38:27.228Zdisabled 4:38:21 svc:/system/sac:default
9362026-03-27T04:38:27.228Zdisabled 4:38:21 svc:/network/inetd-upgrade:default
9372026-03-27T04:38:27.228Zonline 4:38:18 svc:/system/svc/restarter:default
9382026-03-27T04:38:27.228Zonline 4:38:19 svc:/system/early-manifest-import:default
9392026-03-27T04:38:27.228Zonline 4:38:19 svc:/system/filesystem/root:default
9402026-03-27T04:38:27.228Zonline 4:38:19 svc:/network/ip-interface-management:default
9412026-03-27T04:38:27.228Zonline 4:38:19 svc:/network/datalink-management:default
9422026-03-27T04:38:27.228Zonline 4:38:19 svc:/network/netcfg:default
9432026-03-27T04:38:27.228Zonline 4:38:19 svc:/system/boot-archive:default
9442026-03-27T04:38:27.228Zonline 4:38:19 svc:/network/loopback:default
9452026-03-27T04:38:27.228Zonline 4:38:19 svc:/system/filesystem/usr:default
9462026-03-27T04:38:27.228Zonline 4:38:19 svc:/network/physical:default
9472026-03-27T04:38:27.228Zonline 4:38:19 svc:/system/device/local:default
9482026-03-27T04:38:27.228Zonline 4:38:19 svc:/milestone/devices:default
9492026-03-27T04:38:27.228Zonline 4:38:19 svc:/system/identity:node
9502026-03-27T04:38:27.228Zonline 4:38:19 svc:/network/ipsec/ipsecalgs:default
9512026-03-27T04:38:27.228Zonline 4:38:19 svc:/system/device/audio:default
9522026-03-27T04:38:27.228Zonline 4:38:19 svc:/system/filesystem/minimal:default
9532026-03-27T04:38:27.229Zonline 4:38:19 svc:/system/rmtmpfiles:default
9542026-03-27T04:38:27.229Zonline 4:38:19 svc:/network/ipsec/policy:default
9552026-03-27T04:38:27.229Zonline 4:38:19 svc:/milestone/network:default
9562026-03-27T04:38:27.229Zonline 4:38:19 svc:/network/initial:default
9572026-03-27T04:38:27.229Zonline 4:38:19 svc:/network/iptun:default
9582026-03-27T04:38:27.229Zonline 4:38:19 svc:/network/netmask:default
9592026-03-27T04:38:27.229Zonline 4:38:19 svc:/system/pfexec:default
9602026-03-27T04:38:27.229Zonline 4:38:19 svc:/system/hostid:default
9612026-03-27T04:38:27.229Zonline 4:38:19 svc:/system/logadm-upgrade:default
9622026-03-27T04:38:27.233Zonline 4:38:19 svc:/system/pkgserv:default
9632026-03-27T04:38:27.233Zonline 4:38:19 svc:/system/fmd:default
9642026-03-27T04:38:27.233Zonline 4:38:19 svc:/system/auditset:default
9652026-03-27T04:38:27.233Zonline 4:38:21 svc:/system/rbac:default
9662026-03-27T04:38:27.233Zonline 4:38:21 svc:/network/service:default
9672026-03-27T04:38:27.233Zonline 4:38:21 svc:/system/cryptosvc:default
9682026-03-27T04:38:27.233Zonline 4:38:21 svc:/system/identity:domain
9692026-03-27T04:38:27.233Zonline 4:38:21 svc:/system/keymap:default
9702026-03-27T04:38:27.233Zonline 4:38:21 svc:/system/name-service-cache:default
9712026-03-27T04:38:27.233Zonline 4:38:21 svc:/system/manifest-import:default
9722026-03-27T04:38:27.233Zonline 4:38:21 svc:/milestone/name-services:default
9732026-03-27T04:38:27.233Zonline 4:38:21 svc:/system/coreadm:default
9742026-03-27T04:38:27.233Zonline 4:38:21 svc:/milestone/single-user:default
9752026-03-27T04:38:27.233Zonline 4:38:21 svc:/milestone/sysconfig:default
9762026-03-27T04:38:27.233Zonline 4:38:21 svc:/system/filesystem/local:default
9772026-03-27T04:38:27.233Zonline 4:38:21 svc:/system/utmp:default
9782026-03-27T04:38:27.233Zonline 4:38:21 svc:/system/boot-archive-update:default
9792026-03-27T04:38:27.233Zonline 4:38:21 svc:/system/console-login:default
9802026-03-27T04:38:27.233Zonline 4:38:21 svc:/system/cron:default
9812026-03-27T04:38:27.233Zonline 4:38:21 svc:/system/system-log:default
9822026-03-27T04:38:27.233Zonline 4:38:21 svc:/network/shares/group:default
9832026-03-27T04:38:27.233Zonline 4:38:21 svc:/milestone/multi-user:default
9842026-03-27T04:38:27.233Zonline 4:38:21 svc:/system/boot-config:default
9852026-03-27T04:38:27.233Zonline 4:38:21 svc:/network/shares/group:zfs
9862026-03-27T04:38:27.233Zonline 4:38:21 svc:/network/routing-setup:default
9872026-03-27T04:38:27.233Zonline 4:38:21 svc:/network/routing/ndp:default
9882026-03-27T04:38:27.233Zonline 4:38:21 svc:/system/update-man-index:default
9892026-03-27T04:38:27.233Zonline 4:38:21 svc:/network/ssh:default
9902026-03-27T04:38:27.233Zonline 4:38:21 svc:/milestone/multi-user-server:default
9912026-03-27T04:38:27.233Zuninitialized 4:38:19 svc:/network/rpc/gss:default
9922026-03-27T04:38:27.233Zuninitialized 4:38:19 svc:/network/nfs/rquota:default
9932026-03-27T04:38:27.234Zuninitialized 4:38:19 svc:/network/security/ktkt_warn:default
9942026-03-27T04:38:27.234Z[b] svcs milestone/network
9952026-03-27T04:38:27.238ZSTATE STIME FMRI
9962026-03-27T04:38:27.238Zonline 4:38:19 svc:/milestone/network:default
9972026-03-27T04:38:27.238Z[b] ipadm create-addr -t -T dhcp opte1/test
9982026-03-27T04:38:33.590Z
9992026-03-27T04:38:33.590Z[b] route add -iface 10.0.0.254 10.0.0.2
10002026-03-27T04:38:33.605Zadd host 10.0.0.254: gateway 10.0.0.2
10012026-03-27T04:38:33.605Z[b] route add 10.0.0.0/24 10.0.0.254
10022026-03-27T04:38:33.616Zadd net 10.0.0.0/24: gateway 10.0.0.254
10032026-03-27T04:38:33.616Z[b] route add 224.0.0.0/4 10.0.0.254
10042026-03-27T04:38:33.626Zadd net 224.0.0.0/4: gateway 10.0.0.254
10052026-03-27T04:38:33.626Z###---------------###
10062026-03-27T04:38:33.626Z:::Topology built!:::
10072026-03-27T04:38:33.626Z###---------------###
10082026-03-27T04:38:33.629Z###----------------###
10092026-03-27T04:38:33.629Z::: iPerf spawned! :::
10102026-03-27T04:38:33.629Z:::Waiting... (10s):::
10112026-03-27T04:38:33.629Z###----------------###
10122026-03-27T04:38:43.628Z###---###
10132026-03-27T04:38:43.628Z:::Go!:::
10142026-03-27T04:38:43.628Z###---###
10152026-03-27T04:38:43.628Z[a] ping 10.0.0.2
10162026-03-27T04:38:43.646Z10.0.0.2 is alive
10172026-03-27T04:38:43.646Z###-------------------###
10182026-03-27T04:38:43.646Z:::Running experiment :::
10192026-03-27T04:38:43.646Z:::iperf-tcp/local/c2s:::
10202026-03-27T04:38:43.646Z###-------------------###
10212026-03-27T04:38:51.031Z-----------------------------------------------------------
10222026-03-27T04:38:51.031ZServer listening on 5201 (test #1)
10232026-03-27T04:38:51.031Z-----------------------------------------------------------
10242026-03-27T04:38:51.031ZAccepted connection from 10.0.0.1, port 35390
10252026-03-27T04:38:51.031Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40672
10262026-03-27T04:38:51.031Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52818
10272026-03-27T04:38:51.031Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36502
10282026-03-27T04:38:51.031Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44315
10292026-03-27T04:38:51.031Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40386
10302026-03-27T04:38:51.031Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40179
10312026-03-27T04:38:51.031Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61442
10322026-03-27T04:38:51.031Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44005
10332026-03-27T04:38:51.031Z[ ID] Interval Transfer Bitrate
10342026-03-27T04:38:51.031Z[ 5] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10352026-03-27T04:38:51.031Z[ 8] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10362026-03-27T04:38:51.031Z[ 10] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10372026-03-27T04:38:51.031Z[ 12] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10382026-03-27T04:38:51.031Z[ 14] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10392026-03-27T04:38:51.032Z[ 16] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10402026-03-27T04:38:51.032Z[ 18] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10412026-03-27T04:38:51.032Z[ 20] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10422026-03-27T04:38:51.032Z[SUM] 0.00-1.00 sec 962 MBytes 8.07 Gbits/sec
10432026-03-27T04:38:51.032Z- - - - - - - - - - - - - - - - - - - - - - - - -
10442026-03-27T04:38:51.032Z[ 5] 1.00-2.00 sec 152 MBytes 1.28 Gbits/sec
10452026-03-27T04:38:51.032Z[ 8] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
10462026-03-27T04:38:51.032Z[ 10] 1.00-2.00 sec 152 MBytes 1.28 Gbits/sec
10472026-03-27T04:38:51.032Z[ 12] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
10482026-03-27T04:38:51.032Z[ 14] 1.00-2.00 sec 156 MBytes 1.30 Gbits/sec
10492026-03-27T04:38:51.032Z[ 16] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
10502026-03-27T04:38:51.032Z[ 18] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
10512026-03-27T04:38:51.032Z[ 20] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
10522026-03-27T04:38:51.032Z[SUM] 1.00-2.00 sec 1.20 GBytes 10.3 Gbits/sec
10532026-03-27T04:38:51.032Z- - - - - - - - - - - - - - - - - - - - - - - - -
10542026-03-27T04:38:51.032Z[ 5] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
10552026-03-27T04:38:51.032Z[ 8] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
10562026-03-27T04:38:51.032Z[ 10] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
10572026-03-27T04:38:51.032Z[ 12] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
10582026-03-27T04:38:51.032Z[ 14] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
10592026-03-27T04:38:51.032Z[ 16] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
10602026-03-27T04:38:51.032Z[ 18] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
10612026-03-27T04:38:51.032Z[ 20] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
10622026-03-27T04:38:51.032Z[SUM] 2.00-3.00 sec 1.21 GBytes 10.4 Gbits/sec
10632026-03-27T04:38:51.032Z- - - - - - - - - - - - - - - - - - - - - - - - -
10642026-03-27T04:38:51.032Z[ 5] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
10652026-03-27T04:38:51.032Z[ 8] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
10662026-03-27T04:38:51.032Z[ 10] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
10672026-03-27T04:38:51.032Z[ 12] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
10682026-03-27T04:38:51.032Z[ 14] 3.00-4.00 sec 154 MBytes 1.30 Gbits/sec
10692026-03-27T04:38:51.032Z[ 16] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
10702026-03-27T04:38:51.032Z[ 18] 3.00-4.00 sec 154 MBytes 1.30 Gbits/sec
10712026-03-27T04:38:51.032Z[ 20] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
10722026-03-27T04:38:51.032Z[SUM] 3.00-4.00 sec 1.21 GBytes 10.4 Gbits/sec
10732026-03-27T04:38:51.032Z- - - - - - - - - - - - - - - - - - - - - - - - -
10742026-03-27T04:38:51.033Z[ 5] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
10752026-03-27T04:38:51.033Z[ 8] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
10762026-03-27T04:38:51.033Z[ 10] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
10772026-03-27T04:38:51.033Z[ 12] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
10782026-03-27T04:38:51.033Z[ 14] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
10792026-03-27T04:38:51.033Z[ 16] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
10802026-03-27T04:38:51.033Z[ 18] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
10812026-03-27T04:38:51.033Z[ 20] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
10822026-03-27T04:38:51.033Z[SUM] 4.00-5.00 sec 1.20 GBytes 10.3 Gbits/sec
10832026-03-27T04:38:51.033Z- - - - - - - - - - - - - - - - - - - - - - - - -
10842026-03-27T04:38:51.033Z[ 5] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
10852026-03-27T04:38:51.034Z[ 8] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
10862026-03-27T04:38:51.034Z[ 10] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
10872026-03-27T04:38:51.034Z[ 12] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
10882026-03-27T04:38:51.034Z[ 14] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
10892026-03-27T04:38:51.034Z[ 16] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
10902026-03-27T04:38:51.034Z[ 18] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
10912026-03-27T04:38:51.034Z[ 20] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
10922026-03-27T04:38:51.034Z[SUM] 5.00-6.00 sec 1.20 GBytes 10.3 Gbits/sec
10932026-03-27T04:38:51.034Z- - - - - - - - - - - - - - - - - - - - - - - - -
10942026-03-27T04:38:51.034Z[ 5] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
10952026-03-27T04:38:51.034Z[ 8] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
10962026-03-27T04:38:51.034Z[ 10] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
10972026-03-27T04:38:54.032Z[ 12] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
10982026-03-27T04:38:54.032Z[ 14] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
10992026-03-27T04:38:54.032Z[ 16] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
11002026-03-27T04:38:54.032Z[ 18] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
11012026-03-27T04:38:54.032Z[ 20] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
11022026-03-27T04:38:54.032Z[SUM] 6.00-7.00 sec 1.20 GBytes 10.3 Gbits/sec
11032026-03-27T04:38:54.032Z- - - - - - - - - - - - - - - - - - - - - - - - -
11042026-03-27T04:38:54.032Z[ 5] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
11052026-03-27T04:38:54.032Z[ 8] 7.00-8.00 sec 154 MBytes 1.30 Gbits/sec
11062026-03-27T04:38:54.032Z[ 10] 7.00-8.00 sec 154 MBytes 1.30 Gbits/sec
11072026-03-27T04:38:54.032Z[ 12] 7.00-8.00 sec 154 MBytes 1.30 Gbits/sec
11082026-03-27T04:38:54.032Z[ 14] 7.00-8.00 sec 154 MBytes 1.30 Gbits/sec
11092026-03-27T04:38:54.032Z[ 16] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
11102026-03-27T04:38:54.032Z[ 18] 7.00-8.00 sec 154 MBytes 1.30 Gbits/sec
11112026-03-27T04:38:54.032Z[ 20] 7.00-8.00 sec 154 MBytes 1.30 Gbits/sec
11122026-03-27T04:38:54.032Z[SUM] 7.00-8.00 sec 1.21 GBytes 10.4 Gbits/sec
11132026-03-27T04:38:54.032Z- - - - - - - - - - - - - - - - - - - - - - - - -
11142026-03-27T04:38:54.032Z[ 5] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
11152026-03-27T04:38:54.032Z[ 8] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
11162026-03-27T04:38:54.032Z[ 10] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
11172026-03-27T04:38:54.032Z[ 12] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
11182026-03-27T04:38:54.032Z[ 14] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
11192026-03-27T04:38:54.032Z[ 16] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
11202026-03-27T04:38:54.033Z[ 18] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
11212026-03-27T04:38:54.033Z[ 20] 8.00-9.00 sec 154 MBytes 1.30 Gbits/sec
11222026-03-27T04:38:54.033Z[SUM] 8.00-9.00 sec 1.20 GBytes 10.3 Gbits/sec
11232026-03-27T04:38:54.033Z- - - - - - - - - - - - - - - - - - - - - - - - -
11242026-03-27T04:38:54.033Z[ 5] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
11252026-03-27T04:38:54.033Z[ 8] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
11262026-03-27T04:38:54.033Z[ 10] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
11272026-03-27T04:38:54.033Z[ 12] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
11282026-03-27T04:38:54.033Z[ 14] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
11292026-03-27T04:38:54.033Z[ 16] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
11302026-03-27T04:38:54.033Z[ 18] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
11312026-03-27T04:38:54.033Z[ 20] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
11322026-03-27T04:38:54.033Z[SUM] 9.00-10.00 sec 1.20 GBytes 10.3 Gbits/sec
11332026-03-27T04:38:54.033Z- - - - - - - - - - - - - - - - - - - - - - - - -
11342026-03-27T04:38:54.033Z[ 5] 10.00-10.00 sec 128 KBytes 2.14 Gbits/sec
11352026-03-27T04:38:54.033Z[ 8] 10.00-10.00 sec 128 KBytes 2.14 Gbits/sec
11362026-03-27T04:38:54.033Z[ 10] 10.00-10.00 sec 128 KBytes 2.14 Gbits/sec
11372026-03-27T04:38:54.033Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
11382026-03-27T04:38:54.033Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
11392026-03-27T04:38:54.033Z[ 16] 10.00-10.00 sec 128 KBytes 2.14 Gbits/sec
11402026-03-27T04:38:54.033Z[ 18] 10.00-10.00 sec 128 KBytes 2.14 Gbits/sec
11412026-03-27T04:38:54.033Z[ 20] 10.00-10.00 sec 128 KBytes 2.14 Gbits/sec
11422026-03-27T04:38:54.033Z[SUM] 10.00-10.00 sec 768 KBytes 12.8 Gbits/sec
11432026-03-27T04:38:54.033Z- - - - - - - - - - - - - - - - - - - - - - - - -
11442026-03-27T04:38:54.033Z[ ID] Interval Transfer Bitrate
11452026-03-27T04:38:54.033Z[ 5] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
11462026-03-27T04:38:54.033Z[ 8] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
11472026-03-27T04:38:54.033Z[ 10] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
11482026-03-27T04:38:54.033Z[ 12] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
11492026-03-27T04:38:54.033Z[ 14] 0.00-10.00 sec 1.47 GBytes 1.27 Gbits/sec receiver
11502026-03-27T04:38:54.033Z[ 16] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
11512026-03-27T04:38:54.033Z[ 18] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
11522026-03-27T04:38:54.033Z[ 20] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
11532026-03-27T04:38:54.033Z[SUM] 0.00-10.00 sec 11.8 GBytes 10.1 Gbits/sec receiver
11542026-03-27T04:38:54.037ZRun 1/5...10111.206032673315Mbps
11552026-03-27T04:39:01.423Z-----------------------------------------------------------
11562026-03-27T04:39:01.423ZServer listening on 5201 (test #2)
11572026-03-27T04:39:01.423Z-----------------------------------------------------------
11582026-03-27T04:39:01.423ZAccepted connection from 10.0.0.1, port 49254
11592026-03-27T04:39:01.423Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35802
11602026-03-27T04:39:01.423Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47509
11612026-03-27T04:39:01.423Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64751
11622026-03-27T04:39:01.423Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38284
11632026-03-27T04:39:01.423Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63144
11642026-03-27T04:39:01.423Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57394
11652026-03-27T04:39:01.423Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38483
11662026-03-27T04:39:01.423Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37537
11672026-03-27T04:39:01.423Z[ ID] Interval Transfer Bitrate
11682026-03-27T04:39:01.423Z[ 5] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
11692026-03-27T04:39:01.423Z[ 8] 0.00-1.00 sec 119 MBytes 1.00 Gbits/sec
11702026-03-27T04:39:01.424Z[ 10] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
11712026-03-27T04:39:01.424Z[ 12] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
11722026-03-27T04:39:01.424Z[ 14] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
11732026-03-27T04:39:01.424Z[ 16] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
11742026-03-27T04:39:01.424Z[ 18] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
11752026-03-27T04:39:01.424Z[ 20] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
11762026-03-27T04:39:01.424Z[SUM] 0.00-1.00 sec 957 MBytes 8.03 Gbits/sec
11772026-03-27T04:39:01.424Z- - - - - - - - - - - - - - - - - - - - - - - - -
11782026-03-27T04:39:01.424Z[ 5] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
11792026-03-27T04:39:01.424Z[ 8] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
11802026-03-27T04:39:01.424Z[ 10] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
11812026-03-27T04:39:01.424Z[ 12] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
11822026-03-27T04:39:01.424Z[ 14] 1.00-2.00 sec 154 MBytes 1.30 Gbits/sec
11832026-03-27T04:39:01.424Z[ 16] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
11842026-03-27T04:39:01.424Z[ 18] 1.00-2.00 sec 154 MBytes 1.30 Gbits/sec
11852026-03-27T04:39:01.424Z[ 20] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
11862026-03-27T04:39:01.424Z[SUM] 1.00-2.00 sec 1.21 GBytes 10.4 Gbits/sec
11872026-03-27T04:39:01.424Z- - - - - - - - - - - - - - - - - - - - - - - - -
11882026-03-27T04:39:01.424Z[ 5] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
11892026-03-27T04:39:01.424Z[ 8] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
11902026-03-27T04:39:01.424Z[ 10] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
11912026-03-27T04:39:01.424Z[ 12] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
11922026-03-27T04:39:01.424Z[ 14] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
11932026-03-27T04:39:01.424Z[ 16] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
11942026-03-27T04:39:01.425Z[ 18] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
11952026-03-27T04:39:01.425Z[ 20] 2.00-3.00 sec 154 MBytes 1.30 Gbits/sec
11962026-03-27T04:39:01.425Z[SUM] 2.00-3.00 sec 1.20 GBytes 10.3 Gbits/sec
11972026-03-27T04:39:01.425Z- - - - - - - - - - - - - - - - - - - - - - - - -
11982026-03-27T04:39:01.425Z[ 5] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
11992026-03-27T04:39:01.425Z[ 8] 3.00-4.00 sec 153 MBytes 1.29 Gbits/sec
12002026-03-27T04:39:01.425Z[ 10] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
12012026-03-27T04:39:01.425Z[ 12] 3.00-4.00 sec 153 MBytes 1.29 Gbits/sec
12022026-03-27T04:39:01.425Z[ 14] 3.00-4.00 sec 153 MBytes 1.29 Gbits/sec
12032026-03-27T04:39:01.425Z[ 16] 3.00-4.00 sec 153 MBytes 1.29 Gbits/sec
12042026-03-27T04:39:01.425Z[ 18] 3.00-4.00 sec 153 MBytes 1.29 Gbits/sec
12052026-03-27T04:39:01.425Z[ 20] 3.00-4.00 sec 153 MBytes 1.29 Gbits/sec
12062026-03-27T04:39:01.425Z[SUM] 3.00-4.00 sec 1.20 GBytes 10.3 Gbits/sec
12072026-03-27T04:39:01.425Z- - - - - - - - - - - - - - - - - - - - - - - - -
12082026-03-27T04:39:01.425Z[ 5] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
12092026-03-27T04:39:01.425Z[ 8] 4.00-5.00 sec 154 MBytes 1.30 Gbits/sec
12102026-03-27T04:39:01.425Z[ 10] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
12112026-03-27T04:39:01.425Z[ 12] 4.00-5.00 sec 154 MBytes 1.30 Gbits/sec
12122026-03-27T04:39:01.425Z[ 14] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
12132026-03-27T04:39:01.425Z[ 16] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
12142026-03-27T04:39:01.425Z[ 18] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
12152026-03-27T04:39:01.425Z[ 20] 4.00-5.00 sec 154 MBytes 1.30 Gbits/sec
12162026-03-27T04:39:01.425Z[SUM] 4.00-5.00 sec 1.21 GBytes 10.4 Gbits/sec
12172026-03-27T04:39:01.425Z- - - - - - - - - - - - - - - - - - - - - - - - -
12182026-03-27T04:39:01.425Z[ 5] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
12192026-03-27T04:39:01.425Z[ 8] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
12202026-03-27T04:39:01.425Z[ 10] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
12212026-03-27T04:39:01.425Z[ 12] 5.00-6.00 sec 154 MBytes 1.30 Gbits/sec
12222026-03-27T04:39:01.425Z[ 14] 5.00-6.00 sec 154 MBytes 1.30 Gbits/sec
12232026-03-27T04:39:01.425Z[ 16] 5.00-6.00 sec 154 MBytes 1.30 Gbits/sec
12242026-03-27T04:39:01.425Z[ 18] 5.00-6.00 sec 154 MBytes 1.30 Gbits/sec
12252026-03-27T04:39:01.425Z[ 20] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
12262026-03-27T04:39:01.425Z[SUM] 5.00-6.00 sec 1.21 GBytes 10.4 Gbits/sec
12272026-03-27T04:39:01.425Z- - - - - - - - - - - - - - - - - - - - - - - - -
12282026-03-27T04:39:01.425Z[ 5] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
12292026-03-27T04:39:01.425Z[ 8] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
12302026-03-27T04:39:01.425Z[ 10] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
12312026-03-27T04:39:04.422Z[ 12] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
12322026-03-27T04:39:04.422Z[ 14] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
12332026-03-27T04:39:04.422Z[ 16] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
12342026-03-27T04:39:04.422Z[ 18] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
12352026-03-27T04:39:04.422Z[ 20] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
12362026-03-27T04:39:04.422Z[SUM] 6.00-7.00 sec 1.20 GBytes 10.3 Gbits/sec
12372026-03-27T04:39:04.423Z- - - - - - - - - - - - - - - - - - - - - - - - -
12382026-03-27T04:39:04.423Z[ 5] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
12392026-03-27T04:39:04.423Z[ 8] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
12402026-03-27T04:39:04.423Z[ 10] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
12412026-03-27T04:39:04.423Z[ 12] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
12422026-03-27T04:39:04.423Z[ 14] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
12432026-03-27T04:39:04.423Z[ 16] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
12442026-03-27T04:39:04.423Z[ 18] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
12452026-03-27T04:39:04.423Z[ 20] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
12462026-03-27T04:39:04.423Z[SUM] 7.00-8.00 sec 1.20 GBytes 10.3 Gbits/sec
12472026-03-27T04:39:04.423Z- - - - - - - - - - - - - - - - - - - - - - - - -
12482026-03-27T04:39:04.423Z[ 5] 8.00-9.00 sec 153 MBytes 1.29 Gbits/sec
12492026-03-27T04:39:04.423Z[ 8] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
12502026-03-27T04:39:04.423Z[ 10] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
12512026-03-27T04:39:04.424Z[ 12] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
12522026-03-27T04:39:04.424Z[ 14] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
12532026-03-27T04:39:04.424Z[ 16] 8.00-9.00 sec 153 MBytes 1.29 Gbits/sec
12542026-03-27T04:39:04.424Z[ 18] 8.00-9.00 sec 153 MBytes 1.29 Gbits/sec
12552026-03-27T04:39:04.424Z[ 20] 8.00-9.00 sec 153 MBytes 1.29 Gbits/sec
12562026-03-27T04:39:04.424Z[SUM] 8.00-9.00 sec 1.20 GBytes 10.3 Gbits/sec
12572026-03-27T04:39:04.424Z- - - - - - - - - - - - - - - - - - - - - - - - -
12582026-03-27T04:39:04.424Z[ 5] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
12592026-03-27T04:39:04.424Z[ 8] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
12602026-03-27T04:39:04.424Z[ 10] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
12612026-03-27T04:39:04.424Z[ 12] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
12622026-03-27T04:39:04.424Z[ 14] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
12632026-03-27T04:39:04.424Z[ 16] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
12642026-03-27T04:39:04.424Z[ 18] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
12652026-03-27T04:39:04.425Z[ 20] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
12662026-03-27T04:39:04.425Z[SUM] 9.00-10.00 sec 1.20 GBytes 10.3 Gbits/sec
12672026-03-27T04:39:04.425Z- - - - - - - - - - - - - - - - - - - - - - - - -
12682026-03-27T04:39:04.425Z[ 5] 10.00-10.00 sec 128 KBytes 2.10 Gbits/sec
12692026-03-27T04:39:04.425Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
12702026-03-27T04:39:04.425Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
12712026-03-27T04:39:04.425Z[ 12] 10.00-10.00 sec 128 KBytes 2.10 Gbits/sec
12722026-03-27T04:39:04.425Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
12732026-03-27T04:39:04.425Z[ 16] 10.00-10.00 sec 128 KBytes 2.10 Gbits/sec
12742026-03-27T04:39:04.425Z[ 18] 10.00-10.00 sec 128 KBytes 2.10 Gbits/sec
12752026-03-27T04:39:04.425Z[ 20] 10.00-10.00 sec 128 KBytes 2.10 Gbits/sec
12762026-03-27T04:39:04.429Z[SUM] 10.00-10.00 sec 640 KBytes 10.5 Gbits/sec
12772026-03-27T04:39:04.429Z- - - - - - - - - - - - - - - - - - - - - - - - -
12782026-03-27T04:39:04.429Z[ ID] Interval Transfer Bitrate
12792026-03-27T04:39:04.429Z[ 5] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
12802026-03-27T04:39:04.429Z[ 8] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
12812026-03-27T04:39:04.429Z[ 10] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
12822026-03-27T04:39:04.429Z[ 12] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
12832026-03-27T04:39:04.429Z[ 14] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
12842026-03-27T04:39:04.429Z[ 16] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
12852026-03-27T04:39:04.429Z[ 18] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
12862026-03-27T04:39:04.429Z[ 20] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
12872026-03-27T04:39:04.429Z[SUM] 0.00-10.00 sec 11.8 GBytes 10.1 Gbits/sec receiver
12882026-03-27T04:39:04.429ZRun 2/5...10100.537042918408Mbps
12892026-03-27T04:39:11.816Z-----------------------------------------------------------
12902026-03-27T04:39:11.816ZServer listening on 5201 (test #3)
12912026-03-27T04:39:11.816Z-----------------------------------------------------------
12922026-03-27T04:39:11.816ZAccepted connection from 10.0.0.1, port 49996
12932026-03-27T04:39:11.816Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32993
12942026-03-27T04:39:11.816Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38954
12952026-03-27T04:39:11.817Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47978
12962026-03-27T04:39:11.817Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49311
12972026-03-27T04:39:11.817Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53839
12982026-03-27T04:39:11.817Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61488
12992026-03-27T04:39:11.817Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56404
13002026-03-27T04:39:11.817Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59568
13012026-03-27T04:39:11.817Z[ ID] Interval Transfer Bitrate
13022026-03-27T04:39:11.817Z[ 5] 0.00-1.00 sec 119 MBytes 995 Mbits/sec
13032026-03-27T04:39:11.817Z[ 8] 0.00-1.00 sec 119 MBytes 996 Mbits/sec
13042026-03-27T04:39:11.817Z[ 10] 0.00-1.00 sec 119 MBytes 995 Mbits/sec
13052026-03-27T04:39:11.817Z[ 12] 0.00-1.00 sec 119 MBytes 995 Mbits/sec
13062026-03-27T04:39:11.817Z[ 14] 0.00-1.00 sec 118 MBytes 994 Mbits/sec
13072026-03-27T04:39:11.817Z[ 16] 0.00-1.00 sec 118 MBytes 994 Mbits/sec
13082026-03-27T04:39:11.817Z[ 18] 0.00-1.00 sec 119 MBytes 995 Mbits/sec
13092026-03-27T04:39:11.817Z[ 20] 0.00-1.00 sec 118 MBytes 994 Mbits/sec
13102026-03-27T04:39:11.817Z[SUM] 0.00-1.00 sec 949 MBytes 7.96 Gbits/sec
13112026-03-27T04:39:11.817Z- - - - - - - - - - - - - - - - - - - - - - - - -
13122026-03-27T04:39:11.817Z[ 5] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
13132026-03-27T04:39:11.817Z[ 8] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
13142026-03-27T04:39:11.817Z[ 10] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
13152026-03-27T04:39:11.817Z[ 12] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
13162026-03-27T04:39:11.817Z[ 14] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
13172026-03-27T04:39:11.817Z[ 16] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
13182026-03-27T04:39:11.817Z[ 18] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
13192026-03-27T04:39:11.817Z[ 20] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
13202026-03-27T04:39:11.817Z[SUM] 1.00-2.00 sec 1.19 GBytes 10.3 Gbits/sec
13212026-03-27T04:39:11.817Z- - - - - - - - - - - - - - - - - - - - - - - - -
13222026-03-27T04:39:11.817Z[ 5] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
13232026-03-27T04:39:11.817Z[ 8] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
13242026-03-27T04:39:11.817Z[ 10] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
13252026-03-27T04:39:11.817Z[ 12] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
13262026-03-27T04:39:11.817Z[ 14] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
13272026-03-27T04:39:11.817Z[ 16] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
13282026-03-27T04:39:11.817Z[ 18] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
13292026-03-27T04:39:11.817Z[ 20] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
13302026-03-27T04:39:11.817Z[SUM] 2.00-3.00 sec 1.20 GBytes 10.3 Gbits/sec
13312026-03-27T04:39:11.817Z- - - - - - - - - - - - - - - - - - - - - - - - -
13322026-03-27T04:39:11.817Z[ 5] 3.00-4.00 sec 153 MBytes 1.29 Gbits/sec
13332026-03-27T04:39:11.818Z[ 8] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
13342026-03-27T04:39:11.818Z[ 10] 3.00-4.00 sec 153 MBytes 1.29 Gbits/sec
13352026-03-27T04:39:11.818Z[ 12] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
13362026-03-27T04:39:11.818Z[ 14] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
13372026-03-27T04:39:11.818Z[ 16] 3.00-4.00 sec 153 MBytes 1.29 Gbits/sec
13382026-03-27T04:39:11.818Z[ 18] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
13392026-03-27T04:39:11.818Z[ 20] 3.00-4.00 sec 153 MBytes 1.29 Gbits/sec
13402026-03-27T04:39:11.818Z[SUM] 3.00-4.00 sec 1.20 GBytes 10.3 Gbits/sec
13412026-03-27T04:39:11.818Z- - - - - - - - - - - - - - - - - - - - - - - - -
13422026-03-27T04:39:11.818Z[ 5] 4.00-5.00 sec 153 MBytes 1.29 Gbits/sec
13432026-03-27T04:39:11.818Z[ 8] 4.00-5.00 sec 153 MBytes 1.29 Gbits/sec
13442026-03-27T04:39:11.818Z[ 10] 4.00-5.00 sec 153 MBytes 1.29 Gbits/sec
13452026-03-27T04:39:11.818Z[ 12] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
13462026-03-27T04:39:11.818Z[ 14] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
13472026-03-27T04:39:11.818Z[ 16] 4.00-5.00 sec 153 MBytes 1.29 Gbits/sec
13482026-03-27T04:39:11.818Z[ 18] 4.00-5.00 sec 153 MBytes 1.29 Gbits/sec
13492026-03-27T04:39:11.818Z[ 20] 4.00-5.00 sec 153 MBytes 1.29 Gbits/sec
13502026-03-27T04:39:11.821Z[SUM] 4.00-5.00 sec 1.20 GBytes 10.3 Gbits/sec
13512026-03-27T04:39:11.821Z- - - - - - - - - - - - - - - - - - - - - - - - -
13522026-03-27T04:39:11.821Z[ 5] 5.00-6.00 sec 153 MBytes 1.29 Gbits/sec
13532026-03-27T04:39:11.821Z[ 8] 5.00-6.00 sec 153 MBytes 1.29 Gbits/sec
13542026-03-27T04:39:11.821Z[ 10] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
13552026-03-27T04:39:11.821Z[ 12] 5.00-6.00 sec 153 MBytes 1.29 Gbits/sec
13562026-03-27T04:39:11.821Z[ 14] 5.00-6.00 sec 153 MBytes 1.29 Gbits/sec
13572026-03-27T04:39:11.821Z[ 16] 5.00-6.00 sec 153 MBytes 1.29 Gbits/sec
13582026-03-27T04:39:11.821Z[ 18] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
13592026-03-27T04:39:11.822Z[ 20] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
13602026-03-27T04:39:11.822Z[SUM] 5.00-6.00 sec 1.20 GBytes 10.3 Gbits/sec
13612026-03-27T04:39:11.822Z- - - - - - - - - - - - - - - - - - - - - - - - -
13622026-03-27T04:39:11.822Z[ 5] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
13632026-03-27T04:39:11.822Z[ 8] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
13642026-03-27T04:39:11.822Z[ 10] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
13652026-03-27T04:39:14.818Z[ 12] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
13662026-03-27T04:39:14.818Z[ 14] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
13672026-03-27T04:39:14.818Z[ 16] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
13682026-03-27T04:39:14.818Z[ 18] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
13692026-03-27T04:39:14.818Z[ 20] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
13702026-03-27T04:39:14.818Z[SUM] 6.00-7.00 sec 1.20 GBytes 10.3 Gbits/sec
13712026-03-27T04:39:14.818Z- - - - - - - - - - - - - - - - - - - - - - - - -
13722026-03-27T04:39:14.818Z[ 5] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
13732026-03-27T04:39:14.818Z[ 8] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
13742026-03-27T04:39:14.818Z[ 10] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
13752026-03-27T04:39:14.818Z[ 12] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
13762026-03-27T04:39:14.818Z[ 14] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
13772026-03-27T04:39:14.818Z[ 16] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
13782026-03-27T04:39:14.818Z[ 18] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
13792026-03-27T04:39:14.818Z[ 20] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
13802026-03-27T04:39:14.818Z[SUM] 7.00-8.00 sec 1.19 GBytes 10.3 Gbits/sec
13812026-03-27T04:39:14.818Z- - - - - - - - - - - - - - - - - - - - - - - - -
13822026-03-27T04:39:14.818Z[ 5] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
13832026-03-27T04:39:14.818Z[ 8] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
13842026-03-27T04:39:14.818Z[ 10] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
13852026-03-27T04:39:14.818Z[ 12] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
13862026-03-27T04:39:14.818Z[ 14] 8.00-9.00 sec 154 MBytes 1.30 Gbits/sec
13872026-03-27T04:39:14.818Z[ 16] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
13882026-03-27T04:39:14.818Z[ 18] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
13892026-03-27T04:39:14.818Z[ 20] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
13902026-03-27T04:39:14.819Z[SUM] 8.00-9.00 sec 1.21 GBytes 10.4 Gbits/sec
13912026-03-27T04:39:14.819Z- - - - - - - - - - - - - - - - - - - - - - - - -
13922026-03-27T04:39:14.819Z[ 5] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
13932026-03-27T04:39:14.819Z[ 8] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
13942026-03-27T04:39:14.819Z[ 10] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
13952026-03-27T04:39:14.819Z[ 12] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
13962026-03-27T04:39:14.819Z[ 14] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
13972026-03-27T04:39:14.819Z[ 16] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
13982026-03-27T04:39:14.819Z[ 18] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
13992026-03-27T04:39:14.819Z[ 20] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
14002026-03-27T04:39:14.819Z[SUM] 9.00-10.00 sec 1.19 GBytes 10.2 Gbits/sec
14012026-03-27T04:39:14.819Z- - - - - - - - - - - - - - - - - - - - - - - - -
14022026-03-27T04:39:14.819Z[ 5] 10.00-10.00 sec 128 KBytes 1.91 Gbits/sec
14032026-03-27T04:39:14.819Z[ 8] 10.00-10.00 sec 128 KBytes 1.91 Gbits/sec
14042026-03-27T04:39:14.819Z[ 10] 10.00-10.00 sec 128 KBytes 1.91 Gbits/sec
14052026-03-27T04:39:14.819Z[ 12] 10.00-10.00 sec 128 KBytes 1.91 Gbits/sec
14062026-03-27T04:39:14.819Z[ 14] 10.00-10.00 sec 128 KBytes 1.91 Gbits/sec
14072026-03-27T04:39:14.819Z[ 16] 10.00-10.00 sec 128 KBytes 1.91 Gbits/sec
14082026-03-27T04:39:14.819Z[ 18] 10.00-10.00 sec 128 KBytes 1.91 Gbits/sec
14092026-03-27T04:39:14.819Z[ 20] 10.00-10.00 sec 128 KBytes 1.91 Gbits/sec
14102026-03-27T04:39:14.819Z[SUM] 10.00-10.00 sec 1.00 MBytes 15.3 Gbits/sec
14112026-03-27T04:39:14.822Z- - - - - - - - - - - - - - - - - - - - - - - - -
14122026-03-27T04:39:14.822Z[ ID] Interval Transfer Bitrate
14132026-03-27T04:39:14.822Z[ 5] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec receiver
14142026-03-27T04:39:14.822Z[ 8] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec receiver
14152026-03-27T04:39:14.822Z[ 10] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec receiver
14162026-03-27T04:39:14.822Z[ 12] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec receiver
14172026-03-27T04:39:14.822Z[ 14] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec receiver
14182026-03-27T04:39:14.822Z[ 16] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec receiver
14192026-03-27T04:39:14.822Z[ 18] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec receiver
14202026-03-27T04:39:14.822Z[ 20] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec receiver
14212026-03-27T04:39:14.823Z[SUM] 0.00-10.00 sec 11.7 GBytes 10.0 Gbits/sec receiver
14222026-03-27T04:39:14.823ZRun 3/5...10046.225823935167Mbps
14232026-03-27T04:39:22.206Z-----------------------------------------------------------
14242026-03-27T04:39:22.207ZServer listening on 5201 (test #4)
14252026-03-27T04:39:22.207Z-----------------------------------------------------------
14262026-03-27T04:39:22.207ZAccepted connection from 10.0.0.1, port 48094
14272026-03-27T04:39:22.207Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53099
14282026-03-27T04:39:22.207Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48643
14292026-03-27T04:39:22.207Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51791
14302026-03-27T04:39:22.208Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54639
14312026-03-27T04:39:22.208Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48834
14322026-03-27T04:39:22.208Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39478
14332026-03-27T04:39:22.208Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64217
14342026-03-27T04:39:22.208Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52692
14352026-03-27T04:39:22.208Z[ ID] Interval Transfer Bitrate
14362026-03-27T04:39:22.208Z[ 5] 0.00-1.00 sec 119 MBytes 996 Mbits/sec
14372026-03-27T04:39:22.208Z[ 8] 0.00-1.00 sec 119 MBytes 995 Mbits/sec
14382026-03-27T04:39:22.208Z[ 10] 0.00-1.00 sec 118 MBytes 994 Mbits/sec
14392026-03-27T04:39:22.208Z[ 12] 0.00-1.00 sec 119 MBytes 996 Mbits/sec
14402026-03-27T04:39:22.208Z[ 14] 0.00-1.00 sec 119 MBytes 995 Mbits/sec
14412026-03-27T04:39:22.208Z[ 16] 0.00-1.00 sec 119 MBytes 996 Mbits/sec
14422026-03-27T04:39:22.208Z[ 18] 0.00-1.00 sec 118 MBytes 994 Mbits/sec
14432026-03-27T04:39:22.208Z[ 20] 0.00-1.00 sec 119 MBytes 996 Mbits/sec
14442026-03-27T04:39:22.208Z[SUM] 0.00-1.00 sec 949 MBytes 7.96 Gbits/sec
14452026-03-27T04:39:22.208Z- - - - - - - - - - - - - - - - - - - - - - - - -
14462026-03-27T04:39:22.208Z[ 5] 1.00-2.00 sec 154 MBytes 1.30 Gbits/sec
14472026-03-27T04:39:22.208Z[ 8] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
14482026-03-27T04:39:22.208Z[ 10] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
14492026-03-27T04:39:22.208Z[ 12] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
14502026-03-27T04:39:22.208Z[ 14] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
14512026-03-27T04:39:22.208Z[ 16] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
14522026-03-27T04:39:22.208Z[ 18] 1.00-2.00 sec 154 MBytes 1.30 Gbits/sec
14532026-03-27T04:39:22.208Z[ 20] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
14542026-03-27T04:39:22.208Z[SUM] 1.00-2.00 sec 1.21 GBytes 10.4 Gbits/sec
14552026-03-27T04:39:22.208Z- - - - - - - - - - - - - - - - - - - - - - - - -
14562026-03-27T04:39:22.208Z[ 5] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
14572026-03-27T04:39:22.208Z[ 8] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
14582026-03-27T04:39:22.209Z[ 10] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
14592026-03-27T04:39:22.209Z[ 12] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
14602026-03-27T04:39:22.209Z[ 14] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
14612026-03-27T04:39:22.209Z[ 16] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
14622026-03-27T04:39:22.209Z[ 18] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
14632026-03-27T04:39:22.209Z[ 20] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
14642026-03-27T04:39:22.209Z[SUM] 2.00-3.00 sec 1.20 GBytes 10.3 Gbits/sec
14652026-03-27T04:39:22.209Z- - - - - - - - - - - - - - - - - - - - - - - - -
14662026-03-27T04:39:22.209Z[ 5] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
14672026-03-27T04:39:22.209Z[ 8] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
14682026-03-27T04:39:22.209Z[ 10] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
14692026-03-27T04:39:22.209Z[ 12] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
14702026-03-27T04:39:22.209Z[ 14] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
14712026-03-27T04:39:22.209Z[ 16] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
14722026-03-27T04:39:22.209Z[ 18] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
14732026-03-27T04:39:22.209Z[ 20] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
14742026-03-27T04:39:22.209Z[SUM] 3.00-4.00 sec 1.20 GBytes 10.3 Gbits/sec
14752026-03-27T04:39:22.209Z- - - - - - - - - - - - - - - - - - - - - - - - -
14762026-03-27T04:39:22.209Z[ 5] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
14772026-03-27T04:39:22.209Z[ 8] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
14782026-03-27T04:39:22.209Z[ 10] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
14792026-03-27T04:39:22.209Z[ 12] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
14802026-03-27T04:39:22.209Z[ 14] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
14812026-03-27T04:39:22.209Z[ 16] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
14822026-03-27T04:39:22.209Z[ 18] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
14832026-03-27T04:39:22.209Z[ 20] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
14842026-03-27T04:39:22.209Z[SUM] 4.00-5.00 sec 1.21 GBytes 10.4 Gbits/sec
14852026-03-27T04:39:22.209Z- - - - - - - - - - - - - - - - - - - - - - - - -
14862026-03-27T04:39:22.209Z[ 5] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
14872026-03-27T04:39:22.209Z[ 8] 5.00-6.00 sec 154 MBytes 1.30 Gbits/sec
14882026-03-27T04:39:22.209Z[ 10] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
14892026-03-27T04:39:22.210Z[ 12] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
14902026-03-27T04:39:22.210Z[ 14] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
14912026-03-27T04:39:22.210Z[ 16] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
14922026-03-27T04:39:22.210Z[ 18] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
14932026-03-27T04:39:22.210Z[ 20] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
14942026-03-27T04:39:22.210Z[SUM] 5.00-6.00 sec 1.21 GBytes 10.4 Gbits/sec
14952026-03-27T04:39:22.213Z- - - - - - - - - - - - - - - - - - - - - - - - -
14962026-03-27T04:39:22.213Z[ 5] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
14972026-03-27T04:39:22.213Z[ 8] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
14982026-03-27T04:39:22.213Z[ 10] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
14992026-03-27T04:39:25.208Z[ 12] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
15002026-03-27T04:39:25.208Z[ 14] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
15012026-03-27T04:39:25.208Z[ 16] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
15022026-03-27T04:39:25.208Z[ 18] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
15032026-03-27T04:39:25.208Z[ 20] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
15042026-03-27T04:39:25.208Z[SUM] 6.00-7.00 sec 1.21 GBytes 10.4 Gbits/sec
15052026-03-27T04:39:25.208Z- - - - - - - - - - - - - - - - - - - - - - - - -
15062026-03-27T04:39:25.208Z[ 5] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
15072026-03-27T04:39:25.208Z[ 8] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
15082026-03-27T04:39:25.208Z[ 10] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
15092026-03-27T04:39:25.208Z[ 12] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
15102026-03-27T04:39:25.208Z[ 14] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
15112026-03-27T04:39:25.208Z[ 16] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
15122026-03-27T04:39:25.208Z[ 18] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
15132026-03-27T04:39:25.208Z[ 20] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
15142026-03-27T04:39:25.208Z[SUM] 7.00-8.00 sec 1.20 GBytes 10.3 Gbits/sec
15152026-03-27T04:39:25.208Z- - - - - - - - - - - - - - - - - - - - - - - - -
15162026-03-27T04:39:25.208Z[ 5] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
15172026-03-27T04:39:25.209Z[ 8] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
15182026-03-27T04:39:25.209Z[ 10] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
15192026-03-27T04:39:25.209Z[ 12] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
15202026-03-27T04:39:25.209Z[ 14] 8.00-9.00 sec 156 MBytes 1.30 Gbits/sec
15212026-03-27T04:39:25.209Z[ 16] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
15222026-03-27T04:39:25.209Z[ 18] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
15232026-03-27T04:39:25.209Z[ 20] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
15242026-03-27T04:39:25.209Z[SUM] 8.00-9.00 sec 1.21 GBytes 10.4 Gbits/sec
15252026-03-27T04:39:25.209Z- - - - - - - - - - - - - - - - - - - - - - - - -
15262026-03-27T04:39:25.209Z[ 5] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
15272026-03-27T04:39:25.209Z[ 8] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
15282026-03-27T04:39:25.209Z[ 10] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
15292026-03-27T04:39:25.209Z[ 12] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
15302026-03-27T04:39:25.209Z[ 14] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
15312026-03-27T04:39:25.209Z[ 16] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
15322026-03-27T04:39:25.209Z[ 18] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
15332026-03-27T04:39:25.209Z[ 20] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
15342026-03-27T04:39:25.209Z[SUM] 9.00-10.00 sec 1.21 GBytes 10.4 Gbits/sec
15352026-03-27T04:39:25.209Z- - - - - - - - - - - - - - - - - - - - - - - - -
15362026-03-27T04:39:25.209Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
15372026-03-27T04:39:25.209Z[ 8] 10.00-10.00 sec 128 KBytes 2.11 Gbits/sec
15382026-03-27T04:39:25.209Z[ 10] 10.00-10.00 sec 128 KBytes 2.11 Gbits/sec
15392026-03-27T04:39:25.209Z[ 12] 10.00-10.00 sec 128 KBytes 2.11 Gbits/sec
15402026-03-27T04:39:25.209Z[ 14] 10.00-10.00 sec 128 KBytes 2.11 Gbits/sec
15412026-03-27T04:39:25.209Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
15422026-03-27T04:39:25.209Z[ 18] 10.00-10.00 sec 128 KBytes 2.11 Gbits/sec
15432026-03-27T04:39:25.209Z[ 20] 10.00-10.00 sec 128 KBytes 2.11 Gbits/sec
15442026-03-27T04:39:25.209Z[SUM] 10.00-10.00 sec 768 KBytes 12.6 Gbits/sec
15452026-03-27T04:39:25.209Z- - - - - - - - - - - - - - - - - - - - - - - - -
15462026-03-27T04:39:25.209Z[ ID] Interval Transfer Bitrate
15472026-03-27T04:39:25.210Z[ 5] 0.00-10.00 sec 1.47 GBytes 1.27 Gbits/sec receiver
15482026-03-27T04:39:25.210Z[ 8] 0.00-10.00 sec 1.47 GBytes 1.27 Gbits/sec receiver
15492026-03-27T04:39:25.210Z[ 10] 0.00-10.00 sec 1.47 GBytes 1.27 Gbits/sec receiver
15502026-03-27T04:39:25.210Z[ 12] 0.00-10.00 sec 1.47 GBytes 1.27 Gbits/sec receiver
15512026-03-27T04:39:25.210Z[ 14] 0.00-10.00 sec 1.47 GBytes 1.27 Gbits/sec receiver
15522026-03-27T04:39:25.210Z[ 16] 0.00-10.00 sec 1.47 GBytes 1.27 Gbits/sec receiver
15532026-03-27T04:39:25.210Z[ 18] 0.00-10.00 sec 1.47 GBytes 1.27 Gbits/sec receiver
15542026-03-27T04:39:25.210Z[ 20] 0.00-10.00 sec 1.47 GBytes 1.27 Gbits/sec receiver
15552026-03-27T04:39:25.210Z[SUM] 0.00-10.00 sec 11.8 GBytes 10.1 Gbits/sec receiver
15562026-03-27T04:39:25.214ZRun 4/5...10131.569255741066Mbps
15572026-03-27T04:39:32.597Z-----------------------------------------------------------
15582026-03-27T04:39:32.597ZServer listening on 5201 (test #5)
15592026-03-27T04:39:32.597Z-----------------------------------------------------------
15602026-03-27T04:39:32.597ZAccepted connection from 10.0.0.1, port 48234
15612026-03-27T04:39:32.597Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34153
15622026-03-27T04:39:32.597Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58077
15632026-03-27T04:39:32.597Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50728
15642026-03-27T04:39:32.597Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36050
15652026-03-27T04:39:32.597Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34468
15662026-03-27T04:39:32.597Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46638
15672026-03-27T04:39:32.597Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58812
15682026-03-27T04:39:32.597Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62555
15692026-03-27T04:39:32.597Z[ ID] Interval Transfer Bitrate
15702026-03-27T04:39:32.598Z[ 5] 0.00-1.00 sec 118 MBytes 993 Mbits/sec
15712026-03-27T04:39:32.598Z[ 8] 0.00-1.00 sec 118 MBytes 993 Mbits/sec
15722026-03-27T04:39:32.598Z[ 10] 0.00-1.00 sec 119 MBytes 995 Mbits/sec
15732026-03-27T04:39:32.598Z[ 12] 0.00-1.00 sec 118 MBytes 993 Mbits/sec
15742026-03-27T04:39:32.598Z[ 14] 0.00-1.00 sec 119 MBytes 997 Mbits/sec
15752026-03-27T04:39:32.598Z[ 16] 0.00-1.00 sec 119 MBytes 995 Mbits/sec
15762026-03-27T04:39:32.598Z[ 18] 0.00-1.00 sec 119 MBytes 995 Mbits/sec
15772026-03-27T04:39:32.598Z[ 20] 0.00-1.00 sec 118 MBytes 993 Mbits/sec
15782026-03-27T04:39:32.598Z[SUM] 0.00-1.00 sec 948 MBytes 7.95 Gbits/sec
15792026-03-27T04:39:32.598Z- - - - - - - - - - - - - - - - - - - - - - - - -
15802026-03-27T04:39:32.598Z[ 5] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
15812026-03-27T04:39:32.598Z[ 8] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
15822026-03-27T04:39:32.598Z[ 10] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
15832026-03-27T04:39:32.598Z[ 12] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
15842026-03-27T04:39:32.599Z[ 14] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
15852026-03-27T04:39:32.599Z[ 16] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
15862026-03-27T04:39:32.599Z[ 18] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
15872026-03-27T04:39:32.599Z[ 20] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
15882026-03-27T04:39:32.599Z[SUM] 1.00-2.00 sec 1.20 GBytes 10.3 Gbits/sec
15892026-03-27T04:39:32.602Z- - - - - - - - - - - - - - - - - - - - - - - - -
15902026-03-27T04:39:32.602Z[ 5] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
15912026-03-27T04:39:32.602Z[ 8] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
15922026-03-27T04:39:32.602Z[ 10] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
15932026-03-27T04:39:32.602Z[ 12] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
15942026-03-27T04:39:32.602Z[ 14] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
15952026-03-27T04:39:32.602Z[ 16] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
15962026-03-27T04:39:32.602Z[ 18] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
15972026-03-27T04:39:32.602Z[ 20] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
15982026-03-27T04:39:32.602Z[SUM] 2.00-3.00 sec 1.19 GBytes 10.2 Gbits/sec
15992026-03-27T04:39:32.602Z- - - - - - - - - - - - - - - - - - - - - - - - -
16002026-03-27T04:39:32.602Z[ 5] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
16012026-03-27T04:39:32.603Z[ 8] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
16022026-03-27T04:39:32.603Z[ 10] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
16032026-03-27T04:39:32.603Z[ 12] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
16042026-03-27T04:39:32.603Z[ 14] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
16052026-03-27T04:39:32.603Z[ 16] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
16062026-03-27T04:39:32.603Z[ 18] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
16072026-03-27T04:39:32.603Z[ 20] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
16082026-03-27T04:39:32.603Z[SUM] 3.00-4.00 sec 1.20 GBytes 10.3 Gbits/sec
16092026-03-27T04:39:32.603Z- - - - - - - - - - - - - - - - - - - - - - - - -
16102026-03-27T04:39:32.603Z[ 5] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
16112026-03-27T04:39:32.603Z[ 8] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
16122026-03-27T04:39:32.603Z[ 10] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
16132026-03-27T04:39:32.603Z[ 12] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
16142026-03-27T04:39:32.603Z[ 14] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
16152026-03-27T04:39:32.603Z[ 16] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
16162026-03-27T04:39:32.603Z[ 18] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
16172026-03-27T04:39:32.603Z[ 20] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
16182026-03-27T04:39:32.603Z[SUM] 4.00-5.00 sec 1.21 GBytes 10.4 Gbits/sec
16192026-03-27T04:39:32.604Z- - - - - - - - - - - - - - - - - - - - - - - - -
16202026-03-27T04:39:32.604Z[ 5] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
16212026-03-27T04:39:32.604Z[ 8] 5.00-6.00 sec 153 MBytes 1.29 Gbits/sec
16222026-03-27T04:39:32.604Z[ 10] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
16232026-03-27T04:39:32.604Z[ 12] 5.00-6.00 sec 153 MBytes 1.29 Gbits/sec
16242026-03-27T04:39:32.604Z[ 14] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
16252026-03-27T04:39:32.604Z[ 16] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
16262026-03-27T04:39:32.604Z[ 18] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
16272026-03-27T04:39:32.604Z[ 20] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
16282026-03-27T04:39:32.604Z[SUM] 5.00-6.00 sec 1.20 GBytes 10.3 Gbits/sec
16292026-03-27T04:39:32.604Z- - - - - - - - - - - - - - - - - - - - - - - - -
16302026-03-27T04:39:32.604Z[ 5] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
16312026-03-27T04:39:32.604Z[ 8] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
16322026-03-27T04:39:32.604Z[ 10] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
16332026-03-27T04:39:35.599Z[ 12] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
16342026-03-27T04:39:35.599Z[ 14] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
16352026-03-27T04:39:35.599Z[ 16] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
16362026-03-27T04:39:35.599Z[ 18] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
16372026-03-27T04:39:35.599Z[ 20] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
16382026-03-27T04:39:35.599Z[SUM] 6.00-7.00 sec 1.20 GBytes 10.3 Gbits/sec
16392026-03-27T04:39:35.599Z- - - - - - - - - - - - - - - - - - - - - - - - -
16402026-03-27T04:39:35.599Z[ 5] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
16412026-03-27T04:39:35.599Z[ 8] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
16422026-03-27T04:39:35.599Z[ 10] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
16432026-03-27T04:39:35.599Z[ 12] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
16442026-03-27T04:39:35.599Z[ 14] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
16452026-03-27T04:39:35.599Z[ 16] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
16462026-03-27T04:39:35.599Z[ 18] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
16472026-03-27T04:39:35.599Z[ 20] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
16482026-03-27T04:39:35.599Z[SUM] 7.00-8.00 sec 1.20 GBytes 10.3 Gbits/sec
16492026-03-27T04:39:35.599Z- - - - - - - - - - - - - - - - - - - - - - - - -
16502026-03-27T04:39:35.599Z[ 5] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
16512026-03-27T04:39:35.599Z[ 8] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
16522026-03-27T04:39:35.599Z[ 10] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
16532026-03-27T04:39:35.599Z[ 12] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
16542026-03-27T04:39:35.599Z[ 14] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
16552026-03-27T04:39:35.599Z[ 16] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
16562026-03-27T04:39:35.599Z[ 18] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
16572026-03-27T04:39:35.599Z[ 20] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
16582026-03-27T04:39:35.599Z[SUM] 8.00-9.00 sec 1.20 GBytes 10.3 Gbits/sec
16592026-03-27T04:39:35.599Z- - - - - - - - - - - - - - - - - - - - - - - - -
16602026-03-27T04:39:35.599Z[ 5] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
16612026-03-27T04:39:35.599Z[ 8] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
16622026-03-27T04:39:35.599Z[ 10] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
16632026-03-27T04:39:35.600Z[ 12] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
16642026-03-27T04:39:35.600Z[ 14] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
16652026-03-27T04:39:35.600Z[ 16] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
16662026-03-27T04:39:35.600Z[ 18] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
16672026-03-27T04:39:35.600Z[ 20] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
16682026-03-27T04:39:35.600Z[SUM] 9.00-10.00 sec 1.21 GBytes 10.4 Gbits/sec
16692026-03-27T04:39:35.600Z- - - - - - - - - - - - - - - - - - - - - - - - -
16702026-03-27T04:39:35.600Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
16712026-03-27T04:39:35.600Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
16722026-03-27T04:39:35.600Z[ 10] 10.00-10.00 sec 128 KBytes 2.06 Gbits/sec
16732026-03-27T04:39:35.600Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
16742026-03-27T04:39:35.600Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
16752026-03-27T04:39:35.600Z[ 16] 10.00-10.00 sec 128 KBytes 2.06 Gbits/sec
16762026-03-27T04:39:35.600Z[ 18] 10.00-10.00 sec 128 KBytes 2.06 Gbits/sec
16772026-03-27T04:39:35.600Z[ 20] 10.00-10.00 sec 128 KBytes 2.06 Gbits/sec
16782026-03-27T04:39:35.600Z[SUM] 10.00-10.00 sec 512 KBytes 8.22 Gbits/sec
16792026-03-27T04:39:35.600Z- - - - - - - - - - - - - - - - - - - - - - - - -
16802026-03-27T04:39:35.600Z[ ID] Interval Transfer Bitrate
16812026-03-27T04:39:35.600Z[ 5] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
16822026-03-27T04:39:35.600Z[ 8] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
16832026-03-27T04:39:35.600Z[ 10] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
16842026-03-27T04:39:35.600Z[ 12] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
16852026-03-27T04:39:35.600Z[ 14] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
16862026-03-27T04:39:35.600Z[ 16] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
16872026-03-27T04:39:35.600Z[ 18] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
16882026-03-27T04:39:35.600Z[ 20] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
16892026-03-27T04:39:35.600Z[SUM] 0.00-10.00 sec 11.7 GBytes 10.1 Gbits/sec receiver
16902026-03-27T04:39:35.603ZRun 5/5...10090.16238550954Mbps
16912026-03-27T04:39:35.603Z###---------------------###
16922026-03-27T04:39:35.604Z::: iPerf done... :::
16932026-03-27T04:39:35.604Z:::Awaiting out files...:::
16942026-03-27T04:39:35.604Z###---------------------###
16952026-03-27T04:39:35.604Z###-----###
16962026-03-27T04:39:35.604Z:::done!:::
16972026-03-27T04:39:35.604Z###-----###
16982026-03-27T04:39:35.604Z###-------------------###
16992026-03-27T04:39:35.604Z:::Running experiment :::
17002026-03-27T04:39:35.604Z:::iperf-tcp/local/s2c:::
17012026-03-27T04:39:35.604Z###-------------------###
17022026-03-27T04:39:42.990Z-----------------------------------------------------------
17032026-03-27T04:39:42.990ZServer listening on 5201 (test #6)
17042026-03-27T04:39:42.990Z-----------------------------------------------------------
17052026-03-27T04:39:42.990ZAccepted connection from 10.0.0.1, port 44009
17062026-03-27T04:39:42.990Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62966
17072026-03-27T04:39:42.990Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58641
17082026-03-27T04:39:42.990Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42905
17092026-03-27T04:39:42.990Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57982
17102026-03-27T04:39:42.990Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59531
17112026-03-27T04:39:42.990Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54056
17122026-03-27T04:39:42.990Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46108
17132026-03-27T04:39:42.990Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51214
17142026-03-27T04:39:42.990Z[ ID] Interval Transfer Bitrate
17152026-03-27T04:39:42.990Z[ 5] 0.00-1.00 sec 119 MBytes 999 Mbits/sec
17162026-03-27T04:39:42.990Z[ 8] 0.00-1.00 sec 121 MBytes 1.01 Gbits/sec
17172026-03-27T04:39:42.990Z[ 10] 0.00-1.00 sec 121 MBytes 1.01 Gbits/sec
17182026-03-27T04:39:42.990Z[ 12] 0.00-1.00 sec 121 MBytes 1.01 Gbits/sec
17192026-03-27T04:39:42.990Z[ 14] 0.00-1.00 sec 119 MBytes 998 Mbits/sec
17202026-03-27T04:39:42.990Z[ 16] 0.00-1.00 sec 119 MBytes 997 Mbits/sec
17212026-03-27T04:39:42.990Z[ 18] 0.00-1.00 sec 123 MBytes 1.03 Gbits/sec
17222026-03-27T04:39:42.990Z[ 20] 0.00-1.00 sec 121 MBytes 1.01 Gbits/sec
17232026-03-27T04:39:42.990Z[SUM] 0.00-1.00 sec 964 MBytes 8.08 Gbits/sec
17242026-03-27T04:39:42.990Z- - - - - - - - - - - - - - - - - - - - - - - - -
17252026-03-27T04:39:42.990Z[ 5] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
17262026-03-27T04:39:42.990Z[ 8] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
17272026-03-27T04:39:42.990Z[ 10] 1.00-2.00 sec 156 MBytes 1.30 Gbits/sec
17282026-03-27T04:39:42.991Z[ 12] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
17292026-03-27T04:39:42.991Z[ 14] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
17302026-03-27T04:39:42.991Z[ 16] 1.00-2.00 sec 154 MBytes 1.30 Gbits/sec
17312026-03-27T04:39:42.991Z[ 18] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
17322026-03-27T04:39:42.991Z[ 20] 1.00-2.00 sec 156 MBytes 1.30 Gbits/sec
17332026-03-27T04:39:42.991Z[SUM] 1.00-2.00 sec 1.21 GBytes 10.4 Gbits/sec
17342026-03-27T04:39:42.991Z- - - - - - - - - - - - - - - - - - - - - - - - -
17352026-03-27T04:39:42.991Z[ 5] 2.00-3.00 sec 154 MBytes 1.30 Gbits/sec
17362026-03-27T04:39:42.991Z[ 8] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
17372026-03-27T04:39:42.991Z[ 10] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
17382026-03-27T04:39:42.991Z[ 12] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
17392026-03-27T04:39:42.991Z[ 14] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
17402026-03-27T04:39:42.991Z[ 16] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
17412026-03-27T04:39:42.991Z[ 18] 2.00-3.00 sec 158 MBytes 1.33 Gbits/sec
17422026-03-27T04:39:42.991Z[ 20] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
17432026-03-27T04:39:42.991Z[SUM] 2.00-3.00 sec 1.22 GBytes 10.5 Gbits/sec
17442026-03-27T04:39:42.991Z- - - - - - - - - - - - - - - - - - - - - - - - -
17452026-03-27T04:39:42.991Z[ 5] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
17462026-03-27T04:39:42.991Z[ 8] 3.00-4.00 sec 159 MBytes 1.34 Gbits/sec
17472026-03-27T04:39:42.991Z[ 10] 3.00-4.00 sec 160 MBytes 1.34 Gbits/sec
17482026-03-27T04:39:42.991Z[ 12] 3.00-4.00 sec 159 MBytes 1.34 Gbits/sec
17492026-03-27T04:39:42.991Z[ 14] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
17502026-03-27T04:39:42.991Z[ 16] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
17512026-03-27T04:39:42.991Z[ 18] 3.00-4.00 sec 162 MBytes 1.36 Gbits/sec
17522026-03-27T04:39:42.991Z[ 20] 3.00-4.00 sec 160 MBytes 1.34 Gbits/sec
17532026-03-27T04:39:42.991Z[SUM] 3.00-4.00 sec 1.23 GBytes 10.6 Gbits/sec
17542026-03-27T04:39:42.991Z- - - - - - - - - - - - - - - - - - - - - - - - -
17552026-03-27T04:39:42.991Z[ 5] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
17562026-03-27T04:39:42.991Z[ 8] 4.00-5.00 sec 157 MBytes 1.31 Gbits/sec
17572026-03-27T04:39:42.991Z[ 10] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
17582026-03-27T04:39:42.991Z[ 12] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
17592026-03-27T04:39:42.991Z[ 14] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
17602026-03-27T04:39:42.991Z[ 16] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
17612026-03-27T04:39:42.995Z[ 18] 4.00-5.00 sec 159 MBytes 1.33 Gbits/sec
17622026-03-27T04:39:42.995Z[ 20] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
17632026-03-27T04:39:42.995Z[SUM] 4.00-5.00 sec 1.22 GBytes 10.5 Gbits/sec
17642026-03-27T04:39:42.995Z- - - - - - - - - - - - - - - - - - - - - - - - -
17652026-03-27T04:39:42.995Z[ 5] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
17662026-03-27T04:39:42.995Z[ 8] 5.00-6.00 sec 158 MBytes 1.32 Gbits/sec
17672026-03-27T04:39:42.995Z[ 10] 5.00-6.00 sec 158 MBytes 1.32 Gbits/sec
17682026-03-27T04:39:42.995Z[ 12] 5.00-6.00 sec 158 MBytes 1.32 Gbits/sec
17692026-03-27T04:39:42.995Z[ 14] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
17702026-03-27T04:39:42.995Z[ 16] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
17712026-03-27T04:39:42.995Z[ 18] 5.00-6.00 sec 160 MBytes 1.34 Gbits/sec
17722026-03-27T04:39:42.995Z[ 20] 5.00-6.00 sec 158 MBytes 1.32 Gbits/sec
17732026-03-27T04:39:42.995Z[SUM] 5.00-6.00 sec 1.23 GBytes 10.5 Gbits/sec
17742026-03-27T04:39:42.995Z- - - - - - - - - - - - - - - - - - - - - - - - -
17752026-03-27T04:39:42.995Z[ 5] 6.00-7.00 sec 156 MBytes 1.30 Gbits/sec
17762026-03-27T04:39:42.995Z[ 8] 6.00-7.00 sec 160 MBytes 1.34 Gbits/sec
17772026-03-27T04:39:42.995Z[ 10] 6.00-7.00 sec 160 MBytes 1.34 Gbits/sec
17782026-03-27T04:39:45.992Z[ 12] 6.00-7.00 sec 160 MBytes 1.34 Gbits/sec
17792026-03-27T04:39:45.992Z[ 14] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
17802026-03-27T04:39:45.992Z[ 16] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
17812026-03-27T04:39:45.992Z[ 18] 6.00-7.00 sec 165 MBytes 1.38 Gbits/sec
17822026-03-27T04:39:45.992Z[ 20] 6.00-7.00 sec 160 MBytes 1.34 Gbits/sec
17832026-03-27T04:39:45.992Z[SUM] 6.00-7.00 sec 1.24 GBytes 10.7 Gbits/sec
17842026-03-27T04:39:45.992Z- - - - - - - - - - - - - - - - - - - - - - - - -
17852026-03-27T04:39:45.992Z[ 5] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
17862026-03-27T04:39:45.993Z[ 8] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
17872026-03-27T04:39:45.993Z[ 10] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
17882026-03-27T04:39:45.993Z[ 12] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
17892026-03-27T04:39:45.993Z[ 14] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
17902026-03-27T04:39:45.993Z[ 16] 7.00-8.00 sec 154 MBytes 1.30 Gbits/sec
17912026-03-27T04:39:45.993Z[ 18] 7.00-8.00 sec 158 MBytes 1.32 Gbits/sec
17922026-03-27T04:39:45.993Z[ 20] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
17932026-03-27T04:39:45.993Z[SUM] 7.00-8.00 sec 1.21 GBytes 10.4 Gbits/sec
17942026-03-27T04:39:45.994Z- - - - - - - - - - - - - - - - - - - - - - - - -
17952026-03-27T04:39:45.994Z[ 5] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
17962026-03-27T04:39:45.994Z[ 8] 8.00-9.00 sec 158 MBytes 1.32 Gbits/sec
17972026-03-27T04:39:45.994Z[ 10] 8.00-9.00 sec 158 MBytes 1.33 Gbits/sec
17982026-03-27T04:39:45.994Z[ 12] 8.00-9.00 sec 158 MBytes 1.33 Gbits/sec
17992026-03-27T04:39:45.994Z[ 14] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
18002026-03-27T04:39:45.994Z[ 16] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
18012026-03-27T04:39:45.994Z[ 18] 8.00-9.00 sec 162 MBytes 1.36 Gbits/sec
18022026-03-27T04:39:45.994Z[ 20] 8.00-9.00 sec 158 MBytes 1.33 Gbits/sec
18032026-03-27T04:39:45.994Z[SUM] 8.00-9.00 sec 1.23 GBytes 10.6 Gbits/sec
18042026-03-27T04:39:45.994Z- - - - - - - - - - - - - - - - - - - - - - - - -
18052026-03-27T04:39:45.994Z[ 5] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
18062026-03-27T04:39:45.994Z[ 8] 9.00-10.00 sec 160 MBytes 1.35 Gbits/sec
18072026-03-27T04:39:45.994Z[ 10] 9.00-10.00 sec 161 MBytes 1.35 Gbits/sec
18082026-03-27T04:39:45.994Z[ 12] 9.00-10.00 sec 161 MBytes 1.35 Gbits/sec
18092026-03-27T04:39:45.994Z[ 14] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
18102026-03-27T04:39:45.994Z[ 16] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
18112026-03-27T04:39:45.994Z[ 18] 9.00-10.00 sec 166 MBytes 1.39 Gbits/sec
18122026-03-27T04:39:45.994Z[ 20] 9.00-10.00 sec 160 MBytes 1.35 Gbits/sec
18132026-03-27T04:39:45.994Z[SUM] 9.00-10.00 sec 1.24 GBytes 10.7 Gbits/sec
18142026-03-27T04:39:45.994Z- - - - - - - - - - - - - - - - - - - - - - - - -
18152026-03-27T04:39:45.994Z[ 5] 10.00-10.00 sec 128 KBytes 2.45 Gbits/sec
18162026-03-27T04:39:45.994Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18172026-03-27T04:39:45.994Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18182026-03-27T04:39:45.994Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18192026-03-27T04:39:45.994Z[ 14] 10.00-10.00 sec 128 KBytes 2.45 Gbits/sec
18202026-03-27T04:39:45.994Z[ 16] 10.00-10.00 sec 128 KBytes 2.45 Gbits/sec
18212026-03-27T04:39:45.994Z[ 18] 10.00-10.00 sec 128 KBytes 2.45 Gbits/sec
18222026-03-27T04:39:45.994Z[ 20] 10.00-10.00 sec 128 KBytes 2.45 Gbits/sec
18232026-03-27T04:39:45.994Z[SUM] 10.00-10.00 sec 640 KBytes 12.2 Gbits/sec
18242026-03-27T04:39:45.994Z- - - - - - - - - - - - - - - - - - - - - - - - -
18252026-03-27T04:39:45.994Z[ ID] Interval Transfer Bitrate
18262026-03-27T04:39:45.994Z[ 5] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
18272026-03-27T04:39:45.994Z[ 8] 0.00-10.00 sec 1.51 GBytes 1.29 Gbits/sec sender
18282026-03-27T04:39:45.994Z[ 10] 0.00-10.00 sec 1.51 GBytes 1.29 Gbits/sec sender
18292026-03-27T04:39:45.994Z[ 12] 0.00-10.00 sec 1.51 GBytes 1.29 Gbits/sec sender
18302026-03-27T04:39:45.994Z[ 14] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
18312026-03-27T04:39:45.994Z[ 16] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
18322026-03-27T04:39:45.994Z[ 18] 0.00-10.00 sec 1.53 GBytes 1.32 Gbits/sec sender
18332026-03-27T04:39:45.995Z[ 20] 0.00-10.00 sec 1.51 GBytes 1.29 Gbits/sec sender
18342026-03-27T04:39:45.995Z[SUM] 0.00-10.00 sec 12.0 GBytes 10.3 Gbits/sec sender
18352026-03-27T04:39:45.999ZRun 1/5...10293.31256027112Mbps
18362026-03-27T04:39:53.390Z-----------------------------------------------------------
18372026-03-27T04:39:53.391ZServer listening on 5201 (test #7)
18382026-03-27T04:39:53.391Z-----------------------------------------------------------
18392026-03-27T04:39:53.391ZAccepted connection from 10.0.0.1, port 35367
18402026-03-27T04:39:53.391Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57995
18412026-03-27T04:39:53.391Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46637
18422026-03-27T04:39:53.391Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60035
18432026-03-27T04:39:53.391Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46926
18442026-03-27T04:39:53.391Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59114
18452026-03-27T04:39:53.391Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47988
18462026-03-27T04:39:53.391Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59155
18472026-03-27T04:39:53.391Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59589
18482026-03-27T04:39:53.391Z[ ID] Interval Transfer Bitrate
18492026-03-27T04:39:53.391Z[ 5] 0.00-1.00 sec 116 MBytes 973 Mbits/sec
18502026-03-27T04:39:53.391Z[ 8] 0.00-1.00 sec 130 MBytes 1.09 Gbits/sec
18512026-03-27T04:39:53.391Z[ 10] 0.00-1.00 sec 116 MBytes 975 Mbits/sec
18522026-03-27T04:39:53.391Z[ 12] 0.00-1.00 sec 116 MBytes 976 Mbits/sec
18532026-03-27T04:39:53.391Z[ 14] 0.00-1.00 sec 122 MBytes 1.02 Gbits/sec
18542026-03-27T04:39:53.391Z[ 16] 0.00-1.00 sec 123 MBytes 1.03 Gbits/sec
18552026-03-27T04:39:53.391Z[ 18] 0.00-1.00 sec 122 MBytes 1.02 Gbits/sec
18562026-03-27T04:39:53.391Z[ 20] 0.00-1.00 sec 132 MBytes 1.11 Gbits/sec
18572026-03-27T04:39:53.391Z[SUM] 0.00-1.00 sec 976 MBytes 8.19 Gbits/sec
18582026-03-27T04:39:53.391Z- - - - - - - - - - - - - - - - - - - - - - - - -
18592026-03-27T04:39:53.391Z[ 5] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
18602026-03-27T04:39:53.391Z[ 8] 1.00-2.00 sec 167 MBytes 1.40 Gbits/sec
18612026-03-27T04:39:53.391Z[ 10] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
18622026-03-27T04:39:53.391Z[ 12] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
18632026-03-27T04:39:53.391Z[ 14] 1.00-2.00 sec 160 MBytes 1.34 Gbits/sec
18642026-03-27T04:39:53.391Z[ 16] 1.00-2.00 sec 169 MBytes 1.41 Gbits/sec
18652026-03-27T04:39:53.391Z[ 18] 1.00-2.00 sec 160 MBytes 1.34 Gbits/sec
18662026-03-27T04:39:53.391Z[ 20] 1.00-2.00 sec 163 MBytes 1.37 Gbits/sec
18672026-03-27T04:39:53.391Z[SUM] 1.00-2.00 sec 1.25 GBytes 10.8 Gbits/sec
18682026-03-27T04:39:53.391Z- - - - - - - - - - - - - - - - - - - - - - - - -
18692026-03-27T04:39:53.391Z[ 5] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
18702026-03-27T04:39:53.391Z[ 8] 2.00-3.00 sec 164 MBytes 1.38 Gbits/sec
18712026-03-27T04:39:53.391Z[ 10] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
18722026-03-27T04:39:53.391Z[ 12] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
18732026-03-27T04:39:53.392Z[ 14] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
18742026-03-27T04:39:53.392Z[ 16] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
18752026-03-27T04:39:53.392Z[ 18] 2.00-3.00 sec 158 MBytes 1.32 Gbits/sec
18762026-03-27T04:39:53.392Z[ 20] 2.00-3.00 sec 163 MBytes 1.36 Gbits/sec
18772026-03-27T04:39:53.392Z[SUM] 2.00-3.00 sec 1.23 GBytes 10.6 Gbits/sec
18782026-03-27T04:39:53.392Z- - - - - - - - - - - - - - - - - - - - - - - - -
18792026-03-27T04:39:53.392Z[ 5] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
18802026-03-27T04:39:53.392Z[ 8] 3.00-4.00 sec 177 MBytes 1.49 Gbits/sec
18812026-03-27T04:39:53.392Z[ 10] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
18822026-03-27T04:39:53.392Z[ 12] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
18832026-03-27T04:39:53.392Z[ 14] 3.00-4.00 sec 163 MBytes 1.36 Gbits/sec
18842026-03-27T04:39:53.393Z[ 16] 3.00-4.00 sec 176 MBytes 1.47 Gbits/sec
18852026-03-27T04:39:53.393Z[ 18] 3.00-4.00 sec 163 MBytes 1.37 Gbits/sec
18862026-03-27T04:39:53.393Z[ 20] 3.00-4.00 sec 158 MBytes 1.33 Gbits/sec
18872026-03-27T04:39:53.393Z[SUM] 3.00-4.00 sec 1.27 GBytes 10.9 Gbits/sec
18882026-03-27T04:39:53.393Z- - - - - - - - - - - - - - - - - - - - - - - - -
18892026-03-27T04:39:53.393Z[ 5] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
18902026-03-27T04:39:53.393Z[ 8] 4.00-5.00 sec 161 MBytes 1.35 Gbits/sec
18912026-03-27T04:39:53.393Z[ 10] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
18922026-03-27T04:39:53.393Z[ 12] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
18932026-03-27T04:39:53.393Z[ 14] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
18942026-03-27T04:39:53.393Z[ 16] 4.00-5.00 sec 159 MBytes 1.34 Gbits/sec
18952026-03-27T04:39:53.393Z[ 18] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
18962026-03-27T04:39:53.397Z[ 20] 4.00-5.00 sec 162 MBytes 1.36 Gbits/sec
18972026-03-27T04:39:53.397Z[SUM] 4.00-5.00 sec 1.23 GBytes 10.6 Gbits/sec
18982026-03-27T04:39:53.397Z- - - - - - - - - - - - - - - - - - - - - - - - -
18992026-03-27T04:39:53.397Z[ 5] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
19002026-03-27T04:39:53.397Z[ 8] 5.00-6.00 sec 160 MBytes 1.35 Gbits/sec
19012026-03-27T04:39:53.397Z[ 10] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
19022026-03-27T04:39:53.397Z[ 12] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
19032026-03-27T04:39:53.397Z[ 14] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
19042026-03-27T04:39:53.397Z[ 16] 5.00-6.00 sec 162 MBytes 1.36 Gbits/sec
19052026-03-27T04:39:53.397Z[ 18] 5.00-6.00 sec 158 MBytes 1.32 Gbits/sec
19062026-03-27T04:39:53.397Z[ 20] 5.00-6.00 sec 159 MBytes 1.34 Gbits/sec
19072026-03-27T04:39:53.397Z[SUM] 5.00-6.00 sec 1.23 GBytes 10.6 Gbits/sec
19082026-03-27T04:39:53.397Z- - - - - - - - - - - - - - - - - - - - - - - - -
19092026-03-27T04:39:53.397Z[ 5] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
19102026-03-27T04:39:53.397Z[ 8] 6.00-7.00 sec 154 MBytes 1.30 Gbits/sec
19112026-03-27T04:39:53.397Z[ 10] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
19122026-03-27T04:39:56.392Z[ 12] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
19132026-03-27T04:39:56.392Z[ 14] 6.00-7.00 sec 154 MBytes 1.30 Gbits/sec
19142026-03-27T04:39:56.392Z[ 16] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
19152026-03-27T04:39:56.392Z[ 18] 6.00-7.00 sec 154 MBytes 1.30 Gbits/sec
19162026-03-27T04:39:56.392Z[ 20] 6.00-7.00 sec 154 MBytes 1.30 Gbits/sec
19172026-03-27T04:39:56.392Z[SUM] 6.00-7.00 sec 1.21 GBytes 10.4 Gbits/sec
19182026-03-27T04:39:56.392Z- - - - - - - - - - - - - - - - - - - - - - - - -
19192026-03-27T04:39:56.392Z[ 5] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
19202026-03-27T04:39:56.392Z[ 8] 7.00-8.00 sec 157 MBytes 1.31 Gbits/sec
19212026-03-27T04:39:56.392Z[ 10] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
19222026-03-27T04:39:56.393Z[ 12] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
19232026-03-27T04:39:56.393Z[ 14] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
19242026-03-27T04:39:56.393Z[ 16] 7.00-8.00 sec 157 MBytes 1.32 Gbits/sec
19252026-03-27T04:39:56.393Z[ 18] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
19262026-03-27T04:39:56.393Z[ 20] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
19272026-03-27T04:39:56.393Z[SUM] 7.00-8.00 sec 1.21 GBytes 10.4 Gbits/sec
19282026-03-27T04:39:56.393Z- - - - - - - - - - - - - - - - - - - - - - - - -
19292026-03-27T04:39:56.393Z[ 5] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
19302026-03-27T04:39:56.393Z[ 8] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
19312026-03-27T04:39:56.393Z[ 10] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
19322026-03-27T04:39:56.393Z[ 12] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
19332026-03-27T04:39:56.393Z[ 14] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
19342026-03-27T04:39:56.393Z[ 16] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
19352026-03-27T04:39:56.393Z[ 18] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
19362026-03-27T04:39:56.393Z[ 20] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
19372026-03-27T04:39:56.393Z[SUM] 8.00-9.00 sec 1.21 GBytes 10.4 Gbits/sec
19382026-03-27T04:39:56.393Z- - - - - - - - - - - - - - - - - - - - - - - - -
19392026-03-27T04:39:56.393Z[ 5] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
19402026-03-27T04:39:56.393Z[ 8] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
19412026-03-27T04:39:56.393Z[ 10] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
19422026-03-27T04:39:56.393Z[ 12] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
19432026-03-27T04:39:56.393Z[ 14] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
19442026-03-27T04:39:56.393Z[ 16] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
19452026-03-27T04:39:56.393Z[ 18] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
19462026-03-27T04:39:56.393Z[ 20] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
19472026-03-27T04:39:56.393Z[SUM] 9.00-10.00 sec 1.20 GBytes 10.3 Gbits/sec
19482026-03-27T04:39:56.393Z- - - - - - - - - - - - - - - - - - - - - - - - -
19492026-03-27T04:39:56.393Z[ 5] 10.00-10.00 sec 128 KBytes 2.30 Gbits/sec
19502026-03-27T04:39:56.393Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
19512026-03-27T04:39:56.393Z[ 10] 10.00-10.00 sec 128 KBytes 2.30 Gbits/sec
19522026-03-27T04:39:56.393Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
19532026-03-27T04:39:56.393Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
19542026-03-27T04:39:56.393Z[ 16] 10.00-10.00 sec 128 KBytes 2.30 Gbits/sec
19552026-03-27T04:39:56.393Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
19562026-03-27T04:39:56.393Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
19572026-03-27T04:39:56.394Z[SUM] 10.00-10.00 sec 384 KBytes 6.90 Gbits/sec
19582026-03-27T04:39:56.394Z- - - - - - - - - - - - - - - - - - - - - - - - -
19592026-03-27T04:39:56.394Z[ ID] Interval Transfer Bitrate
19602026-03-27T04:39:56.394Z[ 5] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
19612026-03-27T04:39:56.394Z[ 8] 0.00-10.00 sec 1.54 GBytes 1.33 Gbits/sec sender
19622026-03-27T04:39:56.394Z[ 10] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
19632026-03-27T04:39:56.394Z[ 12] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
19642026-03-27T04:39:56.394Z[ 14] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
19652026-03-27T04:39:56.394Z[ 16] 0.00-10.00 sec 1.53 GBytes 1.31 Gbits/sec sender
19662026-03-27T04:39:56.394Z[ 18] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
19672026-03-27T04:39:56.394Z[ 20] 0.00-10.00 sec 1.52 GBytes 1.30 Gbits/sec sender
19682026-03-27T04:39:56.394Z[SUM] 0.00-10.00 sec 12.0 GBytes 10.3 Gbits/sec sender
19692026-03-27T04:39:56.397ZRun 2/5...10310.791315329048Mbps
19702026-03-27T04:40:03.778Z-----------------------------------------------------------
19712026-03-27T04:40:03.778ZServer listening on 5201 (test #8)
19722026-03-27T04:40:03.778Z-----------------------------------------------------------
19732026-03-27T04:40:03.778ZAccepted connection from 10.0.0.1, port 36983
19742026-03-27T04:40:03.778Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37272
19752026-03-27T04:40:03.778Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64068
19762026-03-27T04:40:03.778Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45062
19772026-03-27T04:40:03.778Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45854
19782026-03-27T04:40:03.778Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61346
19792026-03-27T04:40:03.778Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58910
19802026-03-27T04:40:03.778Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43936
19812026-03-27T04:40:03.778Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50676
19822026-03-27T04:40:03.778Z[ ID] Interval Transfer Bitrate
19832026-03-27T04:40:03.778Z[ 5] 0.00-1.00 sec 118 MBytes 987 Mbits/sec
19842026-03-27T04:40:03.778Z[ 8] 0.00-1.00 sec 118 MBytes 989 Mbits/sec
19852026-03-27T04:40:03.778Z[ 10] 0.00-1.00 sec 118 MBytes 988 Mbits/sec
19862026-03-27T04:40:03.778Z[ 12] 0.00-1.00 sec 118 MBytes 989 Mbits/sec
19872026-03-27T04:40:03.778Z[ 14] 0.00-1.00 sec 118 MBytes 988 Mbits/sec
19882026-03-27T04:40:03.778Z[ 16] 0.00-1.00 sec 118 MBytes 992 Mbits/sec
19892026-03-27T04:40:03.778Z[ 18] 0.00-1.00 sec 118 MBytes 987 Mbits/sec
19902026-03-27T04:40:03.778Z[ 20] 0.00-1.00 sec 118 MBytes 990 Mbits/sec
19912026-03-27T04:40:03.778Z[SUM] 0.00-1.00 sec 943 MBytes 7.91 Gbits/sec
19922026-03-27T04:40:03.783Z- - - - - - - - - - - - - - - - - - - - - - - - -
19932026-03-27T04:40:03.783Z[ 5] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
19942026-03-27T04:40:03.783Z[ 8] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
19952026-03-27T04:40:03.783Z[ 10] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
19962026-03-27T04:40:03.783Z[ 12] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
19972026-03-27T04:40:03.783Z[ 14] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
19982026-03-27T04:40:03.783Z[ 16] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
19992026-03-27T04:40:03.783Z[ 18] 1.00-2.00 sec 154 MBytes 1.30 Gbits/sec
20002026-03-27T04:40:03.784Z[ 20] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
20012026-03-27T04:40:03.784Z[SUM] 1.00-2.00 sec 1.20 GBytes 10.3 Gbits/sec
20022026-03-27T04:40:03.784Z- - - - - - - - - - - - - - - - - - - - - - - - -
20032026-03-27T04:40:03.784Z[ 5] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
20042026-03-27T04:40:03.784Z[ 8] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
20052026-03-27T04:40:03.784Z[ 10] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
20062026-03-27T04:40:03.784Z[ 12] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
20072026-03-27T04:40:03.784Z[ 14] 2.00-3.00 sec 153 MBytes 1.29 Gbits/sec
20082026-03-27T04:40:03.784Z[ 16] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
20092026-03-27T04:40:03.784Z[ 18] 2.00-3.00 sec 153 MBytes 1.29 Gbits/sec
20102026-03-27T04:40:03.784Z[ 20] 2.00-3.00 sec 153 MBytes 1.29 Gbits/sec
20112026-03-27T04:40:03.784Z[SUM] 2.00-3.00 sec 1.20 GBytes 10.3 Gbits/sec
20122026-03-27T04:40:03.784Z- - - - - - - - - - - - - - - - - - - - - - - - -
20132026-03-27T04:40:03.784Z[ 5] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
20142026-03-27T04:40:03.784Z[ 8] 3.00-4.00 sec 153 MBytes 1.29 Gbits/sec
20152026-03-27T04:40:03.784Z[ 10] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
20162026-03-27T04:40:03.784Z[ 12] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
20172026-03-27T04:40:03.784Z[ 14] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
20182026-03-27T04:40:03.784Z[ 16] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
20192026-03-27T04:40:03.784Z[ 18] 3.00-4.00 sec 153 MBytes 1.29 Gbits/sec
20202026-03-27T04:40:03.784Z[ 20] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
20212026-03-27T04:40:03.784Z[SUM] 3.00-4.00 sec 1.20 GBytes 10.3 Gbits/sec
20222026-03-27T04:40:03.784Z- - - - - - - - - - - - - - - - - - - - - - - - -
20232026-03-27T04:40:03.784Z[ 5] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
20242026-03-27T04:40:03.784Z[ 8] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
20252026-03-27T04:40:03.784Z[ 10] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
20262026-03-27T04:40:03.784Z[ 12] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
20272026-03-27T04:40:03.784Z[ 14] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
20282026-03-27T04:40:03.784Z[ 16] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
20292026-03-27T04:40:03.784Z[ 18] 4.00-5.00 sec 154 MBytes 1.30 Gbits/sec
20302026-03-27T04:40:03.784Z[ 20] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
20312026-03-27T04:40:03.784Z[SUM] 4.00-5.00 sec 1.20 GBytes 10.3 Gbits/sec
20322026-03-27T04:40:03.784Z- - - - - - - - - - - - - - - - - - - - - - - - -
20332026-03-27T04:40:03.784Z[ 5] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
20342026-03-27T04:40:03.784Z[ 8] 5.00-6.00 sec 153 MBytes 1.29 Gbits/sec
20352026-03-27T04:40:03.784Z[ 10] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
20362026-03-27T04:40:03.785Z[ 12] 5.00-6.00 sec 153 MBytes 1.29 Gbits/sec
20372026-03-27T04:40:03.785Z[ 14] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
20382026-03-27T04:40:03.785Z[ 16] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
20392026-03-27T04:40:03.785Z[ 18] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
20402026-03-27T04:40:03.785Z[ 20] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
20412026-03-27T04:40:03.785Z[SUM] 5.00-6.00 sec 1.20 GBytes 10.3 Gbits/sec
20422026-03-27T04:40:03.785Z- - - - - - - - - - - - - - - - - - - - - - - - -
20432026-03-27T04:40:03.785Z[ 5] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
20442026-03-27T04:40:03.785Z[ 8] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
20452026-03-27T04:40:03.785Z[ 10] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
20462026-03-27T04:40:06.781Z[ 12] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
20472026-03-27T04:40:06.781Z[ 14] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
20482026-03-27T04:40:06.781Z[ 16] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
20492026-03-27T04:40:06.781Z[ 18] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
20502026-03-27T04:40:06.781Z[ 20] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
20512026-03-27T04:40:06.781Z[SUM] 6.00-7.00 sec 1.20 GBytes 10.3 Gbits/sec
20522026-03-27T04:40:06.781Z- - - - - - - - - - - - - - - - - - - - - - - - -
20532026-03-27T04:40:06.781Z[ 5] 7.00-8.00 sec 153 MBytes 1.29 Gbits/sec
20542026-03-27T04:40:06.781Z[ 8] 7.00-8.00 sec 153 MBytes 1.29 Gbits/sec
20552026-03-27T04:40:06.781Z[ 10] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
20562026-03-27T04:40:06.781Z[ 12] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
20572026-03-27T04:40:06.781Z[ 14] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
20582026-03-27T04:40:06.781Z[ 16] 7.00-8.00 sec 153 MBytes 1.29 Gbits/sec
20592026-03-27T04:40:06.781Z[ 18] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
20602026-03-27T04:40:06.781Z[ 20] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
20612026-03-27T04:40:06.781Z[SUM] 7.00-8.00 sec 1.20 GBytes 10.3 Gbits/sec
20622026-03-27T04:40:06.781Z- - - - - - - - - - - - - - - - - - - - - - - - -
20632026-03-27T04:40:06.781Z[ 5] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
20642026-03-27T04:40:06.781Z[ 8] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
20652026-03-27T04:40:06.781Z[ 10] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
20662026-03-27T04:40:06.781Z[ 12] 8.00-9.00 sec 153 MBytes 1.29 Gbits/sec
20672026-03-27T04:40:06.781Z[ 14] 8.00-9.00 sec 153 MBytes 1.29 Gbits/sec
20682026-03-27T04:40:06.781Z[ 16] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
20692026-03-27T04:40:06.781Z[ 18] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
20702026-03-27T04:40:06.781Z[ 20] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
20712026-03-27T04:40:06.781Z[SUM] 8.00-9.00 sec 1.20 GBytes 10.3 Gbits/sec
20722026-03-27T04:40:06.781Z- - - - - - - - - - - - - - - - - - - - - - - - -
20732026-03-27T04:40:06.781Z[ 5] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
20742026-03-27T04:40:06.781Z[ 8] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
20752026-03-27T04:40:06.781Z[ 10] 9.00-10.00 sec 153 MBytes 1.29 Gbits/sec
20762026-03-27T04:40:06.782Z[ 12] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
20772026-03-27T04:40:06.782Z[ 14] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
20782026-03-27T04:40:06.782Z[ 16] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
20792026-03-27T04:40:06.782Z[ 18] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
20802026-03-27T04:40:06.782Z[ 20] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
20812026-03-27T04:40:06.782Z[SUM] 9.00-10.00 sec 1.20 GBytes 10.3 Gbits/sec
20822026-03-27T04:40:06.782Z- - - - - - - - - - - - - - - - - - - - - - - - -
20832026-03-27T04:40:06.782Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
20842026-03-27T04:40:06.782Z[ 8] 10.00-10.00 sec 128 KBytes 2.24 Gbits/sec
20852026-03-27T04:40:06.782Z[ 10] 10.00-10.00 sec 128 KBytes 2.24 Gbits/sec
20862026-03-27T04:40:06.782Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
20872026-03-27T04:40:06.782Z[ 14] 10.00-10.00 sec 128 KBytes 2.24 Gbits/sec
20882026-03-27T04:40:06.782Z[ 16] 10.00-10.00 sec 128 KBytes 2.24 Gbits/sec
20892026-03-27T04:40:06.782Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
20902026-03-27T04:40:06.782Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
20912026-03-27T04:40:06.782Z[SUM] 10.00-10.00 sec 512 KBytes 8.94 Gbits/sec
20922026-03-27T04:40:06.785Z- - - - - - - - - - - - - - - - - - - - - - - - -
20932026-03-27T04:40:06.785Z[ ID] Interval Transfer Bitrate
20942026-03-27T04:40:06.785Z[ 5] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec sender
20952026-03-27T04:40:06.786Z[ 8] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec sender
20962026-03-27T04:40:06.786Z[ 10] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec sender
20972026-03-27T04:40:06.786Z[ 12] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec sender
20982026-03-27T04:40:06.786Z[ 14] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec sender
20992026-03-27T04:40:06.786Z[ 16] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
21002026-03-27T04:40:06.786Z[ 18] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
21012026-03-27T04:40:06.786Z[ 20] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec sender
21022026-03-27T04:40:06.786Z[SUM] 0.00-10.00 sec 11.7 GBytes 10.1 Gbits/sec sender
21032026-03-27T04:40:06.786ZRun 3/5...10065.320163568114Mbps
21042026-03-27T04:40:14.173Z-----------------------------------------------------------
21052026-03-27T04:40:14.173ZServer listening on 5201 (test #9)
21062026-03-27T04:40:14.173Z-----------------------------------------------------------
21072026-03-27T04:40:14.173ZAccepted connection from 10.0.0.1, port 56399
21082026-03-27T04:40:14.174Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62263
21092026-03-27T04:40:14.174Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33437
21102026-03-27T04:40:14.174Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60110
21112026-03-27T04:40:14.174Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63989
21122026-03-27T04:40:14.174Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49134
21132026-03-27T04:40:14.174Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38292
21142026-03-27T04:40:14.174Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44385
21152026-03-27T04:40:14.174Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59796
21162026-03-27T04:40:14.174Z[ ID] Interval Transfer Bitrate
21172026-03-27T04:40:14.174Z[ 5] 0.00-1.00 sec 118 MBytes 987 Mbits/sec
21182026-03-27T04:40:14.174Z[ 8] 0.00-1.00 sec 119 MBytes 997 Mbits/sec
21192026-03-27T04:40:14.174Z[ 10] 0.00-1.00 sec 118 MBytes 988 Mbits/sec
21202026-03-27T04:40:14.174Z[ 12] 0.00-1.00 sec 118 MBytes 987 Mbits/sec
21212026-03-27T04:40:14.174Z[ 14] 0.00-1.00 sec 118 MBytes 992 Mbits/sec
21222026-03-27T04:40:14.174Z[ 16] 0.00-1.00 sec 118 MBytes 992 Mbits/sec
21232026-03-27T04:40:14.174Z[ 18] 0.00-1.00 sec 118 MBytes 987 Mbits/sec
21242026-03-27T04:40:14.174Z[ 20] 0.00-1.00 sec 119 MBytes 997 Mbits/sec
21252026-03-27T04:40:14.174Z[SUM] 0.00-1.00 sec 945 MBytes 7.93 Gbits/sec
21262026-03-27T04:40:14.174Z- - - - - - - - - - - - - - - - - - - - - - - - -
21272026-03-27T04:40:14.174Z[ 5] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
21282026-03-27T04:40:14.174Z[ 8] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
21292026-03-27T04:40:14.174Z[ 10] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
21302026-03-27T04:40:14.174Z[ 12] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
21312026-03-27T04:40:14.174Z[ 14] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
21322026-03-27T04:40:14.174Z[ 16] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
21332026-03-27T04:40:14.174Z[ 18] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
21342026-03-27T04:40:14.174Z[ 20] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
21352026-03-27T04:40:14.174Z[SUM] 1.00-2.00 sec 1.20 GBytes 10.3 Gbits/sec
21362026-03-27T04:40:14.174Z- - - - - - - - - - - - - - - - - - - - - - - - -
21372026-03-27T04:40:14.174Z[ 5] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
21382026-03-27T04:40:14.174Z[ 8] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
21392026-03-27T04:40:14.174Z[ 10] 2.00-3.00 sec 154 MBytes 1.30 Gbits/sec
21402026-03-27T04:40:14.175Z[ 12] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
21412026-03-27T04:40:14.175Z[ 14] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
21422026-03-27T04:40:14.175Z[ 16] 2.00-3.00 sec 154 MBytes 1.30 Gbits/sec
21432026-03-27T04:40:14.175Z[ 18] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
21442026-03-27T04:40:14.175Z[ 20] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
21452026-03-27T04:40:14.175Z[SUM] 2.00-3.00 sec 1.21 GBytes 10.4 Gbits/sec
21462026-03-27T04:40:14.175Z- - - - - - - - - - - - - - - - - - - - - - - - -
21472026-03-27T04:40:14.175Z[ 5] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
21482026-03-27T04:40:14.175Z[ 8] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
21492026-03-27T04:40:14.175Z[ 10] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
21502026-03-27T04:40:14.175Z[ 12] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
21512026-03-27T04:40:14.175Z[ 14] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
21522026-03-27T04:40:14.175Z[ 16] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
21532026-03-27T04:40:14.175Z[ 18] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
21542026-03-27T04:40:14.175Z[ 20] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
21552026-03-27T04:40:14.175Z[SUM] 3.00-4.00 sec 1.20 GBytes 10.3 Gbits/sec
21562026-03-27T04:40:14.176Z- - - - - - - - - - - - - - - - - - - - - - - - -
21572026-03-27T04:40:14.176Z[ 5] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
21582026-03-27T04:40:14.176Z[ 8] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
21592026-03-27T04:40:14.176Z[ 10] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
21602026-03-27T04:40:14.176Z[ 12] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
21612026-03-27T04:40:14.176Z[ 14] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
21622026-03-27T04:40:14.176Z[ 16] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
21632026-03-27T04:40:14.176Z[ 18] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
21642026-03-27T04:40:14.176Z[ 20] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
21652026-03-27T04:40:14.176Z[SUM] 4.00-5.00 sec 1.21 GBytes 10.4 Gbits/sec
21662026-03-27T04:40:14.176Z- - - - - - - - - - - - - - - - - - - - - - - - -
21672026-03-27T04:40:14.176Z[ 5] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
21682026-03-27T04:40:14.176Z[ 8] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
21692026-03-27T04:40:14.176Z[ 10] 5.00-6.00 sec 154 MBytes 1.30 Gbits/sec
21702026-03-27T04:40:14.176Z[ 12] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
21712026-03-27T04:40:14.176Z[ 14] 5.00-6.00 sec 154 MBytes 1.30 Gbits/sec
21722026-03-27T04:40:14.176Z[ 16] 5.00-6.00 sec 154 MBytes 1.30 Gbits/sec
21732026-03-27T04:40:14.176Z[ 18] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
21742026-03-27T04:40:14.176Z[ 20] 5.00-6.00 sec 154 MBytes 1.30 Gbits/sec
21752026-03-27T04:40:14.176Z[SUM] 5.00-6.00 sec 1.21 GBytes 10.4 Gbits/sec
21762026-03-27T04:40:14.176Z- - - - - - - - - - - - - - - - - - - - - - - - -
21772026-03-27T04:40:14.176Z[ 5] 6.00-7.00 sec 154 MBytes 1.30 Gbits/sec
21782026-03-27T04:40:14.176Z[ 8] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
21792026-03-27T04:40:14.176Z[ 10] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
21802026-03-27T04:40:17.175Z[ 12] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
21812026-03-27T04:40:17.175Z[ 14] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
21822026-03-27T04:40:17.175Z[ 16] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
21832026-03-27T04:40:17.175Z[ 18] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
21842026-03-27T04:40:17.175Z[ 20] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
21852026-03-27T04:40:17.175Z[SUM] 6.00-7.00 sec 1.21 GBytes 10.4 Gbits/sec
21862026-03-27T04:40:17.175Z- - - - - - - - - - - - - - - - - - - - - - - - -
21872026-03-27T04:40:17.175Z[ 5] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
21882026-03-27T04:40:17.175Z[ 8] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
21892026-03-27T04:40:17.175Z[ 10] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
21902026-03-27T04:40:17.175Z[ 12] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
21912026-03-27T04:40:17.175Z[ 14] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
21922026-03-27T04:40:17.175Z[ 16] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
21932026-03-27T04:40:17.175Z[ 18] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
21942026-03-27T04:40:17.175Z[ 20] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
21952026-03-27T04:40:17.175Z[SUM] 7.00-8.00 sec 1.20 GBytes 10.3 Gbits/sec
21962026-03-27T04:40:17.175Z- - - - - - - - - - - - - - - - - - - - - - - - -
21972026-03-27T04:40:17.175Z[ 5] 8.00-9.00 sec 153 MBytes 1.29 Gbits/sec
21982026-03-27T04:40:17.175Z[ 8] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
21992026-03-27T04:40:17.175Z[ 10] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
22002026-03-27T04:40:17.175Z[ 12] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
22012026-03-27T04:40:17.176Z[ 14] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
22022026-03-27T04:40:17.176Z[ 16] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
22032026-03-27T04:40:17.176Z[ 18] 8.00-9.00 sec 153 MBytes 1.29 Gbits/sec
22042026-03-27T04:40:17.176Z[ 20] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
22052026-03-27T04:40:17.176Z[SUM] 8.00-9.00 sec 1.20 GBytes 10.3 Gbits/sec
22062026-03-27T04:40:17.176Z- - - - - - - - - - - - - - - - - - - - - - - - -
22072026-03-27T04:40:17.176Z[ 5] 9.00-10.00 sec 154 MBytes 1.30 Gbits/sec
22082026-03-27T04:40:17.176Z[ 8] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
22092026-03-27T04:40:17.176Z[ 10] 9.00-10.00 sec 154 MBytes 1.30 Gbits/sec
22102026-03-27T04:40:17.176Z[ 12] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
22112026-03-27T04:40:17.176Z[ 14] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
22122026-03-27T04:40:17.176Z[ 16] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
22132026-03-27T04:40:17.176Z[ 18] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
22142026-03-27T04:40:17.176Z[ 20] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
22152026-03-27T04:40:17.177Z[SUM] 9.00-10.00 sec 1.21 GBytes 10.4 Gbits/sec
22162026-03-27T04:40:17.177Z- - - - - - - - - - - - - - - - - - - - - - - - -
22172026-03-27T04:40:17.177Z[ 5] 10.00-10.00 sec 128 KBytes 2.44 Gbits/sec
22182026-03-27T04:40:17.177Z[ 8] 10.00-10.00 sec 128 KBytes 2.45 Gbits/sec
22192026-03-27T04:40:17.177Z[ 10] 10.00-10.00 sec 128 KBytes 2.45 Gbits/sec
22202026-03-27T04:40:17.177Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22212026-03-27T04:40:17.177Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22222026-03-27T04:40:17.180Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22232026-03-27T04:40:17.180Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22242026-03-27T04:40:17.180Z[ 20] 10.00-10.00 sec 128 KBytes 2.45 Gbits/sec
22252026-03-27T04:40:17.180Z[SUM] 10.00-10.00 sec 512 KBytes 9.78 Gbits/sec
22262026-03-27T04:40:17.180Z- - - - - - - - - - - - - - - - - - - - - - - - -
22272026-03-27T04:40:17.180Z[ ID] Interval Transfer Bitrate
22282026-03-27T04:40:17.180Z[ 5] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
22292026-03-27T04:40:17.180Z[ 8] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
22302026-03-27T04:40:17.180Z[ 10] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
22312026-03-27T04:40:17.180Z[ 12] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
22322026-03-27T04:40:17.180Z[ 14] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
22332026-03-27T04:40:17.180Z[ 16] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
22342026-03-27T04:40:17.180Z[ 18] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
22352026-03-27T04:40:17.180Z[ 20] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
22362026-03-27T04:40:17.180Z[SUM] 0.00-10.00 sec 11.8 GBytes 10.1 Gbits/sec sender
22372026-03-27T04:40:17.180ZRun 4/5...10108.665708642247Mbps
22382026-03-27T04:40:24.564Z-----------------------------------------------------------
22392026-03-27T04:40:24.564ZServer listening on 5201 (test #10)
22402026-03-27T04:40:24.564Z-----------------------------------------------------------
22412026-03-27T04:40:24.564ZAccepted connection from 10.0.0.1, port 53328
22422026-03-27T04:40:24.564Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37383
22432026-03-27T04:40:24.564Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53192
22442026-03-27T04:40:24.564Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44967
22452026-03-27T04:40:24.565Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47068
22462026-03-27T04:40:24.565Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41969
22472026-03-27T04:40:24.565Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35014
22482026-03-27T04:40:24.565Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37733
22492026-03-27T04:40:24.565Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53454
22502026-03-27T04:40:24.565Z[ ID] Interval Transfer Bitrate
22512026-03-27T04:40:24.565Z[ 5] 0.00-1.00 sec 126 MBytes 1.06 Gbits/sec
22522026-03-27T04:40:24.565Z[ 8] 0.00-1.00 sec 128 MBytes 1.07 Gbits/sec
22532026-03-27T04:40:24.565Z[ 10] 0.00-1.00 sec 126 MBytes 1.06 Gbits/sec
22542026-03-27T04:40:24.565Z[ 12] 0.00-1.00 sec 126 MBytes 1.06 Gbits/sec
22552026-03-27T04:40:24.565Z[ 14] 0.00-1.00 sec 128 MBytes 1.07 Gbits/sec
22562026-03-27T04:40:24.565Z[ 16] 0.00-1.00 sec 116 MBytes 973 Mbits/sec
22572026-03-27T04:40:24.565Z[ 18] 0.00-1.00 sec 116 MBytes 973 Mbits/sec
22582026-03-27T04:40:24.565Z[ 20] 0.00-1.00 sec 116 MBytes 971 Mbits/sec
22592026-03-27T04:40:24.565Z[SUM] 0.00-1.00 sec 982 MBytes 8.23 Gbits/sec
22602026-03-27T04:40:24.565Z- - - - - - - - - - - - - - - - - - - - - - - - -
22612026-03-27T04:40:24.565Z[ 5] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
22622026-03-27T04:40:24.565Z[ 8] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
22632026-03-27T04:40:24.565Z[ 10] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
22642026-03-27T04:40:24.565Z[ 12] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
22652026-03-27T04:40:24.565Z[ 14] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
22662026-03-27T04:40:24.565Z[ 16] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
22672026-03-27T04:40:24.565Z[ 18] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
22682026-03-27T04:40:24.565Z[ 20] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
22692026-03-27T04:40:24.565Z[SUM] 1.00-2.00 sec 1.21 GBytes 10.4 Gbits/sec
22702026-03-27T04:40:24.565Z- - - - - - - - - - - - - - - - - - - - - - - - -
22712026-03-27T04:40:24.566Z[ 5] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
22722026-03-27T04:40:24.566Z[ 8] 2.00-3.00 sec 159 MBytes 1.33 Gbits/sec
22732026-03-27T04:40:24.566Z[ 10] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
22742026-03-27T04:40:24.566Z[ 12] 2.00-3.00 sec 153 MBytes 1.29 Gbits/sec
22752026-03-27T04:40:24.566Z[ 14] 2.00-3.00 sec 159 MBytes 1.33 Gbits/sec
22762026-03-27T04:40:24.566Z[ 16] 2.00-3.00 sec 154 MBytes 1.30 Gbits/sec
22772026-03-27T04:40:24.566Z[ 18] 2.00-3.00 sec 154 MBytes 1.30 Gbits/sec
22782026-03-27T04:40:24.566Z[ 20] 2.00-3.00 sec 154 MBytes 1.30 Gbits/sec
22792026-03-27T04:40:24.566Z[SUM] 2.00-3.00 sec 1.22 GBytes 10.5 Gbits/sec
22802026-03-27T04:40:24.566Z- - - - - - - - - - - - - - - - - - - - - - - - -
22812026-03-27T04:40:24.566Z[ 5] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
22822026-03-27T04:40:24.566Z[ 8] 3.00-4.00 sec 159 MBytes 1.34 Gbits/sec
22832026-03-27T04:40:24.566Z[ 10] 3.00-4.00 sec 158 MBytes 1.33 Gbits/sec
22842026-03-27T04:40:24.566Z[ 12] 3.00-4.00 sec 160 MBytes 1.34 Gbits/sec
22852026-03-27T04:40:24.566Z[ 14] 3.00-4.00 sec 160 MBytes 1.34 Gbits/sec
22862026-03-27T04:40:24.566Z[ 16] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
22872026-03-27T04:40:24.566Z[ 18] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
22882026-03-27T04:40:24.566Z[ 20] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
22892026-03-27T04:40:24.566Z[SUM] 3.00-4.00 sec 1.23 GBytes 10.6 Gbits/sec
22902026-03-27T04:40:24.566Z- - - - - - - - - - - - - - - - - - - - - - - - -
22912026-03-27T04:40:24.566Z[ 5] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
22922026-03-27T04:40:24.566Z[ 8] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
22932026-03-27T04:40:24.566Z[ 10] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
22942026-03-27T04:40:24.566Z[ 12] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
22952026-03-27T04:40:24.567Z[ 14] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
22962026-03-27T04:40:24.567Z[ 16] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
22972026-03-27T04:40:24.567Z[ 18] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
22982026-03-27T04:40:24.567Z[ 20] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
22992026-03-27T04:40:24.567Z[SUM] 4.00-5.00 sec 1.21 GBytes 10.4 Gbits/sec
23002026-03-27T04:40:24.567Z- - - - - - - - - - - - - - - - - - - - - - - - -
23012026-03-27T04:40:24.567Z[ 5] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
23022026-03-27T04:40:24.567Z[ 8] 5.00-6.00 sec 151 MBytes 1.27 Gbits/sec
23032026-03-27T04:40:24.567Z[ 10] 5.00-6.00 sec 163 MBytes 1.37 Gbits/sec
23042026-03-27T04:40:24.567Z[ 12] 5.00-6.00 sec 163 MBytes 1.37 Gbits/sec
23052026-03-27T04:40:24.567Z[ 14] 5.00-6.00 sec 164 MBytes 1.38 Gbits/sec
23062026-03-27T04:40:24.567Z[ 16] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
23072026-03-27T04:40:24.567Z[ 18] 5.00-6.00 sec 152 MBytes 1.28 Gbits/sec
23082026-03-27T04:40:24.567Z[ 20] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
23092026-03-27T04:40:24.567Z[SUM] 5.00-6.00 sec 1.22 GBytes 10.5 Gbits/sec
23102026-03-27T04:40:24.567Z- - - - - - - - - - - - - - - - - - - - - - - - -
23112026-03-27T04:40:24.567Z[ 5] 6.00-7.00 sec 157 MBytes 1.32 Gbits/sec
23122026-03-27T04:40:24.567Z[ 8] 6.00-7.00 sec 157 MBytes 1.31 Gbits/sec
23132026-03-27T04:40:24.567Z[ 10] 6.00-7.00 sec 157 MBytes 1.32 Gbits/sec
23142026-03-27T04:40:27.565Z[ 12] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
23152026-03-27T04:40:27.565Z[ 14] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
23162026-03-27T04:40:27.565Z[ 16] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
23172026-03-27T04:40:27.565Z[ 18] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
23182026-03-27T04:40:27.565Z[ 20] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
23192026-03-27T04:40:27.565Z[SUM] 6.00-7.00 sec 1.22 GBytes 10.5 Gbits/sec
23202026-03-27T04:40:27.565Z- - - - - - - - - - - - - - - - - - - - - - - - -
23212026-03-27T04:40:27.566Z[ 5] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
23222026-03-27T04:40:27.566Z[ 8] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
23232026-03-27T04:40:27.566Z[ 10] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
23242026-03-27T04:40:27.566Z[ 12] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
23252026-03-27T04:40:27.566Z[ 14] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
23262026-03-27T04:40:27.566Z[ 16] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
23272026-03-27T04:40:27.566Z[ 18] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
23282026-03-27T04:40:27.566Z[ 20] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
23292026-03-27T04:40:27.566Z[SUM] 7.00-8.00 sec 1.20 GBytes 10.3 Gbits/sec
23302026-03-27T04:40:27.566Z- - - - - - - - - - - - - - - - - - - - - - - - -
23312026-03-27T04:40:27.566Z[ 5] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
23322026-03-27T04:40:27.570Z[ 8] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
23332026-03-27T04:40:27.571Z[ 10] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
23342026-03-27T04:40:27.571Z[ 12] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
23352026-03-27T04:40:27.571Z[ 14] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
23362026-03-27T04:40:27.571Z[ 16] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
23372026-03-27T04:40:27.571Z[ 18] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
23382026-03-27T04:40:27.571Z[ 20] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
23392026-03-27T04:40:27.571Z[SUM] 8.00-9.00 sec 1.19 GBytes 10.3 Gbits/sec
23402026-03-27T04:40:27.571Z- - - - - - - - - - - - - - - - - - - - - - - - -
23412026-03-27T04:40:27.571Z[ 5] 9.00-10.00 sec 153 MBytes 1.29 Gbits/sec
23422026-03-27T04:40:27.571Z[ 8] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
23432026-03-27T04:40:27.571Z[ 10] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
23442026-03-27T04:40:27.571Z[ 12] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
23452026-03-27T04:40:27.571Z[ 14] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
23462026-03-27T04:40:27.571Z[ 16] 9.00-10.00 sec 153 MBytes 1.29 Gbits/sec
23472026-03-27T04:40:27.571Z[ 18] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
23482026-03-27T04:40:27.571Z[ 20] 9.00-10.00 sec 153 MBytes 1.29 Gbits/sec
23492026-03-27T04:40:27.571Z[SUM] 9.00-10.00 sec 1.21 GBytes 10.4 Gbits/sec
23502026-03-27T04:40:27.571Z- - - - - - - - - - - - - - - - - - - - - - - - -
23512026-03-27T04:40:27.571Z[ 5] 10.00-10.00 sec 128 KBytes 2.43 Gbits/sec
23522026-03-27T04:40:27.571Z[ 8] 10.00-10.00 sec 128 KBytes 2.44 Gbits/sec
23532026-03-27T04:40:27.571Z[ 10] 10.00-10.00 sec 128 KBytes 2.44 Gbits/sec
23542026-03-27T04:40:27.571Z[ 12] 10.00-10.00 sec 128 KBytes 2.44 Gbits/sec
23552026-03-27T04:40:27.572Z[ 14] 10.00-10.00 sec 128 KBytes 2.44 Gbits/sec
23562026-03-27T04:40:27.572Z[ 16] 10.00-10.00 sec 128 KBytes 2.44 Gbits/sec
23572026-03-27T04:40:27.572Z[ 18] 10.00-10.00 sec 128 KBytes 2.44 Gbits/sec
23582026-03-27T04:40:27.572Z[ 20] 10.00-10.00 sec 128 KBytes 2.44 Gbits/sec
23592026-03-27T04:40:27.572Z[SUM] 10.00-10.00 sec 1.00 MBytes 19.5 Gbits/sec
23602026-03-27T04:40:27.572Z- - - - - - - - - - - - - - - - - - - - - - - - -
23612026-03-27T04:40:27.572Z[ ID] Interval Transfer Bitrate
23622026-03-27T04:40:27.572Z[ 5] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
23632026-03-27T04:40:27.572Z[ 8] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
23642026-03-27T04:40:27.572Z[ 10] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
23652026-03-27T04:40:27.572Z[ 12] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
23662026-03-27T04:40:27.572Z[ 14] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
23672026-03-27T04:40:27.572Z[ 16] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
23682026-03-27T04:40:27.572Z[ 18] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
23692026-03-27T04:40:27.572Z[ 20] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
23702026-03-27T04:40:27.572Z[SUM] 0.00-10.00 sec 11.9 GBytes 10.2 Gbits/sec sender
23712026-03-27T04:40:27.572ZRun 5/5...10192.754737689645Mbps
23722026-03-27T04:40:27.572Z###---------------------###
23732026-03-27T04:40:27.572Z::: iPerf done... :::
23742026-03-27T04:40:27.572Z:::Awaiting out files...:::
23752026-03-27T04:40:27.572Z###---------------------###
23762026-03-27T04:40:27.572Z###-----###
23772026-03-27T04:40:27.572Z:::done!:::
23782026-03-27T04:40:27.572Z###-----###
23792026-03-27T04:40:27.572Z###-------------------###
23802026-03-27T04:40:27.572Z:::Running experiment :::
23812026-03-27T04:40:27.573Z:::iperf-tcp/local/c2s:::
23822026-03-27T04:40:27.573Z###-------------------###
23832026-03-27T04:40:27.807Zdtrace: description 'profile-201us ' matched 2 probes
23842026-03-27T04:40:34.959Z-----------------------------------------------------------
23852026-03-27T04:40:34.960ZServer listening on 5201 (test #11)
23862026-03-27T04:40:34.960Z-----------------------------------------------------------
23872026-03-27T04:40:34.960ZAccepted connection from 10.0.0.1, port 40458
23882026-03-27T04:40:34.960Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45409
23892026-03-27T04:40:34.960Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39703
23902026-03-27T04:40:34.960Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47481
23912026-03-27T04:40:34.960Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51258
23922026-03-27T04:40:34.960Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40441
23932026-03-27T04:40:34.960Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55767
23942026-03-27T04:40:34.960Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39508
23952026-03-27T04:40:34.960Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57771
23962026-03-27T04:40:34.960Z[ ID] Interval Transfer Bitrate
23972026-03-27T04:40:34.960Z[ 5] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
23982026-03-27T04:40:34.961Z[ 8] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
23992026-03-27T04:40:34.961Z[ 10] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
24002026-03-27T04:40:34.961Z[ 12] 0.00-1.00 sec 44.0 MBytes 369 Mbits/sec
24012026-03-27T04:40:34.961Z[ 14] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
24022026-03-27T04:40:34.961Z[ 16] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
24032026-03-27T04:40:34.961Z[ 18] 0.00-1.00 sec 44.0 MBytes 369 Mbits/sec
24042026-03-27T04:40:34.961Z[ 20] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
24052026-03-27T04:40:34.961Z[SUM] 0.00-1.00 sec 351 MBytes 2.95 Gbits/sec
24062026-03-27T04:40:34.961Z- - - - - - - - - - - - - - - - - - - - - - - - -
24072026-03-27T04:40:34.961Z[ 5] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
24082026-03-27T04:40:34.961Z[ 8] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
24092026-03-27T04:40:34.961Z[ 10] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
24102026-03-27T04:40:34.961Z[ 12] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
24112026-03-27T04:40:34.962Z[ 14] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
24122026-03-27T04:40:34.962Z[ 16] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
24132026-03-27T04:40:34.962Z[ 18] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
24142026-03-27T04:40:34.962Z[ 20] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
24152026-03-27T04:40:34.962Z[SUM] 1.00-2.00 sec 437 MBytes 3.67 Gbits/sec
24162026-03-27T04:40:34.962Z- - - - - - - - - - - - - - - - - - - - - - - - -
24172026-03-27T04:40:34.962Z[ 5] 2.00-3.00 sec 55.6 MBytes 467 Mbits/sec
24182026-03-27T04:40:34.962Z[ 8] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
24192026-03-27T04:40:34.962Z[ 10] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
24202026-03-27T04:40:34.962Z[ 12] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
24212026-03-27T04:40:34.962Z[ 14] 2.00-3.00 sec 55.6 MBytes 467 Mbits/sec
24222026-03-27T04:40:34.962Z[ 16] 2.00-3.00 sec 55.6 MBytes 467 Mbits/sec
24232026-03-27T04:40:34.962Z[ 18] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
24242026-03-27T04:40:34.962Z[ 20] 2.00-3.00 sec 55.8 MBytes 468 Mbits/sec
24252026-03-27T04:40:34.962Z[SUM] 2.00-3.00 sec 444 MBytes 3.73 Gbits/sec
24262026-03-27T04:40:34.962Z- - - - - - - - - - - - - - - - - - - - - - - - -
24272026-03-27T04:40:34.962Z[ 5] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
24282026-03-27T04:40:34.962Z[ 8] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
24292026-03-27T04:40:34.962Z[ 10] 3.00-4.00 sec 55.6 MBytes 467 Mbits/sec
24302026-03-27T04:40:34.962Z[ 12] 3.00-4.00 sec 55.5 MBytes 466 Mbits/sec
24312026-03-27T04:40:34.962Z[ 14] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
24322026-03-27T04:40:34.962Z[ 16] 3.00-4.00 sec 55.5 MBytes 466 Mbits/sec
24332026-03-27T04:40:34.963Z[ 18] 3.00-4.00 sec 55.6 MBytes 467 Mbits/sec
24342026-03-27T04:40:34.963Z[ 20] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
24352026-03-27T04:40:34.963Z[SUM] 3.00-4.00 sec 444 MBytes 3.72 Gbits/sec
24362026-03-27T04:40:34.963Z- - - - - - - - - - - - - - - - - - - - - - - - -
24372026-03-27T04:40:34.963Z[ 5] 4.00-5.00 sec 54.9 MBytes 460 Mbits/sec
24382026-03-27T04:40:34.963Z[ 8] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
24392026-03-27T04:40:34.963Z[ 10] 4.00-5.00 sec 54.9 MBytes 460 Mbits/sec
24402026-03-27T04:40:34.963Z[ 12] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
24412026-03-27T04:40:34.963Z[ 14] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
24422026-03-27T04:40:34.963Z[ 16] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
24432026-03-27T04:40:34.963Z[ 18] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
24442026-03-27T04:40:34.963Z[ 20] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
24452026-03-27T04:40:34.963Z[SUM] 4.00-5.00 sec 438 MBytes 3.68 Gbits/sec
24462026-03-27T04:40:34.963Z- - - - - - - - - - - - - - - - - - - - - - - - -
24472026-03-27T04:40:34.963Z[ 5] 5.00-6.00 sec 54.8 MBytes 459 Mbits/sec
24482026-03-27T04:40:34.963Z[ 8] 5.00-6.00 sec 54.8 MBytes 459 Mbits/sec
24492026-03-27T04:40:34.963Z[ 10] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
24502026-03-27T04:40:34.963Z[ 12] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
24512026-03-27T04:40:34.963Z[ 14] 5.00-6.00 sec 54.8 MBytes 459 Mbits/sec
24522026-03-27T04:40:34.963Z[ 16] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
24532026-03-27T04:40:34.963Z[ 18] 5.00-6.00 sec 54.8 MBytes 459 Mbits/sec
24542026-03-27T04:40:34.963Z[ 20] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
24552026-03-27T04:40:34.963Z[SUM] 5.00-6.00 sec 437 MBytes 3.67 Gbits/sec
24562026-03-27T04:40:34.963Z- - - - - - - - - - - - - - - - - - - - - - - - -
24572026-03-27T04:40:34.963Z[ 5] 6.00-7.00 sec 55.6 MBytes 467 Mbits/sec
24582026-03-27T04:40:34.963Z[ 8] 6.00-7.00 sec 55.9 MBytes 469 Mbits/sec
24592026-03-27T04:40:34.963Z[ 10] 6.00-7.00 sec 55.6 MBytes 467 Mbits/sec
24602026-03-27T04:40:37.961Z[ 12] 6.00-7.00 sec 55.8 MBytes 468 Mbits/sec
24612026-03-27T04:40:37.961Z[ 14] 6.00-7.00 sec 55.8 MBytes 468 Mbits/sec
24622026-03-27T04:40:37.961Z[ 16] 6.00-7.00 sec 55.6 MBytes 467 Mbits/sec
24632026-03-27T04:40:37.961Z[ 18] 6.00-7.00 sec 55.8 MBytes 468 Mbits/sec
24642026-03-27T04:40:37.961Z[ 20] 6.00-7.00 sec 55.8 MBytes 468 Mbits/sec
24652026-03-27T04:40:37.962Z[SUM] 6.00-7.00 sec 446 MBytes 3.74 Gbits/sec
24662026-03-27T04:40:37.962Z- - - - - - - - - - - - - - - - - - - - - - - - -
24672026-03-27T04:40:37.962Z[ 5] 7.00-8.00 sec 56.1 MBytes 471 Mbits/sec
24682026-03-27T04:40:37.962Z[ 8] 7.00-8.00 sec 56.0 MBytes 470 Mbits/sec
24692026-03-27T04:40:37.962Z[ 10] 7.00-8.00 sec 56.1 MBytes 471 Mbits/sec
24702026-03-27T04:40:37.962Z[ 12] 7.00-8.00 sec 56.1 MBytes 471 Mbits/sec
24712026-03-27T04:40:37.962Z[ 14] 7.00-8.00 sec 56.0 MBytes 470 Mbits/sec
24722026-03-27T04:40:37.962Z[ 16] 7.00-8.00 sec 56.2 MBytes 472 Mbits/sec
24732026-03-27T04:40:37.962Z[ 18] 7.00-8.00 sec 56.1 MBytes 471 Mbits/sec
24742026-03-27T04:40:37.962Z[ 20] 7.00-8.00 sec 56.0 MBytes 470 Mbits/sec
24752026-03-27T04:40:37.962Z[SUM] 7.00-8.00 sec 449 MBytes 3.76 Gbits/sec
24762026-03-27T04:40:37.962Z- - - - - - - - - - - - - - - - - - - - - - - - -
24772026-03-27T04:40:37.962Z[ 5] 8.00-9.00 sec 54.8 MBytes 459 Mbits/sec
24782026-03-27T04:40:37.962Z[ 8] 8.00-9.00 sec 54.8 MBytes 459 Mbits/sec
24792026-03-27T04:40:37.962Z[ 10] 8.00-9.00 sec 54.6 MBytes 458 Mbits/sec
24802026-03-27T04:40:37.962Z[ 12] 8.00-9.00 sec 54.8 MBytes 459 Mbits/sec
24812026-03-27T04:40:37.962Z[ 14] 8.00-9.00 sec 54.8 MBytes 459 Mbits/sec
24822026-03-27T04:40:37.962Z[ 16] 8.00-9.00 sec 54.8 MBytes 459 Mbits/sec
24832026-03-27T04:40:37.962Z[ 18] 8.00-9.00 sec 54.6 MBytes 458 Mbits/sec
24842026-03-27T04:40:37.962Z[ 20] 8.00-9.00 sec 54.6 MBytes 458 Mbits/sec
24852026-03-27T04:40:37.962Z[SUM] 8.00-9.00 sec 438 MBytes 3.67 Gbits/sec
24862026-03-27T04:40:37.962Z- - - - - - - - - - - - - - - - - - - - - - - - -
24872026-03-27T04:40:37.962Z[ 5] 9.00-10.00 sec 55.1 MBytes 462 Mbits/sec
24882026-03-27T04:40:37.962Z[ 8] 9.00-10.00 sec 55.0 MBytes 461 Mbits/sec
24892026-03-27T04:40:37.962Z[ 10] 9.00-10.00 sec 55.0 MBytes 461 Mbits/sec
24902026-03-27T04:40:37.962Z[ 12] 9.00-10.00 sec 55.0 MBytes 461 Mbits/sec
24912026-03-27T04:40:37.962Z[ 14] 9.00-10.00 sec 55.0 MBytes 461 Mbits/sec
24922026-03-27T04:40:37.962Z[ 16] 9.00-10.00 sec 55.0 MBytes 461 Mbits/sec
24932026-03-27T04:40:37.962Z[ 18] 9.00-10.00 sec 55.1 MBytes 462 Mbits/sec
24942026-03-27T04:40:37.962Z[ 20] 9.00-10.00 sec 55.1 MBytes 462 Mbits/sec
24952026-03-27T04:40:37.962Z[SUM] 9.00-10.00 sec 440 MBytes 3.69 Gbits/sec
24962026-03-27T04:40:37.962Z- - - - - - - - - - - - - - - - - - - - - - - - -
24972026-03-27T04:40:37.962Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
24982026-03-27T04:40:37.962Z[ 8] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
24992026-03-27T04:40:37.962Z[ 10] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
25002026-03-27T04:40:37.963Z[ 12] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
25012026-03-27T04:40:37.963Z[ 14] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
25022026-03-27T04:40:37.963Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25032026-03-27T04:40:37.963Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25042026-03-27T04:40:37.963Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25052026-03-27T04:40:37.963Z[SUM] 10.00-10.00 sec 512 KBytes 4.05 Gbits/sec
25062026-03-27T04:40:37.963Z- - - - - - - - - - - - - - - - - - - - - - - - -
25072026-03-27T04:40:37.963Z[ ID] Interval Transfer Bitrate
25082026-03-27T04:40:37.963Z[ 5] 0.00-10.00 sec 541 MBytes 454 Mbits/sec receiver
25092026-03-27T04:40:37.963Z[ 8] 0.00-10.00 sec 541 MBytes 453 Mbits/sec receiver
25102026-03-27T04:40:37.963Z[ 10] 0.00-10.00 sec 541 MBytes 453 Mbits/sec receiver
25112026-03-27T04:40:37.963Z[ 12] 0.00-10.00 sec 541 MBytes 453 Mbits/sec receiver
25122026-03-27T04:40:37.963Z[ 14] 0.00-10.00 sec 540 MBytes 453 Mbits/sec receiver
25132026-03-27T04:40:37.963Z[ 16] 0.00-10.00 sec 541 MBytes 454 Mbits/sec receiver
25142026-03-27T04:40:37.963Z[ 18] 0.00-10.00 sec 541 MBytes 454 Mbits/sec receiver
25152026-03-27T04:40:37.963Z[ 20] 0.00-10.00 sec 540 MBytes 453 Mbits/sec receiver
25162026-03-27T04:40:37.963Z[SUM] 0.00-10.00 sec 4.22 GBytes 3.63 Gbits/sec receiver
25172026-03-27T04:40:37.967ZRun 1/10...3628.41873349971Mbps
25182026-03-27T04:40:45.362Z-----------------------------------------------------------
25192026-03-27T04:40:45.362ZServer listening on 5201 (test #12)
25202026-03-27T04:40:45.362Z-----------------------------------------------------------
25212026-03-27T04:40:45.362ZAccepted connection from 10.0.0.1, port 59155
25222026-03-27T04:40:45.362Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40087
25232026-03-27T04:40:45.362Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48814
25242026-03-27T04:40:45.362Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38536
25252026-03-27T04:40:45.362Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65144
25262026-03-27T04:40:45.362Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56345
25272026-03-27T04:40:45.362Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62254
25282026-03-27T04:40:45.362Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54799
25292026-03-27T04:40:45.363Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32892
25302026-03-27T04:40:45.363Z[ ID] Interval Transfer Bitrate
25312026-03-27T04:40:45.363Z[ 5] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
25322026-03-27T04:40:45.363Z[ 8] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
25332026-03-27T04:40:45.363Z[ 10] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
25342026-03-27T04:40:45.363Z[ 12] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
25352026-03-27T04:40:45.363Z[ 14] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
25362026-03-27T04:40:45.363Z[ 16] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
25372026-03-27T04:40:45.363Z[ 18] 0.00-1.00 sec 44.0 MBytes 369 Mbits/sec
25382026-03-27T04:40:45.363Z[ 20] 0.00-1.00 sec 44.0 MBytes 369 Mbits/sec
25392026-03-27T04:40:45.363Z[SUM] 0.00-1.00 sec 351 MBytes 2.95 Gbits/sec
25402026-03-27T04:40:45.363Z- - - - - - - - - - - - - - - - - - - - - - - - -
25412026-03-27T04:40:45.363Z[ 5] 1.00-2.00 sec 55.1 MBytes 462 Mbits/sec
25422026-03-27T04:40:45.363Z[ 8] 1.00-2.00 sec 55.1 MBytes 462 Mbits/sec
25432026-03-27T04:40:45.363Z[ 10] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
25442026-03-27T04:40:45.363Z[ 12] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
25452026-03-27T04:40:45.363Z[ 14] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
25462026-03-27T04:40:45.363Z[ 16] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
25472026-03-27T04:40:45.363Z[ 18] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
25482026-03-27T04:40:45.363Z[ 20] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
25492026-03-27T04:40:45.363Z[SUM] 1.00-2.00 sec 441 MBytes 3.70 Gbits/sec
25502026-03-27T04:40:45.363Z- - - - - - - - - - - - - - - - - - - - - - - - -
25512026-03-27T04:40:45.363Z[ 5] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
25522026-03-27T04:40:45.363Z[ 8] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
25532026-03-27T04:40:45.363Z[ 10] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
25542026-03-27T04:40:45.363Z[ 12] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
25552026-03-27T04:40:45.363Z[ 14] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
25562026-03-27T04:40:45.363Z[ 16] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
25572026-03-27T04:40:45.363Z[ 18] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
25582026-03-27T04:40:45.363Z[ 20] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
25592026-03-27T04:40:45.363Z[SUM] 2.00-3.00 sec 443 MBytes 3.72 Gbits/sec
25602026-03-27T04:40:45.363Z- - - - - - - - - - - - - - - - - - - - - - - - -
25612026-03-27T04:40:45.363Z[ 5] 3.00-4.00 sec 54.9 MBytes 460 Mbits/sec
25622026-03-27T04:40:45.363Z[ 8] 3.00-4.00 sec 55.0 MBytes 461 Mbits/sec
25632026-03-27T04:40:45.363Z[ 10] 3.00-4.00 sec 54.9 MBytes 460 Mbits/sec
25642026-03-27T04:40:45.363Z[ 12] 3.00-4.00 sec 55.0 MBytes 461 Mbits/sec
25652026-03-27T04:40:45.364Z[ 14] 3.00-4.00 sec 54.9 MBytes 460 Mbits/sec
25662026-03-27T04:40:45.364Z[ 16] 3.00-4.00 sec 54.9 MBytes 460 Mbits/sec
25672026-03-27T04:40:45.364Z[ 18] 3.00-4.00 sec 54.9 MBytes 460 Mbits/sec
25682026-03-27T04:40:45.364Z[ 20] 3.00-4.00 sec 54.9 MBytes 460 Mbits/sec
25692026-03-27T04:40:45.364Z[SUM] 3.00-4.00 sec 439 MBytes 3.68 Gbits/sec
25702026-03-27T04:40:45.364Z- - - - - - - - - - - - - - - - - - - - - - - - -
25712026-03-27T04:40:45.364Z[ 5] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
25722026-03-27T04:40:45.364Z[ 8] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
25732026-03-27T04:40:45.364Z[ 10] 4.00-5.00 sec 55.5 MBytes 466 Mbits/sec
25742026-03-27T04:40:45.364Z[ 12] 4.00-5.00 sec 55.5 MBytes 466 Mbits/sec
25752026-03-27T04:40:45.364Z[ 14] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
25762026-03-27T04:40:45.365Z[ 16] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
25772026-03-27T04:40:45.365Z[ 18] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
25782026-03-27T04:40:45.365Z[ 20] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
25792026-03-27T04:40:45.365Z[SUM] 4.00-5.00 sec 445 MBytes 3.73 Gbits/sec
25802026-03-27T04:40:45.365Z- - - - - - - - - - - - - - - - - - - - - - - - -
25812026-03-27T04:40:45.365Z[ 5] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
25822026-03-27T04:40:45.365Z[ 8] 5.00-6.00 sec 55.5 MBytes 466 Mbits/sec
25832026-03-27T04:40:45.365Z[ 10] 5.00-6.00 sec 55.6 MBytes 467 Mbits/sec
25842026-03-27T04:40:45.365Z[ 12] 5.00-6.00 sec 55.6 MBytes 467 Mbits/sec
25852026-03-27T04:40:45.365Z[ 14] 5.00-6.00 sec 55.6 MBytes 467 Mbits/sec
25862026-03-27T04:40:45.365Z[ 16] 5.00-6.00 sec 55.5 MBytes 466 Mbits/sec
25872026-03-27T04:40:45.365Z[ 18] 5.00-6.00 sec 55.6 MBytes 467 Mbits/sec
25882026-03-27T04:40:45.365Z[ 20] 5.00-6.00 sec 55.6 MBytes 467 Mbits/sec
25892026-03-27T04:40:45.365Z[SUM] 5.00-6.00 sec 445 MBytes 3.73 Gbits/sec
25902026-03-27T04:40:45.365Z- - - - - - - - - - - - - - - - - - - - - - - - -
25912026-03-27T04:40:45.365Z[ 5] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
25922026-03-27T04:40:45.365Z[ 8] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
25932026-03-27T04:40:45.365Z[ 10] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
25942026-03-27T04:40:48.364Z[ 12] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
25952026-03-27T04:40:48.364Z[ 14] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
25962026-03-27T04:40:48.364Z[ 16] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
25972026-03-27T04:40:48.364Z[ 18] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
25982026-03-27T04:40:48.364Z[ 20] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
25992026-03-27T04:40:48.364Z[SUM] 6.00-7.00 sec 435 MBytes 3.65 Gbits/sec
26002026-03-27T04:40:48.365Z- - - - - - - - - - - - - - - - - - - - - - - - -
26012026-03-27T04:40:48.365Z[ 5] 7.00-8.00 sec 54.8 MBytes 459 Mbits/sec
26022026-03-27T04:40:48.365Z[ 8] 7.00-8.00 sec 54.5 MBytes 457 Mbits/sec
26032026-03-27T04:40:48.365Z[ 10] 7.00-8.00 sec 54.8 MBytes 459 Mbits/sec
26042026-03-27T04:40:48.365Z[ 12] 7.00-8.00 sec 54.8 MBytes 459 Mbits/sec
26052026-03-27T04:40:48.365Z[ 14] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
26062026-03-27T04:40:48.365Z[ 16] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
26072026-03-27T04:40:48.365Z[ 18] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
26082026-03-27T04:40:48.365Z[ 20] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
26092026-03-27T04:40:48.365Z[SUM] 7.00-8.00 sec 437 MBytes 3.67 Gbits/sec
26102026-03-27T04:40:48.365Z- - - - - - - - - - - - - - - - - - - - - - - - -
26112026-03-27T04:40:48.365Z[ 5] 8.00-9.00 sec 55.4 MBytes 465 Mbits/sec
26122026-03-27T04:40:48.365Z[ 8] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
26132026-03-27T04:40:48.365Z[ 10] 8.00-9.00 sec 55.4 MBytes 465 Mbits/sec
26142026-03-27T04:40:48.365Z[ 12] 8.00-9.00 sec 55.4 MBytes 465 Mbits/sec
26152026-03-27T04:40:48.365Z[ 14] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
26162026-03-27T04:40:48.365Z[ 16] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
26172026-03-27T04:40:48.365Z[ 18] 8.00-9.00 sec 55.4 MBytes 465 Mbits/sec
26182026-03-27T04:40:48.365Z[ 20] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
26192026-03-27T04:40:48.365Z[SUM] 8.00-9.00 sec 444 MBytes 3.72 Gbits/sec
26202026-03-27T04:40:48.365Z- - - - - - - - - - - - - - - - - - - - - - - - -
26212026-03-27T04:40:48.365Z[ 5] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
26222026-03-27T04:40:48.365Z[ 8] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
26232026-03-27T04:40:48.365Z[ 10] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
26242026-03-27T04:40:48.365Z[ 12] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
26252026-03-27T04:40:48.365Z[ 14] 9.00-10.00 sec 55.1 MBytes 462 Mbits/sec
26262026-03-27T04:40:48.365Z[ 16] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
26272026-03-27T04:40:48.365Z[ 18] 9.00-10.00 sec 55.1 MBytes 462 Mbits/sec
26282026-03-27T04:40:48.365Z[ 20] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
26292026-03-27T04:40:48.365Z[SUM] 9.00-10.00 sec 442 MBytes 3.71 Gbits/sec
26302026-03-27T04:40:48.365Z- - - - - - - - - - - - - - - - - - - - - - - - -
26312026-03-27T04:40:48.365Z[ 5] 10.00-10.00 sec 128 KBytes 964 Mbits/sec
26322026-03-27T04:40:48.365Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
26332026-03-27T04:40:48.365Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
26342026-03-27T04:40:48.365Z[ 12] 10.00-10.00 sec 128 KBytes 964 Mbits/sec
26352026-03-27T04:40:48.365Z[ 14] 10.00-10.00 sec 128 KBytes 964 Mbits/sec
26362026-03-27T04:40:48.366Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
26372026-03-27T04:40:48.366Z[ 18] 10.00-10.00 sec 128 KBytes 965 Mbits/sec
26382026-03-27T04:40:48.366Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
26392026-03-27T04:40:48.366Z[SUM] 10.00-10.00 sec 512 KBytes 3.86 Gbits/sec
26402026-03-27T04:40:48.366Z- - - - - - - - - - - - - - - - - - - - - - - - -
26412026-03-27T04:40:48.366Z[ ID] Interval Transfer Bitrate
26422026-03-27T04:40:48.366Z[ 5] 0.00-10.00 sec 540 MBytes 453 Mbits/sec receiver
26432026-03-27T04:40:48.366Z[ 8] 0.00-10.00 sec 540 MBytes 453 Mbits/sec receiver
26442026-03-27T04:40:48.366Z[ 10] 0.00-10.00 sec 540 MBytes 453 Mbits/sec receiver
26452026-03-27T04:40:48.366Z[ 12] 0.00-10.00 sec 540 MBytes 453 Mbits/sec receiver
26462026-03-27T04:40:48.366Z[ 14] 0.00-10.00 sec 540 MBytes 453 Mbits/sec receiver
26472026-03-27T04:40:48.367Z[ 16] 0.00-10.00 sec 540 MBytes 453 Mbits/sec receiver
26482026-03-27T04:40:48.367Z[ 18] 0.00-10.00 sec 540 MBytes 453 Mbits/sec receiver
26492026-03-27T04:40:48.367Z[ 20] 0.00-10.00 sec 540 MBytes 453 Mbits/sec receiver
26502026-03-27T04:40:48.367Z[SUM] 0.00-10.00 sec 4.22 GBytes 3.63 Gbits/sec receiver
26512026-03-27T04:40:48.370ZRun 2/10...3626.3216240710312Mbps
26522026-03-27T04:40:55.768Z-----------------------------------------------------------
26532026-03-27T04:40:55.768ZServer listening on 5201 (test #13)
26542026-03-27T04:40:55.768Z-----------------------------------------------------------
26552026-03-27T04:40:55.768ZAccepted connection from 10.0.0.1, port 37240
26562026-03-27T04:40:55.768Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36017
26572026-03-27T04:40:55.768Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49444
26582026-03-27T04:40:55.768Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55538
26592026-03-27T04:40:55.768Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33725
26602026-03-27T04:40:55.768Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47413
26612026-03-27T04:40:55.768Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35546
26622026-03-27T04:40:55.768Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47339
26632026-03-27T04:40:55.768Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46763
26642026-03-27T04:40:55.768Z[ ID] Interval Transfer Bitrate
26652026-03-27T04:40:55.768Z[ 5] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
26662026-03-27T04:40:55.768Z[ 8] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
26672026-03-27T04:40:55.768Z[ 10] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
26682026-03-27T04:40:55.768Z[ 12] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
26692026-03-27T04:40:55.768Z[ 14] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
26702026-03-27T04:40:55.769Z[ 16] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
26712026-03-27T04:40:55.769Z[ 18] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
26722026-03-27T04:40:55.769Z[ 20] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
26732026-03-27T04:40:55.769Z[SUM] 0.00-1.00 sec 349 MBytes 2.93 Gbits/sec
26742026-03-27T04:40:55.769Z- - - - - - - - - - - - - - - - - - - - - - - - -
26752026-03-27T04:40:55.769Z[ 5] 1.00-2.00 sec 54.9 MBytes 460 Mbits/sec
26762026-03-27T04:40:55.769Z[ 8] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
26772026-03-27T04:40:55.769Z[ 10] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
26782026-03-27T04:40:55.769Z[ 12] 1.00-2.00 sec 54.9 MBytes 460 Mbits/sec
26792026-03-27T04:40:55.769Z[ 14] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
26802026-03-27T04:40:55.769Z[ 16] 1.00-2.00 sec 54.9 MBytes 460 Mbits/sec
26812026-03-27T04:40:55.769Z[ 18] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
26822026-03-27T04:40:55.769Z[ 20] 1.00-2.00 sec 55.1 MBytes 462 Mbits/sec
26832026-03-27T04:40:55.769Z[SUM] 1.00-2.00 sec 440 MBytes 3.69 Gbits/sec
26842026-03-27T04:40:55.769Z- - - - - - - - - - - - - - - - - - - - - - - - -
26852026-03-27T04:40:55.769Z[ 5] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
26862026-03-27T04:40:55.769Z[ 8] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
26872026-03-27T04:40:55.769Z[ 10] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
26882026-03-27T04:40:55.769Z[ 12] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
26892026-03-27T04:40:55.769Z[ 14] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
26902026-03-27T04:40:55.769Z[ 16] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
26912026-03-27T04:40:55.769Z[ 18] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
26922026-03-27T04:40:55.769Z[ 20] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
26932026-03-27T04:40:55.769Z[SUM] 2.00-3.00 sec 443 MBytes 3.71 Gbits/sec
26942026-03-27T04:40:55.769Z- - - - - - - - - - - - - - - - - - - - - - - - -
26952026-03-27T04:40:55.769Z[ 5] 3.00-4.00 sec 54.9 MBytes 460 Mbits/sec
26962026-03-27T04:40:55.769Z[ 8] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
26972026-03-27T04:40:55.769Z[ 10] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
26982026-03-27T04:40:55.769Z[ 12] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
26992026-03-27T04:40:55.769Z[ 14] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
27002026-03-27T04:40:55.769Z[ 16] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
27012026-03-27T04:40:55.769Z[ 18] 3.00-4.00 sec 54.9 MBytes 460 Mbits/sec
27022026-03-27T04:40:55.769Z[ 20] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
27032026-03-27T04:40:55.769Z[SUM] 3.00-4.00 sec 438 MBytes 3.68 Gbits/sec
27042026-03-27T04:40:55.769Z- - - - - - - - - - - - - - - - - - - - - - - - -
27052026-03-27T04:40:55.769Z[ 5] 4.00-5.00 sec 55.2 MBytes 463 Mbits/sec
27062026-03-27T04:40:55.769Z[ 8] 4.00-5.00 sec 55.4 MBytes 465 Mbits/sec
27072026-03-27T04:40:55.769Z[ 10] 4.00-5.00 sec 55.5 MBytes 466 Mbits/sec
27082026-03-27T04:40:55.770Z[ 12] 4.00-5.00 sec 55.4 MBytes 465 Mbits/sec
27092026-03-27T04:40:55.770Z[ 14] 4.00-5.00 sec 55.2 MBytes 463 Mbits/sec
27102026-03-27T04:40:55.770Z[ 16] 4.00-5.00 sec 55.5 MBytes 466 Mbits/sec
27112026-03-27T04:40:55.770Z[ 18] 4.00-5.00 sec 55.5 MBytes 466 Mbits/sec
27122026-03-27T04:40:55.770Z[ 20] 4.00-5.00 sec 55.4 MBytes 465 Mbits/sec
27132026-03-27T04:40:55.770Z[SUM] 4.00-5.00 sec 443 MBytes 3.72 Gbits/sec
27142026-03-27T04:40:55.770Z- - - - - - - - - - - - - - - - - - - - - - - - -
27152026-03-27T04:40:55.770Z[ 5] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
27162026-03-27T04:40:55.770Z[ 8] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
27172026-03-27T04:40:55.770Z[ 10] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
27182026-03-27T04:40:55.770Z[ 12] 5.00-6.00 sec 56.0 MBytes 470 Mbits/sec
27192026-03-27T04:40:55.770Z[ 14] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
27202026-03-27T04:40:55.770Z[ 16] 5.00-6.00 sec 55.6 MBytes 467 Mbits/sec
27212026-03-27T04:40:55.770Z[ 18] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
27222026-03-27T04:40:55.770Z[ 20] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
27232026-03-27T04:40:55.770Z[SUM] 5.00-6.00 sec 446 MBytes 3.74 Gbits/sec
27242026-03-27T04:40:55.770Z- - - - - - - - - - - - - - - - - - - - - - - - -
27252026-03-27T04:40:55.770Z[ 5] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
27262026-03-27T04:40:55.770Z[ 8] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
27272026-03-27T04:40:55.770Z[ 10] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
27282026-03-27T04:40:58.771Z[ 12] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
27292026-03-27T04:40:58.772Z[ 14] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
27302026-03-27T04:40:58.772Z[ 16] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
27312026-03-27T04:40:58.772Z[ 18] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
27322026-03-27T04:40:58.772Z[ 20] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
27332026-03-27T04:40:58.772Z[SUM] 6.00-7.00 sec 442 MBytes 3.71 Gbits/sec
27342026-03-27T04:40:58.772Z- - - - - - - - - - - - - - - - - - - - - - - - -
27352026-03-27T04:40:58.772Z[ 5] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
27362026-03-27T04:40:58.772Z[ 8] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
27372026-03-27T04:40:58.772Z[ 10] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
27382026-03-27T04:40:58.772Z[ 12] 7.00-8.00 sec 55.6 MBytes 467 Mbits/sec
27392026-03-27T04:40:58.772Z[ 14] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
27402026-03-27T04:40:58.772Z[ 16] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
27412026-03-27T04:40:58.772Z[ 18] 7.00-8.00 sec 55.5 MBytes 466 Mbits/sec
27422026-03-27T04:40:58.772Z[ 20] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
27432026-03-27T04:40:58.772Z[SUM] 7.00-8.00 sec 446 MBytes 3.74 Gbits/sec
27442026-03-27T04:40:58.772Z- - - - - - - - - - - - - - - - - - - - - - - - -
27452026-03-27T04:40:58.772Z[ 5] 8.00-9.00 sec 56.0 MBytes 470 Mbits/sec
27462026-03-27T04:40:58.772Z[ 8] 8.00-9.00 sec 56.1 MBytes 471 Mbits/sec
27472026-03-27T04:40:58.772Z[ 10] 8.00-9.00 sec 56.0 MBytes 470 Mbits/sec
27482026-03-27T04:40:58.772Z[ 12] 8.00-9.00 sec 56.0 MBytes 470 Mbits/sec
27492026-03-27T04:40:58.772Z[ 14] 8.00-9.00 sec 55.8 MBytes 468 Mbits/sec
27502026-03-27T04:40:58.772Z[ 16] 8.00-9.00 sec 56.0 MBytes 470 Mbits/sec
27512026-03-27T04:40:58.772Z[ 18] 8.00-9.00 sec 56.1 MBytes 471 Mbits/sec
27522026-03-27T04:40:58.772Z[ 20] 8.00-9.00 sec 56.0 MBytes 470 Mbits/sec
27532026-03-27T04:40:58.772Z[SUM] 8.00-9.00 sec 448 MBytes 3.76 Gbits/sec
27542026-03-27T04:40:58.772Z- - - - - - - - - - - - - - - - - - - - - - - - -
27552026-03-27T04:40:58.772Z[ 5] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
27562026-03-27T04:40:58.772Z[ 8] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
27572026-03-27T04:40:58.772Z[ 10] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
27582026-03-27T04:40:58.772Z[ 12] 9.00-10.00 sec 56.0 MBytes 470 Mbits/sec
27592026-03-27T04:40:58.772Z[ 14] 9.00-10.00 sec 56.0 MBytes 470 Mbits/sec
27602026-03-27T04:40:58.772Z[ 16] 9.00-10.00 sec 56.0 MBytes 470 Mbits/sec
27612026-03-27T04:40:58.772Z[ 18] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
27622026-03-27T04:40:58.772Z[ 20] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
27632026-03-27T04:40:58.773Z[SUM] 9.00-10.00 sec 447 MBytes 3.75 Gbits/sec
27642026-03-27T04:40:58.773Z- - - - - - - - - - - - - - - - - - - - - - - - -
27652026-03-27T04:40:58.773Z[ 5] 10.00-10.00 sec 128 KBytes 876 Mbits/sec
27662026-03-27T04:40:58.773Z[ 8] 10.00-10.00 sec 128 KBytes 876 Mbits/sec
27672026-03-27T04:40:58.773Z[ 10] 10.00-10.00 sec 128 KBytes 876 Mbits/sec
27682026-03-27T04:40:58.773Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27692026-03-27T04:40:58.773Z[ 14] 10.00-10.00 sec 128 KBytes 876 Mbits/sec
27702026-03-27T04:40:58.773Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27712026-03-27T04:40:58.773Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27722026-03-27T04:40:58.773Z[ 20] 10.00-10.00 sec 128 KBytes 877 Mbits/sec
27732026-03-27T04:40:58.773Z[SUM] 10.00-10.00 sec 640 KBytes 4.38 Gbits/sec
27742026-03-27T04:40:58.773Z- - - - - - - - - - - - - - - - - - - - - - - - -
27752026-03-27T04:40:58.773Z[ ID] Interval Transfer Bitrate
27762026-03-27T04:40:58.773Z[ 5] 0.00-10.00 sec 543 MBytes 455 Mbits/sec receiver
27772026-03-27T04:40:58.773Z[ 8] 0.00-10.00 sec 543 MBytes 455 Mbits/sec receiver
27782026-03-27T04:40:58.773Z[ 10] 0.00-10.00 sec 543 MBytes 455 Mbits/sec receiver
27792026-03-27T04:40:58.773Z[ 12] 0.00-10.00 sec 543 MBytes 455 Mbits/sec receiver
27802026-03-27T04:40:58.773Z[ 14] 0.00-10.00 sec 543 MBytes 455 Mbits/sec receiver
27812026-03-27T04:40:58.773Z[ 16] 0.00-10.00 sec 543 MBytes 455 Mbits/sec receiver
27822026-03-27T04:40:58.773Z[ 18] 0.00-10.00 sec 543 MBytes 455 Mbits/sec receiver
27832026-03-27T04:40:58.773Z[ 20] 0.00-10.00 sec 543 MBytes 455 Mbits/sec receiver
27842026-03-27T04:40:58.773Z[SUM] 0.00-10.00 sec 4.24 GBytes 3.64 Gbits/sec receiver
27852026-03-27T04:40:58.776ZRun 3/10...3642.99437261311Mbps
27862026-03-27T04:41:06.170Z-----------------------------------------------------------
27872026-03-27T04:41:06.170ZServer listening on 5201 (test #14)
27882026-03-27T04:41:06.170Z-----------------------------------------------------------
27892026-03-27T04:41:06.170ZAccepted connection from 10.0.0.1, port 40083
27902026-03-27T04:41:06.170Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56211
27912026-03-27T04:41:06.170Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48436
27922026-03-27T04:41:06.170Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59150
27932026-03-27T04:41:06.170Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56328
27942026-03-27T04:41:06.170Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39327
27952026-03-27T04:41:06.170Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54311
27962026-03-27T04:41:06.170Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47146
27972026-03-27T04:41:06.170Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47898
27982026-03-27T04:41:06.170Z[ ID] Interval Transfer Bitrate
27992026-03-27T04:41:06.170Z[ 5] 0.00-1.00 sec 44.2 MBytes 371 Mbits/sec
28002026-03-27T04:41:06.170Z[ 8] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
28012026-03-27T04:41:06.170Z[ 10] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
28022026-03-27T04:41:06.170Z[ 12] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
28032026-03-27T04:41:06.171Z[ 14] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
28042026-03-27T04:41:06.171Z[ 16] 0.00-1.00 sec 44.2 MBytes 371 Mbits/sec
28052026-03-27T04:41:06.171Z[ 18] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
28062026-03-27T04:41:06.171Z[ 20] 0.00-1.00 sec 44.2 MBytes 371 Mbits/sec
28072026-03-27T04:41:06.171Z[SUM] 0.00-1.00 sec 353 MBytes 2.96 Gbits/sec
28082026-03-27T04:41:06.171Z- - - - - - - - - - - - - - - - - - - - - - - - -
28092026-03-27T04:41:06.171Z[ 5] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
28102026-03-27T04:41:06.171Z[ 8] 1.00-2.00 sec 55.4 MBytes 465 Mbits/sec
28112026-03-27T04:41:06.171Z[ 10] 1.00-2.00 sec 55.1 MBytes 462 Mbits/sec
28122026-03-27T04:41:06.171Z[ 12] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
28132026-03-27T04:41:06.171Z[ 14] 1.00-2.00 sec 55.4 MBytes 465 Mbits/sec
28142026-03-27T04:41:06.171Z[ 16] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
28152026-03-27T04:41:06.171Z[ 18] 1.00-2.00 sec 55.4 MBytes 465 Mbits/sec
28162026-03-27T04:41:06.171Z[ 20] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
28172026-03-27T04:41:06.171Z[SUM] 1.00-2.00 sec 442 MBytes 3.71 Gbits/sec
28182026-03-27T04:41:06.171Z- - - - - - - - - - - - - - - - - - - - - - - - -
28192026-03-27T04:41:06.171Z[ 5] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
28202026-03-27T04:41:06.171Z[ 8] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
28212026-03-27T04:41:06.171Z[ 10] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
28222026-03-27T04:41:06.171Z[ 12] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
28232026-03-27T04:41:06.171Z[ 14] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
28242026-03-27T04:41:06.171Z[ 16] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
28252026-03-27T04:41:06.171Z[ 18] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
28262026-03-27T04:41:06.171Z[ 20] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
28272026-03-27T04:41:06.172Z[SUM] 2.00-3.00 sec 442 MBytes 3.71 Gbits/sec
28282026-03-27T04:41:06.172Z- - - - - - - - - - - - - - - - - - - - - - - - -
28292026-03-27T04:41:06.172Z[ 5] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
28302026-03-27T04:41:06.172Z[ 8] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
28312026-03-27T04:41:06.172Z[ 10] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
28322026-03-27T04:41:06.172Z[ 12] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
28332026-03-27T04:41:06.172Z[ 14] 3.00-4.00 sec 54.5 MBytes 457 Mbits/sec
28342026-03-27T04:41:06.172Z[ 16] 3.00-4.00 sec 54.5 MBytes 457 Mbits/sec
28352026-03-27T04:41:06.172Z[ 18] 3.00-4.00 sec 54.5 MBytes 457 Mbits/sec
28362026-03-27T04:41:06.172Z[ 20] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
28372026-03-27T04:41:06.172Z[SUM] 3.00-4.00 sec 437 MBytes 3.66 Gbits/sec
28382026-03-27T04:41:06.172Z- - - - - - - - - - - - - - - - - - - - - - - - -
28392026-03-27T04:41:06.172Z[ 5] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
28402026-03-27T04:41:06.172Z[ 8] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
28412026-03-27T04:41:06.172Z[ 10] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
28422026-03-27T04:41:06.172Z[ 12] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
28432026-03-27T04:41:06.173Z[ 14] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
28442026-03-27T04:41:06.173Z[ 16] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
28452026-03-27T04:41:06.173Z[ 18] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
28462026-03-27T04:41:06.173Z[ 20] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
28472026-03-27T04:41:06.173Z[SUM] 4.00-5.00 sec 433 MBytes 3.63 Gbits/sec
28482026-03-27T04:41:06.173Z- - - - - - - - - - - - - - - - - - - - - - - - -
28492026-03-27T04:41:06.173Z[ 5] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
28502026-03-27T04:41:06.173Z[ 8] 5.00-6.00 sec 55.0 MBytes 461 Mbits/sec
28512026-03-27T04:41:06.173Z[ 10] 5.00-6.00 sec 55.0 MBytes 461 Mbits/sec
28522026-03-27T04:41:06.173Z[ 12] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
28532026-03-27T04:41:06.173Z[ 14] 5.00-6.00 sec 55.0 MBytes 461 Mbits/sec
28542026-03-27T04:41:06.173Z[ 16] 5.00-6.00 sec 55.0 MBytes 461 Mbits/sec
28552026-03-27T04:41:06.173Z[ 18] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
28562026-03-27T04:41:06.173Z[ 20] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
28572026-03-27T04:41:06.173Z[SUM] 5.00-6.00 sec 441 MBytes 3.70 Gbits/sec
28582026-03-27T04:41:06.173Z- - - - - - - - - - - - - - - - - - - - - - - - -
28592026-03-27T04:41:06.173Z[ 5] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
28602026-03-27T04:41:06.173Z[ 8] 6.00-7.00 sec 55.5 MBytes 466 Mbits/sec
28612026-03-27T04:41:06.173Z[ 10] 6.00-7.00 sec 55.5 MBytes 466 Mbits/sec
28622026-03-27T04:41:09.172Z[ 12] 6.00-7.00 sec 55.5 MBytes 466 Mbits/sec
28632026-03-27T04:41:09.172Z[ 14] 6.00-7.00 sec 55.6 MBytes 467 Mbits/sec
28642026-03-27T04:41:09.172Z[ 16] 6.00-7.00 sec 55.5 MBytes 466 Mbits/sec
28652026-03-27T04:41:09.172Z[ 18] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
28662026-03-27T04:41:09.172Z[ 20] 6.00-7.00 sec 55.5 MBytes 466 Mbits/sec
28672026-03-27T04:41:09.172Z[SUM] 6.00-7.00 sec 444 MBytes 3.72 Gbits/sec
28682026-03-27T04:41:09.172Z- - - - - - - - - - - - - - - - - - - - - - - - -
28692026-03-27T04:41:09.172Z[ 5] 7.00-8.00 sec 55.1 MBytes 462 Mbits/sec
28702026-03-27T04:41:09.172Z[ 8] 7.00-8.00 sec 55.1 MBytes 462 Mbits/sec
28712026-03-27T04:41:09.172Z[ 10] 7.00-8.00 sec 55.0 MBytes 461 Mbits/sec
28722026-03-27T04:41:09.172Z[ 12] 7.00-8.00 sec 55.1 MBytes 462 Mbits/sec
28732026-03-27T04:41:09.172Z[ 14] 7.00-8.00 sec 55.0 MBytes 461 Mbits/sec
28742026-03-27T04:41:09.172Z[ 16] 7.00-8.00 sec 55.0 MBytes 461 Mbits/sec
28752026-03-27T04:41:09.172Z[ 18] 7.00-8.00 sec 55.2 MBytes 463 Mbits/sec
28762026-03-27T04:41:09.172Z[ 20] 7.00-8.00 sec 55.0 MBytes 461 Mbits/sec
28772026-03-27T04:41:09.172Z[SUM] 7.00-8.00 sec 441 MBytes 3.70 Gbits/sec
28782026-03-27T04:41:09.172Z- - - - - - - - - - - - - - - - - - - - - - - - -
28792026-03-27T04:41:09.172Z[ 5] 8.00-9.00 sec 55.2 MBytes 463 Mbits/sec
28802026-03-27T04:41:09.172Z[ 8] 8.00-9.00 sec 55.4 MBytes 465 Mbits/sec
28812026-03-27T04:41:09.172Z[ 10] 8.00-9.00 sec 55.2 MBytes 463 Mbits/sec
28822026-03-27T04:41:09.172Z[ 12] 8.00-9.00 sec 55.2 MBytes 463 Mbits/sec
28832026-03-27T04:41:09.172Z[ 14] 8.00-9.00 sec 55.2 MBytes 463 Mbits/sec
28842026-03-27T04:41:09.172Z[ 16] 8.00-9.00 sec 55.4 MBytes 465 Mbits/sec
28852026-03-27T04:41:09.173Z[ 18] 8.00-9.00 sec 55.2 MBytes 463 Mbits/sec
28862026-03-27T04:41:09.173Z[ 20] 8.00-9.00 sec 55.2 MBytes 463 Mbits/sec
28872026-03-27T04:41:09.173Z[SUM] 8.00-9.00 sec 442 MBytes 3.71 Gbits/sec
28882026-03-27T04:41:09.173Z- - - - - - - - - - - - - - - - - - - - - - - - -
28892026-03-27T04:41:09.173Z[ 5] 9.00-10.00 sec 55.0 MBytes 461 Mbits/sec
28902026-03-27T04:41:09.173Z[ 8] 9.00-10.00 sec 54.9 MBytes 460 Mbits/sec
28912026-03-27T04:41:09.173Z[ 10] 9.00-10.00 sec 55.0 MBytes 461 Mbits/sec
28922026-03-27T04:41:09.173Z[ 12] 9.00-10.00 sec 54.9 MBytes 460 Mbits/sec
28932026-03-27T04:41:09.173Z[ 14] 9.00-10.00 sec 55.0 MBytes 461 Mbits/sec
28942026-03-27T04:41:09.173Z[ 16] 9.00-10.00 sec 54.9 MBytes 460 Mbits/sec
28952026-03-27T04:41:09.173Z[ 18] 9.00-10.00 sec 54.9 MBytes 460 Mbits/sec
28962026-03-27T04:41:09.173Z[ 20] 9.00-10.00 sec 54.9 MBytes 460 Mbits/sec
28972026-03-27T04:41:09.173Z[SUM] 9.00-10.00 sec 439 MBytes 3.69 Gbits/sec
28982026-03-27T04:41:09.174Z- - - - - - - - - - - - - - - - - - - - - - - - -
28992026-03-27T04:41:09.174Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
29002026-03-27T04:41:09.174Z[ 8] 10.00-10.00 sec 128 KBytes 830 Mbits/sec
29012026-03-27T04:41:09.174Z[ 10] 10.00-10.00 sec 128 KBytes 830 Mbits/sec
29022026-03-27T04:41:09.174Z[ 12] 10.00-10.00 sec 128 KBytes 830 Mbits/sec
29032026-03-27T04:41:09.174Z[ 14] 10.00-10.00 sec 128 KBytes 830 Mbits/sec
29042026-03-27T04:41:09.174Z[ 16] 10.00-10.00 sec 128 KBytes 830 Mbits/sec
29052026-03-27T04:41:09.174Z[ 18] 10.00-10.00 sec 128 KBytes 831 Mbits/sec
29062026-03-27T04:41:09.174Z[ 20] 10.00-10.00 sec 128 KBytes 831 Mbits/sec
29072026-03-27T04:41:09.174Z[SUM] 10.00-10.00 sec 896 KBytes 5.81 Gbits/sec
29082026-03-27T04:41:09.174Z- - - - - - - - - - - - - - - - - - - - - - - - -
29092026-03-27T04:41:09.174Z[ ID] Interval Transfer Bitrate
29102026-03-27T04:41:09.174Z[ 5] 0.00-10.00 sec 539 MBytes 452 Mbits/sec receiver
29112026-03-27T04:41:09.174Z[ 8] 0.00-10.00 sec 540 MBytes 453 Mbits/sec receiver
29122026-03-27T04:41:09.174Z[ 10] 0.00-10.00 sec 539 MBytes 452 Mbits/sec receiver
29132026-03-27T04:41:09.174Z[ 12] 0.00-10.00 sec 539 MBytes 452 Mbits/sec receiver
29142026-03-27T04:41:09.174Z[ 14] 0.00-10.00 sec 540 MBytes 453 Mbits/sec receiver
29152026-03-27T04:41:09.174Z[ 16] 0.00-10.00 sec 539 MBytes 452 Mbits/sec receiver
29162026-03-27T04:41:09.174Z[ 18] 0.00-10.00 sec 539 MBytes 452 Mbits/sec receiver
29172026-03-27T04:41:09.174Z[ 20] 0.00-10.00 sec 539 MBytes 452 Mbits/sec receiver
29182026-03-27T04:41:09.174Z[SUM] 0.00-10.00 sec 4.21 GBytes 3.62 Gbits/sec receiver
29192026-03-27T04:41:09.177ZRun 4/10...3620.128997162062Mbps
29202026-03-27T04:41:16.601Z-----------------------------------------------------------
29212026-03-27T04:41:16.601ZServer listening on 5201 (test #15)
29222026-03-27T04:41:16.601Z-----------------------------------------------------------
29232026-03-27T04:41:16.601ZAccepted connection from 10.0.0.1, port 37222
29242026-03-27T04:41:16.601Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56576
29252026-03-27T04:41:16.601Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56693
29262026-03-27T04:41:16.601Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50655
29272026-03-27T04:41:16.601Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61983
29282026-03-27T04:41:16.601Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37476
29292026-03-27T04:41:16.601Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49051
29302026-03-27T04:41:16.601Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42507
29312026-03-27T04:41:16.601Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33657
29322026-03-27T04:41:16.601Z[ ID] Interval Transfer Bitrate
29332026-03-27T04:41:16.601Z[ 5] 0.00-1.00 sec 35.2 MBytes 296 Mbits/sec
29342026-03-27T04:41:16.601Z[ 8] 0.00-1.00 sec 44.8 MBytes 375 Mbits/sec
29352026-03-27T04:41:16.601Z[ 10] 0.00-1.00 sec 44.6 MBytes 374 Mbits/sec
29362026-03-27T04:41:16.601Z[ 12] 0.00-1.00 sec 44.6 MBytes 374 Mbits/sec
29372026-03-27T04:41:16.601Z[ 14] 0.00-1.00 sec 44.6 MBytes 374 Mbits/sec
29382026-03-27T04:41:16.601Z[ 16] 0.00-1.00 sec 44.6 MBytes 374 Mbits/sec
29392026-03-27T04:41:16.601Z[ 18] 0.00-1.00 sec 44.6 MBytes 374 Mbits/sec
29402026-03-27T04:41:16.601Z[ 20] 0.00-1.00 sec 44.6 MBytes 374 Mbits/sec
29412026-03-27T04:41:16.601Z[SUM] 0.00-1.00 sec 348 MBytes 2.92 Gbits/sec
29422026-03-27T04:41:16.601Z- - - - - - - - - - - - - - - - - - - - - - - - -
29432026-03-27T04:41:16.602Z[ 5] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
29442026-03-27T04:41:16.602Z[ 8] 1.00-2.00 sec 55.1 MBytes 462 Mbits/sec
29452026-03-27T04:41:16.602Z[ 10] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
29462026-03-27T04:41:16.602Z[ 12] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
29472026-03-27T04:41:16.602Z[ 14] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
29482026-03-27T04:41:16.602Z[ 16] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
29492026-03-27T04:41:16.602Z[ 18] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
29502026-03-27T04:41:16.602Z[ 20] 1.00-2.00 sec 55.1 MBytes 462 Mbits/sec
29512026-03-27T04:41:16.602Z[SUM] 1.00-2.00 sec 442 MBytes 3.71 Gbits/sec
29522026-03-27T04:41:16.602Z- - - - - - - - - - - - - - - - - - - - - - - - -
29532026-03-27T04:41:16.602Z[ 5] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
29542026-03-27T04:41:16.602Z[ 8] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
29552026-03-27T04:41:16.602Z[ 10] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
29562026-03-27T04:41:16.602Z[ 12] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
29572026-03-27T04:41:16.602Z[ 14] 2.00-3.00 sec 55.0 MBytes 461 Mbits/sec
29582026-03-27T04:41:16.602Z[ 16] 2.00-3.00 sec 55.0 MBytes 461 Mbits/sec
29592026-03-27T04:41:16.602Z[ 18] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
29602026-03-27T04:41:16.602Z[ 20] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
29612026-03-27T04:41:16.602Z[SUM] 2.00-3.00 sec 441 MBytes 3.70 Gbits/sec
29622026-03-27T04:41:16.602Z- - - - - - - - - - - - - - - - - - - - - - - - -
29632026-03-27T04:41:16.602Z[ 5] 3.00-4.00 sec 55.1 MBytes 462 Mbits/sec
29642026-03-27T04:41:16.602Z[ 8] 3.00-4.00 sec 55.2 MBytes 463 Mbits/sec
29652026-03-27T04:41:16.602Z[ 10] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
29662026-03-27T04:41:16.602Z[ 12] 3.00-4.00 sec 55.2 MBytes 463 Mbits/sec
29672026-03-27T04:41:16.602Z[ 14] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
29682026-03-27T04:41:16.602Z[ 16] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
29692026-03-27T04:41:16.602Z[ 18] 3.00-4.00 sec 55.2 MBytes 463 Mbits/sec
29702026-03-27T04:41:16.602Z[ 20] 3.00-4.00 sec 55.2 MBytes 463 Mbits/sec
29712026-03-27T04:41:16.602Z[SUM] 3.00-4.00 sec 442 MBytes 3.71 Gbits/sec
29722026-03-27T04:41:16.602Z- - - - - - - - - - - - - - - - - - - - - - - - -
29732026-03-27T04:41:16.602Z[ 5] 4.00-5.00 sec 55.5 MBytes 466 Mbits/sec
29742026-03-27T04:41:16.602Z[ 8] 4.00-5.00 sec 55.4 MBytes 465 Mbits/sec
29752026-03-27T04:41:16.602Z[ 10] 4.00-5.00 sec 55.2 MBytes 463 Mbits/sec
29762026-03-27T04:41:16.602Z[ 12] 4.00-5.00 sec 55.4 MBytes 465 Mbits/sec
29772026-03-27T04:41:16.602Z[ 14] 4.00-5.00 sec 55.4 MBytes 465 Mbits/sec
29782026-03-27T04:41:16.602Z[ 16] 4.00-5.00 sec 55.4 MBytes 465 Mbits/sec
29792026-03-27T04:41:16.602Z[ 18] 4.00-5.00 sec 55.4 MBytes 465 Mbits/sec
29802026-03-27T04:41:16.602Z[ 20] 4.00-5.00 sec 55.4 MBytes 465 Mbits/sec
29812026-03-27T04:41:16.603Z[SUM] 4.00-5.00 sec 443 MBytes 3.72 Gbits/sec
29822026-03-27T04:41:16.603Z- - - - - - - - - - - - - - - - - - - - - - - - -
29832026-03-27T04:41:16.603Z[ 5] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
29842026-03-27T04:41:16.603Z[ 8] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
29852026-03-27T04:41:16.603Z[ 10] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
29862026-03-27T04:41:16.603Z[ 12] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
29872026-03-27T04:41:16.603Z[ 14] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
29882026-03-27T04:41:16.603Z[ 16] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
29892026-03-27T04:41:16.603Z[ 18] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
29902026-03-27T04:41:16.603Z[ 20] 5.00-6.00 sec 55.4 MBytes 465 Mbits/sec
29912026-03-27T04:41:16.603Z[SUM] 5.00-6.00 sec 442 MBytes 3.71 Gbits/sec
29922026-03-27T04:41:16.603Z- - - - - - - - - - - - - - - - - - - - - - - - -
29932026-03-27T04:41:16.603Z[ 5] 6.00-7.00 sec 55.6 MBytes 467 Mbits/sec
29942026-03-27T04:41:16.603Z[ 8] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
29952026-03-27T04:41:16.603Z[ 10] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
29962026-03-27T04:41:19.608Z[ 12] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
29972026-03-27T04:41:19.608Z[ 14] 6.00-7.00 sec 55.5 MBytes 466 Mbits/sec
29982026-03-27T04:41:19.608Z[ 16] 6.00-7.00 sec 55.5 MBytes 466 Mbits/sec
29992026-03-27T04:41:19.608Z[ 18] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
30002026-03-27T04:41:19.608Z[ 20] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
30012026-03-27T04:41:19.608Z[SUM] 6.00-7.00 sec 444 MBytes 3.72 Gbits/sec
30022026-03-27T04:41:19.608Z- - - - - - - - - - - - - - - - - - - - - - - - -
30032026-03-27T04:41:19.608Z[ 5] 7.00-8.00 sec 55.5 MBytes 466 Mbits/sec
30042026-03-27T04:41:19.608Z[ 8] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
30052026-03-27T04:41:19.608Z[ 10] 7.00-8.00 sec 55.6 MBytes 467 Mbits/sec
30062026-03-27T04:41:19.608Z[ 12] 7.00-8.00 sec 55.6 MBytes 467 Mbits/sec
30072026-03-27T04:41:19.608Z[ 14] 7.00-8.00 sec 55.6 MBytes 467 Mbits/sec
30082026-03-27T04:41:19.608Z[ 16] 7.00-8.00 sec 55.6 MBytes 467 Mbits/sec
30092026-03-27T04:41:19.608Z[ 18] 7.00-8.00 sec 55.5 MBytes 466 Mbits/sec
30102026-03-27T04:41:19.608Z[ 20] 7.00-8.00 sec 55.6 MBytes 467 Mbits/sec
30112026-03-27T04:41:19.608Z[SUM] 7.00-8.00 sec 445 MBytes 3.73 Gbits/sec
30122026-03-27T04:41:19.608Z- - - - - - - - - - - - - - - - - - - - - - - - -
30132026-03-27T04:41:19.608Z[ 5] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
30142026-03-27T04:41:19.608Z[ 8] 8.00-9.00 sec 55.4 MBytes 465 Mbits/sec
30152026-03-27T04:41:19.608Z[ 10] 8.00-9.00 sec 55.2 MBytes 463 Mbits/sec
30162026-03-27T04:41:19.608Z[ 12] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
30172026-03-27T04:41:19.609Z[ 14] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
30182026-03-27T04:41:19.609Z[ 16] 8.00-9.00 sec 55.4 MBytes 465 Mbits/sec
30192026-03-27T04:41:19.609Z[ 18] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
30202026-03-27T04:41:19.609Z[ 20] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
30212026-03-27T04:41:19.609Z[SUM] 8.00-9.00 sec 444 MBytes 3.72 Gbits/sec
30222026-03-27T04:41:19.609Z- - - - - - - - - - - - - - - - - - - - - - - - -
30232026-03-27T04:41:19.609Z[ 5] 9.00-10.00 sec 55.5 MBytes 466 Mbits/sec
30242026-03-27T04:41:19.609Z[ 8] 9.00-10.00 sec 55.5 MBytes 466 Mbits/sec
30252026-03-27T04:41:19.609Z[ 10] 9.00-10.00 sec 55.5 MBytes 466 Mbits/sec
30262026-03-27T04:41:19.609Z[ 12] 9.00-10.00 sec 55.5 MBytes 466 Mbits/sec
30272026-03-27T04:41:19.609Z[ 14] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
30282026-03-27T04:41:19.609Z[ 16] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
30292026-03-27T04:41:19.609Z[ 18] 9.00-10.00 sec 55.5 MBytes 466 Mbits/sec
30302026-03-27T04:41:19.609Z[ 20] 9.00-10.00 sec 55.6 MBytes 467 Mbits/sec
30312026-03-27T04:41:19.609Z[SUM] 9.00-10.00 sec 444 MBytes 3.72 Gbits/sec
30322026-03-27T04:41:19.609Z- - - - - - - - - - - - - - - - - - - - - - - - -
30332026-03-27T04:41:19.609Z[ 5] 10.00-10.01 sec 256 KBytes 379 Mbits/sec
30342026-03-27T04:41:19.609Z[ 8] 10.00-10.01 sec 384 KBytes 569 Mbits/sec
30352026-03-27T04:41:19.609Z[ 10] 10.00-10.01 sec 384 KBytes 569 Mbits/sec
30362026-03-27T04:41:19.609Z[ 12] 10.00-10.01 sec 384 KBytes 569 Mbits/sec
30372026-03-27T04:41:19.609Z[ 14] 10.00-10.01 sec 384 KBytes 569 Mbits/sec
30382026-03-27T04:41:19.609Z[ 16] 10.00-10.01 sec 384 KBytes 569 Mbits/sec
30392026-03-27T04:41:19.609Z[ 18] 10.00-10.01 sec 384 KBytes 569 Mbits/sec
30402026-03-27T04:41:19.609Z[ 20] 10.00-10.01 sec 384 KBytes 569 Mbits/sec
30412026-03-27T04:41:19.609Z[SUM] 10.00-10.01 sec 2.88 MBytes 4.36 Gbits/sec
30422026-03-27T04:41:19.609Z- - - - - - - - - - - - - - - - - - - - - - - - -
30432026-03-27T04:41:19.609Z[ ID] Interval Transfer Bitrate
30442026-03-27T04:41:19.609Z[ 5] 0.00-10.01 sec 534 MBytes 447 Mbits/sec receiver
30452026-03-27T04:41:19.609Z[ 8] 0.00-10.01 sec 543 MBytes 455 Mbits/sec receiver
30462026-03-27T04:41:19.609Z[ 10] 0.00-10.01 sec 543 MBytes 455 Mbits/sec receiver
30472026-03-27T04:41:19.609Z[ 12] 0.00-10.01 sec 543 MBytes 455 Mbits/sec receiver
30482026-03-27T04:41:19.609Z[ 14] 0.00-10.01 sec 543 MBytes 455 Mbits/sec receiver
30492026-03-27T04:41:19.610Z[ 16] 0.00-10.01 sec 543 MBytes 455 Mbits/sec receiver
30502026-03-27T04:41:19.610Z[ 18] 0.00-10.01 sec 543 MBytes 455 Mbits/sec receiver
30512026-03-27T04:41:19.610Z[ 20] 0.00-10.01 sec 544 MBytes 456 Mbits/sec receiver
30522026-03-27T04:41:19.610Z[SUM] 0.00-10.01 sec 4.23 GBytes 3.64 Gbits/sec receiver
30532026-03-27T04:41:19.613ZRun 5/10...3637.434121626858Mbps
30542026-03-27T04:41:27.008Z-----------------------------------------------------------
30552026-03-27T04:41:27.008ZServer listening on 5201 (test #16)
30562026-03-27T04:41:27.008Z-----------------------------------------------------------
30572026-03-27T04:41:27.008ZAccepted connection from 10.0.0.1, port 53424
30582026-03-27T04:41:27.008Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39910
30592026-03-27T04:41:27.008Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40367
30602026-03-27T04:41:27.008Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60907
30612026-03-27T04:41:27.008Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60546
30622026-03-27T04:41:27.008Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47382
30632026-03-27T04:41:27.008Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64082
30642026-03-27T04:41:27.009Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56757
30652026-03-27T04:41:27.009Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62006
30662026-03-27T04:41:27.009Z[ ID] Interval Transfer Bitrate
30672026-03-27T04:41:27.009Z[ 5] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
30682026-03-27T04:41:27.009Z[ 8] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
30692026-03-27T04:41:27.009Z[ 10] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
30702026-03-27T04:41:27.009Z[ 12] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
30712026-03-27T04:41:27.009Z[ 14] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
30722026-03-27T04:41:27.009Z[ 16] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
30732026-03-27T04:41:27.009Z[ 18] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
30742026-03-27T04:41:27.009Z[ 20] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
30752026-03-27T04:41:27.009Z[SUM] 0.00-1.00 sec 347 MBytes 2.91 Gbits/sec
30762026-03-27T04:41:27.009Z- - - - - - - - - - - - - - - - - - - - - - - - -
30772026-03-27T04:41:27.009Z[ 5] 1.00-2.00 sec 54.9 MBytes 460 Mbits/sec
30782026-03-27T04:41:27.009Z[ 8] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
30792026-03-27T04:41:27.009Z[ 10] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
30802026-03-27T04:41:27.009Z[ 12] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
30812026-03-27T04:41:27.009Z[ 14] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
30822026-03-27T04:41:27.009Z[ 16] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
30832026-03-27T04:41:27.009Z[ 18] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
30842026-03-27T04:41:27.009Z[ 20] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
30852026-03-27T04:41:27.009Z[SUM] 1.00-2.00 sec 438 MBytes 3.67 Gbits/sec
30862026-03-27T04:41:27.009Z- - - - - - - - - - - - - - - - - - - - - - - - -
30872026-03-27T04:41:27.009Z[ 5] 2.00-3.00 sec 55.0 MBytes 461 Mbits/sec
30882026-03-27T04:41:27.010Z[ 8] 2.00-3.00 sec 55.0 MBytes 461 Mbits/sec
30892026-03-27T04:41:27.010Z[ 10] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
30902026-03-27T04:41:27.010Z[ 12] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
30912026-03-27T04:41:27.010Z[ 14] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
30922026-03-27T04:41:27.010Z[ 16] 2.00-3.00 sec 54.9 MBytes 460 Mbits/sec
30932026-03-27T04:41:27.010Z[ 18] 2.00-3.00 sec 54.9 MBytes 460 Mbits/sec
30942026-03-27T04:41:27.010Z[ 20] 2.00-3.00 sec 55.0 MBytes 461 Mbits/sec
30952026-03-27T04:41:27.010Z[SUM] 2.00-3.00 sec 440 MBytes 3.69 Gbits/sec
30962026-03-27T04:41:27.010Z- - - - - - - - - - - - - - - - - - - - - - - - -
30972026-03-27T04:41:27.010Z[ 5] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
30982026-03-27T04:41:27.010Z[ 8] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
30992026-03-27T04:41:27.010Z[ 10] 3.00-4.00 sec 55.2 MBytes 463 Mbits/sec
31002026-03-27T04:41:27.010Z[ 12] 3.00-4.00 sec 55.2 MBytes 463 Mbits/sec
31012026-03-27T04:41:27.010Z[ 14] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
31022026-03-27T04:41:27.010Z[ 16] 3.00-4.00 sec 55.2 MBytes 463 Mbits/sec
31032026-03-27T04:41:27.010Z[ 18] 3.00-4.00 sec 55.2 MBytes 463 Mbits/sec
31042026-03-27T04:41:27.010Z[ 20] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
31052026-03-27T04:41:27.010Z[SUM] 3.00-4.00 sec 442 MBytes 3.71 Gbits/sec
31062026-03-27T04:41:27.010Z- - - - - - - - - - - - - - - - - - - - - - - - -
31072026-03-27T04:41:27.010Z[ 5] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
31082026-03-27T04:41:27.011Z[ 8] 4.00-5.00 sec 56.0 MBytes 470 Mbits/sec
31092026-03-27T04:41:27.011Z[ 10] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
31102026-03-27T04:41:27.011Z[ 12] 4.00-5.00 sec 56.0 MBytes 470 Mbits/sec
31112026-03-27T04:41:27.011Z[ 14] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
31122026-03-27T04:41:27.011Z[ 16] 4.00-5.00 sec 56.0 MBytes 470 Mbits/sec
31132026-03-27T04:41:27.011Z[ 18] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
31142026-03-27T04:41:27.011Z[ 20] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
31152026-03-27T04:41:27.011Z[SUM] 4.00-5.00 sec 447 MBytes 3.75 Gbits/sec
31162026-03-27T04:41:27.011Z- - - - - - - - - - - - - - - - - - - - - - - - -
31172026-03-27T04:41:27.011Z[ 5] 5.00-6.00 sec 55.4 MBytes 465 Mbits/sec
31182026-03-27T04:41:27.011Z[ 8] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
31192026-03-27T04:41:27.011Z[ 10] 5.00-6.00 sec 55.4 MBytes 465 Mbits/sec
31202026-03-27T04:41:27.011Z[ 12] 5.00-6.00 sec 55.4 MBytes 465 Mbits/sec
31212026-03-27T04:41:27.011Z[ 14] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
31222026-03-27T04:41:27.011Z[ 16] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
31232026-03-27T04:41:27.011Z[ 18] 5.00-6.00 sec 55.4 MBytes 465 Mbits/sec
31242026-03-27T04:41:27.011Z[ 20] 5.00-6.00 sec 55.4 MBytes 465 Mbits/sec
31252026-03-27T04:41:27.011Z[SUM] 5.00-6.00 sec 442 MBytes 3.71 Gbits/sec
31262026-03-27T04:41:27.011Z- - - - - - - - - - - - - - - - - - - - - - - - -
31272026-03-27T04:41:27.014Z[ 5] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
31282026-03-27T04:41:27.014Z[ 8] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
31292026-03-27T04:41:27.014Z[ 10] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
31302026-03-27T04:41:30.010Z[ 12] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
31312026-03-27T04:41:30.011Z[ 14] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
31322026-03-27T04:41:30.011Z[ 16] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
31332026-03-27T04:41:30.011Z[ 18] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
31342026-03-27T04:41:30.011Z[ 20] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
31352026-03-27T04:41:30.011Z[SUM] 6.00-7.00 sec 442 MBytes 3.71 Gbits/sec
31362026-03-27T04:41:30.011Z- - - - - - - - - - - - - - - - - - - - - - - - -
31372026-03-27T04:41:30.011Z[ 5] 7.00-8.00 sec 55.2 MBytes 463 Mbits/sec
31382026-03-27T04:41:30.011Z[ 8] 7.00-8.00 sec 55.2 MBytes 463 Mbits/sec
31392026-03-27T04:41:30.011Z[ 10] 7.00-8.00 sec 55.1 MBytes 462 Mbits/sec
31402026-03-27T04:41:30.011Z[ 12] 7.00-8.00 sec 55.2 MBytes 463 Mbits/sec
31412026-03-27T04:41:30.011Z[ 14] 7.00-8.00 sec 55.4 MBytes 465 Mbits/sec
31422026-03-27T04:41:30.011Z[ 16] 7.00-8.00 sec 55.2 MBytes 463 Mbits/sec
31432026-03-27T04:41:30.011Z[ 18] 7.00-8.00 sec 55.1 MBytes 462 Mbits/sec
31442026-03-27T04:41:30.011Z[ 20] 7.00-8.00 sec 55.1 MBytes 462 Mbits/sec
31452026-03-27T04:41:30.011Z[SUM] 7.00-8.00 sec 442 MBytes 3.71 Gbits/sec
31462026-03-27T04:41:30.011Z- - - - - - - - - - - - - - - - - - - - - - - - -
31472026-03-27T04:41:30.011Z[ 5] 8.00-9.00 sec 55.0 MBytes 461 Mbits/sec
31482026-03-27T04:41:30.011Z[ 8] 8.00-9.00 sec 55.1 MBytes 462 Mbits/sec
31492026-03-27T04:41:30.011Z[ 10] 8.00-9.00 sec 55.1 MBytes 462 Mbits/sec
31502026-03-27T04:41:30.011Z[ 12] 8.00-9.00 sec 55.2 MBytes 463 Mbits/sec
31512026-03-27T04:41:30.011Z[ 14] 8.00-9.00 sec 55.1 MBytes 462 Mbits/sec
31522026-03-27T04:41:30.011Z[ 16] 8.00-9.00 sec 55.1 MBytes 462 Mbits/sec
31532026-03-27T04:41:30.011Z[ 18] 8.00-9.00 sec 55.1 MBytes 462 Mbits/sec
31542026-03-27T04:41:30.012Z[ 20] 8.00-9.00 sec 55.1 MBytes 462 Mbits/sec
31552026-03-27T04:41:30.012Z[SUM] 8.00-9.00 sec 441 MBytes 3.70 Gbits/sec
31562026-03-27T04:41:30.012Z- - - - - - - - - - - - - - - - - - - - - - - - -
31572026-03-27T04:41:30.012Z[ 5] 9.00-10.00 sec 55.0 MBytes 461 Mbits/sec
31582026-03-27T04:41:30.012Z[ 8] 9.00-10.00 sec 55.0 MBytes 461 Mbits/sec
31592026-03-27T04:41:30.012Z[ 10] 9.00-10.00 sec 54.9 MBytes 460 Mbits/sec
31602026-03-27T04:41:30.012Z[ 12] 9.00-10.00 sec 54.9 MBytes 460 Mbits/sec
31612026-03-27T04:41:30.012Z[ 14] 9.00-10.00 sec 55.0 MBytes 461 Mbits/sec
31622026-03-27T04:41:30.012Z[ 16] 9.00-10.00 sec 54.9 MBytes 460 Mbits/sec
31632026-03-27T04:41:30.012Z[ 18] 9.00-10.00 sec 55.0 MBytes 461 Mbits/sec
31642026-03-27T04:41:30.012Z[ 20] 9.00-10.00 sec 55.0 MBytes 461 Mbits/sec
31652026-03-27T04:41:30.012Z[SUM] 9.00-10.00 sec 440 MBytes 3.69 Gbits/sec
31662026-03-27T04:41:30.012Z- - - - - - - - - - - - - - - - - - - - - - - - -
31672026-03-27T04:41:30.012Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31682026-03-27T04:41:30.012Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31692026-03-27T04:41:30.012Z[ 10] 10.00-10.00 sec 128 KBytes 838 Mbits/sec
31702026-03-27T04:41:30.012Z[ 12] 10.00-10.00 sec 128 KBytes 838 Mbits/sec
31712026-03-27T04:41:30.012Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31722026-03-27T04:41:30.012Z[ 16] 10.00-10.00 sec 128 KBytes 838 Mbits/sec
31732026-03-27T04:41:30.012Z[ 18] 10.00-10.00 sec 128 KBytes 838 Mbits/sec
31742026-03-27T04:41:30.012Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31752026-03-27T04:41:30.012Z[SUM] 10.00-10.00 sec 512 KBytes 3.35 Gbits/sec
31762026-03-27T04:41:30.012Z- - - - - - - - - - - - - - - - - - - - - - - - -
31772026-03-27T04:41:30.012Z[ ID] Interval Transfer Bitrate
31782026-03-27T04:41:30.012Z[ 5] 0.00-10.00 sec 540 MBytes 453 Mbits/sec receiver
31792026-03-27T04:41:30.012Z[ 8] 0.00-10.00 sec 540 MBytes 453 Mbits/sec receiver
31802026-03-27T04:41:30.012Z[ 10] 0.00-10.00 sec 540 MBytes 453 Mbits/sec receiver
31812026-03-27T04:41:30.012Z[ 12] 0.00-10.00 sec 540 MBytes 453 Mbits/sec receiver
31822026-03-27T04:41:30.012Z[ 14] 0.00-10.00 sec 540 MBytes 453 Mbits/sec receiver
31832026-03-27T04:41:30.012Z[ 16] 0.00-10.00 sec 540 MBytes 453 Mbits/sec receiver
31842026-03-27T04:41:30.012Z[ 18] 0.00-10.00 sec 540 MBytes 453 Mbits/sec receiver
31852026-03-27T04:41:30.012Z[ 20] 0.00-10.00 sec 540 MBytes 453 Mbits/sec receiver
31862026-03-27T04:41:30.012Z[SUM] 0.00-10.00 sec 4.22 GBytes 3.63 Gbits/sec receiver
31872026-03-27T04:41:30.016ZRun 6/10...3626.2131424600652Mbps
31882026-03-27T04:41:37.430Z-----------------------------------------------------------
31892026-03-27T04:41:37.430ZServer listening on 5201 (test #17)
31902026-03-27T04:41:37.430Z-----------------------------------------------------------
31912026-03-27T04:41:37.430ZAccepted connection from 10.0.0.1, port 53287
31922026-03-27T04:41:37.430Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49424
31932026-03-27T04:41:37.430Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55751
31942026-03-27T04:41:37.430Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35092
31952026-03-27T04:41:37.430Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35631
31962026-03-27T04:41:37.430Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62027
31972026-03-27T04:41:37.430Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61381
31982026-03-27T04:41:37.430Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51018
31992026-03-27T04:41:37.430Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37342
32002026-03-27T04:41:37.430Z[ ID] Interval Transfer Bitrate
32012026-03-27T04:41:37.430Z[ 5] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
32022026-03-27T04:41:37.430Z[ 8] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
32032026-03-27T04:41:37.430Z[ 10] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
32042026-03-27T04:41:37.430Z[ 12] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
32052026-03-27T04:41:37.430Z[ 14] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
32062026-03-27T04:41:37.430Z[ 16] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
32072026-03-27T04:41:37.430Z[ 18] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
32082026-03-27T04:41:37.430Z[ 20] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
32092026-03-27T04:41:37.430Z[SUM] 0.00-1.00 sec 349 MBytes 2.92 Gbits/sec
32102026-03-27T04:41:37.430Z- - - - - - - - - - - - - - - - - - - - - - - - -
32112026-03-27T04:41:37.430Z[ 5] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
32122026-03-27T04:41:37.430Z[ 8] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
32132026-03-27T04:41:37.430Z[ 10] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
32142026-03-27T04:41:37.430Z[ 12] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
32152026-03-27T04:41:37.430Z[ 14] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
32162026-03-27T04:41:37.431Z[ 16] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
32172026-03-27T04:41:37.431Z[ 18] 1.00-2.00 sec 55.1 MBytes 462 Mbits/sec
32182026-03-27T04:41:37.431Z[ 20] 1.00-2.00 sec 55.1 MBytes 462 Mbits/sec
32192026-03-27T04:41:37.431Z[SUM] 1.00-2.00 sec 442 MBytes 3.71 Gbits/sec
32202026-03-27T04:41:37.431Z- - - - - - - - - - - - - - - - - - - - - - - - -
32212026-03-27T04:41:37.431Z[ 5] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
32222026-03-27T04:41:37.431Z[ 8] 2.00-3.00 sec 54.9 MBytes 460 Mbits/sec
32232026-03-27T04:41:37.431Z[ 10] 2.00-3.00 sec 54.8 MBytes 459 Mbits/sec
32242026-03-27T04:41:37.432Z[ 12] 2.00-3.00 sec 54.8 MBytes 459 Mbits/sec
32252026-03-27T04:41:37.432Z[ 14] 2.00-3.00 sec 54.8 MBytes 459 Mbits/sec
32262026-03-27T04:41:37.432Z[ 16] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
32272026-03-27T04:41:37.432Z[ 18] 2.00-3.00 sec 54.8 MBytes 459 Mbits/sec
32282026-03-27T04:41:37.432Z[ 20] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
32292026-03-27T04:41:37.432Z[SUM] 2.00-3.00 sec 438 MBytes 3.67 Gbits/sec
32302026-03-27T04:41:37.432Z- - - - - - - - - - - - - - - - - - - - - - - - -
32312026-03-27T04:41:37.432Z[ 5] 3.00-4.00 sec 54.9 MBytes 460 Mbits/sec
32322026-03-27T04:41:37.432Z[ 8] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
32332026-03-27T04:41:37.432Z[ 10] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
32342026-03-27T04:41:37.432Z[ 12] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
32352026-03-27T04:41:37.432Z[ 14] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
32362026-03-27T04:41:37.432Z[ 16] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
32372026-03-27T04:41:37.432Z[ 18] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
32382026-03-27T04:41:37.432Z[ 20] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
32392026-03-27T04:41:37.432Z[SUM] 3.00-4.00 sec 438 MBytes 3.68 Gbits/sec
32402026-03-27T04:41:37.432Z- - - - - - - - - - - - - - - - - - - - - - - - -
32412026-03-27T04:41:37.432Z[ 5] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
32422026-03-27T04:41:37.432Z[ 8] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
32432026-03-27T04:41:37.432Z[ 10] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
32442026-03-27T04:41:37.432Z[ 12] 4.00-5.00 sec 54.9 MBytes 460 Mbits/sec
32452026-03-27T04:41:37.432Z[ 14] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
32462026-03-27T04:41:37.436Z[ 16] 4.00-5.00 sec 54.9 MBytes 460 Mbits/sec
32472026-03-27T04:41:37.436Z[ 18] 4.00-5.00 sec 55.0 MBytes 461 Mbits/sec
32482026-03-27T04:41:37.436Z[ 20] 4.00-5.00 sec 54.9 MBytes 460 Mbits/sec
32492026-03-27T04:41:37.436Z[SUM] 4.00-5.00 sec 439 MBytes 3.68 Gbits/sec
32502026-03-27T04:41:37.436Z- - - - - - - - - - - - - - - - - - - - - - - - -
32512026-03-27T04:41:37.436Z[ 5] 5.00-6.00 sec 54.8 MBytes 459 Mbits/sec
32522026-03-27T04:41:37.436Z[ 8] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
32532026-03-27T04:41:37.436Z[ 10] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
32542026-03-27T04:41:37.436Z[ 12] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
32552026-03-27T04:41:37.436Z[ 14] 5.00-6.00 sec 54.8 MBytes 459 Mbits/sec
32562026-03-27T04:41:37.436Z[ 16] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
32572026-03-27T04:41:37.436Z[ 18] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
32582026-03-27T04:41:37.436Z[ 20] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
32592026-03-27T04:41:37.436Z[SUM] 5.00-6.00 sec 437 MBytes 3.67 Gbits/sec
32602026-03-27T04:41:37.436Z- - - - - - - - - - - - - - - - - - - - - - - - -
32612026-03-27T04:41:37.436Z[ 5] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
32622026-03-27T04:41:37.436Z[ 8] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
32632026-03-27T04:41:37.436Z[ 10] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
32642026-03-27T04:41:40.433Z[ 12] 6.00-7.00 sec 54.6 MBytes 458 Mbits/sec
32652026-03-27T04:41:40.433Z[ 14] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
32662026-03-27T04:41:40.433Z[ 16] 6.00-7.00 sec 54.8 MBytes 459 Mbits/sec
32672026-03-27T04:41:40.433Z[ 18] 6.00-7.00 sec 54.6 MBytes 458 Mbits/sec
32682026-03-27T04:41:40.433Z[ 20] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
32692026-03-27T04:41:40.433Z[SUM] 6.00-7.00 sec 436 MBytes 3.66 Gbits/sec
32702026-03-27T04:41:40.433Z- - - - - - - - - - - - - - - - - - - - - - - - -
32712026-03-27T04:41:40.433Z[ 5] 7.00-8.00 sec 54.4 MBytes 456 Mbits/sec
32722026-03-27T04:41:40.433Z[ 8] 7.00-8.00 sec 54.5 MBytes 457 Mbits/sec
32732026-03-27T04:41:40.434Z[ 10] 7.00-8.00 sec 54.4 MBytes 456 Mbits/sec
32742026-03-27T04:41:40.434Z[ 12] 7.00-8.00 sec 54.4 MBytes 456 Mbits/sec
32752026-03-27T04:41:40.434Z[ 14] 7.00-8.00 sec 54.5 MBytes 457 Mbits/sec
32762026-03-27T04:41:40.434Z[ 16] 7.00-8.00 sec 54.5 MBytes 457 Mbits/sec
32772026-03-27T04:41:40.434Z[ 18] 7.00-8.00 sec 54.4 MBytes 456 Mbits/sec
32782026-03-27T04:41:40.434Z[ 20] 7.00-8.00 sec 54.5 MBytes 457 Mbits/sec
32792026-03-27T04:41:40.434Z[SUM] 7.00-8.00 sec 436 MBytes 3.65 Gbits/sec
32802026-03-27T04:41:40.434Z- - - - - - - - - - - - - - - - - - - - - - - - -
32812026-03-27T04:41:40.434Z[ 5] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
32822026-03-27T04:41:40.434Z[ 8] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
32832026-03-27T04:41:40.434Z[ 10] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
32842026-03-27T04:41:40.434Z[ 12] 8.00-9.00 sec 54.6 MBytes 458 Mbits/sec
32852026-03-27T04:41:40.434Z[ 14] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
32862026-03-27T04:41:40.434Z[ 16] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
32872026-03-27T04:41:40.434Z[ 18] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
32882026-03-27T04:41:40.434Z[ 20] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
32892026-03-27T04:41:40.434Z[SUM] 8.00-9.00 sec 436 MBytes 3.66 Gbits/sec
32902026-03-27T04:41:40.434Z- - - - - - - - - - - - - - - - - - - - - - - - -
32912026-03-27T04:41:40.435Z[ 5] 9.00-10.00 sec 54.4 MBytes 456 Mbits/sec
32922026-03-27T04:41:40.435Z[ 8] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
32932026-03-27T04:41:40.435Z[ 10] 9.00-10.00 sec 54.4 MBytes 456 Mbits/sec
32942026-03-27T04:41:40.435Z[ 12] 9.00-10.00 sec 54.4 MBytes 456 Mbits/sec
32952026-03-27T04:41:40.435Z[ 14] 9.00-10.00 sec 54.4 MBytes 456 Mbits/sec
32962026-03-27T04:41:40.435Z[ 16] 9.00-10.00 sec 54.4 MBytes 456 Mbits/sec
32972026-03-27T04:41:40.435Z[ 18] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
32982026-03-27T04:41:40.435Z[ 20] 9.00-10.00 sec 54.4 MBytes 456 Mbits/sec
32992026-03-27T04:41:40.435Z[SUM] 9.00-10.00 sec 435 MBytes 3.65 Gbits/sec
33002026-03-27T04:41:40.435Z- - - - - - - - - - - - - - - - - - - - - - - - -
33012026-03-27T04:41:40.435Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33022026-03-27T04:41:40.435Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33032026-03-27T04:41:40.435Z[ 10] 10.00-10.00 sec 128 KBytes 813 Mbits/sec
33042026-03-27T04:41:40.435Z[ 12] 10.00-10.00 sec 128 KBytes 813 Mbits/sec
33052026-03-27T04:41:40.435Z[ 14] 10.00-10.00 sec 128 KBytes 813 Mbits/sec
33062026-03-27T04:41:40.435Z[ 16] 10.00-10.00 sec 128 KBytes 813 Mbits/sec
33072026-03-27T04:41:40.435Z[ 18] 10.00-10.00 sec 128 KBytes 813 Mbits/sec
33082026-03-27T04:41:40.436Z[ 20] 10.00-10.00 sec 128 KBytes 813 Mbits/sec
33092026-03-27T04:41:40.436Z[SUM] 10.00-10.00 sec 768 KBytes 4.87 Gbits/sec
33102026-03-27T04:41:40.436Z- - - - - - - - - - - - - - - - - - - - - - - - -
33112026-03-27T04:41:40.436Z[ ID] Interval Transfer Bitrate
33122026-03-27T04:41:40.436Z[ 5] 0.00-10.00 sec 536 MBytes 449 Mbits/sec receiver
33132026-03-27T04:41:40.436Z[ 8] 0.00-10.00 sec 536 MBytes 449 Mbits/sec receiver
33142026-03-27T04:41:40.436Z[ 10] 0.00-10.00 sec 536 MBytes 449 Mbits/sec receiver
33152026-03-27T04:41:40.436Z[ 12] 0.00-10.00 sec 536 MBytes 450 Mbits/sec receiver
33162026-03-27T04:41:40.436Z[ 14] 0.00-10.00 sec 536 MBytes 449 Mbits/sec receiver
33172026-03-27T04:41:40.436Z[ 16] 0.00-10.00 sec 536 MBytes 449 Mbits/sec receiver
33182026-03-27T04:41:40.436Z[ 18] 0.00-10.00 sec 536 MBytes 449 Mbits/sec receiver
33192026-03-27T04:41:40.436Z[ 20] 0.00-10.00 sec 535 MBytes 449 Mbits/sec receiver
33202026-03-27T04:41:40.436Z[SUM] 0.00-10.00 sec 4.18 GBytes 3.59 Gbits/sec receiver
33212026-03-27T04:41:40.440ZRun 7/10...3595.1799085658467Mbps
33222026-03-27T04:41:47.852Z-----------------------------------------------------------
33232026-03-27T04:41:47.852ZServer listening on 5201 (test #18)
33242026-03-27T04:41:47.852Z-----------------------------------------------------------
33252026-03-27T04:41:47.852ZAccepted connection from 10.0.0.1, port 34259
33262026-03-27T04:41:47.852Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34865
33272026-03-27T04:41:47.852Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63777
33282026-03-27T04:41:47.852Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42747
33292026-03-27T04:41:47.852Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52613
33302026-03-27T04:41:47.853Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49992
33312026-03-27T04:41:47.853Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36741
33322026-03-27T04:41:47.853Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34814
33332026-03-27T04:41:47.853Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43562
33342026-03-27T04:41:47.853Z[ ID] Interval Transfer Bitrate
33352026-03-27T04:41:47.853Z[ 5] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
33362026-03-27T04:41:47.853Z[ 8] 0.00-1.00 sec 44.0 MBytes 369 Mbits/sec
33372026-03-27T04:41:47.853Z[ 10] 0.00-1.00 sec 44.0 MBytes 369 Mbits/sec
33382026-03-27T04:41:47.853Z[ 12] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
33392026-03-27T04:41:47.853Z[ 14] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
33402026-03-27T04:41:47.853Z[ 16] 0.00-1.00 sec 44.0 MBytes 369 Mbits/sec
33412026-03-27T04:41:47.853Z[ 18] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
33422026-03-27T04:41:47.853Z[ 20] 0.00-1.00 sec 44.0 MBytes 369 Mbits/sec
33432026-03-27T04:41:47.853Z[SUM] 0.00-1.00 sec 352 MBytes 2.95 Gbits/sec
33442026-03-27T04:41:47.853Z- - - - - - - - - - - - - - - - - - - - - - - - -
33452026-03-27T04:41:47.853Z[ 5] 1.00-2.00 sec 55.1 MBytes 462 Mbits/sec
33462026-03-27T04:41:47.853Z[ 8] 1.00-2.00 sec 54.9 MBytes 460 Mbits/sec
33472026-03-27T04:41:47.853Z[ 10] 1.00-2.00 sec 55.1 MBytes 462 Mbits/sec
33482026-03-27T04:41:47.853Z[ 12] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
33492026-03-27T04:41:47.853Z[ 14] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
33502026-03-27T04:41:47.853Z[ 16] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
33512026-03-27T04:41:47.853Z[ 18] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
33522026-03-27T04:41:47.853Z[ 20] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
33532026-03-27T04:41:47.853Z[SUM] 1.00-2.00 sec 440 MBytes 3.69 Gbits/sec
33542026-03-27T04:41:47.853Z- - - - - - - - - - - - - - - - - - - - - - - - -
33552026-03-27T04:41:47.853Z[ 5] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
33562026-03-27T04:41:47.853Z[ 8] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
33572026-03-27T04:41:47.853Z[ 10] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
33582026-03-27T04:41:47.854Z[ 12] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
33592026-03-27T04:41:47.854Z[ 14] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
33602026-03-27T04:41:47.854Z[ 16] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
33612026-03-27T04:41:47.854Z[ 18] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
33622026-03-27T04:41:47.854Z[ 20] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
33632026-03-27T04:41:47.854Z[SUM] 2.00-3.00 sec 442 MBytes 3.71 Gbits/sec
33642026-03-27T04:41:47.854Z- - - - - - - - - - - - - - - - - - - - - - - - -
33652026-03-27T04:41:47.854Z[ 5] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
33662026-03-27T04:41:47.854Z[ 8] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
33672026-03-27T04:41:47.854Z[ 10] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
33682026-03-27T04:41:47.854Z[ 12] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
33692026-03-27T04:41:47.854Z[ 14] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
33702026-03-27T04:41:47.854Z[ 16] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
33712026-03-27T04:41:47.854Z[ 18] 3.00-4.00 sec 55.2 MBytes 463 Mbits/sec
33722026-03-27T04:41:47.854Z[ 20] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
33732026-03-27T04:41:47.854Z[SUM] 3.00-4.00 sec 443 MBytes 3.72 Gbits/sec
33742026-03-27T04:41:47.854Z- - - - - - - - - - - - - - - - - - - - - - - - -
33752026-03-27T04:41:47.854Z[ 5] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
33762026-03-27T04:41:47.855Z[ 8] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
33772026-03-27T04:41:47.855Z[ 10] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
33782026-03-27T04:41:47.855Z[ 12] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
33792026-03-27T04:41:47.855Z[ 14] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
33802026-03-27T04:41:47.855Z[ 16] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
33812026-03-27T04:41:47.855Z[ 18] 4.00-5.00 sec 56.0 MBytes 470 Mbits/sec
33822026-03-27T04:41:47.855Z[ 20] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
33832026-03-27T04:41:47.855Z[SUM] 4.00-5.00 sec 447 MBytes 3.75 Gbits/sec
33842026-03-27T04:41:47.855Z- - - - - - - - - - - - - - - - - - - - - - - - -
33852026-03-27T04:41:47.855Z[ 5] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
33862026-03-27T04:41:47.855Z[ 8] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
33872026-03-27T04:41:47.855Z[ 10] 5.00-6.00 sec 54.9 MBytes 460 Mbits/sec
33882026-03-27T04:41:47.855Z[ 12] 5.00-6.00 sec 54.8 MBytes 459 Mbits/sec
33892026-03-27T04:41:47.855Z[ 14] 5.00-6.00 sec 54.8 MBytes 459 Mbits/sec
33902026-03-27T04:41:47.855Z[ 16] 5.00-6.00 sec 54.8 MBytes 459 Mbits/sec
33912026-03-27T04:41:47.855Z[ 18] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
33922026-03-27T04:41:47.855Z[ 20] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
33932026-03-27T04:41:47.855Z[SUM] 5.00-6.00 sec 438 MBytes 3.67 Gbits/sec
33942026-03-27T04:41:47.855Z- - - - - - - - - - - - - - - - - - - - - - - - -
33952026-03-27T04:41:47.855Z[ 5] 6.00-7.00 sec 55.9 MBytes 469 Mbits/sec
33962026-03-27T04:41:47.855Z[ 8] 6.00-7.00 sec 55.9 MBytes 469 Mbits/sec
33972026-03-27T04:41:47.855Z[ 10] 6.00-7.00 sec 55.8 MBytes 468 Mbits/sec
33982026-03-27T04:41:50.855Z[ 12] 6.00-7.00 sec 55.8 MBytes 468 Mbits/sec
33992026-03-27T04:41:50.855Z[ 14] 6.00-7.00 sec 55.6 MBytes 467 Mbits/sec
34002026-03-27T04:41:50.855Z[ 16] 6.00-7.00 sec 55.9 MBytes 469 Mbits/sec
34012026-03-27T04:41:50.855Z[ 18] 6.00-7.00 sec 55.9 MBytes 469 Mbits/sec
34022026-03-27T04:41:50.855Z[ 20] 6.00-7.00 sec 55.8 MBytes 468 Mbits/sec
34032026-03-27T04:41:50.855Z[SUM] 6.00-7.00 sec 446 MBytes 3.74 Gbits/sec
34042026-03-27T04:41:50.855Z- - - - - - - - - - - - - - - - - - - - - - - - -
34052026-03-27T04:41:50.855Z[ 5] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
34062026-03-27T04:41:50.855Z[ 8] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
34072026-03-27T04:41:50.855Z[ 10] 7.00-8.00 sec 55.5 MBytes 466 Mbits/sec
34082026-03-27T04:41:50.855Z[ 12] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
34092026-03-27T04:41:50.855Z[ 14] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
34102026-03-27T04:41:50.855Z[ 16] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
34112026-03-27T04:41:50.855Z[ 18] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
34122026-03-27T04:41:50.855Z[ 20] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
34132026-03-27T04:41:50.855Z[SUM] 7.00-8.00 sec 446 MBytes 3.74 Gbits/sec
34142026-03-27T04:41:50.855Z- - - - - - - - - - - - - - - - - - - - - - - - -
34152026-03-27T04:41:50.855Z[ 5] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
34162026-03-27T04:41:50.855Z[ 8] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
34172026-03-27T04:41:50.855Z[ 10] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
34182026-03-27T04:41:50.855Z[ 12] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
34192026-03-27T04:41:50.855Z[ 14] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
34202026-03-27T04:41:50.855Z[ 16] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
34212026-03-27T04:41:50.855Z[ 18] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
34222026-03-27T04:41:50.855Z[ 20] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
34232026-03-27T04:41:50.855Z[SUM] 8.00-9.00 sec 444 MBytes 3.73 Gbits/sec
34242026-03-27T04:41:50.855Z- - - - - - - - - - - - - - - - - - - - - - - - -
34252026-03-27T04:41:50.855Z[ 5] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
34262026-03-27T04:41:50.856Z[ 8] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
34272026-03-27T04:41:50.856Z[ 10] 9.00-10.00 sec 55.5 MBytes 466 Mbits/sec
34282026-03-27T04:41:50.856Z[ 12] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
34292026-03-27T04:41:50.856Z[ 14] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
34302026-03-27T04:41:50.856Z[ 16] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
34312026-03-27T04:41:50.856Z[ 18] 9.00-10.00 sec 55.5 MBytes 466 Mbits/sec
34322026-03-27T04:41:50.856Z[ 20] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
34332026-03-27T04:41:50.856Z[SUM] 9.00-10.00 sec 443 MBytes 3.72 Gbits/sec
34342026-03-27T04:41:50.856Z- - - - - - - - - - - - - - - - - - - - - - - - -
34352026-03-27T04:41:50.856Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34362026-03-27T04:41:50.856Z[ 8] 10.00-10.00 sec 128 KBytes 970 Mbits/sec
34372026-03-27T04:41:50.856Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34382026-03-27T04:41:50.856Z[ 12] 10.00-10.00 sec 128 KBytes 970 Mbits/sec
34392026-03-27T04:41:50.856Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34402026-03-27T04:41:50.856Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34412026-03-27T04:41:50.856Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34422026-03-27T04:41:50.856Z[ 20] 10.00-10.00 sec 128 KBytes 971 Mbits/sec
34432026-03-27T04:41:50.856Z[SUM] 10.00-10.00 sec 384 KBytes 2.91 Gbits/sec
34442026-03-27T04:41:50.856Z- - - - - - - - - - - - - - - - - - - - - - - - -
34452026-03-27T04:41:50.856Z[ ID] Interval Transfer Bitrate
34462026-03-27T04:41:50.856Z[ 5] 0.00-10.00 sec 542 MBytes 455 Mbits/sec receiver
34472026-03-27T04:41:50.856Z[ 8] 0.00-10.00 sec 543 MBytes 455 Mbits/sec receiver
34482026-03-27T04:41:50.856Z[ 10] 0.00-10.00 sec 543 MBytes 455 Mbits/sec receiver
34492026-03-27T04:41:50.856Z[ 12] 0.00-10.00 sec 543 MBytes 455 Mbits/sec receiver
34502026-03-27T04:41:50.856Z[ 14] 0.00-10.00 sec 543 MBytes 455 Mbits/sec receiver
34512026-03-27T04:41:50.856Z[ 16] 0.00-10.00 sec 543 MBytes 455 Mbits/sec receiver
34522026-03-27T04:41:50.856Z[ 18] 0.00-10.00 sec 543 MBytes 455 Mbits/sec receiver
34532026-03-27T04:41:50.856Z[ 20] 0.00-10.00 sec 542 MBytes 455 Mbits/sec receiver
34542026-03-27T04:41:50.856Z[SUM] 0.00-10.00 sec 4.24 GBytes 3.64 Gbits/sec receiver
34552026-03-27T04:41:50.860ZRun 8/10...3642.2625694798953Mbps
34562026-03-27T04:41:58.254Z-----------------------------------------------------------
34572026-03-27T04:41:58.254ZServer listening on 5201 (test #19)
34582026-03-27T04:41:58.254Z-----------------------------------------------------------
34592026-03-27T04:41:58.254ZAccepted connection from 10.0.0.1, port 36893
34602026-03-27T04:41:58.254Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53017
34612026-03-27T04:41:58.254Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42148
34622026-03-27T04:41:58.254Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44633
34632026-03-27T04:41:58.254Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44290
34642026-03-27T04:41:58.254Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59413
34652026-03-27T04:41:58.254Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54880
34662026-03-27T04:41:58.254Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45261
34672026-03-27T04:41:58.254Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45342
34682026-03-27T04:41:58.254Z[ ID] Interval Transfer Bitrate
34692026-03-27T04:41:58.254Z[ 5] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
34702026-03-27T04:41:58.254Z[ 8] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
34712026-03-27T04:41:58.254Z[ 10] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
34722026-03-27T04:41:58.254Z[ 12] 0.00-1.00 sec 44.2 MBytes 371 Mbits/sec
34732026-03-27T04:41:58.254Z[ 14] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
34742026-03-27T04:41:58.254Z[ 16] 0.00-1.00 sec 44.2 MBytes 371 Mbits/sec
34752026-03-27T04:41:58.254Z[ 18] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
34762026-03-27T04:41:58.254Z[ 20] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
34772026-03-27T04:41:58.254Z[SUM] 0.00-1.00 sec 353 MBytes 2.96 Gbits/sec
34782026-03-27T04:41:58.254Z- - - - - - - - - - - - - - - - - - - - - - - - -
34792026-03-27T04:41:58.254Z[ 5] 1.00-2.00 sec 55.9 MBytes 469 Mbits/sec
34802026-03-27T04:41:58.254Z[ 8] 1.00-2.00 sec 56.1 MBytes 471 Mbits/sec
34812026-03-27T04:41:58.254Z[ 10] 1.00-2.00 sec 56.1 MBytes 471 Mbits/sec
34822026-03-27T04:41:58.254Z[ 12] 1.00-2.00 sec 55.9 MBytes 469 Mbits/sec
34832026-03-27T04:41:58.254Z[ 14] 1.00-2.00 sec 56.0 MBytes 470 Mbits/sec
34842026-03-27T04:41:58.254Z[ 16] 1.00-2.00 sec 55.9 MBytes 469 Mbits/sec
34852026-03-27T04:41:58.254Z[ 18] 1.00-2.00 sec 55.9 MBytes 469 Mbits/sec
34862026-03-27T04:41:58.255Z[ 20] 1.00-2.00 sec 55.9 MBytes 469 Mbits/sec
34872026-03-27T04:41:58.255Z[SUM] 1.00-2.00 sec 448 MBytes 3.75 Gbits/sec
34882026-03-27T04:41:58.255Z- - - - - - - - - - - - - - - - - - - - - - - - -
34892026-03-27T04:41:58.255Z[ 5] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
34902026-03-27T04:41:58.255Z[ 8] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
34912026-03-27T04:41:58.255Z[ 10] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
34922026-03-27T04:41:58.255Z[ 12] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
34932026-03-27T04:41:58.255Z[ 14] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
34942026-03-27T04:41:58.255Z[ 16] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
34952026-03-27T04:41:58.255Z[ 18] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
34962026-03-27T04:41:58.255Z[ 20] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
34972026-03-27T04:41:58.255Z[SUM] 2.00-3.00 sec 442 MBytes 3.71 Gbits/sec
34982026-03-27T04:41:58.255Z- - - - - - - - - - - - - - - - - - - - - - - - -
34992026-03-27T04:41:58.255Z[ 5] 3.00-4.00 sec 54.9 MBytes 460 Mbits/sec
35002026-03-27T04:41:58.255Z[ 8] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
35012026-03-27T04:41:58.256Z[ 10] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
35022026-03-27T04:41:58.256Z[ 12] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
35032026-03-27T04:41:58.256Z[ 14] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
35042026-03-27T04:41:58.256Z[ 16] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
35052026-03-27T04:41:58.256Z[ 18] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
35062026-03-27T04:41:58.256Z[ 20] 3.00-4.00 sec 54.9 MBytes 460 Mbits/sec
35072026-03-27T04:41:58.256Z[SUM] 3.00-4.00 sec 438 MBytes 3.68 Gbits/sec
35082026-03-27T04:41:58.256Z- - - - - - - - - - - - - - - - - - - - - - - - -
35092026-03-27T04:41:58.256Z[ 5] 4.00-5.00 sec 55.2 MBytes 463 Mbits/sec
35102026-03-27T04:41:58.256Z[ 8] 4.00-5.00 sec 55.4 MBytes 465 Mbits/sec
35112026-03-27T04:41:58.256Z[ 10] 4.00-5.00 sec 55.4 MBytes 465 Mbits/sec
35122026-03-27T04:41:58.256Z[ 12] 4.00-5.00 sec 55.4 MBytes 465 Mbits/sec
35132026-03-27T04:41:58.257Z[ 14] 4.00-5.00 sec 55.2 MBytes 463 Mbits/sec
35142026-03-27T04:41:58.257Z[ 16] 4.00-5.00 sec 55.4 MBytes 465 Mbits/sec
35152026-03-27T04:41:58.257Z[ 18] 4.00-5.00 sec 55.4 MBytes 465 Mbits/sec
35162026-03-27T04:41:58.257Z[ 20] 4.00-5.00 sec 55.4 MBytes 465 Mbits/sec
35172026-03-27T04:41:58.257Z[SUM] 4.00-5.00 sec 443 MBytes 3.71 Gbits/sec
35182026-03-27T04:41:58.257Z- - - - - - - - - - - - - - - - - - - - - - - - -
35192026-03-27T04:41:58.257Z[ 5] 5.00-6.00 sec 55.0 MBytes 461 Mbits/sec
35202026-03-27T04:41:58.257Z[ 8] 5.00-6.00 sec 54.9 MBytes 460 Mbits/sec
35212026-03-27T04:41:58.257Z[ 10] 5.00-6.00 sec 54.9 MBytes 460 Mbits/sec
35222026-03-27T04:41:58.257Z[ 12] 5.00-6.00 sec 55.0 MBytes 461 Mbits/sec
35232026-03-27T04:41:58.257Z[ 14] 5.00-6.00 sec 54.9 MBytes 460 Mbits/sec
35242026-03-27T04:41:58.257Z[ 16] 5.00-6.00 sec 54.9 MBytes 460 Mbits/sec
35252026-03-27T04:41:58.257Z[ 18] 5.00-6.00 sec 55.0 MBytes 461 Mbits/sec
35262026-03-27T04:41:58.257Z[ 20] 5.00-6.00 sec 54.9 MBytes 460 Mbits/sec
35272026-03-27T04:41:58.257Z[SUM] 5.00-6.00 sec 439 MBytes 3.69 Gbits/sec
35282026-03-27T04:41:58.257Z- - - - - - - - - - - - - - - - - - - - - - - - -
35292026-03-27T04:41:58.257Z[ 5] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
35302026-03-27T04:41:58.257Z[ 8] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
35312026-03-27T04:41:58.257Z[ 10] 6.00-7.00 sec 55.0 MBytes 461 Mbits/sec
35322026-03-27T04:42:01.256Z[ 12] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
35332026-03-27T04:42:01.256Z[ 14] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
35342026-03-27T04:42:01.256Z[ 16] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
35352026-03-27T04:42:01.256Z[ 18] 6.00-7.00 sec 55.0 MBytes 461 Mbits/sec
35362026-03-27T04:42:01.256Z[ 20] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
35372026-03-27T04:42:01.256Z[SUM] 6.00-7.00 sec 442 MBytes 3.70 Gbits/sec
35382026-03-27T04:42:01.256Z- - - - - - - - - - - - - - - - - - - - - - - - -
35392026-03-27T04:42:01.256Z[ 5] 7.00-8.00 sec 55.0 MBytes 461 Mbits/sec
35402026-03-27T04:42:01.256Z[ 8] 7.00-8.00 sec 55.1 MBytes 462 Mbits/sec
35412026-03-27T04:42:01.256Z[ 10] 7.00-8.00 sec 55.1 MBytes 462 Mbits/sec
35422026-03-27T04:42:01.256Z[ 12] 7.00-8.00 sec 55.1 MBytes 462 Mbits/sec
35432026-03-27T04:42:01.256Z[ 14] 7.00-8.00 sec 55.1 MBytes 462 Mbits/sec
35442026-03-27T04:42:01.256Z[ 16] 7.00-8.00 sec 55.1 MBytes 462 Mbits/sec
35452026-03-27T04:42:01.256Z[ 18] 7.00-8.00 sec 55.1 MBytes 462 Mbits/sec
35462026-03-27T04:42:01.256Z[ 20] 7.00-8.00 sec 55.0 MBytes 461 Mbits/sec
35472026-03-27T04:42:01.256Z[SUM] 7.00-8.00 sec 441 MBytes 3.70 Gbits/sec
35482026-03-27T04:42:01.256Z- - - - - - - - - - - - - - - - - - - - - - - - -
35492026-03-27T04:42:01.256Z[ 5] 8.00-9.00 sec 56.0 MBytes 470 Mbits/sec
35502026-03-27T04:42:01.256Z[ 8] 8.00-9.00 sec 55.9 MBytes 469 Mbits/sec
35512026-03-27T04:42:01.256Z[ 10] 8.00-9.00 sec 55.9 MBytes 469 Mbits/sec
35522026-03-27T04:42:01.256Z[ 12] 8.00-9.00 sec 56.0 MBytes 470 Mbits/sec
35532026-03-27T04:42:01.256Z[ 14] 8.00-9.00 sec 55.9 MBytes 469 Mbits/sec
35542026-03-27T04:42:01.256Z[ 16] 8.00-9.00 sec 55.8 MBytes 468 Mbits/sec
35552026-03-27T04:42:01.256Z[ 18] 8.00-9.00 sec 56.0 MBytes 470 Mbits/sec
35562026-03-27T04:42:01.256Z[ 20] 8.00-9.00 sec 56.0 MBytes 470 Mbits/sec
35572026-03-27T04:42:01.257Z[SUM] 8.00-9.00 sec 447 MBytes 3.75 Gbits/sec
35582026-03-27T04:42:01.257Z- - - - - - - - - - - - - - - - - - - - - - - - -
35592026-03-27T04:42:01.257Z[ 5] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
35602026-03-27T04:42:01.257Z[ 8] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
35612026-03-27T04:42:01.257Z[ 10] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
35622026-03-27T04:42:01.257Z[ 12] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
35632026-03-27T04:42:01.257Z[ 14] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
35642026-03-27T04:42:01.257Z[ 16] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
35652026-03-27T04:42:01.257Z[ 18] 9.00-10.00 sec 55.6 MBytes 467 Mbits/sec
35662026-03-27T04:42:01.257Z[ 20] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
35672026-03-27T04:42:01.257Z[SUM] 9.00-10.00 sec 446 MBytes 3.74 Gbits/sec
35682026-03-27T04:42:01.257Z- - - - - - - - - - - - - - - - - - - - - - - - -
35692026-03-27T04:42:01.257Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35702026-03-27T04:42:01.257Z[ 8] 10.00-10.00 sec 128 KBytes 1.05 Gbits/sec
35712026-03-27T04:42:01.257Z[ 10] 10.00-10.00 sec 128 KBytes 1.05 Gbits/sec
35722026-03-27T04:42:01.257Z[ 12] 10.00-10.00 sec 128 KBytes 1.05 Gbits/sec
35732026-03-27T04:42:01.257Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35742026-03-27T04:42:01.257Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35752026-03-27T04:42:01.257Z[ 18] 10.00-10.00 sec 128 KBytes 1.05 Gbits/sec
35762026-03-27T04:42:01.257Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35772026-03-27T04:42:01.257Z[SUM] 10.00-10.00 sec 512 KBytes 4.19 Gbits/sec
35782026-03-27T04:42:01.257Z- - - - - - - - - - - - - - - - - - - - - - - - -
35792026-03-27T04:42:01.257Z[ ID] Interval Transfer Bitrate
35802026-03-27T04:42:01.257Z[ 5] 0.00-10.00 sec 542 MBytes 455 Mbits/sec receiver
35812026-03-27T04:42:01.257Z[ 8] 0.00-10.00 sec 543 MBytes 455 Mbits/sec receiver
35822026-03-27T04:42:01.257Z[ 10] 0.00-10.00 sec 542 MBytes 455 Mbits/sec receiver
35832026-03-27T04:42:01.257Z[ 12] 0.00-10.00 sec 543 MBytes 455 Mbits/sec receiver
35842026-03-27T04:42:01.257Z[ 14] 0.00-10.00 sec 542 MBytes 455 Mbits/sec receiver
35852026-03-27T04:42:01.257Z[ 16] 0.00-10.00 sec 542 MBytes 455 Mbits/sec receiver
35862026-03-27T04:42:01.257Z[ 18] 0.00-10.00 sec 542 MBytes 455 Mbits/sec receiver
35872026-03-27T04:42:01.257Z[ 20] 0.00-10.00 sec 542 MBytes 455 Mbits/sec receiver
35882026-03-27T04:42:01.257Z[SUM] 0.00-10.00 sec 4.24 GBytes 3.64 Gbits/sec receiver
35892026-03-27T04:42:01.261ZRun 9/10...3640.579055781923Mbps
35902026-03-27T04:42:08.668Z-----------------------------------------------------------
35912026-03-27T04:42:08.668ZServer listening on 5201 (test #20)
35922026-03-27T04:42:08.668Z-----------------------------------------------------------
35932026-03-27T04:42:08.668ZAccepted connection from 10.0.0.1, port 35929
35942026-03-27T04:42:08.668Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53031
35952026-03-27T04:42:08.668Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48476
35962026-03-27T04:42:08.668Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41965
35972026-03-27T04:42:08.668Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46362
35982026-03-27T04:42:08.668Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48251
35992026-03-27T04:42:08.668Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33499
36002026-03-27T04:42:08.668Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47963
36012026-03-27T04:42:08.668Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35390
36022026-03-27T04:42:08.668Z[ ID] Interval Transfer Bitrate
36032026-03-27T04:42:08.668Z[ 5] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
36042026-03-27T04:42:08.668Z[ 8] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
36052026-03-27T04:42:08.668Z[ 10] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
36062026-03-27T04:42:08.668Z[ 12] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
36072026-03-27T04:42:08.668Z[ 14] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
36082026-03-27T04:42:08.668Z[ 16] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
36092026-03-27T04:42:08.668Z[ 18] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
36102026-03-27T04:42:08.668Z[ 20] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
36112026-03-27T04:42:08.668Z[SUM] 0.00-1.00 sec 349 MBytes 2.93 Gbits/sec
36122026-03-27T04:42:08.668Z- - - - - - - - - - - - - - - - - - - - - - - - -
36132026-03-27T04:42:08.668Z[ 5] 1.00-2.00 sec 55.6 MBytes 467 Mbits/sec
36142026-03-27T04:42:08.668Z[ 8] 1.00-2.00 sec 55.5 MBytes 466 Mbits/sec
36152026-03-27T04:42:08.668Z[ 10] 1.00-2.00 sec 55.5 MBytes 466 Mbits/sec
36162026-03-27T04:42:08.668Z[ 12] 1.00-2.00 sec 55.6 MBytes 467 Mbits/sec
36172026-03-27T04:42:08.669Z[ 14] 1.00-2.00 sec 55.5 MBytes 466 Mbits/sec
36182026-03-27T04:42:08.669Z[ 16] 1.00-2.00 sec 55.6 MBytes 467 Mbits/sec
36192026-03-27T04:42:08.669Z[ 18] 1.00-2.00 sec 55.5 MBytes 466 Mbits/sec
36202026-03-27T04:42:08.669Z[ 20] 1.00-2.00 sec 55.5 MBytes 466 Mbits/sec
36212026-03-27T04:42:08.669Z[SUM] 1.00-2.00 sec 444 MBytes 3.73 Gbits/sec
36222026-03-27T04:42:08.669Z- - - - - - - - - - - - - - - - - - - - - - - - -
36232026-03-27T04:42:08.669Z[ 5] 2.00-3.00 sec 54.9 MBytes 460 Mbits/sec
36242026-03-27T04:42:08.669Z[ 8] 2.00-3.00 sec 54.9 MBytes 460 Mbits/sec
36252026-03-27T04:42:08.669Z[ 10] 2.00-3.00 sec 55.0 MBytes 461 Mbits/sec
36262026-03-27T04:42:08.669Z[ 12] 2.00-3.00 sec 55.0 MBytes 461 Mbits/sec
36272026-03-27T04:42:08.669Z[ 14] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
36282026-03-27T04:42:08.669Z[ 16] 2.00-3.00 sec 54.9 MBytes 460 Mbits/sec
36292026-03-27T04:42:08.669Z[ 18] 2.00-3.00 sec 55.0 MBytes 461 Mbits/sec
36302026-03-27T04:42:08.669Z[ 20] 2.00-3.00 sec 54.9 MBytes 460 Mbits/sec
36312026-03-27T04:42:08.669Z[SUM] 2.00-3.00 sec 440 MBytes 3.69 Gbits/sec
36322026-03-27T04:42:08.669Z- - - - - - - - - - - - - - - - - - - - - - - - -
36332026-03-27T04:42:08.669Z[ 5] 3.00-4.00 sec 55.6 MBytes 467 Mbits/sec
36342026-03-27T04:42:08.669Z[ 8] 3.00-4.00 sec 55.8 MBytes 468 Mbits/sec
36352026-03-27T04:42:08.669Z[ 10] 3.00-4.00 sec 55.6 MBytes 467 Mbits/sec
36362026-03-27T04:42:08.669Z[ 12] 3.00-4.00 sec 55.6 MBytes 467 Mbits/sec
36372026-03-27T04:42:08.669Z[ 14] 3.00-4.00 sec 55.5 MBytes 466 Mbits/sec
36382026-03-27T04:42:08.669Z[ 16] 3.00-4.00 sec 55.6 MBytes 467 Mbits/sec
36392026-03-27T04:42:08.669Z[ 18] 3.00-4.00 sec 55.8 MBytes 468 Mbits/sec
36402026-03-27T04:42:08.670Z[ 20] 3.00-4.00 sec 55.9 MBytes 469 Mbits/sec
36412026-03-27T04:42:08.670Z[SUM] 3.00-4.00 sec 445 MBytes 3.74 Gbits/sec
36422026-03-27T04:42:08.670Z- - - - - - - - - - - - - - - - - - - - - - - - -
36432026-03-27T04:42:08.670Z[ 5] 4.00-5.00 sec 55.1 MBytes 462 Mbits/sec
36442026-03-27T04:42:08.670Z[ 8] 4.00-5.00 sec 55.2 MBytes 463 Mbits/sec
36452026-03-27T04:42:08.670Z[ 10] 4.00-5.00 sec 55.2 MBytes 463 Mbits/sec
36462026-03-27T04:42:08.670Z[ 12] 4.00-5.00 sec 55.1 MBytes 462 Mbits/sec
36472026-03-27T04:42:08.670Z[ 14] 4.00-5.00 sec 55.1 MBytes 462 Mbits/sec
36482026-03-27T04:42:08.670Z[ 16] 4.00-5.00 sec 55.1 MBytes 462 Mbits/sec
36492026-03-27T04:42:08.670Z[ 18] 4.00-5.00 sec 55.2 MBytes 463 Mbits/sec
36502026-03-27T04:42:08.670Z[ 20] 4.00-5.00 sec 55.0 MBytes 461 Mbits/sec
36512026-03-27T04:42:08.670Z[SUM] 4.00-5.00 sec 441 MBytes 3.70 Gbits/sec
36522026-03-27T04:42:08.670Z- - - - - - - - - - - - - - - - - - - - - - - - -
36532026-03-27T04:42:08.670Z[ 5] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
36542026-03-27T04:42:08.670Z[ 8] 5.00-6.00 sec 54.8 MBytes 459 Mbits/sec
36552026-03-27T04:42:08.670Z[ 10] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
36562026-03-27T04:42:08.670Z[ 12] 5.00-6.00 sec 55.0 MBytes 461 Mbits/sec
36572026-03-27T04:42:08.670Z[ 14] 5.00-6.00 sec 54.9 MBytes 460 Mbits/sec
36582026-03-27T04:42:08.670Z[ 16] 5.00-6.00 sec 54.9 MBytes 460 Mbits/sec
36592026-03-27T04:42:08.670Z[ 18] 5.00-6.00 sec 54.9 MBytes 460 Mbits/sec
36602026-03-27T04:42:08.670Z[ 20] 5.00-6.00 sec 54.9 MBytes 460 Mbits/sec
36612026-03-27T04:42:08.670Z[SUM] 5.00-6.00 sec 440 MBytes 3.69 Gbits/sec
36622026-03-27T04:42:08.670Z- - - - - - - - - - - - - - - - - - - - - - - - -
36632026-03-27T04:42:08.670Z[ 5] 6.00-7.00 sec 54.9 MBytes 460 Mbits/sec
36642026-03-27T04:42:08.670Z[ 8] 6.00-7.00 sec 54.8 MBytes 459 Mbits/sec
36652026-03-27T04:42:08.671Z[ 10] 6.00-7.00 sec 54.9 MBytes 460 Mbits/sec
36662026-03-27T04:42:11.670Z[ 12] 6.00-7.00 sec 54.8 MBytes 459 Mbits/sec
36672026-03-27T04:42:11.670Z[ 14] 6.00-7.00 sec 54.9 MBytes 460 Mbits/sec
36682026-03-27T04:42:11.670Z[ 16] 6.00-7.00 sec 54.9 MBytes 460 Mbits/sec
36692026-03-27T04:42:11.670Z[ 18] 6.00-7.00 sec 54.9 MBytes 460 Mbits/sec
36702026-03-27T04:42:11.670Z[ 20] 6.00-7.00 sec 54.9 MBytes 460 Mbits/sec
36712026-03-27T04:42:11.670Z[SUM] 6.00-7.00 sec 439 MBytes 3.68 Gbits/sec
36722026-03-27T04:42:11.670Z- - - - - - - - - - - - - - - - - - - - - - - - -
36732026-03-27T04:42:11.670Z[ 5] 7.00-8.00 sec 55.6 MBytes 467 Mbits/sec
36742026-03-27T04:42:11.670Z[ 8] 7.00-8.00 sec 55.6 MBytes 467 Mbits/sec
36752026-03-27T04:42:11.670Z[ 10] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
36762026-03-27T04:42:11.670Z[ 12] 7.00-8.00 sec 55.5 MBytes 466 Mbits/sec
36772026-03-27T04:42:11.670Z[ 14] 7.00-8.00 sec 55.6 MBytes 467 Mbits/sec
36782026-03-27T04:42:11.670Z[ 16] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
36792026-03-27T04:42:11.670Z[ 18] 7.00-8.00 sec 55.6 MBytes 467 Mbits/sec
36802026-03-27T04:42:11.670Z[ 20] 7.00-8.00 sec 55.6 MBytes 467 Mbits/sec
36812026-03-27T04:42:11.670Z[SUM] 7.00-8.00 sec 445 MBytes 3.73 Gbits/sec
36822026-03-27T04:42:11.670Z- - - - - - - - - - - - - - - - - - - - - - - - -
36832026-03-27T04:42:11.670Z[ 5] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
36842026-03-27T04:42:11.670Z[ 8] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
36852026-03-27T04:42:11.670Z[ 10] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
36862026-03-27T04:42:11.670Z[ 12] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
36872026-03-27T04:42:11.670Z[ 14] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
36882026-03-27T04:42:11.670Z[ 16] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
36892026-03-27T04:42:11.670Z[ 18] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
36902026-03-27T04:42:11.670Z[ 20] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
36912026-03-27T04:42:11.671Z[SUM] 8.00-9.00 sec 444 MBytes 3.73 Gbits/sec
36922026-03-27T04:42:11.671Z- - - - - - - - - - - - - - - - - - - - - - - - -
36932026-03-27T04:42:11.671Z[ 5] 9.00-10.00 sec 56.4 MBytes 473 Mbits/sec
36942026-03-27T04:42:11.671Z[ 8] 9.00-10.00 sec 56.1 MBytes 471 Mbits/sec
36952026-03-27T04:42:11.671Z[ 10] 9.00-10.00 sec 56.2 MBytes 472 Mbits/sec
36962026-03-27T04:42:11.671Z[ 12] 9.00-10.00 sec 56.5 MBytes 474 Mbits/sec
36972026-03-27T04:42:11.671Z[ 14] 9.00-10.00 sec 56.5 MBytes 474 Mbits/sec
36982026-03-27T04:42:11.671Z[ 16] 9.00-10.00 sec 56.4 MBytes 473 Mbits/sec
36992026-03-27T04:42:11.671Z[ 18] 9.00-10.00 sec 56.2 MBytes 472 Mbits/sec
37002026-03-27T04:42:11.671Z[ 20] 9.00-10.00 sec 56.5 MBytes 474 Mbits/sec
37012026-03-27T04:42:11.671Z[SUM] 9.00-10.00 sec 451 MBytes 3.78 Gbits/sec
37022026-03-27T04:42:11.671Z- - - - - - - - - - - - - - - - - - - - - - - - -
37032026-03-27T04:42:11.671Z[ 5] 10.00-10.00 sec 128 KBytes 890 Mbits/sec
37042026-03-27T04:42:11.671Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37052026-03-27T04:42:11.671Z[ 10] 10.00-10.00 sec 128 KBytes 890 Mbits/sec
37062026-03-27T04:42:11.671Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37072026-03-27T04:42:11.671Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37082026-03-27T04:42:11.671Z[ 16] 10.00-10.00 sec 128 KBytes 891 Mbits/sec
37092026-03-27T04:42:11.671Z[ 18] 10.00-10.00 sec 128 KBytes 891 Mbits/sec
37102026-03-27T04:42:11.671Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37112026-03-27T04:42:11.671Z[SUM] 10.00-10.00 sec 512 KBytes 3.56 Gbits/sec
37122026-03-27T04:42:11.671Z- - - - - - - - - - - - - - - - - - - - - - - - -
37132026-03-27T04:42:11.671Z[ ID] Interval Transfer Bitrate
37142026-03-27T04:42:11.671Z[ 5] 0.00-10.00 sec 542 MBytes 455 Mbits/sec receiver
37152026-03-27T04:42:11.671Z[ 8] 0.00-10.00 sec 542 MBytes 455 Mbits/sec receiver
37162026-03-27T04:42:11.671Z[ 10] 0.00-10.00 sec 543 MBytes 455 Mbits/sec receiver
37172026-03-27T04:42:11.671Z[ 12] 0.00-10.00 sec 542 MBytes 455 Mbits/sec receiver
37182026-03-27T04:42:11.671Z[ 14] 0.00-10.00 sec 542 MBytes 455 Mbits/sec receiver
37192026-03-27T04:42:11.671Z[ 16] 0.00-10.00 sec 542 MBytes 455 Mbits/sec receiver
37202026-03-27T04:42:11.671Z[ 18] 0.00-10.00 sec 542 MBytes 455 Mbits/sec receiver
37212026-03-27T04:42:11.671Z[ 20] 0.00-10.00 sec 542 MBytes 455 Mbits/sec receiver
37222026-03-27T04:42:11.671Z[SUM] 0.00-10.00 sec 4.24 GBytes 3.64 Gbits/sec receiver
37232026-03-27T04:42:11.675ZRun 10/10...3639.8439761389104Mbps
37242026-03-27T04:42:11.675Z###---------------------###
37252026-03-27T04:42:11.675Z::: iPerf done... :::
37262026-03-27T04:42:11.676Z:::Awaiting out files...:::
37272026-03-27T04:42:11.676Z###---------------------###
37282026-03-27T04:42:11.676Z###-----###
37292026-03-27T04:42:11.676Z:::done!:::
37302026-03-27T04:42:11.676Z###-----###
37312026-03-27T04:42:12.667ZGnuplot not found, using plotters backend
37322026-03-27T04:42:12.809ZBenchmarking iperf-tcp/local/c2s/tx
37332026-03-27T04:42:12.809ZBenchmarking iperf-tcp/local/c2s/tx: Warming up for 3.0000 s
37342026-03-27T04:42:16.707ZBenchmarking iperf-tcp/local/c2s/tx: Collecting 100 samples in estimated 20.000 s (1.4B iterations)
37352026-03-27T04:42:36.775ZBenchmarking iperf-tcp/local/c2s/tx: Analyzing
37362026-03-27T04:42:36.869Ziperf-tcp/local/c2s/tx time: [3.4485 µs 3.4485 µs 3.4486 µs]
37372026-03-27T04:42:36.869Z change: [−2.3858% −2.3805% −2.3759%] (p = 0.00 < 0.05)
37382026-03-27T04:42:36.869Z Performance has improved.
37392026-03-27T04:42:36.869ZFound 4 outliers among 100 measurements (4.00%)
37402026-03-27T04:42:36.869Z 1 (1.00%) low severe
37412026-03-27T04:42:36.869Z 1 (1.00%) high mild
37422026-03-27T04:42:36.869Z 2 (2.00%) high severe
37432026-03-27T04:42:37.756Z
37442026-03-27T04:42:37.759ZBenchmarking iperf-tcp/local/c2s/rx
37452026-03-27T04:42:37.759ZBenchmarking iperf-tcp/local/c2s/rx: Warming up for 3.0000 s
37462026-03-27T04:42:41.671ZBenchmarking iperf-tcp/local/c2s/rx: Collecting 100 samples in estimated 20.000 s (1.4B iterations)
37472026-03-27T04:43:01.698ZBenchmarking iperf-tcp/local/c2s/rx: Analyzing
37482026-03-27T04:43:01.786Ziperf-tcp/local/c2s/rx time: [6.4086 µs 6.4088 µs 6.4090 µs]
37492026-03-27T04:43:01.786Z change: [−2.0768% −2.0724% −2.0679%] (p = 0.00 < 0.05)
37502026-03-27T04:43:01.786Z Performance has improved.
37512026-03-27T04:43:01.786ZFound 4 outliers among 100 measurements (4.00%)
37522026-03-27T04:43:01.786Z 1 (1.00%) low mild
37532026-03-27T04:43:01.786Z 1 (1.00%) high mild
37542026-03-27T04:43:01.786Z 2 (2.00%) high severe
37552026-03-27T04:43:02.679Z
37562026-03-27T04:43:02.682Z###-------------------###
37572026-03-27T04:43:02.683Z:::Running experiment :::
37582026-03-27T04:43:02.683Z:::iperf-tcp/local/s2c:::
37592026-03-27T04:43:02.683Z###-------------------###
37602026-03-27T04:43:02.905Zdtrace: description 'profile-201us ' matched 2 probes
37612026-03-27T04:43:10.073Z-----------------------------------------------------------
37622026-03-27T04:43:10.073ZServer listening on 5201 (test #21)
37632026-03-27T04:43:10.073Z-----------------------------------------------------------
37642026-03-27T04:43:10.073ZAccepted connection from 10.0.0.1, port 59504
37652026-03-27T04:43:10.073Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44614
37662026-03-27T04:43:10.073Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45574
37672026-03-27T04:43:10.073Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55094
37682026-03-27T04:43:10.073Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37147
37692026-03-27T04:43:10.073Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53508
37702026-03-27T04:43:10.073Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39638
37712026-03-27T04:43:10.073Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38384
37722026-03-27T04:43:10.073Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56743
37732026-03-27T04:43:10.073Z[ ID] Interval Transfer Bitrate
37742026-03-27T04:43:10.073Z[ 5] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
37752026-03-27T04:43:10.073Z[ 8] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
37762026-03-27T04:43:10.073Z[ 10] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
37772026-03-27T04:43:10.073Z[ 12] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
37782026-03-27T04:43:10.073Z[ 14] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
37792026-03-27T04:43:10.073Z[ 16] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
37802026-03-27T04:43:10.073Z[ 18] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
37812026-03-27T04:43:10.073Z[ 20] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
37822026-03-27T04:43:10.073Z[SUM] 0.00-1.00 sec 349 MBytes 2.93 Gbits/sec
37832026-03-27T04:43:10.073Z- - - - - - - - - - - - - - - - - - - - - - - - -
37842026-03-27T04:43:10.073Z[ 5] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
37852026-03-27T04:43:10.073Z[ 8] 1.00-2.00 sec 54.9 MBytes 460 Mbits/sec
37862026-03-27T04:43:10.073Z[ 10] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
37872026-03-27T04:43:10.073Z[ 12] 1.00-2.00 sec 54.9 MBytes 460 Mbits/sec
37882026-03-27T04:43:10.073Z[ 14] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
37892026-03-27T04:43:10.073Z[ 16] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
37902026-03-27T04:43:10.073Z[ 18] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
37912026-03-27T04:43:10.073Z[ 20] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
37922026-03-27T04:43:10.073Z[SUM] 1.00-2.00 sec 438 MBytes 3.67 Gbits/sec
37932026-03-27T04:43:10.074Z- - - - - - - - - - - - - - - - - - - - - - - - -
37942026-03-27T04:43:10.074Z[ 5] 2.00-3.00 sec 54.8 MBytes 459 Mbits/sec
37952026-03-27T04:43:10.074Z[ 8] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
37962026-03-27T04:43:10.074Z[ 10] 2.00-3.00 sec 54.9 MBytes 460 Mbits/sec
37972026-03-27T04:43:10.074Z[ 12] 2.00-3.00 sec 54.8 MBytes 459 Mbits/sec
37982026-03-27T04:43:10.074Z[ 14] 2.00-3.00 sec 54.9 MBytes 460 Mbits/sec
37992026-03-27T04:43:10.074Z[ 16] 2.00-3.00 sec 54.9 MBytes 460 Mbits/sec
38002026-03-27T04:43:10.074Z[ 18] 2.00-3.00 sec 54.8 MBytes 459 Mbits/sec
38012026-03-27T04:43:10.074Z[ 20] 2.00-3.00 sec 54.8 MBytes 459 Mbits/sec
38022026-03-27T04:43:10.074Z[SUM] 2.00-3.00 sec 438 MBytes 3.68 Gbits/sec
38032026-03-27T04:43:10.074Z- - - - - - - - - - - - - - - - - - - - - - - - -
38042026-03-27T04:43:10.074Z[ 5] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
38052026-03-27T04:43:10.074Z[ 8] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
38062026-03-27T04:43:10.074Z[ 10] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
38072026-03-27T04:43:10.074Z[ 12] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
38082026-03-27T04:43:10.074Z[ 14] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
38092026-03-27T04:43:10.074Z[ 16] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
38102026-03-27T04:43:10.074Z[ 18] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
38112026-03-27T04:43:10.074Z[ 20] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
38122026-03-27T04:43:10.075Z[SUM] 3.00-4.00 sec 435 MBytes 3.65 Gbits/sec
38132026-03-27T04:43:10.075Z- - - - - - - - - - - - - - - - - - - - - - - - -
38142026-03-27T04:43:10.075Z[ 5] 4.00-5.00 sec 55.2 MBytes 463 Mbits/sec
38152026-03-27T04:43:10.075Z[ 8] 4.00-5.00 sec 55.2 MBytes 463 Mbits/sec
38162026-03-27T04:43:10.075Z[ 10] 4.00-5.00 sec 55.1 MBytes 462 Mbits/sec
38172026-03-27T04:43:10.075Z[ 12] 4.00-5.00 sec 55.0 MBytes 461 Mbits/sec
38182026-03-27T04:43:10.075Z[ 14] 4.00-5.00 sec 55.1 MBytes 462 Mbits/sec
38192026-03-27T04:43:10.075Z[ 16] 4.00-5.00 sec 55.0 MBytes 461 Mbits/sec
38202026-03-27T04:43:10.075Z[ 18] 4.00-5.00 sec 55.0 MBytes 461 Mbits/sec
38212026-03-27T04:43:10.075Z[ 20] 4.00-5.00 sec 55.0 MBytes 461 Mbits/sec
38222026-03-27T04:43:10.075Z[SUM] 4.00-5.00 sec 441 MBytes 3.70 Gbits/sec
38232026-03-27T04:43:10.075Z- - - - - - - - - - - - - - - - - - - - - - - - -
38242026-03-27T04:43:10.075Z[ 5] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
38252026-03-27T04:43:10.075Z[ 8] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
38262026-03-27T04:43:10.075Z[ 10] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
38272026-03-27T04:43:10.075Z[ 12] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
38282026-03-27T04:43:10.075Z[ 14] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
38292026-03-27T04:43:10.075Z[ 16] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
38302026-03-27T04:43:10.075Z[ 18] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
38312026-03-27T04:43:10.075Z[ 20] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
38322026-03-27T04:43:10.075Z[SUM] 5.00-6.00 sec 434 MBytes 3.64 Gbits/sec
38332026-03-27T04:43:10.075Z- - - - - - - - - - - - - - - - - - - - - - - - -
38342026-03-27T04:43:10.075Z[ 5] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
38352026-03-27T04:43:10.075Z[ 8] 6.00-7.00 sec 54.6 MBytes 458 Mbits/sec
38362026-03-27T04:43:10.076Z[ 10] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
38372026-03-27T04:43:13.076Z[ 12] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
38382026-03-27T04:43:13.076Z[ 14] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
38392026-03-27T04:43:13.077Z[ 16] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
38402026-03-27T04:43:13.077Z[ 18] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
38412026-03-27T04:43:13.077Z[ 20] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
38422026-03-27T04:43:13.077Z[SUM] 6.00-7.00 sec 436 MBytes 3.66 Gbits/sec
38432026-03-27T04:43:13.077Z- - - - - - - - - - - - - - - - - - - - - - - - -
38442026-03-27T04:43:13.077Z[ 5] 7.00-8.00 sec 54.9 MBytes 460 Mbits/sec
38452026-03-27T04:43:13.077Z[ 8] 7.00-8.00 sec 54.9 MBytes 460 Mbits/sec
38462026-03-27T04:43:13.077Z[ 10] 7.00-8.00 sec 54.9 MBytes 460 Mbits/sec
38472026-03-27T04:43:13.077Z[ 12] 7.00-8.00 sec 54.9 MBytes 460 Mbits/sec
38482026-03-27T04:43:13.077Z[ 14] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
38492026-03-27T04:43:13.077Z[ 16] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
38502026-03-27T04:43:13.077Z[ 18] 7.00-8.00 sec 54.8 MBytes 459 Mbits/sec
38512026-03-27T04:43:13.077Z[ 20] 7.00-8.00 sec 54.8 MBytes 459 Mbits/sec
38522026-03-27T04:43:13.077Z[SUM] 7.00-8.00 sec 438 MBytes 3.68 Gbits/sec
38532026-03-27T04:43:13.077Z- - - - - - - - - - - - - - - - - - - - - - - - -
38542026-03-27T04:43:13.077Z[ 5] 8.00-9.00 sec 54.9 MBytes 460 Mbits/sec
38552026-03-27T04:43:13.077Z[ 8] 8.00-9.00 sec 55.1 MBytes 462 Mbits/sec
38562026-03-27T04:43:13.077Z[ 10] 8.00-9.00 sec 55.1 MBytes 462 Mbits/sec
38572026-03-27T04:43:13.077Z[ 12] 8.00-9.00 sec 55.1 MBytes 462 Mbits/sec
38582026-03-27T04:43:13.077Z[ 14] 8.00-9.00 sec 55.2 MBytes 463 Mbits/sec
38592026-03-27T04:43:13.077Z[ 16] 8.00-9.00 sec 55.2 MBytes 463 Mbits/sec
38602026-03-27T04:43:13.077Z[ 18] 8.00-9.00 sec 55.0 MBytes 461 Mbits/sec
38612026-03-27T04:43:13.077Z[ 20] 8.00-9.00 sec 55.1 MBytes 462 Mbits/sec
38622026-03-27T04:43:13.077Z[SUM] 8.00-9.00 sec 441 MBytes 3.70 Gbits/sec
38632026-03-27T04:43:13.077Z- - - - - - - - - - - - - - - - - - - - - - - - -
38642026-03-27T04:43:13.077Z[ 5] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
38652026-03-27T04:43:13.077Z[ 8] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
38662026-03-27T04:43:13.077Z[ 10] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
38672026-03-27T04:43:13.077Z[ 12] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
38682026-03-27T04:43:13.077Z[ 14] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
38692026-03-27T04:43:13.077Z[ 16] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
38702026-03-27T04:43:13.077Z[ 18] 9.00-10.00 sec 55.5 MBytes 466 Mbits/sec
38712026-03-27T04:43:13.077Z[ 20] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
38722026-03-27T04:43:13.077Z[SUM] 9.00-10.00 sec 443 MBytes 3.72 Gbits/sec
38732026-03-27T04:43:13.077Z- - - - - - - - - - - - - - - - - - - - - - - - -
38742026-03-27T04:43:13.078Z[ 5] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
38752026-03-27T04:43:13.078Z[ 8] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
38762026-03-27T04:43:13.078Z[ 10] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
38772026-03-27T04:43:13.078Z[ 12] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
38782026-03-27T04:43:13.081Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38792026-03-27T04:43:13.081Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38802026-03-27T04:43:13.081Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38812026-03-27T04:43:13.081Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38822026-03-27T04:43:13.081Z[SUM] 10.00-10.00 sec 512 KBytes 4.04 Gbits/sec
38832026-03-27T04:43:13.081Z- - - - - - - - - - - - - - - - - - - - - - - - -
38842026-03-27T04:43:13.081Z[ ID] Interval Transfer Bitrate
38852026-03-27T04:43:13.081Z[ 5] 0.00-10.00 sec 537 MBytes 450 Mbits/sec sender
38862026-03-27T04:43:13.081Z[ 8] 0.00-10.00 sec 537 MBytes 450 Mbits/sec sender
38872026-03-27T04:43:13.081Z[ 10] 0.00-10.00 sec 537 MBytes 450 Mbits/sec sender
38882026-03-27T04:43:13.081Z[ 12] 0.00-10.00 sec 537 MBytes 450 Mbits/sec sender
38892026-03-27T04:43:13.081Z[ 14] 0.00-10.00 sec 537 MBytes 450 Mbits/sec sender
38902026-03-27T04:43:13.081Z[ 16] 0.00-10.00 sec 537 MBytes 450 Mbits/sec sender
38912026-03-27T04:43:13.081Z[ 18] 0.00-10.00 sec 537 MBytes 450 Mbits/sec sender
38922026-03-27T04:43:13.082Z[ 20] 0.00-10.00 sec 537 MBytes 450 Mbits/sec sender
38932026-03-27T04:43:13.082Z[SUM] 0.00-10.00 sec 4.19 GBytes 3.60 Gbits/sec sender
38942026-03-27T04:43:13.082ZRun 1/10...3602.2125297781085Mbps
38952026-03-27T04:43:20.476Z-----------------------------------------------------------
38962026-03-27T04:43:20.476ZServer listening on 5201 (test #22)
38972026-03-27T04:43:20.476Z-----------------------------------------------------------
38982026-03-27T04:43:20.476ZAccepted connection from 10.0.0.1, port 58340
38992026-03-27T04:43:20.476Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39901
39002026-03-27T04:43:20.476Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60908
39012026-03-27T04:43:20.476Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58433
39022026-03-27T04:43:20.476Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63313
39032026-03-27T04:43:20.476Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60265
39042026-03-27T04:43:20.476Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54505
39052026-03-27T04:43:20.476Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62244
39062026-03-27T04:43:20.476Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34200
39072026-03-27T04:43:20.477Z[ ID] Interval Transfer Bitrate
39082026-03-27T04:43:20.477Z[ 5] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
39092026-03-27T04:43:20.477Z[ 8] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
39102026-03-27T04:43:20.477Z[ 10] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
39112026-03-27T04:43:20.477Z[ 12] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
39122026-03-27T04:43:20.477Z[ 14] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
39132026-03-27T04:43:20.477Z[ 16] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
39142026-03-27T04:43:20.477Z[ 18] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
39152026-03-27T04:43:20.477Z[ 20] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
39162026-03-27T04:43:20.477Z[SUM] 0.00-1.00 sec 348 MBytes 2.92 Gbits/sec
39172026-03-27T04:43:20.477Z- - - - - - - - - - - - - - - - - - - - - - - - -
39182026-03-27T04:43:20.477Z[ 5] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
39192026-03-27T04:43:20.477Z[ 8] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
39202026-03-27T04:43:20.477Z[ 10] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
39212026-03-27T04:43:20.477Z[ 12] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
39222026-03-27T04:43:20.477Z[ 14] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
39232026-03-27T04:43:20.477Z[ 16] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
39242026-03-27T04:43:20.477Z[ 18] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
39252026-03-27T04:43:20.477Z[ 20] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
39262026-03-27T04:43:20.477Z[SUM] 1.00-2.00 sec 435 MBytes 3.65 Gbits/sec
39272026-03-27T04:43:20.477Z- - - - - - - - - - - - - - - - - - - - - - - - -
39282026-03-27T04:43:20.477Z[ 5] 2.00-3.00 sec 55.0 MBytes 461 Mbits/sec
39292026-03-27T04:43:20.477Z[ 8] 2.00-3.00 sec 54.9 MBytes 460 Mbits/sec
39302026-03-27T04:43:20.477Z[ 10] 2.00-3.00 sec 55.0 MBytes 461 Mbits/sec
39312026-03-27T04:43:20.477Z[ 12] 2.00-3.00 sec 55.0 MBytes 461 Mbits/sec
39322026-03-27T04:43:20.477Z[ 14] 2.00-3.00 sec 54.9 MBytes 460 Mbits/sec
39332026-03-27T04:43:20.477Z[ 16] 2.00-3.00 sec 54.8 MBytes 459 Mbits/sec
39342026-03-27T04:43:20.477Z[ 18] 2.00-3.00 sec 55.0 MBytes 461 Mbits/sec
39352026-03-27T04:43:20.477Z[ 20] 2.00-3.00 sec 54.9 MBytes 460 Mbits/sec
39362026-03-27T04:43:20.477Z[SUM] 2.00-3.00 sec 439 MBytes 3.69 Gbits/sec
39372026-03-27T04:43:20.477Z- - - - - - - - - - - - - - - - - - - - - - - - -
39382026-03-27T04:43:20.477Z[ 5] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
39392026-03-27T04:43:20.477Z[ 8] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
39402026-03-27T04:43:20.477Z[ 10] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
39412026-03-27T04:43:20.477Z[ 12] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
39422026-03-27T04:43:20.477Z[ 14] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
39432026-03-27T04:43:20.478Z[ 16] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
39442026-03-27T04:43:20.478Z[ 18] 3.00-4.00 sec 55.5 MBytes 466 Mbits/sec
39452026-03-27T04:43:20.478Z[ 20] 3.00-4.00 sec 55.5 MBytes 466 Mbits/sec
39462026-03-27T04:43:20.478Z[SUM] 3.00-4.00 sec 443 MBytes 3.72 Gbits/sec
39472026-03-27T04:43:20.478Z- - - - - - - - - - - - - - - - - - - - - - - - -
39482026-03-27T04:43:20.478Z[ 5] 4.00-5.00 sec 55.0 MBytes 461 Mbits/sec
39492026-03-27T04:43:20.478Z[ 8] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
39502026-03-27T04:43:20.478Z[ 10] 4.00-5.00 sec 54.9 MBytes 460 Mbits/sec
39512026-03-27T04:43:20.478Z[ 12] 4.00-5.00 sec 55.0 MBytes 461 Mbits/sec
39522026-03-27T04:43:20.478Z[ 14] 4.00-5.00 sec 54.9 MBytes 460 Mbits/sec
39532026-03-27T04:43:20.478Z[ 16] 4.00-5.00 sec 54.9 MBytes 460 Mbits/sec
39542026-03-27T04:43:20.478Z[ 18] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
39552026-03-27T04:43:20.478Z[ 20] 4.00-5.00 sec 54.9 MBytes 460 Mbits/sec
39562026-03-27T04:43:20.478Z[SUM] 4.00-5.00 sec 439 MBytes 3.68 Gbits/sec
39572026-03-27T04:43:20.478Z- - - - - - - - - - - - - - - - - - - - - - - - -
39582026-03-27T04:43:20.478Z[ 5] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
39592026-03-27T04:43:20.478Z[ 8] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
39602026-03-27T04:43:20.478Z[ 10] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
39612026-03-27T04:43:20.478Z[ 12] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
39622026-03-27T04:43:20.478Z[ 14] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
39632026-03-27T04:43:20.478Z[ 16] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
39642026-03-27T04:43:20.478Z[ 18] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
39652026-03-27T04:43:20.478Z[ 20] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
39662026-03-27T04:43:20.478Z[SUM] 5.00-6.00 sec 436 MBytes 3.65 Gbits/sec
39672026-03-27T04:43:20.478Z- - - - - - - - - - - - - - - - - - - - - - - - -
39682026-03-27T04:43:20.478Z[ 5] 6.00-7.00 sec 54.9 MBytes 460 Mbits/sec
39692026-03-27T04:43:20.478Z[ 8] 6.00-7.00 sec 54.9 MBytes 460 Mbits/sec
39702026-03-27T04:43:20.478Z[ 10] 6.00-7.00 sec 54.9 MBytes 460 Mbits/sec
39712026-03-27T04:43:23.479Z[ 12] 6.00-7.00 sec 54.9 MBytes 460 Mbits/sec
39722026-03-27T04:43:23.479Z[ 14] 6.00-7.00 sec 54.9 MBytes 460 Mbits/sec
39732026-03-27T04:43:23.479Z[ 16] 6.00-7.00 sec 55.0 MBytes 461 Mbits/sec
39742026-03-27T04:43:23.479Z[ 18] 6.00-7.00 sec 54.8 MBytes 459 Mbits/sec
39752026-03-27T04:43:23.479Z[ 20] 6.00-7.00 sec 54.9 MBytes 460 Mbits/sec
39762026-03-27T04:43:23.479Z[SUM] 6.00-7.00 sec 439 MBytes 3.68 Gbits/sec
39772026-03-27T04:43:23.479Z- - - - - - - - - - - - - - - - - - - - - - - - -
39782026-03-27T04:43:23.479Z[ 5] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
39792026-03-27T04:43:23.479Z[ 8] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
39802026-03-27T04:43:23.479Z[ 10] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
39812026-03-27T04:43:23.479Z[ 12] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
39822026-03-27T04:43:23.479Z[ 14] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
39832026-03-27T04:43:23.480Z[ 16] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
39842026-03-27T04:43:23.480Z[ 18] 7.00-8.00 sec 54.8 MBytes 459 Mbits/sec
39852026-03-27T04:43:23.480Z[ 20] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
39862026-03-27T04:43:23.480Z[SUM] 7.00-8.00 sec 437 MBytes 3.67 Gbits/sec
39872026-03-27T04:43:23.480Z- - - - - - - - - - - - - - - - - - - - - - - - -
39882026-03-27T04:43:23.480Z[ 5] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
39892026-03-27T04:43:23.480Z[ 8] 8.00-9.00 sec 54.6 MBytes 458 Mbits/sec
39902026-03-27T04:43:23.480Z[ 10] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
39912026-03-27T04:43:23.480Z[ 12] 8.00-9.00 sec 54.8 MBytes 459 Mbits/sec
39922026-03-27T04:43:23.480Z[ 14] 8.00-9.00 sec 54.6 MBytes 458 Mbits/sec
39932026-03-27T04:43:23.480Z[ 16] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
39942026-03-27T04:43:23.480Z[ 18] 8.00-9.00 sec 54.8 MBytes 459 Mbits/sec
39952026-03-27T04:43:23.480Z[ 20] 8.00-9.00 sec 54.8 MBytes 459 Mbits/sec
39962026-03-27T04:43:23.481Z[SUM] 8.00-9.00 sec 437 MBytes 3.67 Gbits/sec
39972026-03-27T04:43:23.481Z- - - - - - - - - - - - - - - - - - - - - - - - -
39982026-03-27T04:43:23.481Z[ 5] 9.00-10.00 sec 54.4 MBytes 456 Mbits/sec
39992026-03-27T04:43:23.481Z[ 8] 9.00-10.00 sec 54.5 MBytes 457 Mbits/sec
40002026-03-27T04:43:23.481Z[ 10] 9.00-10.00 sec 54.5 MBytes 457 Mbits/sec
40012026-03-27T04:43:23.481Z[ 12] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
40022026-03-27T04:43:23.481Z[ 14] 9.00-10.00 sec 54.4 MBytes 456 Mbits/sec
40032026-03-27T04:43:23.481Z[ 16] 9.00-10.00 sec 54.5 MBytes 457 Mbits/sec
40042026-03-27T04:43:23.481Z[ 18] 9.00-10.00 sec 54.4 MBytes 456 Mbits/sec
40052026-03-27T04:43:23.481Z[ 20] 9.00-10.00 sec 54.4 MBytes 456 Mbits/sec
40062026-03-27T04:43:23.481Z[SUM] 9.00-10.00 sec 435 MBytes 3.65 Gbits/sec
40072026-03-27T04:43:23.481Z- - - - - - - - - - - - - - - - - - - - - - - - -
40082026-03-27T04:43:23.481Z[ 5] 10.00-10.00 sec 128 KBytes 899 Mbits/sec
40092026-03-27T04:43:23.481Z[ 8] 10.00-10.00 sec 128 KBytes 899 Mbits/sec
40102026-03-27T04:43:23.481Z[ 10] 10.00-10.00 sec 128 KBytes 900 Mbits/sec
40112026-03-27T04:43:23.481Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40122026-03-27T04:43:23.481Z[ 14] 10.00-10.00 sec 128 KBytes 900 Mbits/sec
40132026-03-27T04:43:23.481Z[ 16] 10.00-10.00 sec 128 KBytes 900 Mbits/sec
40142026-03-27T04:43:23.481Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40152026-03-27T04:43:23.481Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40162026-03-27T04:43:23.481Z[SUM] 10.00-10.00 sec 640 KBytes 4.49 Gbits/sec
40172026-03-27T04:43:23.481Z- - - - - - - - - - - - - - - - - - - - - - - - -
40182026-03-27T04:43:23.481Z[ ID] Interval Transfer Bitrate
40192026-03-27T04:43:23.481Z[ 5] 0.00-10.00 sec 536 MBytes 450 Mbits/sec sender
40202026-03-27T04:43:23.481Z[ 8] 0.00-10.00 sec 536 MBytes 450 Mbits/sec sender
40212026-03-27T04:43:23.481Z[ 10] 0.00-10.00 sec 536 MBytes 450 Mbits/sec sender
40222026-03-27T04:43:23.481Z[ 12] 0.00-10.00 sec 536 MBytes 450 Mbits/sec sender
40232026-03-27T04:43:23.481Z[ 14] 0.00-10.00 sec 536 MBytes 450 Mbits/sec sender
40242026-03-27T04:43:23.481Z[ 16] 0.00-10.00 sec 536 MBytes 450 Mbits/sec sender
40252026-03-27T04:43:23.481Z[ 18] 0.00-10.00 sec 536 MBytes 450 Mbits/sec sender
40262026-03-27T04:43:23.485Z[ 20] 0.00-10.00 sec 536 MBytes 450 Mbits/sec sender
40272026-03-27T04:43:23.485Z[SUM] 0.00-10.00 sec 4.19 GBytes 3.60 Gbits/sec sender
40282026-03-27T04:43:23.485ZRun 2/10...3597.658443172017Mbps
40292026-03-27T04:43:30.878Z-----------------------------------------------------------
40302026-03-27T04:43:30.878ZServer listening on 5201 (test #23)
40312026-03-27T04:43:30.878Z-----------------------------------------------------------
40322026-03-27T04:43:30.878ZAccepted connection from 10.0.0.1, port 65077
40332026-03-27T04:43:30.878Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58233
40342026-03-27T04:43:30.878Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40880
40352026-03-27T04:43:30.878Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36677
40362026-03-27T04:43:30.878Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34813
40372026-03-27T04:43:30.878Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38753
40382026-03-27T04:43:30.878Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35538
40392026-03-27T04:43:30.878Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52641
40402026-03-27T04:43:30.878Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54592
40412026-03-27T04:43:30.878Z[ ID] Interval Transfer Bitrate
40422026-03-27T04:43:30.878Z[ 5] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
40432026-03-27T04:43:30.878Z[ 8] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
40442026-03-27T04:43:30.878Z[ 10] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
40452026-03-27T04:43:30.878Z[ 12] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
40462026-03-27T04:43:30.878Z[ 14] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
40472026-03-27T04:43:30.878Z[ 16] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
40482026-03-27T04:43:30.878Z[ 18] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
40492026-03-27T04:43:30.878Z[ 20] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
40502026-03-27T04:43:30.878Z[SUM] 0.00-1.00 sec 346 MBytes 2.90 Gbits/sec
40512026-03-27T04:43:30.878Z- - - - - - - - - - - - - - - - - - - - - - - - -
40522026-03-27T04:43:30.879Z[ 5] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
40532026-03-27T04:43:30.879Z[ 8] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
40542026-03-27T04:43:30.879Z[ 10] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
40552026-03-27T04:43:30.879Z[ 12] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
40562026-03-27T04:43:30.879Z[ 14] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
40572026-03-27T04:43:30.879Z[ 16] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
40582026-03-27T04:43:30.879Z[ 18] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
40592026-03-27T04:43:30.879Z[ 20] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
40602026-03-27T04:43:30.879Z[SUM] 1.00-2.00 sec 435 MBytes 3.65 Gbits/sec
40612026-03-27T04:43:30.879Z- - - - - - - - - - - - - - - - - - - - - - - - -
40622026-03-27T04:43:30.879Z[ 5] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
40632026-03-27T04:43:30.879Z[ 8] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
40642026-03-27T04:43:30.879Z[ 10] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
40652026-03-27T04:43:30.879Z[ 12] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
40662026-03-27T04:43:30.879Z[ 14] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
40672026-03-27T04:43:30.879Z[ 16] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
40682026-03-27T04:43:30.879Z[ 18] 2.00-3.00 sec 54.2 MBytes 455 Mbits/sec
40692026-03-27T04:43:30.879Z[ 20] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
40702026-03-27T04:43:30.879Z[SUM] 2.00-3.00 sec 433 MBytes 3.63 Gbits/sec
40712026-03-27T04:43:30.879Z- - - - - - - - - - - - - - - - - - - - - - - - -
40722026-03-27T04:43:30.879Z[ 5] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
40732026-03-27T04:43:30.879Z[ 8] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
40742026-03-27T04:43:30.879Z[ 10] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
40752026-03-27T04:43:30.879Z[ 12] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
40762026-03-27T04:43:30.879Z[ 14] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
40772026-03-27T04:43:30.879Z[ 16] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
40782026-03-27T04:43:30.879Z[ 18] 3.00-4.00 sec 54.5 MBytes 457 Mbits/sec
40792026-03-27T04:43:30.879Z[ 20] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
40802026-03-27T04:43:30.879Z[SUM] 3.00-4.00 sec 437 MBytes 3.67 Gbits/sec
40812026-03-27T04:43:30.883Z- - - - - - - - - - - - - - - - - - - - - - - - -
40822026-03-27T04:43:30.883Z[ 5] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
40832026-03-27T04:43:30.883Z[ 8] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
40842026-03-27T04:43:30.883Z[ 10] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
40852026-03-27T04:43:30.883Z[ 12] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
40862026-03-27T04:43:30.883Z[ 14] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
40872026-03-27T04:43:30.883Z[ 16] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
40882026-03-27T04:43:30.883Z[ 18] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
40892026-03-27T04:43:30.883Z[ 20] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
40902026-03-27T04:43:30.883Z[SUM] 4.00-5.00 sec 435 MBytes 3.65 Gbits/sec
40912026-03-27T04:43:30.883Z- - - - - - - - - - - - - - - - - - - - - - - - -
40922026-03-27T04:43:30.883Z[ 5] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
40932026-03-27T04:43:30.883Z[ 8] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
40942026-03-27T04:43:30.883Z[ 10] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
40952026-03-27T04:43:30.883Z[ 12] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
40962026-03-27T04:43:30.883Z[ 14] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
40972026-03-27T04:43:30.883Z[ 16] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
40982026-03-27T04:43:30.883Z[ 18] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
40992026-03-27T04:43:30.883Z[ 20] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
41002026-03-27T04:43:30.883Z[SUM] 5.00-6.00 sec 435 MBytes 3.65 Gbits/sec
41012026-03-27T04:43:30.883Z- - - - - - - - - - - - - - - - - - - - - - - - -
41022026-03-27T04:43:30.883Z[ 5] 6.00-7.00 sec 54.8 MBytes 459 Mbits/sec
41032026-03-27T04:43:30.883Z[ 8] 6.00-7.00 sec 54.8 MBytes 459 Mbits/sec
41042026-03-27T04:43:30.883Z[ 10] 6.00-7.00 sec 54.6 MBytes 458 Mbits/sec
41052026-03-27T04:43:33.884Z[ 12] 6.00-7.00 sec 54.8 MBytes 459 Mbits/sec
41062026-03-27T04:43:33.884Z[ 14] 6.00-7.00 sec 54.6 MBytes 458 Mbits/sec
41072026-03-27T04:43:33.884Z[ 16] 6.00-7.00 sec 54.8 MBytes 459 Mbits/sec
41082026-03-27T04:43:33.884Z[ 18] 6.00-7.00 sec 54.6 MBytes 458 Mbits/sec
41092026-03-27T04:43:33.884Z[ 20] 6.00-7.00 sec 54.8 MBytes 459 Mbits/sec
41102026-03-27T04:43:33.884Z[SUM] 6.00-7.00 sec 438 MBytes 3.67 Gbits/sec
41112026-03-27T04:43:33.884Z- - - - - - - - - - - - - - - - - - - - - - - - -
41122026-03-27T04:43:33.884Z[ 5] 7.00-8.00 sec 54.2 MBytes 455 Mbits/sec
41132026-03-27T04:43:33.884Z[ 8] 7.00-8.00 sec 54.0 MBytes 453 Mbits/sec
41142026-03-27T04:43:33.884Z[ 10] 7.00-8.00 sec 54.1 MBytes 454 Mbits/sec
41152026-03-27T04:43:33.885Z[ 12] 7.00-8.00 sec 54.0 MBytes 453 Mbits/sec
41162026-03-27T04:43:33.885Z[ 14] 7.00-8.00 sec 54.1 MBytes 454 Mbits/sec
41172026-03-27T04:43:33.885Z[ 16] 7.00-8.00 sec 54.0 MBytes 453 Mbits/sec
41182026-03-27T04:43:33.885Z[ 18] 7.00-8.00 sec 54.0 MBytes 453 Mbits/sec
41192026-03-27T04:43:33.885Z[ 20] 7.00-8.00 sec 54.1 MBytes 454 Mbits/sec
41202026-03-27T04:43:33.885Z[SUM] 7.00-8.00 sec 433 MBytes 3.63 Gbits/sec
41212026-03-27T04:43:33.885Z- - - - - - - - - - - - - - - - - - - - - - - - -
41222026-03-27T04:43:33.885Z[ 5] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
41232026-03-27T04:43:33.885Z[ 8] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
41242026-03-27T04:43:33.885Z[ 10] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
41252026-03-27T04:43:33.885Z[ 12] 8.00-9.00 sec 54.6 MBytes 458 Mbits/sec
41262026-03-27T04:43:33.885Z[ 14] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
41272026-03-27T04:43:33.885Z[ 16] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
41282026-03-27T04:43:33.885Z[ 18] 8.00-9.00 sec 54.6 MBytes 458 Mbits/sec
41292026-03-27T04:43:33.885Z[ 20] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
41302026-03-27T04:43:33.885Z[SUM] 8.00-9.00 sec 436 MBytes 3.66 Gbits/sec
41312026-03-27T04:43:33.885Z- - - - - - - - - - - - - - - - - - - - - - - - -
41322026-03-27T04:43:33.885Z[ 5] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
41332026-03-27T04:43:33.885Z[ 8] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
41342026-03-27T04:43:33.885Z[ 10] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
41352026-03-27T04:43:33.885Z[ 12] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
41362026-03-27T04:43:33.885Z[ 14] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
41372026-03-27T04:43:33.886Z[ 16] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
41382026-03-27T04:43:33.886Z[ 18] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
41392026-03-27T04:43:33.886Z[ 20] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
41402026-03-27T04:43:33.886Z[SUM] 9.00-10.00 sec 434 MBytes 3.64 Gbits/sec
41412026-03-27T04:43:33.886Z- - - - - - - - - - - - - - - - - - - - - - - - -
41422026-03-27T04:43:33.886Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41432026-03-27T04:43:33.886Z[ 8] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
41442026-03-27T04:43:33.886Z[ 10] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
41452026-03-27T04:43:33.886Z[ 12] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
41462026-03-27T04:43:33.886Z[ 14] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
41472026-03-27T04:43:33.886Z[ 16] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
41482026-03-27T04:43:33.886Z[ 18] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
41492026-03-27T04:43:33.886Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41502026-03-27T04:43:33.886Z[SUM] 10.00-10.00 sec 768 KBytes 6.07 Gbits/sec
41512026-03-27T04:43:33.886Z- - - - - - - - - - - - - - - - - - - - - - - - -
41522026-03-27T04:43:33.886Z[ ID] Interval Transfer Bitrate
41532026-03-27T04:43:33.886Z[ 5] 0.00-10.00 sec 533 MBytes 447 Mbits/sec sender
41542026-03-27T04:43:33.886Z[ 8] 0.00-10.00 sec 533 MBytes 447 Mbits/sec sender
41552026-03-27T04:43:33.886Z[ 10] 0.00-10.00 sec 533 MBytes 447 Mbits/sec sender
41562026-03-27T04:43:33.886Z[ 12] 0.00-10.00 sec 533 MBytes 447 Mbits/sec sender
41572026-03-27T04:43:33.886Z[ 14] 0.00-10.00 sec 532 MBytes 447 Mbits/sec sender
41582026-03-27T04:43:33.886Z[ 16] 0.00-10.00 sec 533 MBytes 447 Mbits/sec sender
41592026-03-27T04:43:33.886Z[ 18] 0.00-10.00 sec 533 MBytes 447 Mbits/sec sender
41602026-03-27T04:43:33.886Z[ 20] 0.00-10.00 sec 533 MBytes 447 Mbits/sec sender
41612026-03-27T04:43:33.886Z[SUM] 0.00-10.00 sec 4.16 GBytes 3.57 Gbits/sec sender
41622026-03-27T04:43:33.890ZRun 3/10...3574.7438089512984Mbps
41632026-03-27T04:43:41.285Z-----------------------------------------------------------
41642026-03-27T04:43:41.285ZServer listening on 5201 (test #24)
41652026-03-27T04:43:41.285Z-----------------------------------------------------------
41662026-03-27T04:43:41.285ZAccepted connection from 10.0.0.1, port 63400
41672026-03-27T04:43:41.285Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35738
41682026-03-27T04:43:41.285Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48913
41692026-03-27T04:43:41.285Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35290
41702026-03-27T04:43:41.285Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58144
41712026-03-27T04:43:41.285Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52886
41722026-03-27T04:43:41.285Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54401
41732026-03-27T04:43:41.285Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33943
41742026-03-27T04:43:41.285Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41321
41752026-03-27T04:43:41.285Z[ ID] Interval Transfer Bitrate
41762026-03-27T04:43:41.285Z[ 5] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
41772026-03-27T04:43:41.285Z[ 8] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
41782026-03-27T04:43:41.285Z[ 10] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
41792026-03-27T04:43:41.285Z[ 12] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
41802026-03-27T04:43:41.285Z[ 14] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
41812026-03-27T04:43:41.285Z[ 16] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
41822026-03-27T04:43:41.285Z[ 18] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
41832026-03-27T04:43:41.285Z[ 20] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
41842026-03-27T04:43:41.285Z[SUM] 0.00-1.00 sec 343 MBytes 2.88 Gbits/sec
41852026-03-27T04:43:41.285Z- - - - - - - - - - - - - - - - - - - - - - - - -
41862026-03-27T04:43:41.285Z[ 5] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
41872026-03-27T04:43:41.285Z[ 8] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
41882026-03-27T04:43:41.285Z[ 10] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
41892026-03-27T04:43:41.285Z[ 12] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
41902026-03-27T04:43:41.286Z[ 14] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
41912026-03-27T04:43:41.286Z[ 16] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
41922026-03-27T04:43:41.286Z[ 18] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
41932026-03-27T04:43:41.286Z[ 20] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
41942026-03-27T04:43:41.286Z[SUM] 1.00-2.00 sec 435 MBytes 3.65 Gbits/sec
41952026-03-27T04:43:41.286Z- - - - - - - - - - - - - - - - - - - - - - - - -
41962026-03-27T04:43:41.286Z[ 5] 2.00-3.00 sec 54.2 MBytes 455 Mbits/sec
41972026-03-27T04:43:41.286Z[ 8] 2.00-3.00 sec 54.4 MBytes 456 Mbits/sec
41982026-03-27T04:43:41.286Z[ 10] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
41992026-03-27T04:43:41.286Z[ 12] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
42002026-03-27T04:43:41.286Z[ 14] 2.00-3.00 sec 54.2 MBytes 455 Mbits/sec
42012026-03-27T04:43:41.286Z[ 16] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
42022026-03-27T04:43:41.286Z[ 18] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
42032026-03-27T04:43:41.286Z[ 20] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
42042026-03-27T04:43:41.286Z[SUM] 2.00-3.00 sec 435 MBytes 3.65 Gbits/sec
42052026-03-27T04:43:41.286Z- - - - - - - - - - - - - - - - - - - - - - - - -
42062026-03-27T04:43:41.286Z[ 5] 3.00-4.00 sec 54.5 MBytes 457 Mbits/sec
42072026-03-27T04:43:41.286Z[ 8] 3.00-4.00 sec 54.5 MBytes 457 Mbits/sec
42082026-03-27T04:43:41.286Z[ 10] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
42092026-03-27T04:43:41.286Z[ 12] 3.00-4.00 sec 54.5 MBytes 457 Mbits/sec
42102026-03-27T04:43:41.286Z[ 14] 3.00-4.00 sec 54.5 MBytes 457 Mbits/sec
42112026-03-27T04:43:41.286Z[ 16] 3.00-4.00 sec 54.5 MBytes 457 Mbits/sec
42122026-03-27T04:43:41.286Z[ 18] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
42132026-03-27T04:43:41.286Z[ 20] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
42142026-03-27T04:43:41.286Z[SUM] 3.00-4.00 sec 436 MBytes 3.65 Gbits/sec
42152026-03-27T04:43:41.286Z- - - - - - - - - - - - - - - - - - - - - - - - -
42162026-03-27T04:43:41.286Z[ 5] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
42172026-03-27T04:43:41.286Z[ 8] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
42182026-03-27T04:43:41.286Z[ 10] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
42192026-03-27T04:43:41.286Z[ 12] 4.00-5.00 sec 54.6 MBytes 458 Mbits/sec
42202026-03-27T04:43:41.286Z[ 14] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
42212026-03-27T04:43:41.286Z[ 16] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
42222026-03-27T04:43:41.286Z[ 18] 4.00-5.00 sec 54.6 MBytes 458 Mbits/sec
42232026-03-27T04:43:41.286Z[ 20] 4.00-5.00 sec 54.6 MBytes 458 Mbits/sec
42242026-03-27T04:43:41.286Z[SUM] 4.00-5.00 sec 436 MBytes 3.66 Gbits/sec
42252026-03-27T04:43:41.286Z- - - - - - - - - - - - - - - - - - - - - - - - -
42262026-03-27T04:43:41.286Z[ 5] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
42272026-03-27T04:43:41.287Z[ 8] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
42282026-03-27T04:43:41.287Z[ 10] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
42292026-03-27T04:43:41.287Z[ 12] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
42302026-03-27T04:43:41.287Z[ 14] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
42312026-03-27T04:43:41.287Z[ 16] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
42322026-03-27T04:43:41.287Z[ 18] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
42332026-03-27T04:43:41.287Z[ 20] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
42342026-03-27T04:43:41.287Z[SUM] 5.00-6.00 sec 436 MBytes 3.66 Gbits/sec
42352026-03-27T04:43:41.287Z- - - - - - - - - - - - - - - - - - - - - - - - -
42362026-03-27T04:43:41.287Z[ 5] 6.00-7.00 sec 54.4 MBytes 456 Mbits/sec
42372026-03-27T04:43:41.287Z[ 8] 6.00-7.00 sec 54.4 MBytes 456 Mbits/sec
42382026-03-27T04:43:41.287Z[ 10] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
42392026-03-27T04:43:44.289Z[ 12] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
42402026-03-27T04:43:44.290Z[ 14] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
42412026-03-27T04:43:44.290Z[ 16] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
42422026-03-27T04:43:44.290Z[ 18] 6.00-7.00 sec 54.4 MBytes 456 Mbits/sec
42432026-03-27T04:43:44.290Z[ 20] 6.00-7.00 sec 54.4 MBytes 456 Mbits/sec
42442026-03-27T04:43:44.290Z[SUM] 6.00-7.00 sec 435 MBytes 3.65 Gbits/sec
42452026-03-27T04:43:44.290Z- - - - - - - - - - - - - - - - - - - - - - - - -
42462026-03-27T04:43:44.290Z[ 5] 7.00-8.00 sec 54.4 MBytes 456 Mbits/sec
42472026-03-27T04:43:44.290Z[ 8] 7.00-8.00 sec 54.4 MBytes 456 Mbits/sec
42482026-03-27T04:43:44.291Z[ 10] 7.00-8.00 sec 54.2 MBytes 455 Mbits/sec
42492026-03-27T04:43:44.291Z[ 12] 7.00-8.00 sec 54.4 MBytes 456 Mbits/sec
42502026-03-27T04:43:44.291Z[ 14] 7.00-8.00 sec 54.2 MBytes 455 Mbits/sec
42512026-03-27T04:43:44.291Z[ 16] 7.00-8.00 sec 54.2 MBytes 455 Mbits/sec
42522026-03-27T04:43:44.291Z[ 18] 7.00-8.00 sec 54.4 MBytes 456 Mbits/sec
42532026-03-27T04:43:44.291Z[ 20] 7.00-8.00 sec 54.2 MBytes 455 Mbits/sec
42542026-03-27T04:43:44.291Z[SUM] 7.00-8.00 sec 434 MBytes 3.64 Gbits/sec
42552026-03-27T04:43:44.291Z- - - - - - - - - - - - - - - - - - - - - - - - -
42562026-03-27T04:43:44.291Z[ 5] 8.00-9.00 sec 55.4 MBytes 465 Mbits/sec
42572026-03-27T04:43:44.291Z[ 8] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
42582026-03-27T04:43:44.291Z[ 10] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
42592026-03-27T04:43:44.291Z[ 12] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
42602026-03-27T04:43:44.291Z[ 14] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
42612026-03-27T04:43:44.291Z[ 16] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
42622026-03-27T04:43:44.291Z[ 18] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
42632026-03-27T04:43:44.291Z[ 20] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
42642026-03-27T04:43:44.291Z[SUM] 8.00-9.00 sec 444 MBytes 3.73 Gbits/sec
42652026-03-27T04:43:44.291Z- - - - - - - - - - - - - - - - - - - - - - - - -
42662026-03-27T04:43:44.291Z[ 5] 9.00-10.00 sec 55.6 MBytes 467 Mbits/sec
42672026-03-27T04:43:44.291Z[ 8] 9.00-10.00 sec 55.5 MBytes 466 Mbits/sec
42682026-03-27T04:43:44.291Z[ 10] 9.00-10.00 sec 55.5 MBytes 466 Mbits/sec
42692026-03-27T04:43:44.291Z[ 12] 9.00-10.00 sec 55.6 MBytes 467 Mbits/sec
42702026-03-27T04:43:44.291Z[ 14] 9.00-10.00 sec 55.6 MBytes 467 Mbits/sec
42712026-03-27T04:43:44.291Z[ 16] 9.00-10.00 sec 55.5 MBytes 466 Mbits/sec
42722026-03-27T04:43:44.291Z[ 18] 9.00-10.00 sec 55.6 MBytes 467 Mbits/sec
42732026-03-27T04:43:44.291Z[ 20] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
42742026-03-27T04:43:44.291Z[SUM] 9.00-10.00 sec 445 MBytes 3.73 Gbits/sec
42752026-03-27T04:43:44.291Z- - - - - - - - - - - - - - - - - - - - - - - - -
42762026-03-27T04:43:44.291Z[ 5] 10.00-10.00 sec 128 KBytes 938 Mbits/sec
42772026-03-27T04:43:44.291Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42782026-03-27T04:43:44.291Z[ 10] 10.00-10.00 sec 128 KBytes 939 Mbits/sec
42792026-03-27T04:43:44.291Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42802026-03-27T04:43:44.291Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42812026-03-27T04:43:44.291Z[ 16] 10.00-10.00 sec 128 KBytes 939 Mbits/sec
42822026-03-27T04:43:44.291Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42832026-03-27T04:43:44.291Z[ 20] 10.00-10.00 sec 128 KBytes 940 Mbits/sec
42842026-03-27T04:43:44.291Z[SUM] 10.00-10.00 sec 512 KBytes 3.75 Gbits/sec
42852026-03-27T04:43:44.291Z- - - - - - - - - - - - - - - - - - - - - - - - -
42862026-03-27T04:43:44.292Z[ ID] Interval Transfer Bitrate
42872026-03-27T04:43:44.292Z[ 5] 0.00-10.00 sec 535 MBytes 449 Mbits/sec sender
42882026-03-27T04:43:44.292Z[ 8] 0.00-10.00 sec 535 MBytes 449 Mbits/sec sender
42892026-03-27T04:43:44.292Z[ 10] 0.00-10.00 sec 535 MBytes 449 Mbits/sec sender
42902026-03-27T04:43:44.292Z[ 12] 0.00-10.00 sec 535 MBytes 449 Mbits/sec sender
42912026-03-27T04:43:44.292Z[ 14] 0.00-10.00 sec 535 MBytes 449 Mbits/sec sender
42922026-03-27T04:43:44.292Z[ 16] 0.00-10.00 sec 535 MBytes 449 Mbits/sec sender
42932026-03-27T04:43:44.292Z[ 18] 0.00-10.00 sec 535 MBytes 449 Mbits/sec sender
42942026-03-27T04:43:44.292Z[ 20] 0.00-10.00 sec 535 MBytes 449 Mbits/sec sender
42952026-03-27T04:43:44.292Z[SUM] 0.00-10.00 sec 4.18 GBytes 3.59 Gbits/sec sender
42962026-03-27T04:43:44.296ZRun 4/10...3590.3372282257646Mbps
42972026-03-27T04:43:51.689Z-----------------------------------------------------------
42982026-03-27T04:43:51.689ZServer listening on 5201 (test #25)
42992026-03-27T04:43:51.689Z-----------------------------------------------------------
43002026-03-27T04:43:51.689ZAccepted connection from 10.0.0.1, port 60055
43012026-03-27T04:43:51.689Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50869
43022026-03-27T04:43:51.689Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35113
43032026-03-27T04:43:51.689Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60569
43042026-03-27T04:43:51.689Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54186
43052026-03-27T04:43:51.689Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41147
43062026-03-27T04:43:51.689Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53387
43072026-03-27T04:43:51.689Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40718
43082026-03-27T04:43:51.689Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42752
43092026-03-27T04:43:51.689Z[ ID] Interval Transfer Bitrate
43102026-03-27T04:43:51.689Z[ 5] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
43112026-03-27T04:43:51.689Z[ 8] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
43122026-03-27T04:43:51.690Z[ 10] 0.00-1.00 sec 43.1 MBytes 362 Mbits/sec
43132026-03-27T04:43:51.690Z[ 12] 0.00-1.00 sec 43.1 MBytes 362 Mbits/sec
43142026-03-27T04:43:51.690Z[ 14] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
43152026-03-27T04:43:51.690Z[ 16] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
43162026-03-27T04:43:51.690Z[ 18] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
43172026-03-27T04:43:51.690Z[ 20] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
43182026-03-27T04:43:51.691Z[SUM] 0.00-1.00 sec 344 MBytes 2.89 Gbits/sec
43192026-03-27T04:43:51.691Z- - - - - - - - - - - - - - - - - - - - - - - - -
43202026-03-27T04:43:51.691Z[ 5] 1.00-2.00 sec 54.9 MBytes 460 Mbits/sec
43212026-03-27T04:43:51.691Z[ 8] 1.00-2.00 sec 54.9 MBytes 460 Mbits/sec
43222026-03-27T04:43:51.691Z[ 10] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
43232026-03-27T04:43:51.691Z[ 12] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
43242026-03-27T04:43:51.691Z[ 14] 1.00-2.00 sec 54.9 MBytes 460 Mbits/sec
43252026-03-27T04:43:51.691Z[ 16] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
43262026-03-27T04:43:51.691Z[ 18] 1.00-2.00 sec 54.9 MBytes 460 Mbits/sec
43272026-03-27T04:43:51.691Z[ 20] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
43282026-03-27T04:43:51.691Z[SUM] 1.00-2.00 sec 438 MBytes 3.68 Gbits/sec
43292026-03-27T04:43:51.691Z- - - - - - - - - - - - - - - - - - - - - - - - -
43302026-03-27T04:43:51.691Z[ 5] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
43312026-03-27T04:43:51.691Z[ 8] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
43322026-03-27T04:43:51.691Z[ 10] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
43332026-03-27T04:43:51.691Z[ 12] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
43342026-03-27T04:43:51.692Z[ 14] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
43352026-03-27T04:43:51.692Z[ 16] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
43362026-03-27T04:43:51.692Z[ 18] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
43372026-03-27T04:43:51.692Z[ 20] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
43382026-03-27T04:43:51.692Z[SUM] 2.00-3.00 sec 441 MBytes 3.70 Gbits/sec
43392026-03-27T04:43:51.692Z- - - - - - - - - - - - - - - - - - - - - - - - -
43402026-03-27T04:43:51.692Z[ 5] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
43412026-03-27T04:43:51.692Z[ 8] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
43422026-03-27T04:43:51.692Z[ 10] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
43432026-03-27T04:43:51.692Z[ 12] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
43442026-03-27T04:43:51.692Z[ 14] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
43452026-03-27T04:43:51.692Z[ 16] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
43462026-03-27T04:43:51.692Z[ 18] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
43472026-03-27T04:43:51.692Z[ 20] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
43482026-03-27T04:43:51.692Z[SUM] 3.00-4.00 sec 435 MBytes 3.65 Gbits/sec
43492026-03-27T04:43:51.692Z- - - - - - - - - - - - - - - - - - - - - - - - -
43502026-03-27T04:43:51.692Z[ 5] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
43512026-03-27T04:43:51.692Z[ 8] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
43522026-03-27T04:43:51.692Z[ 10] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
43532026-03-27T04:43:51.692Z[ 12] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
43542026-03-27T04:43:51.692Z[ 14] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
43552026-03-27T04:43:51.693Z[ 16] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
43562026-03-27T04:43:51.693Z[ 18] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
43572026-03-27T04:43:51.693Z[ 20] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
43582026-03-27T04:43:51.693Z[SUM] 4.00-5.00 sec 435 MBytes 3.65 Gbits/sec
43592026-03-27T04:43:51.693Z- - - - - - - - - - - - - - - - - - - - - - - - -
43602026-03-27T04:43:51.693Z[ 5] 5.00-6.00 sec 54.9 MBytes 460 Mbits/sec
43612026-03-27T04:43:51.693Z[ 8] 5.00-6.00 sec 55.0 MBytes 461 Mbits/sec
43622026-03-27T04:43:51.693Z[ 10] 5.00-6.00 sec 54.9 MBytes 460 Mbits/sec
43632026-03-27T04:43:51.693Z[ 12] 5.00-6.00 sec 55.0 MBytes 461 Mbits/sec
43642026-03-27T04:43:51.693Z[ 14] 5.00-6.00 sec 54.9 MBytes 460 Mbits/sec
43652026-03-27T04:43:51.693Z[ 16] 5.00-6.00 sec 55.0 MBytes 461 Mbits/sec
43662026-03-27T04:43:51.693Z[ 18] 5.00-6.00 sec 54.9 MBytes 460 Mbits/sec
43672026-03-27T04:43:51.693Z[ 20] 5.00-6.00 sec 54.9 MBytes 460 Mbits/sec
43682026-03-27T04:43:51.693Z[SUM] 5.00-6.00 sec 439 MBytes 3.69 Gbits/sec
43692026-03-27T04:43:51.693Z- - - - - - - - - - - - - - - - - - - - - - - - -
43702026-03-27T04:43:51.693Z[ 5] 6.00-7.00 sec 54.6 MBytes 458 Mbits/sec
43712026-03-27T04:43:51.693Z[ 8] 6.00-7.00 sec 54.8 MBytes 459 Mbits/sec
43722026-03-27T04:43:51.693Z[ 10] 6.00-7.00 sec 54.8 MBytes 459 Mbits/sec
43732026-03-27T04:43:54.693Z[ 12] 6.00-7.00 sec 54.8 MBytes 459 Mbits/sec
43742026-03-27T04:43:54.693Z[ 14] 6.00-7.00 sec 54.6 MBytes 458 Mbits/sec
43752026-03-27T04:43:54.693Z[ 16] 6.00-7.00 sec 54.6 MBytes 458 Mbits/sec
43762026-03-27T04:43:54.694Z[ 18] 6.00-7.00 sec 54.8 MBytes 459 Mbits/sec
43772026-03-27T04:43:54.694Z[ 20] 6.00-7.00 sec 54.6 MBytes 458 Mbits/sec
43782026-03-27T04:43:54.694Z[SUM] 6.00-7.00 sec 438 MBytes 3.67 Gbits/sec
43792026-03-27T04:43:54.694Z- - - - - - - - - - - - - - - - - - - - - - - - -
43802026-03-27T04:43:54.694Z[ 5] 7.00-8.00 sec 54.9 MBytes 460 Mbits/sec
43812026-03-27T04:43:54.694Z[ 8] 7.00-8.00 sec 54.9 MBytes 460 Mbits/sec
43822026-03-27T04:43:54.694Z[ 10] 7.00-8.00 sec 54.9 MBytes 460 Mbits/sec
43832026-03-27T04:43:54.694Z[ 12] 7.00-8.00 sec 55.0 MBytes 461 Mbits/sec
43842026-03-27T04:43:54.694Z[ 14] 7.00-8.00 sec 54.8 MBytes 459 Mbits/sec
43852026-03-27T04:43:54.694Z[ 16] 7.00-8.00 sec 54.9 MBytes 460 Mbits/sec
43862026-03-27T04:43:54.694Z[ 18] 7.00-8.00 sec 54.9 MBytes 460 Mbits/sec
43872026-03-27T04:43:54.694Z[ 20] 7.00-8.00 sec 55.0 MBytes 461 Mbits/sec
43882026-03-27T04:43:54.694Z[SUM] 7.00-8.00 sec 439 MBytes 3.68 Gbits/sec
43892026-03-27T04:43:54.694Z- - - - - - - - - - - - - - - - - - - - - - - - -
43902026-03-27T04:43:54.694Z[ 5] 8.00-9.00 sec 54.1 MBytes 454 Mbits/sec
43912026-03-27T04:43:54.694Z[ 8] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
43922026-03-27T04:43:54.694Z[ 10] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
43932026-03-27T04:43:54.694Z[ 12] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
43942026-03-27T04:43:54.694Z[ 14] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
43952026-03-27T04:43:54.694Z[ 16] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
43962026-03-27T04:43:54.694Z[ 18] 8.00-9.00 sec 54.1 MBytes 454 Mbits/sec
43972026-03-27T04:43:54.694Z[ 20] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
43982026-03-27T04:43:54.694Z[SUM] 8.00-9.00 sec 434 MBytes 3.64 Gbits/sec
43992026-03-27T04:43:54.694Z- - - - - - - - - - - - - - - - - - - - - - - - -
44002026-03-27T04:43:54.694Z[ 5] 9.00-10.00 sec 55.0 MBytes 461 Mbits/sec
44012026-03-27T04:43:54.694Z[ 8] 9.00-10.00 sec 55.1 MBytes 462 Mbits/sec
44022026-03-27T04:43:54.694Z[ 10] 9.00-10.00 sec 55.0 MBytes 461 Mbits/sec
44032026-03-27T04:43:54.694Z[ 12] 9.00-10.00 sec 54.9 MBytes 460 Mbits/sec
44042026-03-27T04:43:54.694Z[ 14] 9.00-10.00 sec 55.0 MBytes 461 Mbits/sec
44052026-03-27T04:43:54.694Z[ 16] 9.00-10.00 sec 54.9 MBytes 460 Mbits/sec
44062026-03-27T04:43:54.694Z[ 18] 9.00-10.00 sec 55.0 MBytes 461 Mbits/sec
44072026-03-27T04:43:54.694Z[ 20] 9.00-10.00 sec 55.0 MBytes 461 Mbits/sec
44082026-03-27T04:43:54.694Z[SUM] 9.00-10.00 sec 440 MBytes 3.69 Gbits/sec
44092026-03-27T04:43:54.694Z- - - - - - - - - - - - - - - - - - - - - - - - -
44102026-03-27T04:43:54.694Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44112026-03-27T04:43:54.694Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44122026-03-27T04:43:54.695Z[ 10] 10.00-10.00 sec 128 KBytes 913 Mbits/sec
44132026-03-27T04:43:54.695Z[ 12] 10.00-10.00 sec 128 KBytes 913 Mbits/sec
44142026-03-27T04:43:54.695Z[ 14] 10.00-10.00 sec 128 KBytes 912 Mbits/sec
44152026-03-27T04:43:54.695Z[ 16] 10.00-10.00 sec 128 KBytes 912 Mbits/sec
44162026-03-27T04:43:54.695Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44172026-03-27T04:43:54.695Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44182026-03-27T04:43:54.695Z[SUM] 10.00-10.00 sec 512 KBytes 3.65 Gbits/sec
44192026-03-27T04:43:54.695Z- - - - - - - - - - - - - - - - - - - - - - - - -
44202026-03-27T04:43:54.695Z[ ID] Interval Transfer Bitrate
44212026-03-27T04:43:54.695Z[ 5] 0.00-10.00 sec 536 MBytes 449 Mbits/sec sender
44222026-03-27T04:43:54.695Z[ 8] 0.00-10.00 sec 536 MBytes 449 Mbits/sec sender
44232026-03-27T04:43:54.695Z[ 10] 0.00-10.00 sec 536 MBytes 449 Mbits/sec sender
44242026-03-27T04:43:54.695Z[ 12] 0.00-10.00 sec 536 MBytes 449 Mbits/sec sender
44252026-03-27T04:43:54.695Z[ 14] 0.00-10.00 sec 535 MBytes 449 Mbits/sec sender
44262026-03-27T04:43:54.695Z[ 16] 0.00-10.00 sec 536 MBytes 449 Mbits/sec sender
44272026-03-27T04:43:54.695Z[ 18] 0.00-10.00 sec 536 MBytes 449 Mbits/sec sender
44282026-03-27T04:43:54.695Z[ 20] 0.00-10.00 sec 535 MBytes 449 Mbits/sec sender
44292026-03-27T04:43:54.695Z[SUM] 0.00-10.00 sec 4.18 GBytes 3.59 Gbits/sec sender
44302026-03-27T04:43:54.698ZRun 5/10...3593.5755884439463Mbps
44312026-03-27T04:44:02.093Z-----------------------------------------------------------
44322026-03-27T04:44:02.093ZServer listening on 5201 (test #26)
44332026-03-27T04:44:02.094Z-----------------------------------------------------------
44342026-03-27T04:44:02.094ZAccepted connection from 10.0.0.1, port 58520
44352026-03-27T04:44:02.094Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35638
44362026-03-27T04:44:02.094Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51314
44372026-03-27T04:44:02.094Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46731
44382026-03-27T04:44:02.094Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41825
44392026-03-27T04:44:02.094Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53956
44402026-03-27T04:44:02.094Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52918
44412026-03-27T04:44:02.094Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63740
44422026-03-27T04:44:02.094Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60358
44432026-03-27T04:44:02.094Z[ ID] Interval Transfer Bitrate
44442026-03-27T04:44:02.094Z[ 5] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
44452026-03-27T04:44:02.094Z[ 8] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
44462026-03-27T04:44:02.094Z[ 10] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
44472026-03-27T04:44:02.094Z[ 12] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
44482026-03-27T04:44:02.094Z[ 14] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
44492026-03-27T04:44:02.094Z[ 16] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
44502026-03-27T04:44:02.094Z[ 18] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
44512026-03-27T04:44:02.094Z[ 20] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
44522026-03-27T04:44:02.094Z[SUM] 0.00-1.00 sec 348 MBytes 2.91 Gbits/sec
44532026-03-27T04:44:02.094Z- - - - - - - - - - - - - - - - - - - - - - - - -
44542026-03-27T04:44:02.094Z[ 5] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
44552026-03-27T04:44:02.094Z[ 8] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
44562026-03-27T04:44:02.094Z[ 10] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
44572026-03-27T04:44:02.094Z[ 12] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
44582026-03-27T04:44:02.094Z[ 14] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
44592026-03-27T04:44:02.094Z[ 16] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
44602026-03-27T04:44:02.094Z[ 18] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
44612026-03-27T04:44:02.095Z[ 20] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
44622026-03-27T04:44:02.095Z[SUM] 1.00-2.00 sec 434 MBytes 3.64 Gbits/sec
44632026-03-27T04:44:02.095Z- - - - - - - - - - - - - - - - - - - - - - - - -
44642026-03-27T04:44:02.095Z[ 5] 2.00-3.00 sec 54.8 MBytes 459 Mbits/sec
44652026-03-27T04:44:02.095Z[ 8] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
44662026-03-27T04:44:02.095Z[ 10] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
44672026-03-27T04:44:02.095Z[ 12] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
44682026-03-27T04:44:02.095Z[ 14] 2.00-3.00 sec 54.8 MBytes 459 Mbits/sec
44692026-03-27T04:44:02.095Z[ 16] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
44702026-03-27T04:44:02.095Z[ 18] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
44712026-03-27T04:44:02.095Z[ 20] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
44722026-03-27T04:44:02.095Z[SUM] 2.00-3.00 sec 437 MBytes 3.67 Gbits/sec
44732026-03-27T04:44:02.095Z- - - - - - - - - - - - - - - - - - - - - - - - -
44742026-03-27T04:44:02.095Z[ 5] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
44752026-03-27T04:44:02.095Z[ 8] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
44762026-03-27T04:44:02.095Z[ 10] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
44772026-03-27T04:44:02.095Z[ 12] 3.00-4.00 sec 54.5 MBytes 457 Mbits/sec
44782026-03-27T04:44:02.095Z[ 14] 3.00-4.00 sec 54.5 MBytes 457 Mbits/sec
44792026-03-27T04:44:02.095Z[ 16] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
44802026-03-27T04:44:02.095Z[ 18] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
44812026-03-27T04:44:02.095Z[ 20] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
44822026-03-27T04:44:02.095Z[SUM] 3.00-4.00 sec 437 MBytes 3.67 Gbits/sec
44832026-03-27T04:44:02.095Z- - - - - - - - - - - - - - - - - - - - - - - - -
44842026-03-27T04:44:02.095Z[ 5] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
44852026-03-27T04:44:02.095Z[ 8] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
44862026-03-27T04:44:02.095Z[ 10] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
44872026-03-27T04:44:02.095Z[ 12] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
44882026-03-27T04:44:02.095Z[ 14] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
44892026-03-27T04:44:02.095Z[ 16] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
44902026-03-27T04:44:02.095Z[ 18] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
44912026-03-27T04:44:02.095Z[ 20] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
44922026-03-27T04:44:02.095Z[SUM] 4.00-5.00 sec 434 MBytes 3.64 Gbits/sec
44932026-03-27T04:44:02.095Z- - - - - - - - - - - - - - - - - - - - - - - - -
44942026-03-27T04:44:02.095Z[ 5] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
44952026-03-27T04:44:02.095Z[ 8] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
44962026-03-27T04:44:02.095Z[ 10] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
44972026-03-27T04:44:02.095Z[ 12] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
44982026-03-27T04:44:02.096Z[ 14] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
44992026-03-27T04:44:02.096Z[ 16] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
45002026-03-27T04:44:02.096Z[ 18] 5.00-6.00 sec 54.8 MBytes 459 Mbits/sec
45012026-03-27T04:44:02.096Z[ 20] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
45022026-03-27T04:44:02.096Z[SUM] 5.00-6.00 sec 437 MBytes 3.66 Gbits/sec
45032026-03-27T04:44:02.096Z- - - - - - - - - - - - - - - - - - - - - - - - -
45042026-03-27T04:44:02.096Z[ 5] 6.00-7.00 sec 54.4 MBytes 456 Mbits/sec
45052026-03-27T04:44:02.096Z[ 8] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
45062026-03-27T04:44:02.096Z[ 10] 6.00-7.00 sec 54.4 MBytes 456 Mbits/sec
45072026-03-27T04:44:05.096Z[ 12] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
45082026-03-27T04:44:05.097Z[ 14] 6.00-7.00 sec 54.4 MBytes 456 Mbits/sec
45092026-03-27T04:44:05.097Z[ 16] 6.00-7.00 sec 54.4 MBytes 456 Mbits/sec
45102026-03-27T04:44:05.097Z[ 18] 6.00-7.00 sec 54.4 MBytes 456 Mbits/sec
45112026-03-27T04:44:05.097Z[ 20] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
45122026-03-27T04:44:05.097Z[SUM] 6.00-7.00 sec 435 MBytes 3.65 Gbits/sec
45132026-03-27T04:44:05.097Z- - - - - - - - - - - - - - - - - - - - - - - - -
45142026-03-27T04:44:05.097Z[ 5] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
45152026-03-27T04:44:05.097Z[ 8] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
45162026-03-27T04:44:05.097Z[ 10] 7.00-8.00 sec 54.8 MBytes 459 Mbits/sec
45172026-03-27T04:44:05.097Z[ 12] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
45182026-03-27T04:44:05.097Z[ 14] 7.00-8.00 sec 54.9 MBytes 460 Mbits/sec
45192026-03-27T04:44:05.097Z[ 16] 7.00-8.00 sec 54.9 MBytes 460 Mbits/sec
45202026-03-27T04:44:05.097Z[ 18] 7.00-8.00 sec 54.8 MBytes 459 Mbits/sec
45212026-03-27T04:44:05.097Z[ 20] 7.00-8.00 sec 54.9 MBytes 460 Mbits/sec
45222026-03-27T04:44:05.097Z[SUM] 7.00-8.00 sec 438 MBytes 3.67 Gbits/sec
45232026-03-27T04:44:05.098Z- - - - - - - - - - - - - - - - - - - - - - - - -
45242026-03-27T04:44:05.098Z[ 5] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
45252026-03-27T04:44:05.098Z[ 8] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
45262026-03-27T04:44:05.099Z[ 10] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
45272026-03-27T04:44:05.099Z[ 12] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
45282026-03-27T04:44:05.099Z[ 14] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
45292026-03-27T04:44:05.099Z[ 16] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
45302026-03-27T04:44:05.099Z[ 18] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
45312026-03-27T04:44:05.099Z[ 20] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
45322026-03-27T04:44:05.099Z[SUM] 8.00-9.00 sec 435 MBytes 3.65 Gbits/sec
45332026-03-27T04:44:05.099Z- - - - - - - - - - - - - - - - - - - - - - - - -
45342026-03-27T04:44:05.099Z[ 5] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
45352026-03-27T04:44:05.099Z[ 8] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
45362026-03-27T04:44:05.099Z[ 10] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
45372026-03-27T04:44:05.099Z[ 12] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
45382026-03-27T04:44:05.099Z[ 14] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
45392026-03-27T04:44:05.099Z[ 16] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
45402026-03-27T04:44:05.099Z[ 18] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
45412026-03-27T04:44:05.099Z[ 20] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
45422026-03-27T04:44:05.099Z[SUM] 9.00-10.00 sec 430 MBytes 3.61 Gbits/sec
45432026-03-27T04:44:05.099Z- - - - - - - - - - - - - - - - - - - - - - - - -
45442026-03-27T04:44:05.099Z[ 5] 10.00-10.00 sec 128 KBytes 855 Mbits/sec
45452026-03-27T04:44:05.099Z[ 8] 10.00-10.00 sec 128 KBytes 855 Mbits/sec
45462026-03-27T04:44:05.099Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
45472026-03-27T04:44:05.099Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
45482026-03-27T04:44:05.100Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
45492026-03-27T04:44:05.100Z[ 16] 10.00-10.00 sec 128 KBytes 855 Mbits/sec
45502026-03-27T04:44:05.100Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
45512026-03-27T04:44:05.100Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
45522026-03-27T04:44:05.100Z[SUM] 10.00-10.00 sec 384 KBytes 2.56 Gbits/sec
45532026-03-27T04:44:05.100Z- - - - - - - - - - - - - - - - - - - - - - - - -
45542026-03-27T04:44:05.100Z[ ID] Interval Transfer Bitrate
45552026-03-27T04:44:05.100Z[ 5] 0.00-10.00 sec 533 MBytes 447 Mbits/sec sender
45562026-03-27T04:44:05.100Z[ 8] 0.00-10.00 sec 533 MBytes 447 Mbits/sec sender
45572026-03-27T04:44:05.100Z[ 10] 0.00-10.00 sec 533 MBytes 447 Mbits/sec sender
45582026-03-27T04:44:05.100Z[ 12] 0.00-10.00 sec 533 MBytes 447 Mbits/sec sender
45592026-03-27T04:44:05.100Z[ 14] 0.00-10.00 sec 533 MBytes 447 Mbits/sec sender
45602026-03-27T04:44:05.100Z[ 16] 0.00-10.00 sec 533 MBytes 447 Mbits/sec sender
45612026-03-27T04:44:05.100Z[ 18] 0.00-10.00 sec 533 MBytes 447 Mbits/sec sender
45622026-03-27T04:44:05.100Z[ 20] 0.00-10.00 sec 534 MBytes 447 Mbits/sec sender
45632026-03-27T04:44:05.100Z[SUM] 0.00-10.00 sec 4.17 GBytes 3.58 Gbits/sec sender
45642026-03-27T04:44:05.103ZRun 6/10...3578.344384124176Mbps
45652026-03-27T04:44:12.495Z-----------------------------------------------------------
45662026-03-27T04:44:12.495ZServer listening on 5201 (test #27)
45672026-03-27T04:44:12.495Z-----------------------------------------------------------
45682026-03-27T04:44:12.495ZAccepted connection from 10.0.0.1, port 54636
45692026-03-27T04:44:12.495Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46804
45702026-03-27T04:44:12.495Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39605
45712026-03-27T04:44:12.495Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57630
45722026-03-27T04:44:12.495Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49778
45732026-03-27T04:44:12.495Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47651
45742026-03-27T04:44:12.495Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60906
45752026-03-27T04:44:12.495Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51038
45762026-03-27T04:44:12.499Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51077
45772026-03-27T04:44:12.500Z[ ID] Interval Transfer Bitrate
45782026-03-27T04:44:12.500Z[ 5] 0.00-1.00 sec 43.1 MBytes 362 Mbits/sec
45792026-03-27T04:44:12.500Z[ 8] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
45802026-03-27T04:44:12.500Z[ 10] 0.00-1.00 sec 43.1 MBytes 362 Mbits/sec
45812026-03-27T04:44:12.500Z[ 12] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
45822026-03-27T04:44:12.500Z[ 14] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
45832026-03-27T04:44:12.500Z[ 16] 0.00-1.00 sec 43.1 MBytes 362 Mbits/sec
45842026-03-27T04:44:12.500Z[ 18] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
45852026-03-27T04:44:12.500Z[ 20] 0.00-1.00 sec 43.1 MBytes 362 Mbits/sec
45862026-03-27T04:44:12.500Z[SUM] 0.00-1.00 sec 345 MBytes 2.89 Gbits/sec
45872026-03-27T04:44:12.500Z- - - - - - - - - - - - - - - - - - - - - - - - -
45882026-03-27T04:44:12.500Z[ 5] 1.00-2.00 sec 54.9 MBytes 460 Mbits/sec
45892026-03-27T04:44:12.500Z[ 8] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
45902026-03-27T04:44:12.500Z[ 10] 1.00-2.00 sec 55.1 MBytes 462 Mbits/sec
45912026-03-27T04:44:12.500Z[ 12] 1.00-2.00 sec 54.9 MBytes 460 Mbits/sec
45922026-03-27T04:44:12.500Z[ 14] 1.00-2.00 sec 54.9 MBytes 460 Mbits/sec
45932026-03-27T04:44:12.500Z[ 16] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
45942026-03-27T04:44:12.500Z[ 18] 1.00-2.00 sec 54.9 MBytes 460 Mbits/sec
45952026-03-27T04:44:12.500Z[ 20] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
45962026-03-27T04:44:12.500Z[SUM] 1.00-2.00 sec 440 MBytes 3.69 Gbits/sec
45972026-03-27T04:44:12.500Z- - - - - - - - - - - - - - - - - - - - - - - - -
45982026-03-27T04:44:12.500Z[ 5] 2.00-3.00 sec 54.4 MBytes 456 Mbits/sec
45992026-03-27T04:44:12.500Z[ 8] 2.00-3.00 sec 54.4 MBytes 456 Mbits/sec
46002026-03-27T04:44:12.500Z[ 10] 2.00-3.00 sec 54.4 MBytes 456 Mbits/sec
46012026-03-27T04:44:12.500Z[ 12] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
46022026-03-27T04:44:12.500Z[ 14] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
46032026-03-27T04:44:12.500Z[ 16] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
46042026-03-27T04:44:12.500Z[ 18] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
46052026-03-27T04:44:12.500Z[ 20] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
46062026-03-27T04:44:12.500Z[SUM] 2.00-3.00 sec 436 MBytes 3.66 Gbits/sec
46072026-03-27T04:44:12.500Z- - - - - - - - - - - - - - - - - - - - - - - - -
46082026-03-27T04:44:12.500Z[ 5] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
46092026-03-27T04:44:12.500Z[ 8] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
46102026-03-27T04:44:12.500Z[ 10] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
46112026-03-27T04:44:12.500Z[ 12] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
46122026-03-27T04:44:12.500Z[ 14] 3.00-4.00 sec 54.5 MBytes 457 Mbits/sec
46132026-03-27T04:44:12.501Z[ 16] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
46142026-03-27T04:44:12.501Z[ 18] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
46152026-03-27T04:44:12.501Z[ 20] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
46162026-03-27T04:44:12.501Z[SUM] 3.00-4.00 sec 434 MBytes 3.64 Gbits/sec
46172026-03-27T04:44:12.501Z- - - - - - - - - - - - - - - - - - - - - - - - -
46182026-03-27T04:44:12.501Z[ 5] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
46192026-03-27T04:44:12.502Z[ 8] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
46202026-03-27T04:44:12.502Z[ 10] 4.00-5.00 sec 54.6 MBytes 458 Mbits/sec
46212026-03-27T04:44:12.502Z[ 12] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
46222026-03-27T04:44:12.502Z[ 14] 4.00-5.00 sec 54.6 MBytes 458 Mbits/sec
46232026-03-27T04:44:12.502Z[ 16] 4.00-5.00 sec 54.6 MBytes 458 Mbits/sec
46242026-03-27T04:44:12.502Z[ 18] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
46252026-03-27T04:44:12.502Z[ 20] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
46262026-03-27T04:44:12.502Z[SUM] 4.00-5.00 sec 437 MBytes 3.66 Gbits/sec
46272026-03-27T04:44:12.502Z- - - - - - - - - - - - - - - - - - - - - - - - -
46282026-03-27T04:44:12.502Z[ 5] 5.00-6.00 sec 54.9 MBytes 460 Mbits/sec
46292026-03-27T04:44:12.502Z[ 8] 5.00-6.00 sec 54.8 MBytes 459 Mbits/sec
46302026-03-27T04:44:12.502Z[ 10] 5.00-6.00 sec 54.9 MBytes 460 Mbits/sec
46312026-03-27T04:44:12.502Z[ 12] 5.00-6.00 sec 54.8 MBytes 459 Mbits/sec
46322026-03-27T04:44:12.502Z[ 14] 5.00-6.00 sec 54.8 MBytes 459 Mbits/sec
46332026-03-27T04:44:12.502Z[ 16] 5.00-6.00 sec 54.9 MBytes 460 Mbits/sec
46342026-03-27T04:44:12.502Z[ 18] 5.00-6.00 sec 54.8 MBytes 459 Mbits/sec
46352026-03-27T04:44:12.502Z[ 20] 5.00-6.00 sec 54.8 MBytes 459 Mbits/sec
46362026-03-27T04:44:12.502Z[SUM] 5.00-6.00 sec 438 MBytes 3.68 Gbits/sec
46372026-03-27T04:44:12.502Z- - - - - - - - - - - - - - - - - - - - - - - - -
46382026-03-27T04:44:12.502Z[ 5] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
46392026-03-27T04:44:12.502Z[ 8] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
46402026-03-27T04:44:12.502Z[ 10] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
46412026-03-27T04:44:15.501Z[ 12] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
46422026-03-27T04:44:15.501Z[ 14] 6.00-7.00 sec 55.5 MBytes 466 Mbits/sec
46432026-03-27T04:44:15.501Z[ 16] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
46442026-03-27T04:44:15.501Z[ 18] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
46452026-03-27T04:44:15.502Z[ 20] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
46462026-03-27T04:44:15.502Z[SUM] 6.00-7.00 sec 443 MBytes 3.72 Gbits/sec
46472026-03-27T04:44:15.502Z- - - - - - - - - - - - - - - - - - - - - - - - -
46482026-03-27T04:44:15.502Z[ 5] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
46492026-03-27T04:44:15.502Z[ 8] 7.00-8.00 sec 54.5 MBytes 457 Mbits/sec
46502026-03-27T04:44:15.502Z[ 10] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
46512026-03-27T04:44:15.502Z[ 12] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
46522026-03-27T04:44:15.502Z[ 14] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
46532026-03-27T04:44:15.502Z[ 16] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
46542026-03-27T04:44:15.502Z[ 18] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
46552026-03-27T04:44:15.502Z[ 20] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
46562026-03-27T04:44:15.502Z[SUM] 7.00-8.00 sec 437 MBytes 3.66 Gbits/sec
46572026-03-27T04:44:15.502Z- - - - - - - - - - - - - - - - - - - - - - - - -
46582026-03-27T04:44:15.503Z[ 5] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
46592026-03-27T04:44:15.503Z[ 8] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
46602026-03-27T04:44:15.503Z[ 10] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
46612026-03-27T04:44:15.503Z[ 12] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
46622026-03-27T04:44:15.503Z[ 14] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
46632026-03-27T04:44:15.503Z[ 16] 8.00-9.00 sec 54.6 MBytes 458 Mbits/sec
46642026-03-27T04:44:15.503Z[ 18] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
46652026-03-27T04:44:15.503Z[ 20] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
46662026-03-27T04:44:15.503Z[SUM] 8.00-9.00 sec 436 MBytes 3.66 Gbits/sec
46672026-03-27T04:44:15.503Z- - - - - - - - - - - - - - - - - - - - - - - - -
46682026-03-27T04:44:15.503Z[ 5] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
46692026-03-27T04:44:15.503Z[ 8] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
46702026-03-27T04:44:15.503Z[ 10] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
46712026-03-27T04:44:15.503Z[ 12] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
46722026-03-27T04:44:15.503Z[ 14] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
46732026-03-27T04:44:15.503Z[ 16] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
46742026-03-27T04:44:15.503Z[ 18] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
46752026-03-27T04:44:15.503Z[ 20] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
46762026-03-27T04:44:15.503Z[SUM] 9.00-10.00 sec 432 MBytes 3.63 Gbits/sec
46772026-03-27T04:44:15.503Z- - - - - - - - - - - - - - - - - - - - - - - - -
46782026-03-27T04:44:15.503Z[ 5] 10.00-10.00 sec 128 KBytes 925 Mbits/sec
46792026-03-27T04:44:15.503Z[ 8] 10.00-10.00 sec 128 KBytes 925 Mbits/sec
46802026-03-27T04:44:15.503Z[ 10] 10.00-10.00 sec 128 KBytes 926 Mbits/sec
46812026-03-27T04:44:15.503Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46822026-03-27T04:44:15.503Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46832026-03-27T04:44:15.503Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46842026-03-27T04:44:15.503Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46852026-03-27T04:44:15.503Z[ 20] 10.00-10.00 sec 128 KBytes 925 Mbits/sec
46862026-03-27T04:44:15.503Z[SUM] 10.00-10.00 sec 512 KBytes 3.70 Gbits/sec
46872026-03-27T04:44:15.503Z- - - - - - - - - - - - - - - - - - - - - - - - -
46882026-03-27T04:44:15.503Z[ ID] Interval Transfer Bitrate
46892026-03-27T04:44:15.503Z[ 5] 0.00-10.00 sec 535 MBytes 448 Mbits/sec sender
46902026-03-27T04:44:15.503Z[ 8] 0.00-10.00 sec 535 MBytes 448 Mbits/sec sender
46912026-03-27T04:44:15.503Z[ 10] 0.00-10.00 sec 535 MBytes 449 Mbits/sec sender
46922026-03-27T04:44:15.503Z[ 12] 0.00-10.00 sec 534 MBytes 448 Mbits/sec sender
46932026-03-27T04:44:15.503Z[ 14] 0.00-10.00 sec 535 MBytes 449 Mbits/sec sender
46942026-03-27T04:44:15.503Z[ 16] 0.00-10.00 sec 535 MBytes 449 Mbits/sec sender
46952026-03-27T04:44:15.503Z[ 18] 0.00-10.00 sec 534 MBytes 448 Mbits/sec sender
46962026-03-27T04:44:15.503Z[ 20] 0.00-10.00 sec 535 MBytes 449 Mbits/sec sender
46972026-03-27T04:44:15.504Z[SUM] 0.00-10.00 sec 4.18 GBytes 3.59 Gbits/sec sender
46982026-03-27T04:44:15.507ZRun 7/10...3588.339059842024Mbps
46992026-03-27T04:44:22.901Z-----------------------------------------------------------
47002026-03-27T04:44:22.901ZServer listening on 5201 (test #28)
47012026-03-27T04:44:22.901Z-----------------------------------------------------------
47022026-03-27T04:44:22.901ZAccepted connection from 10.0.0.1, port 53930
47032026-03-27T04:44:22.901Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60301
47042026-03-27T04:44:22.901Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56491
47052026-03-27T04:44:22.901Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56035
47062026-03-27T04:44:22.901Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37663
47072026-03-27T04:44:22.901Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40603
47082026-03-27T04:44:22.901Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58882
47092026-03-27T04:44:22.901Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35018
47102026-03-27T04:44:22.901Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46887
47112026-03-27T04:44:22.901Z[ ID] Interval Transfer Bitrate
47122026-03-27T04:44:22.901Z[ 5] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
47132026-03-27T04:44:22.901Z[ 8] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
47142026-03-27T04:44:22.901Z[ 10] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
47152026-03-27T04:44:22.901Z[ 12] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
47162026-03-27T04:44:22.901Z[ 14] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
47172026-03-27T04:44:22.901Z[ 16] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
47182026-03-27T04:44:22.901Z[ 18] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
47192026-03-27T04:44:22.901Z[ 20] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
47202026-03-27T04:44:22.901Z[SUM] 0.00-1.00 sec 341 MBytes 2.86 Gbits/sec
47212026-03-27T04:44:22.902Z- - - - - - - - - - - - - - - - - - - - - - - - -
47222026-03-27T04:44:22.902Z[ 5] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
47232026-03-27T04:44:22.902Z[ 8] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
47242026-03-27T04:44:22.902Z[ 10] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
47252026-03-27T04:44:22.902Z[ 12] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
47262026-03-27T04:44:22.902Z[ 14] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
47272026-03-27T04:44:22.902Z[ 16] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
47282026-03-27T04:44:22.902Z[ 18] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
47292026-03-27T04:44:22.902Z[ 20] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
47302026-03-27T04:44:22.902Z[SUM] 1.00-2.00 sec 437 MBytes 3.66 Gbits/sec
47312026-03-27T04:44:22.902Z- - - - - - - - - - - - - - - - - - - - - - - - -
47322026-03-27T04:44:22.902Z[ 5] 2.00-3.00 sec 54.4 MBytes 456 Mbits/sec
47332026-03-27T04:44:22.902Z[ 8] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
47342026-03-27T04:44:22.902Z[ 10] 2.00-3.00 sec 54.2 MBytes 455 Mbits/sec
47352026-03-27T04:44:22.902Z[ 12] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
47362026-03-27T04:44:22.902Z[ 14] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
47372026-03-27T04:44:22.902Z[ 16] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
47382026-03-27T04:44:22.902Z[ 18] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
47392026-03-27T04:44:22.902Z[ 20] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
47402026-03-27T04:44:22.902Z[SUM] 2.00-3.00 sec 436 MBytes 3.65 Gbits/sec
47412026-03-27T04:44:22.902Z- - - - - - - - - - - - - - - - - - - - - - - - -
47422026-03-27T04:44:22.902Z[ 5] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
47432026-03-27T04:44:22.902Z[ 8] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
47442026-03-27T04:44:22.902Z[ 10] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
47452026-03-27T04:44:22.902Z[ 12] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
47462026-03-27T04:44:22.902Z[ 14] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
47472026-03-27T04:44:22.902Z[ 16] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
47482026-03-27T04:44:22.902Z[ 18] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
47492026-03-27T04:44:22.902Z[ 20] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
47502026-03-27T04:44:22.902Z[SUM] 3.00-4.00 sec 434 MBytes 3.64 Gbits/sec
47512026-03-27T04:44:22.902Z- - - - - - - - - - - - - - - - - - - - - - - - -
47522026-03-27T04:44:22.902Z[ 5] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
47532026-03-27T04:44:22.902Z[ 8] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
47542026-03-27T04:44:22.902Z[ 10] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
47552026-03-27T04:44:22.902Z[ 12] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
47562026-03-27T04:44:22.902Z[ 14] 4.00-5.00 sec 53.9 MBytes 452 Mbits/sec
47572026-03-27T04:44:22.902Z[ 16] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
47582026-03-27T04:44:22.902Z[ 18] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
47592026-03-27T04:44:22.902Z[ 20] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
47602026-03-27T04:44:22.903Z[SUM] 4.00-5.00 sec 432 MBytes 3.63 Gbits/sec
47612026-03-27T04:44:22.903Z- - - - - - - - - - - - - - - - - - - - - - - - -
47622026-03-27T04:44:22.903Z[ 5] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
47632026-03-27T04:44:22.903Z[ 8] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
47642026-03-27T04:44:22.903Z[ 10] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
47652026-03-27T04:44:22.903Z[ 12] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
47662026-03-27T04:44:22.903Z[ 14] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
47672026-03-27T04:44:22.903Z[ 16] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
47682026-03-27T04:44:22.903Z[ 18] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
47692026-03-27T04:44:22.903Z[ 20] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
47702026-03-27T04:44:22.903Z[SUM] 5.00-6.00 sec 435 MBytes 3.65 Gbits/sec
47712026-03-27T04:44:22.903Z- - - - - - - - - - - - - - - - - - - - - - - - -
47722026-03-27T04:44:22.903Z[ 5] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
47732026-03-27T04:44:22.903Z[ 8] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
47742026-03-27T04:44:22.903Z[ 10] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
47752026-03-27T04:44:25.905Z[ 12] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
47762026-03-27T04:44:25.906Z[ 14] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
47772026-03-27T04:44:25.906Z[ 16] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
47782026-03-27T04:44:25.906Z[ 18] 6.00-7.00 sec 54.4 MBytes 456 Mbits/sec
47792026-03-27T04:44:25.906Z[ 20] 6.00-7.00 sec 54.4 MBytes 456 Mbits/sec
47802026-03-27T04:44:25.906Z[SUM] 6.00-7.00 sec 434 MBytes 3.64 Gbits/sec
47812026-03-27T04:44:25.906Z- - - - - - - - - - - - - - - - - - - - - - - - -
47822026-03-27T04:44:25.906Z[ 5] 7.00-8.00 sec 54.2 MBytes 455 Mbits/sec
47832026-03-27T04:44:25.906Z[ 8] 7.00-8.00 sec 54.5 MBytes 457 Mbits/sec
47842026-03-27T04:44:25.906Z[ 10] 7.00-8.00 sec 54.4 MBytes 456 Mbits/sec
47852026-03-27T04:44:25.906Z[ 12] 7.00-8.00 sec 54.2 MBytes 455 Mbits/sec
47862026-03-27T04:44:25.907Z[ 14] 7.00-8.00 sec 54.1 MBytes 454 Mbits/sec
47872026-03-27T04:44:25.907Z[ 16] 7.00-8.00 sec 54.1 MBytes 454 Mbits/sec
47882026-03-27T04:44:25.907Z[ 18] 7.00-8.00 sec 54.2 MBytes 455 Mbits/sec
47892026-03-27T04:44:25.907Z[ 20] 7.00-8.00 sec 54.2 MBytes 455 Mbits/sec
47902026-03-27T04:44:25.907Z[SUM] 7.00-8.00 sec 434 MBytes 3.64 Gbits/sec
47912026-03-27T04:44:25.907Z- - - - - - - - - - - - - - - - - - - - - - - - -
47922026-03-27T04:44:25.907Z[ 5] 8.00-9.00 sec 55.0 MBytes 461 Mbits/sec
47932026-03-27T04:44:25.907Z[ 8] 8.00-9.00 sec 54.8 MBytes 459 Mbits/sec
47942026-03-27T04:44:25.907Z[ 10] 8.00-9.00 sec 54.9 MBytes 460 Mbits/sec
47952026-03-27T04:44:25.907Z[ 12] 8.00-9.00 sec 54.8 MBytes 459 Mbits/sec
47962026-03-27T04:44:25.907Z[ 14] 8.00-9.00 sec 54.9 MBytes 460 Mbits/sec
47972026-03-27T04:44:25.907Z[ 16] 8.00-9.00 sec 55.0 MBytes 461 Mbits/sec
47982026-03-27T04:44:25.907Z[ 18] 8.00-9.00 sec 54.9 MBytes 460 Mbits/sec
47992026-03-27T04:44:25.907Z[ 20] 8.00-9.00 sec 54.9 MBytes 460 Mbits/sec
48002026-03-27T04:44:25.907Z[SUM] 8.00-9.00 sec 439 MBytes 3.68 Gbits/sec
48012026-03-27T04:44:25.907Z- - - - - - - - - - - - - - - - - - - - - - - - -
48022026-03-27T04:44:25.907Z[ 5] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
48032026-03-27T04:44:25.907Z[ 8] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
48042026-03-27T04:44:25.907Z[ 10] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
48052026-03-27T04:44:25.907Z[ 12] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
48062026-03-27T04:44:25.907Z[ 14] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
48072026-03-27T04:44:25.907Z[ 16] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
48082026-03-27T04:44:25.907Z[ 18] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
48092026-03-27T04:44:25.907Z[ 20] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
48102026-03-27T04:44:25.907Z[SUM] 9.00-10.00 sec 431 MBytes 3.61 Gbits/sec
48112026-03-27T04:44:25.907Z- - - - - - - - - - - - - - - - - - - - - - - - -
48122026-03-27T04:44:25.907Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48132026-03-27T04:44:25.907Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48142026-03-27T04:44:25.907Z[ 10] 10.00-10.00 sec 128 KBytes 914 Mbits/sec
48152026-03-27T04:44:25.907Z[ 12] 10.00-10.00 sec 128 KBytes 914 Mbits/sec
48162026-03-27T04:44:25.907Z[ 14] 10.00-10.00 sec 128 KBytes 914 Mbits/sec
48172026-03-27T04:44:25.907Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48182026-03-27T04:44:25.907Z[ 18] 10.00-10.00 sec 128 KBytes 913 Mbits/sec
48192026-03-27T04:44:25.907Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48202026-03-27T04:44:25.907Z[SUM] 10.00-10.00 sec 512 KBytes 3.65 Gbits/sec
48212026-03-27T04:44:25.908Z- - - - - - - - - - - - - - - - - - - - - - - - -
48222026-03-27T04:44:25.908Z[ ID] Interval Transfer Bitrate
48232026-03-27T04:44:25.908Z[ 5] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
48242026-03-27T04:44:25.908Z[ 8] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
48252026-03-27T04:44:25.908Z[ 10] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
48262026-03-27T04:44:25.908Z[ 12] 0.00-10.00 sec 531 MBytes 446 Mbits/sec sender
48272026-03-27T04:44:25.908Z[ 14] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
48282026-03-27T04:44:25.908Z[ 16] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
48292026-03-27T04:44:25.908Z[ 18] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
48302026-03-27T04:44:25.908Z[ 20] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
48312026-03-27T04:44:25.908Z[SUM] 0.00-10.00 sec 4.15 GBytes 3.57 Gbits/sec sender
48322026-03-27T04:44:25.912ZRun 8/10...3567.2593966802865Mbps
48332026-03-27T04:44:33.311Z-----------------------------------------------------------
48342026-03-27T04:44:33.311ZServer listening on 5201 (test #29)
48352026-03-27T04:44:33.311Z-----------------------------------------------------------
48362026-03-27T04:44:33.312ZAccepted connection from 10.0.0.1, port 48498
48372026-03-27T04:44:33.312Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55618
48382026-03-27T04:44:33.312Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41812
48392026-03-27T04:44:33.312Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37979
48402026-03-27T04:44:33.312Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35156
48412026-03-27T04:44:33.312Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42495
48422026-03-27T04:44:33.312Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41118
48432026-03-27T04:44:33.312Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34457
48442026-03-27T04:44:33.312Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54573
48452026-03-27T04:44:33.312Z[ ID] Interval Transfer Bitrate
48462026-03-27T04:44:33.312Z[ 5] 0.00-1.00 sec 43.1 MBytes 362 Mbits/sec
48472026-03-27T04:44:33.312Z[ 8] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
48482026-03-27T04:44:33.312Z[ 10] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
48492026-03-27T04:44:33.312Z[ 12] 0.00-1.00 sec 43.1 MBytes 362 Mbits/sec
48502026-03-27T04:44:33.312Z[ 14] 0.00-1.00 sec 43.1 MBytes 362 Mbits/sec
48512026-03-27T04:44:33.312Z[ 16] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
48522026-03-27T04:44:33.312Z[ 18] 0.00-1.00 sec 43.1 MBytes 362 Mbits/sec
48532026-03-27T04:44:33.312Z[ 20] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
48542026-03-27T04:44:33.312Z[SUM] 0.00-1.00 sec 345 MBytes 2.89 Gbits/sec
48552026-03-27T04:44:33.312Z- - - - - - - - - - - - - - - - - - - - - - - - -
48562026-03-27T04:44:33.312Z[ 5] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
48572026-03-27T04:44:33.312Z[ 8] 1.00-2.00 sec 54.9 MBytes 460 Mbits/sec
48582026-03-27T04:44:33.312Z[ 10] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
48592026-03-27T04:44:33.312Z[ 12] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
48602026-03-27T04:44:33.312Z[ 14] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
48612026-03-27T04:44:33.312Z[ 16] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
48622026-03-27T04:44:33.312Z[ 18] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
48632026-03-27T04:44:33.312Z[ 20] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
48642026-03-27T04:44:33.312Z[SUM] 1.00-2.00 sec 438 MBytes 3.67 Gbits/sec
48652026-03-27T04:44:33.312Z- - - - - - - - - - - - - - - - - - - - - - - - -
48662026-03-27T04:44:33.312Z[ 5] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
48672026-03-27T04:44:33.312Z[ 8] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
48682026-03-27T04:44:33.312Z[ 10] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
48692026-03-27T04:44:33.312Z[ 12] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
48702026-03-27T04:44:33.312Z[ 14] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
48712026-03-27T04:44:33.312Z[ 16] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
48722026-03-27T04:44:33.312Z[ 18] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
48732026-03-27T04:44:33.312Z[ 20] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
48742026-03-27T04:44:33.313Z[SUM] 2.00-3.00 sec 436 MBytes 3.66 Gbits/sec
48752026-03-27T04:44:33.313Z- - - - - - - - - - - - - - - - - - - - - - - - -
48762026-03-27T04:44:33.313Z[ 5] 3.00-4.00 sec 54.5 MBytes 457 Mbits/sec
48772026-03-27T04:44:33.313Z[ 8] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
48782026-03-27T04:44:33.313Z[ 10] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
48792026-03-27T04:44:33.313Z[ 12] 3.00-4.00 sec 54.5 MBytes 457 Mbits/sec
48802026-03-27T04:44:33.313Z[ 14] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
48812026-03-27T04:44:33.313Z[ 16] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
48822026-03-27T04:44:33.313Z[ 18] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
48832026-03-27T04:44:33.313Z[ 20] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
48842026-03-27T04:44:33.313Z[SUM] 3.00-4.00 sec 437 MBytes 3.67 Gbits/sec
48852026-03-27T04:44:33.313Z- - - - - - - - - - - - - - - - - - - - - - - - -
48862026-03-27T04:44:33.313Z[ 5] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
48872026-03-27T04:44:33.313Z[ 8] 4.00-5.00 sec 54.9 MBytes 460 Mbits/sec
48882026-03-27T04:44:33.313Z[ 10] 4.00-5.00 sec 54.6 MBytes 458 Mbits/sec
48892026-03-27T04:44:33.316Z[ 12] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
48902026-03-27T04:44:33.316Z[ 14] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
48912026-03-27T04:44:33.316Z[ 16] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
48922026-03-27T04:44:33.316Z[ 18] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
48932026-03-27T04:44:33.316Z[ 20] 4.00-5.00 sec 54.6 MBytes 458 Mbits/sec
48942026-03-27T04:44:33.316Z[SUM] 4.00-5.00 sec 437 MBytes 3.66 Gbits/sec
48952026-03-27T04:44:33.316Z- - - - - - - - - - - - - - - - - - - - - - - - -
48962026-03-27T04:44:33.317Z[ 5] 5.00-6.00 sec 55.5 MBytes 466 Mbits/sec
48972026-03-27T04:44:33.317Z[ 8] 5.00-6.00 sec 55.0 MBytes 461 Mbits/sec
48982026-03-27T04:44:33.317Z[ 10] 5.00-6.00 sec 55.4 MBytes 465 Mbits/sec
48992026-03-27T04:44:33.317Z[ 12] 5.00-6.00 sec 55.4 MBytes 465 Mbits/sec
49002026-03-27T04:44:33.317Z[ 14] 5.00-6.00 sec 55.4 MBytes 465 Mbits/sec
49012026-03-27T04:44:33.317Z[ 16] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
49022026-03-27T04:44:33.317Z[ 18] 5.00-6.00 sec 55.5 MBytes 466 Mbits/sec
49032026-03-27T04:44:33.317Z[ 20] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
49042026-03-27T04:44:33.317Z[SUM] 5.00-6.00 sec 443 MBytes 3.71 Gbits/sec
49052026-03-27T04:44:33.317Z- - - - - - - - - - - - - - - - - - - - - - - - -
49062026-03-27T04:44:33.317Z[ 5] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
49072026-03-27T04:44:33.317Z[ 8] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
49082026-03-27T04:44:33.317Z[ 10] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
49092026-03-27T04:44:36.325Z[ 12] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
49102026-03-27T04:44:36.326Z[ 14] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
49112026-03-27T04:44:36.326Z[ 16] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
49122026-03-27T04:44:36.326Z[ 18] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
49132026-03-27T04:44:36.326Z[ 20] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
49142026-03-27T04:44:36.327Z[SUM] 6.00-7.00 sec 441 MBytes 3.70 Gbits/sec
49152026-03-27T04:44:36.327Z- - - - - - - - - - - - - - - - - - - - - - - - -
49162026-03-27T04:44:36.327Z[ 5] 7.00-8.00 sec 54.5 MBytes 457 Mbits/sec
49172026-03-27T04:44:36.327Z[ 8] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
49182026-03-27T04:44:36.327Z[ 10] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
49192026-03-27T04:44:36.327Z[ 12] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
49202026-03-27T04:44:36.328Z[ 14] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
49212026-03-27T04:44:36.328Z[ 16] 7.00-8.00 sec 54.5 MBytes 457 Mbits/sec
49222026-03-27T04:44:36.328Z[ 18] 7.00-8.00 sec 54.8 MBytes 459 Mbits/sec
49232026-03-27T04:44:36.328Z[ 20] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
49242026-03-27T04:44:36.328Z[SUM] 7.00-8.00 sec 437 MBytes 3.66 Gbits/sec
49252026-03-27T04:44:36.328Z- - - - - - - - - - - - - - - - - - - - - - - - -
49262026-03-27T04:44:36.328Z[ 5] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
49272026-03-27T04:44:36.328Z[ 8] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
49282026-03-27T04:44:36.328Z[ 10] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
49292026-03-27T04:44:36.328Z[ 12] 8.00-9.00 sec 54.1 MBytes 454 Mbits/sec
49302026-03-27T04:44:36.328Z[ 14] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
49312026-03-27T04:44:36.328Z[ 16] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
49322026-03-27T04:44:36.328Z[ 18] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
49332026-03-27T04:44:36.328Z[ 20] 8.00-9.00 sec 54.1 MBytes 454 Mbits/sec
49342026-03-27T04:44:36.329Z[SUM] 8.00-9.00 sec 434 MBytes 3.64 Gbits/sec
49352026-03-27T04:44:36.329Z- - - - - - - - - - - - - - - - - - - - - - - - -
49362026-03-27T04:44:36.329Z[ 5] 9.00-10.00 sec 54.5 MBytes 457 Mbits/sec
49372026-03-27T04:44:36.329Z[ 8] 9.00-10.00 sec 54.5 MBytes 457 Mbits/sec
49382026-03-27T04:44:36.329Z[ 10] 9.00-10.00 sec 54.5 MBytes 457 Mbits/sec
49392026-03-27T04:44:36.329Z[ 12] 9.00-10.00 sec 54.4 MBytes 456 Mbits/sec
49402026-03-27T04:44:36.329Z[ 14] 9.00-10.00 sec 54.5 MBytes 457 Mbits/sec
49412026-03-27T04:44:36.329Z[ 16] 9.00-10.00 sec 54.5 MBytes 457 Mbits/sec
49422026-03-27T04:44:36.329Z[ 18] 9.00-10.00 sec 54.5 MBytes 457 Mbits/sec
49432026-03-27T04:44:36.329Z[ 20] 9.00-10.00 sec 54.6 MBytes 458 Mbits/sec
49442026-03-27T04:44:36.329Z[SUM] 9.00-10.00 sec 436 MBytes 3.66 Gbits/sec
49452026-03-27T04:44:36.329Z- - - - - - - - - - - - - - - - - - - - - - - - -
49462026-03-27T04:44:36.329Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49472026-03-27T04:44:36.329Z[ 8] 10.00-10.00 sec 128 KBytes 889 Mbits/sec
49482026-03-27T04:44:36.329Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49492026-03-27T04:44:36.329Z[ 12] 10.00-10.00 sec 128 KBytes 889 Mbits/sec
49502026-03-27T04:44:36.329Z[ 14] 10.00-10.00 sec 128 KBytes 889 Mbits/sec
49512026-03-27T04:44:36.329Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49522026-03-27T04:44:36.329Z[ 18] 10.00-10.00 sec 128 KBytes 889 Mbits/sec
49532026-03-27T04:44:36.329Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49542026-03-27T04:44:36.329Z[SUM] 10.00-10.00 sec 512 KBytes 3.55 Gbits/sec
49552026-03-27T04:44:36.329Z- - - - - - - - - - - - - - - - - - - - - - - - -
49562026-03-27T04:44:36.329Z[ ID] Interval Transfer Bitrate
49572026-03-27T04:44:36.329Z[ 5] 0.00-10.00 sec 536 MBytes 449 Mbits/sec sender
49582026-03-27T04:44:36.330Z[ 8] 0.00-10.00 sec 536 MBytes 449 Mbits/sec sender
49592026-03-27T04:44:36.330Z[ 10] 0.00-10.00 sec 536 MBytes 449 Mbits/sec sender
49602026-03-27T04:44:36.330Z[ 12] 0.00-10.00 sec 535 MBytes 449 Mbits/sec sender
49612026-03-27T04:44:36.330Z[ 14] 0.00-10.00 sec 536 MBytes 449 Mbits/sec sender
49622026-03-27T04:44:36.330Z[ 16] 0.00-10.00 sec 536 MBytes 449 Mbits/sec sender
49632026-03-27T04:44:36.330Z[ 18] 0.00-10.00 sec 536 MBytes 449 Mbits/sec sender
49642026-03-27T04:44:36.330Z[ 20] 0.00-10.00 sec 536 MBytes 449 Mbits/sec sender
49652026-03-27T04:44:36.330Z[SUM] 0.00-10.00 sec 4.18 GBytes 3.59 Gbits/sec sender
49662026-03-27T04:44:36.337ZRun 9/10...3593.8786255285245Mbps
49672026-03-27T04:44:43.716Z-----------------------------------------------------------
49682026-03-27T04:44:43.716ZServer listening on 5201 (test #30)
49692026-03-27T04:44:43.716Z-----------------------------------------------------------
49702026-03-27T04:44:43.716ZAccepted connection from 10.0.0.1, port 32987
49712026-03-27T04:44:43.716Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51057
49722026-03-27T04:44:43.716Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49716
49732026-03-27T04:44:43.716Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46785
49742026-03-27T04:44:43.716Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53873
49752026-03-27T04:44:43.716Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60089
49762026-03-27T04:44:43.716Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52456
49772026-03-27T04:44:43.716Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33358
49782026-03-27T04:44:43.716Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38930
49792026-03-27T04:44:43.716Z[ ID] Interval Transfer Bitrate
49802026-03-27T04:44:43.716Z[ 5] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
49812026-03-27T04:44:43.716Z[ 8] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
49822026-03-27T04:44:43.717Z[ 10] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
49832026-03-27T04:44:43.717Z[ 12] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
49842026-03-27T04:44:43.717Z[ 14] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
49852026-03-27T04:44:43.717Z[ 16] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
49862026-03-27T04:44:43.717Z[ 18] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
49872026-03-27T04:44:43.717Z[ 20] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
49882026-03-27T04:44:43.717Z[SUM] 0.00-1.00 sec 347 MBytes 2.91 Gbits/sec
49892026-03-27T04:44:43.717Z- - - - - - - - - - - - - - - - - - - - - - - - -
49902026-03-27T04:44:43.717Z[ 5] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
49912026-03-27T04:44:43.717Z[ 8] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
49922026-03-27T04:44:43.717Z[ 10] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
49932026-03-27T04:44:43.717Z[ 12] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
49942026-03-27T04:44:43.717Z[ 14] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
49952026-03-27T04:44:43.717Z[ 16] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
49962026-03-27T04:44:43.717Z[ 18] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
49972026-03-27T04:44:43.717Z[ 20] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
49982026-03-27T04:44:43.717Z[SUM] 1.00-2.00 sec 436 MBytes 3.66 Gbits/sec
49992026-03-27T04:44:43.717Z- - - - - - - - - - - - - - - - - - - - - - - - -
50002026-03-27T04:44:43.717Z[ 5] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
50012026-03-27T04:44:43.717Z[ 8] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
50022026-03-27T04:44:43.717Z[ 10] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
50032026-03-27T04:44:43.717Z[ 12] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
50042026-03-27T04:44:43.717Z[ 14] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
50052026-03-27T04:44:43.717Z[ 16] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
50062026-03-27T04:44:43.717Z[ 18] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
50072026-03-27T04:44:43.717Z[ 20] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
50082026-03-27T04:44:43.717Z[SUM] 2.00-3.00 sec 432 MBytes 3.63 Gbits/sec
50092026-03-27T04:44:43.717Z- - - - - - - - - - - - - - - - - - - - - - - - -
50102026-03-27T04:44:43.717Z[ 5] 3.00-4.00 sec 54.5 MBytes 457 Mbits/sec
50112026-03-27T04:44:43.717Z[ 8] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
50122026-03-27T04:44:43.717Z[ 10] 3.00-4.00 sec 54.5 MBytes 457 Mbits/sec
50132026-03-27T04:44:43.717Z[ 12] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
50142026-03-27T04:44:43.717Z[ 14] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
50152026-03-27T04:44:43.717Z[ 16] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
50162026-03-27T04:44:43.717Z[ 18] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
50172026-03-27T04:44:43.718Z[ 20] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
50182026-03-27T04:44:43.718Z[SUM] 3.00-4.00 sec 435 MBytes 3.65 Gbits/sec
50192026-03-27T04:44:43.718Z- - - - - - - - - - - - - - - - - - - - - - - - -
50202026-03-27T04:44:43.718Z[ 5] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
50212026-03-27T04:44:43.718Z[ 8] 4.00-5.00 sec 54.9 MBytes 460 Mbits/sec
50222026-03-27T04:44:43.718Z[ 10] 4.00-5.00 sec 54.6 MBytes 458 Mbits/sec
50232026-03-27T04:44:43.718Z[ 12] 4.00-5.00 sec 54.9 MBytes 460 Mbits/sec
50242026-03-27T04:44:43.718Z[ 14] 4.00-5.00 sec 54.6 MBytes 458 Mbits/sec
50252026-03-27T04:44:43.718Z[ 16] 4.00-5.00 sec 54.9 MBytes 460 Mbits/sec
50262026-03-27T04:44:43.718Z[ 18] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
50272026-03-27T04:44:43.718Z[ 20] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
50282026-03-27T04:44:43.718Z[SUM] 4.00-5.00 sec 438 MBytes 3.67 Gbits/sec
50292026-03-27T04:44:43.718Z- - - - - - - - - - - - - - - - - - - - - - - - -
50302026-03-27T04:44:43.718Z[ 5] 5.00-6.00 sec 54.8 MBytes 459 Mbits/sec
50312026-03-27T04:44:43.718Z[ 8] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
50322026-03-27T04:44:43.718Z[ 10] 5.00-6.00 sec 54.8 MBytes 459 Mbits/sec
50332026-03-27T04:44:43.718Z[ 12] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
50342026-03-27T04:44:43.719Z[ 14] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
50352026-03-27T04:44:43.719Z[ 16] 5.00-6.00 sec 54.8 MBytes 459 Mbits/sec
50362026-03-27T04:44:43.719Z[ 18] 5.00-6.00 sec 54.8 MBytes 459 Mbits/sec
50372026-03-27T04:44:43.719Z[ 20] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
50382026-03-27T04:44:43.719Z[SUM] 5.00-6.00 sec 437 MBytes 3.67 Gbits/sec
50392026-03-27T04:44:43.719Z- - - - - - - - - - - - - - - - - - - - - - - - -
50402026-03-27T04:44:43.719Z[ 5] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
50412026-03-27T04:44:43.719Z[ 8] 6.00-7.00 sec 54.6 MBytes 458 Mbits/sec
50422026-03-27T04:44:43.719Z[ 10] 6.00-7.00 sec 54.4 MBytes 456 Mbits/sec
50432026-03-27T04:44:46.721Z[ 12] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
50442026-03-27T04:44:46.721Z[ 14] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
50452026-03-27T04:44:46.721Z[ 16] 6.00-7.00 sec 54.4 MBytes 456 Mbits/sec
50462026-03-27T04:44:46.721Z[ 18] 6.00-7.00 sec 54.6 MBytes 458 Mbits/sec
50472026-03-27T04:44:46.721Z[ 20] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
50482026-03-27T04:44:46.721Z[SUM] 6.00-7.00 sec 436 MBytes 3.66 Gbits/sec
50492026-03-27T04:44:46.721Z- - - - - - - - - - - - - - - - - - - - - - - - -
50502026-03-27T04:44:46.721Z[ 5] 7.00-8.00 sec 54.5 MBytes 457 Mbits/sec
50512026-03-27T04:44:46.721Z[ 8] 7.00-8.00 sec 54.4 MBytes 456 Mbits/sec
50522026-03-27T04:44:46.721Z[ 10] 7.00-8.00 sec 54.4 MBytes 456 Mbits/sec
50532026-03-27T04:44:46.721Z[ 12] 7.00-8.00 sec 54.5 MBytes 457 Mbits/sec
50542026-03-27T04:44:46.721Z[ 14] 7.00-8.00 sec 54.5 MBytes 457 Mbits/sec
50552026-03-27T04:44:46.721Z[ 16] 7.00-8.00 sec 54.4 MBytes 456 Mbits/sec
50562026-03-27T04:44:46.721Z[ 18] 7.00-8.00 sec 54.4 MBytes 456 Mbits/sec
50572026-03-27T04:44:46.722Z[ 20] 7.00-8.00 sec 54.5 MBytes 457 Mbits/sec
50582026-03-27T04:44:46.722Z[SUM] 7.00-8.00 sec 436 MBytes 3.65 Gbits/sec
50592026-03-27T04:44:46.722Z- - - - - - - - - - - - - - - - - - - - - - - - -
50602026-03-27T04:44:46.722Z[ 5] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
50612026-03-27T04:44:46.722Z[ 8] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
50622026-03-27T04:44:46.722Z[ 10] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
50632026-03-27T04:44:46.722Z[ 12] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
50642026-03-27T04:44:46.722Z[ 14] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
50652026-03-27T04:44:46.722Z[ 16] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
50662026-03-27T04:44:46.722Z[ 18] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
50672026-03-27T04:44:46.722Z[ 20] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
50682026-03-27T04:44:46.722Z[SUM] 8.00-9.00 sec 435 MBytes 3.65 Gbits/sec
50692026-03-27T04:44:46.722Z- - - - - - - - - - - - - - - - - - - - - - - - -
50702026-03-27T04:44:46.722Z[ 5] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
50712026-03-27T04:44:46.722Z[ 8] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
50722026-03-27T04:44:46.722Z[ 10] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
50732026-03-27T04:44:46.722Z[ 12] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
50742026-03-27T04:44:46.722Z[ 14] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
50752026-03-27T04:44:46.722Z[ 16] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
50762026-03-27T04:44:46.722Z[ 18] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
50772026-03-27T04:44:46.722Z[ 20] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
50782026-03-27T04:44:46.722Z[SUM] 9.00-10.00 sec 431 MBytes 3.61 Gbits/sec
50792026-03-27T04:44:46.722Z- - - - - - - - - - - - - - - - - - - - - - - - -
50802026-03-27T04:44:46.722Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50812026-03-27T04:44:46.722Z[ 8] 10.00-10.00 sec 128 KBytes 902 Mbits/sec
50822026-03-27T04:44:46.722Z[ 10] 10.00-10.00 sec 128 KBytes 902 Mbits/sec
50832026-03-27T04:44:46.722Z[ 12] 10.00-10.00 sec 128 KBytes 902 Mbits/sec
50842026-03-27T04:44:46.722Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50852026-03-27T04:44:46.722Z[ 16] 10.00-10.00 sec 128 KBytes 902 Mbits/sec
50862026-03-27T04:44:46.722Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50872026-03-27T04:44:46.722Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50882026-03-27T04:44:46.722Z[SUM] 10.00-10.00 sec 512 KBytes 3.60 Gbits/sec
50892026-03-27T04:44:46.722Z- - - - - - - - - - - - - - - - - - - - - - - - -
50902026-03-27T04:44:46.722Z[ ID] Interval Transfer Bitrate
50912026-03-27T04:44:46.722Z[ 5] 0.00-10.00 sec 533 MBytes 447 Mbits/sec sender
50922026-03-27T04:44:46.722Z[ 8] 0.00-10.00 sec 533 MBytes 447 Mbits/sec sender
50932026-03-27T04:44:46.722Z[ 10] 0.00-10.00 sec 533 MBytes 447 Mbits/sec sender
50942026-03-27T04:44:46.723Z[ 12] 0.00-10.00 sec 533 MBytes 447 Mbits/sec sender
50952026-03-27T04:44:46.723Z[ 14] 0.00-10.00 sec 533 MBytes 447 Mbits/sec sender
50962026-03-27T04:44:46.723Z[ 16] 0.00-10.00 sec 533 MBytes 447 Mbits/sec sender
50972026-03-27T04:44:46.726Z[ 18] 0.00-10.00 sec 533 MBytes 447 Mbits/sec sender
50982026-03-27T04:44:46.726Z[ 20] 0.00-10.00 sec 533 MBytes 447 Mbits/sec sender
50992026-03-27T04:44:46.726Z[SUM] 0.00-10.00 sec 4.16 GBytes 3.58 Gbits/sec sender
51002026-03-27T04:44:46.726ZRun 10/10...3576.5852717379353Mbps
51012026-03-27T04:44:46.726Z###---------------------###
51022026-03-27T04:44:46.726Z::: iPerf done... :::
51032026-03-27T04:44:46.726Z:::Awaiting out files...:::
51042026-03-27T04:44:46.726Z###---------------------###
51052026-03-27T04:44:46.726Z###-----###
51062026-03-27T04:44:46.726Z:::done!:::
51072026-03-27T04:44:46.727Z###-----###
51082026-03-27T04:44:47.698ZBenchmarking iperf-tcp/local/s2c/tx
51092026-03-27T04:44:47.698ZBenchmarking iperf-tcp/local/s2c/tx: Warming up for 3.0000 s
51102026-03-27T04:44:51.577ZBenchmarking iperf-tcp/local/s2c/tx: Collecting 100 samples in estimated 20.000 s (1.4B iterations)
51112026-03-27T04:45:11.601ZBenchmarking iperf-tcp/local/s2c/tx: Analyzing
51122026-03-27T04:45:11.687Ziperf-tcp/local/s2c/tx time: [3.4764 µs 3.4765 µs 3.4765 µs]
51132026-03-27T04:45:11.687Z change: [+0.3038% +0.3084% +0.3132%] (p = 0.00 < 0.05)
51142026-03-27T04:45:11.687Z Change within noise threshold.
51152026-03-27T04:45:11.688ZFound 4 outliers among 100 measurements (4.00%)
51162026-03-27T04:45:11.688Z 3 (3.00%) low mild
51172026-03-27T04:45:11.688Z 1 (1.00%) high severe
51182026-03-27T04:45:12.581Z
51192026-03-27T04:45:12.584ZBenchmarking iperf-tcp/local/s2c/rx
51202026-03-27T04:45:12.584ZBenchmarking iperf-tcp/local/s2c/rx: Warming up for 3.0000 s
51212026-03-27T04:45:16.481ZBenchmarking iperf-tcp/local/s2c/rx: Collecting 100 samples in estimated 20.000 s (1.4B iterations)
51222026-03-27T04:45:36.521ZBenchmarking iperf-tcp/local/s2c/rx: Analyzing
51232026-03-27T04:45:36.608Ziperf-tcp/local/s2c/rx time: [6.4370 µs 6.4371 µs 6.4372 µs]
51242026-03-27T04:45:36.608Z change: [−0.0008% +0.0041% +0.0094%] (p = 0.13 > 0.05)
51252026-03-27T04:45:36.608Z No change in performance detected.
51262026-03-27T04:45:36.608ZFound 2 outliers among 100 measurements (2.00%)
51272026-03-27T04:45:36.608Z 1 (1.00%) low severe
51282026-03-27T04:45:36.608Z 1 (1.00%) high mild
51292026-03-27T04:45:37.502Z
51302026-03-27T04:45:41.968Z+ cargo ubench
51312026-03-27T04:45:42.221Z Compiling proc-macro2 v1.0.106
51322026-03-27T04:45:42.221Z Compiling quote v1.0.45
51332026-03-27T04:45:42.221Z Compiling unicode-ident v1.0.24
51342026-03-27T04:45:42.221Z Compiling serde_core v1.0.228
51352026-03-27T04:45:42.221Z Compiling cfg-if v1.0.4
51362026-03-27T04:45:42.224Z Compiling libc v0.2.183
51372026-03-27T04:45:42.224Z Compiling memchr v2.8.0
51382026-03-27T04:45:42.224Z Compiling serde v1.0.228
51392026-03-27T04:45:42.327Z Compiling zerocopy v0.8.47
51402026-03-27T04:45:42.414Z Compiling rustversion v1.0.22
51412026-03-27T04:45:42.652Z Compiling version_check v0.9.5
51422026-03-27T04:45:42.671Z Compiling ident_case v1.0.1
51432026-03-27T04:45:42.778Z Compiling strsim v0.11.1
51442026-03-27T04:45:42.857Z Compiling fnv v1.0.7
51452026-03-27T04:45:42.901Z Compiling either v1.15.0
51462026-03-27T04:45:42.934Z Compiling thiserror v2.0.18
51472026-03-27T04:45:43.103Z Compiling pin-project-lite v0.2.17
51482026-03-27T04:45:43.191Z Compiling crossbeam-utils v0.8.21
51492026-03-27T04:45:43.203Z Compiling syn v1.0.109
51502026-03-27T04:45:43.234Z Compiling regex-syntax v0.8.10
51512026-03-27T04:45:43.450Z Compiling syn v2.0.117
51522026-03-27T04:45:43.486Z Compiling aho-corasick v1.1.4
51532026-03-27T04:45:43.500Z Compiling equivalent v1.0.2
51542026-03-27T04:45:43.546Z Compiling hashbrown v0.16.1
51552026-03-27T04:45:43.565Z Compiling winnow v1.0.0
51562026-03-27T04:45:43.757Z Compiling itertools v0.14.0
51572026-03-27T04:45:44.057Z Compiling indexmap v2.13.0
51582026-03-27T04:45:44.696Z Compiling bitflags v2.11.0
51592026-03-27T04:45:44.702Z Compiling regex-automata v0.4.14
51602026-03-27T04:45:44.874Z Compiling toml_parser v1.1.0+spec-1.1.0
51612026-03-27T04:45:45.006Z Compiling byteorder v1.5.0
51622026-03-27T04:45:45.024Z Compiling toml_datetime v1.1.0+spec-1.1.0
51632026-03-27T04:45:45.192Z Compiling heapless v0.8.0
51642026-03-27T04:45:45.235Z Compiling autocfg v1.5.0
51652026-03-27T04:45:45.290Z Compiling toml_edit v0.25.8+spec-1.1.0
51662026-03-27T04:45:45.400Z Compiling hash32 v0.3.1
51672026-03-27T04:45:45.535Z Compiling slog v2.8.2
51682026-03-27T04:45:45.553Z Compiling futures-core v0.3.32
51692026-03-27T04:45:45.573Z Compiling num-traits v0.2.19
51702026-03-27T04:45:45.641Z Compiling futures-sink v0.3.32
51712026-03-27T04:45:45.695Z Compiling stable_deref_trait v1.2.1
51722026-03-27T04:45:45.737Z Compiling macaddr v1.0.1
51732026-03-27T04:45:45.762Z Compiling smoltcp v0.11.0
51742026-03-27T04:45:45.766Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
51752026-03-27T04:45:45.935Z Compiling proc-macro-crate v3.5.0
51762026-03-27T04:45:45.998Z Compiling darling_core v0.21.3
51772026-03-27T04:45:46.103Z Compiling futures-channel v0.3.32
51782026-03-27T04:45:46.184Z Compiling proc-macro-error-attr v1.0.4
51792026-03-27T04:45:46.342Z Compiling regex v1.12.3
51802026-03-27T04:45:46.347Z Compiling crc32fast v1.5.0
51812026-03-27T04:45:46.412Z Compiling futures-task v0.3.32
51822026-03-27T04:45:46.427Z Compiling getrandom v0.4.2
51832026-03-27T04:45:46.617Z Compiling bitflags v1.3.2
51842026-03-27T04:45:46.664Z Compiling itoa v1.0.18
51852026-03-27T04:45:46.682Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
51862026-03-27T04:45:46.728Z Compiling ref-cast v1.0.25
51872026-03-27T04:45:46.805Z Compiling futures-io v0.3.32
51882026-03-27T04:45:46.867Z Compiling slab v0.4.12
51892026-03-27T04:45:46.901Z Compiling anyhow v1.0.102
51902026-03-27T04:45:46.988Z Compiling managed v0.8.0
51912026-03-27T04:45:47.004Z Compiling rand_core v0.10.0
51922026-03-27T04:45:47.103Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
51932026-03-27T04:45:47.152Z Compiling proc-macro-error v1.0.4
51942026-03-27T04:45:47.257Z Compiling serde_derive v1.0.228
51952026-03-27T04:45:47.286Z Compiling zerocopy-derive v0.8.47
51962026-03-27T04:45:47.378Z Compiling thiserror-impl v2.0.18
51972026-03-27T04:45:47.411Z Compiling futures-macro v0.3.32
51982026-03-27T04:45:47.480Z Compiling foreign-types-macros v0.2.3
51992026-03-27T04:45:47.785Z Compiling ref-cast-impl v1.0.25
52002026-03-27T04:45:48.097Z Compiling num_enum_derive v0.7.6
52012026-03-27T04:45:48.185Z Compiling darling_macro v0.21.3
52022026-03-27T04:45:48.211Z Compiling futures-util v0.3.32
52032026-03-27T04:45:48.364Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
52042026-03-27T04:45:48.593Z Compiling once_cell v1.21.4
52052026-03-27T04:45:48.683Z Compiling cobs v0.3.0
52062026-03-27T04:45:48.718Z Compiling darling v0.21.3
52072026-03-27T04:45:48.789Z Compiling ingot-macros v0.1.1
52082026-03-27T04:45:48.807Z Compiling cpufeatures v0.3.0
52092026-03-27T04:45:48.871Z Compiling unicode-width v0.2.2
52102026-03-27T04:45:48.896Z Compiling rustix v1.1.4
52112026-03-27T04:45:49.074Z Compiling ipnetwork v0.21.1
52122026-03-27T04:45:49.158Z Compiling foreign-types-shared v0.3.1
52132026-03-27T04:45:49.242Z Compiling getrandom v0.3.4
52142026-03-27T04:45:49.444Z Compiling foreign-types v0.5.0
52152026-03-27T04:45:49.461Z Compiling tabwriter v1.4.1
52162026-03-27T04:45:49.511Z Compiling num_enum v0.7.6
52172026-03-27T04:45:49.577Z Compiling chacha20 v0.10.0
52182026-03-27T04:45:49.620Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
52192026-03-27T04:45:49.801Z Compiling tracing-core v0.1.36
52202026-03-27T04:45:50.223Z Compiling tracing-attributes v0.1.31
52212026-03-27T04:45:50.255Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
52222026-03-27T04:45:50.489Z Compiling erased-serde v0.3.31
52232026-03-27T04:45:50.531Z Compiling postcard v1.1.3
52242026-03-27T04:45:50.665Z Compiling futures-executor v0.3.32
52252026-03-27T04:45:51.059Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
52262026-03-27T04:45:51.118Z Compiling errno v0.3.14
52272026-03-27T04:45:51.264Z Compiling cstr-argument v0.1.2
52282026-03-27T04:45:51.355Z Compiling utf8parse v0.2.2
52292026-03-27T04:45:51.407Z Compiling num-conv v0.2.1
52302026-03-27T04:45:51.415Z Compiling time-core v0.1.8
52312026-03-27T04:45:51.418Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
52322026-03-27T04:45:51.447Z Compiling find-msvc-tools v0.1.9
52332026-03-27T04:45:51.558Z Compiling zmij v1.0.21
52342026-03-27T04:45:51.618Z Compiling thiserror v1.0.69
52352026-03-27T04:45:51.622Z Compiling dyn-clone v1.0.20
52362026-03-27T04:45:51.669Z Compiling pretty-hex v0.4.2
52372026-03-27T04:45:51.750Z Compiling powerfmt v0.2.0
52382026-03-27T04:45:51.806Z Compiling ingot-types v0.1.2
52392026-03-27T04:45:51.848Z Compiling shlex v1.3.0
52402026-03-27T04:45:51.968Z Compiling deranged v0.5.8
52412026-03-27T04:45:51.973Z Compiling cc v1.2.57
52422026-03-27T04:45:52.063Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
52432026-03-27T04:45:52.111Z Compiling time-macros v0.2.27
52442026-03-27T04:45:52.222Z Compiling ingot v0.1.1
52452026-03-27T04:45:52.260Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
52462026-03-27T04:45:52.372Z Compiling anstyle-parse v1.0.0
52472026-03-27T04:45:52.570Z Compiling tracing v0.1.44
52482026-03-27T04:45:52.782Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
52492026-03-27T04:45:53.083Z Compiling rand v0.10.0
52502026-03-27T04:45:53.104Z Compiling futures v0.3.32
52512026-03-27T04:45:53.164Z Compiling thiserror-impl v1.0.69
52522026-03-27T04:45:53.173Z Compiling crossbeam-epoch v0.9.18
52532026-03-27T04:45:53.321Z Compiling uuid v1.23.0
52542026-03-27T04:45:53.724Z Compiling arc-swap v1.9.0
52552026-03-27T04:45:53.839Z Compiling socket2 v0.6.3
52562026-03-27T04:45:53.890Z Compiling nom v8.0.0
52572026-03-27T04:45:54.055Z Compiling thread_local v1.1.9
52582026-03-27T04:45:54.296Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
52592026-03-27T04:45:54.363Z Compiling heck v0.4.1
52602026-03-27T04:45:54.386Z Compiling colorchoice v1.0.5
52612026-03-27T04:45:54.491Z Compiling anstyle v1.0.14
52622026-03-27T04:45:54.548Z Compiling anstyle-query v1.1.5
52632026-03-27T04:45:54.553Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
52642026-03-27T04:45:54.645Z Compiling colored v3.1.1
52652026-03-27T04:45:54.724Z Compiling lazy_static v1.5.0
52662026-03-27T04:45:54.753Z Compiling is_terminal_polyfill v1.70.2
52672026-03-27T04:45:54.815Z Compiling oxnet v0.1.4
52682026-03-27T04:45:54.837Z Compiling slog-async v2.8.0
52692026-03-27T04:45:55.096Z Compiling iana-time-zone v0.1.65
52702026-03-27T04:45:55.299Z Compiling serde_json v1.0.149
52712026-03-27T04:45:55.400Z Compiling rayon-core v1.13.0
52722026-03-27T04:45:55.544Z Compiling time v0.3.47
52732026-03-27T04:45:55.632Z Compiling chrono v0.4.44
52742026-03-27T04:45:56.658Z Compiling rusticata-macros v5.0.0
52752026-03-27T04:45:56.963Z Compiling anstream v1.0.0
52762026-03-27T04:45:57.007Z Compiling slog-scope v4.4.1
52772026-03-27T04:45:57.022Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
52782026-03-27T04:45:57.353Z Compiling terminal_size v0.4.4
52792026-03-27T04:45:57.377Z Compiling crossbeam-deque v0.8.6
52802026-03-27T04:45:57.395Z Compiling rand_core v0.9.5
52812026-03-27T04:45:57.489Z Compiling cookie-factory v0.3.3
52822026-03-27T04:45:57.587Z Compiling alloca v0.4.0
52832026-03-27T04:45:57.681Z Compiling half v2.7.1
52842026-03-27T04:45:57.805Z Compiling ppv-lite86 v0.2.21
52852026-03-27T04:45:57.867Z Compiling crossbeam-channel v0.5.15
52862026-03-27T04:45:57.935Z Compiling is-terminal v0.4.17
52872026-03-27T04:45:57.996Z Compiling itertools v0.12.1
52882026-03-27T04:45:58.021Z Compiling cfg_aliases v0.2.1
52892026-03-27T04:45:58.085Z Compiling plotters-backend v0.3.7
52902026-03-27T04:45:58.135Z Compiling ciborium-io v0.2.2
52912026-03-27T04:45:58.225Z Compiling circular v0.3.0
52922026-03-27T04:45:58.408Z Compiling take_mut v0.2.2
52932026-03-27T04:45:58.434Z Compiling heck v0.5.0
52942026-03-27T04:45:58.495Z Compiling log v0.4.29
52952026-03-27T04:45:58.628Z Compiling term v1.2.1
52962026-03-27T04:45:58.714Z Compiling clap_lex v1.1.0
52972026-03-27T04:45:58.714Z Compiling slog-stdlog v4.1.1
52982026-03-27T04:45:59.031Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
52992026-03-27T04:45:59.031Z Compiling slog-term v2.9.2
53002026-03-27T04:45:59.240Z Compiling clap_builder v4.6.0
53012026-03-27T04:45:59.443Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
53022026-03-27T04:45:59.641Z Compiling clap_derive v4.6.0
53032026-03-27T04:46:00.103Z Compiling pcap-parser v0.17.0
53042026-03-27T04:46:00.666Z Compiling plotters-svg v0.3.7
53052026-03-27T04:46:00.961Z Compiling ciborium-ll v0.2.2
53062026-03-27T04:46:00.997Z Compiling rand_chacha v0.9.0
53072026-03-27T04:46:01.195Z Compiling nix v0.31.2
53082026-03-27T04:46:01.574Z Compiling itertools v0.13.0
53092026-03-27T04:46:01.601Z Compiling cast v0.3.0
53102026-03-27T04:46:01.772Z Compiling same-file v1.0.6
53112026-03-27T04:46:01.931Z Compiling walkdir v2.5.0
53122026-03-27T04:46:02.331Z Compiling tinytemplate v1.2.1
53132026-03-27T04:46:02.502Z Compiling rayon v1.11.0
53142026-03-27T04:46:02.866Z Compiling clap v4.6.0
53152026-03-27T04:46:02.940Z Compiling criterion-plot v0.8.2
53162026-03-27T04:46:03.072Z Compiling rand v0.9.2
53172026-03-27T04:46:03.239Z Compiling ciborium v0.2.2
53182026-03-27T04:46:03.437Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
53192026-03-27T04:46:03.673Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
53202026-03-27T04:46:03.787Z Compiling plotters v0.3.7
53212026-03-27T04:46:04.009Z Compiling slog-envlogger v2.2.0
53222026-03-27T04:46:04.238Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
53232026-03-27T04:46:04.650Z Compiling page_size v0.6.0
53242026-03-27T04:46:04.754Z Compiling oorandom v11.1.5
53252026-03-27T04:46:04.883Z Compiling anes v0.1.6
53262026-03-27T04:46:04.889Z Compiling dtor-proc-macro v0.0.6
53272026-03-27T04:46:04.974Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
53282026-03-27T04:46:05.099Z Compiling criterion v0.8.2
53292026-03-27T04:46:05.234Z Compiling dtor v0.1.1
53302026-03-27T04:46:05.306Z Compiling ctor-proc-macro v0.0.7
53312026-03-27T04:46:05.655Z Compiling ctor v0.6.3
53322026-03-27T04:46:07.186Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
53332026-03-27T04:47:23.705Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 41s
53342026-03-27T04:47:23.731Z Running benches/userland.rs (target/release-lto/deps/userland-f63f137b71b85e42)
53352026-03-27T04:47:23.734ZGnuplot not found, using plotters backend
53362026-03-27T04:47:23.877ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover
53372026-03-27T04:47:23.877ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
53382026-03-27T04:47:29.402ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0017 s (7.6M iterations)
53392026-03-27T04:47:34.237ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Analyzing
53402026-03-27T04:47:34.329Zparse/Hairpin-DHCPv4/wallclock/Discover
53412026-03-27T04:47:34.329Z time: [61.464 ns 61.679 ns 61.933 ns]
53422026-03-27T04:47:34.329Z change: [−3.2526% −2.0172% −0.6163%] (p = 0.00 < 0.05)
53432026-03-27T04:47:34.329Z Change within noise threshold.
53442026-03-27T04:47:34.329ZFound 3 outliers among 100 measurements (3.00%)
53452026-03-27T04:47:34.329Z 1 (1.00%) high mild
53462026-03-27T04:47:34.329Z 2 (2.00%) high severe
53472026-03-27T04:47:35.543Z
53482026-03-27T04:47:35.546ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover
53492026-03-27T04:47:35.546ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
53502026-03-27T04:47:41.407ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0042 s (3.6M iterations)
53512026-03-27T04:47:46.381ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Analyzing
53522026-03-27T04:47:46.468Zprocess/Hairpin-DHCPv4/wallclock/Discover
53532026-03-27T04:47:46.468Z time: [810.43 ns 810.90 ns 811.36 ns]
53542026-03-27T04:47:46.468Z change: [−0.8378% −0.6584% −0.4858%] (p = 0.00 < 0.05)
53552026-03-27T04:47:46.468Z Change within noise threshold.
53562026-03-27T04:47:46.468ZFound 7 outliers among 100 measurements (7.00%)
53572026-03-27T04:47:46.468Z 2 (2.00%) high mild
53582026-03-27T04:47:46.468Z 5 (5.00%) high severe
53592026-03-27T04:47:47.680Z
53602026-03-27T04:47:47.683ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request
53612026-03-27T04:47:47.683ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
53622026-03-27T04:47:53.448ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0025 s (7.3M iterations)
53632026-03-27T04:47:58.130ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Analyzing
53642026-03-27T04:47:58.170Zparse/Hairpin-DHCPv4/wallclock/Request
53652026-03-27T04:47:58.170Z time: [61.681 ns 61.897 ns 62.155 ns]
53662026-03-27T04:47:58.170Z change: [−3.5779% −2.4099% −1.0339%] (p = 0.00 < 0.05)
53672026-03-27T04:47:58.170Z Performance has improved.
53682026-03-27T04:47:58.170ZFound 4 outliers among 100 measurements (4.00%)
53692026-03-27T04:47:58.170Z 2 (2.00%) high mild
53702026-03-27T04:47:58.170Z 2 (2.00%) high severe
53712026-03-27T04:47:59.364Z
53722026-03-27T04:47:59.367ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request
53732026-03-27T04:47:59.367ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
53742026-03-27T04:48:05.130ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0039 s (3.6M iterations)
53752026-03-27T04:48:10.109ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Analyzing
53762026-03-27T04:48:10.196Zprocess/Hairpin-DHCPv4/wallclock/Request
53772026-03-27T04:48:10.196Z time: [788.13 ns 788.66 ns 789.20 ns]
53782026-03-27T04:48:10.196Z change: [−0.7476% −0.5768% −0.4161%] (p = 0.00 < 0.05)
53792026-03-27T04:48:10.196Z Change within noise threshold.
53802026-03-27T04:48:10.196ZFound 5 outliers among 100 measurements (5.00%)
53812026-03-27T04:48:10.196Z 3 (3.00%) high mild
53822026-03-27T04:48:10.196Z 2 (2.00%) high severe
53832026-03-27T04:48:11.411Z
53842026-03-27T04:48:11.415ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit
53852026-03-27T04:48:11.415ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
53862026-03-27T04:48:14.865ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0025 s (6.1M iterations)
53872026-03-27T04:48:19.702ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
53882026-03-27T04:48:19.788Zparse/Hairpin-DHCPv6/wallclock/Solicit
53892026-03-27T04:48:19.788Z time: [61.364 ns 61.588 ns 61.859 ns]
53902026-03-27T04:48:19.788Z change: [−3.1761% −1.8224% −0.2512%] (p = 0.01 < 0.05)
53912026-03-27T04:48:19.788Z Change within noise threshold.
53922026-03-27T04:48:19.788ZFound 3 outliers among 100 measurements (3.00%)
53932026-03-27T04:48:19.788Z 1 (1.00%) high mild
53942026-03-27T04:48:19.788Z 2 (2.00%) high severe
53952026-03-27T04:48:20.970Z
53962026-03-27T04:48:20.974ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit
53972026-03-27T04:48:20.974ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
53982026-03-27T04:48:24.670ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0052 s (2.8M iterations)
53992026-03-27T04:48:29.694ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
54002026-03-27T04:48:29.780Zprocess/Hairpin-DHCPv6/wallclock/Solicit
54012026-03-27T04:48:29.780Z time: [1.0317 µs 1.0322 µs 1.0327 µs]
54022026-03-27T04:48:29.780Z change: [−0.7525% −0.5843% −0.4357%] (p = 0.00 < 0.05)
54032026-03-27T04:48:29.781Z Change within noise threshold.
54042026-03-27T04:48:29.781ZFound 10 outliers among 100 measurements (10.00%)
54052026-03-27T04:48:29.781Z 5 (5.00%) high mild
54062026-03-27T04:48:29.781Z 5 (5.00%) high severe
54072026-03-27T04:48:30.995Z
54082026-03-27T04:48:30.998ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request
54092026-03-27T04:48:30.998ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
54102026-03-27T04:48:34.804ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0026 s (5.5M iterations)
54112026-03-27T04:48:39.507ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Analyzing
54122026-03-27T04:48:39.594Zparse/Hairpin-DHCPv6/wallclock/Request
54132026-03-27T04:48:39.594Z time: [61.962 ns 62.178 ns 62.437 ns]
54142026-03-27T04:48:39.594Z change: [−2.2874% −0.9990% +0.2022%] (p = 0.13 > 0.05)
54152026-03-27T04:48:39.594Z No change in performance detected.
54162026-03-27T04:48:39.594ZFound 4 outliers among 100 measurements (4.00%)
54172026-03-27T04:48:39.594Z 2 (2.00%) high mild
54182026-03-27T04:48:39.594Z 2 (2.00%) high severe
54192026-03-27T04:48:40.784Z
54202026-03-27T04:48:40.787ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request
54212026-03-27T04:48:40.787ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
54222026-03-27T04:48:44.738ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0072 s (2.7M iterations)
54232026-03-27T04:48:49.701ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Analyzing
54242026-03-27T04:48:49.788Zprocess/Hairpin-DHCPv6/wallclock/Request
54252026-03-27T04:48:49.788Z time: [1.0701 µs 1.0704 µs 1.0707 µs]
54262026-03-27T04:48:49.788Z change: [−2.8305% −2.7057% −2.5709%] (p = 0.00 < 0.05)
54272026-03-27T04:48:49.788Z Performance has improved.
54282026-03-27T04:48:49.788ZFound 5 outliers among 100 measurements (5.00%)
54292026-03-27T04:48:49.788Z 2 (2.00%) high mild
54302026-03-27T04:48:49.788Z 3 (3.00%) high severe
54312026-03-27T04:48:51.002Z
54322026-03-27T04:48:51.005ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest
54332026-03-27T04:48:51.005ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
54342026-03-27T04:48:57.218ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0031 s (6.8M iterations)
54352026-03-27T04:49:01.676ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
54362026-03-27T04:49:01.762Zparse/Hairpin-ICMPv4/wallclock/EchoRequest
54372026-03-27T04:49:01.762Z time: [61.018 ns 61.234 ns 61.499 ns]
54382026-03-27T04:49:01.762Z change: [−3.9980% −2.7270% −1.4480%] (p = 0.00 < 0.05)
54392026-03-27T04:49:01.762Z Performance has improved.
54402026-03-27T04:49:01.762ZFound 3 outliers among 100 measurements (3.00%)
54412026-03-27T04:49:01.762Z 1 (1.00%) high mild
54422026-03-27T04:49:01.762Z 2 (2.00%) high severe
54432026-03-27T04:49:02.949Z
54442026-03-27T04:49:02.952ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest
54452026-03-27T04:49:02.952ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
54462026-03-27T04:49:08.191ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0037 s (4.0M iterations)
54472026-03-27T04:49:13.032ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
54482026-03-27T04:49:13.119Zprocess/Hairpin-ICMPv4/wallclock/EchoRequest
54492026-03-27T04:49:13.119Z time: [610.21 ns 610.96 ns 611.61 ns]
54502026-03-27T04:49:13.119Z change: [−0.0377% +0.1949% +0.4189%] (p = 0.08 > 0.05)
54512026-03-27T04:49:13.119Z No change in performance detected.
54522026-03-27T04:49:13.119ZFound 3 outliers among 100 measurements (3.00%)
54532026-03-27T04:49:13.119Z 3 (3.00%) high severe
54542026-03-27T04:49:14.333Z
54552026-03-27T04:49:14.340ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest
54562026-03-27T04:49:14.340ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
54572026-03-27T04:49:18.716ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0011 s (4.8M iterations)
54582026-03-27T04:49:22.569ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
54592026-03-27T04:49:22.656Zparse/Hairpin-ICMPv6/wallclock/EchoRequest
54602026-03-27T04:49:22.657Z time: [121.55 ns 121.78 ns 122.06 ns]
54612026-03-27T04:49:22.657Z change: [−2.6377% −1.7967% −0.8643%] (p = 0.00 < 0.05)
54622026-03-27T04:49:22.657Z Change within noise threshold.
54632026-03-27T04:49:22.657ZFound 3 outliers among 100 measurements (3.00%)
54642026-03-27T04:49:22.657Z 3 (3.00%) high severe
54652026-03-27T04:49:23.863Z
54662026-03-27T04:49:23.866ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest
54672026-03-27T04:49:23.866ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
54682026-03-27T04:49:27.052ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0058 s (3.3M iterations)
54692026-03-27T04:49:31.558ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
54702026-03-27T04:49:31.644Zprocess/Hairpin-ICMPv6/wallclock/EchoRequest
54712026-03-27T04:49:31.644Z time: [688.87 ns 689.27 ns 689.65 ns]
54722026-03-27T04:49:31.644Z change: [−0.7216% −0.4962% −0.2961%] (p = 0.00 < 0.05)
54732026-03-27T04:49:31.644Z Change within noise threshold.
54742026-03-27T04:49:31.644ZFound 8 outliers among 100 measurements (8.00%)
54752026-03-27T04:49:31.644Z 4 (4.00%) high mild
54762026-03-27T04:49:31.644Z 4 (4.00%) high severe
54772026-03-27T04:49:32.860Z
54782026-03-27T04:49:32.863ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit
54792026-03-27T04:49:32.863ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
54802026-03-27T04:49:39.031ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0032 s (6.8M iterations)
54812026-03-27T04:49:43.528ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
54822026-03-27T04:49:43.614Zparse/Hairpin-ICMPv6/wallclock/NeighborSolicit
54832026-03-27T04:49:43.614Z time: [60.832 ns 61.058 ns 61.333 ns]
54842026-03-27T04:49:43.614Z change: [−3.9132% −2.5719% −1.1855%] (p = 0.00 < 0.05)
54852026-03-27T04:49:43.614Z Performance has improved.
54862026-03-27T04:49:43.614ZFound 4 outliers among 100 measurements (4.00%)
54872026-03-27T04:49:43.614Z 2 (2.00%) high mild
54882026-03-27T04:49:43.614Z 2 (2.00%) high severe
54892026-03-27T04:49:44.808Z
54902026-03-27T04:49:44.811ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit
54912026-03-27T04:49:44.811ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
54922026-03-27T04:49:50.840ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0030 s (3.5M iterations)
54932026-03-27T04:49:55.699ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
54942026-03-27T04:49:55.785Zprocess/Hairpin-ICMPv6/wallclock/NeighborSolicit
54952026-03-27T04:49:55.785Z time: [798.34 ns 798.89 ns 799.40 ns]
54962026-03-27T04:49:55.785Z change: [−1.1123% −0.9343% −0.7744%] (p = 0.00 < 0.05)
54972026-03-27T04:49:55.785Z Change within noise threshold.
54982026-03-27T04:49:55.785ZFound 5 outliers among 100 measurements (5.00%)
54992026-03-27T04:49:55.785Z 3 (3.00%) high mild
55002026-03-27T04:49:55.785Z 2 (2.00%) high severe
55012026-03-27T04:49:57.001Z
55022026-03-27T04:49:57.005ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit
55032026-03-27T04:49:57.005ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
55042026-03-27T04:50:00.006ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0005 s (7.0M iterations)
55052026-03-27T04:50:04.582ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
55062026-03-27T04:50:04.668Zparse/Hairpin-ICMPv6/wallclock/RouterSolicit
55072026-03-27T04:50:04.668Z time: [61.208 ns 61.427 ns 61.692 ns]
55082026-03-27T04:50:04.668Z change: [−4.4329% −3.0970% −1.7166%] (p = 0.00 < 0.05)
55092026-03-27T04:50:04.668Z Performance has improved.
55102026-03-27T04:50:04.668ZFound 4 outliers among 100 measurements (4.00%)
55112026-03-27T04:50:04.668Z 2 (2.00%) high mild
55122026-03-27T04:50:04.668Z 2 (2.00%) high severe
55132026-03-27T04:50:05.883Z
55142026-03-27T04:50:05.886ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit
55152026-03-27T04:50:05.886ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
55162026-03-27T04:50:11.782ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0065 s (3.6M iterations)
55172026-03-27T04:50:16.586ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
55182026-03-27T04:50:16.672Zprocess/Hairpin-ICMPv6/wallclock/RouterSolicit
55192026-03-27T04:50:16.672Z time: [754.29 ns 754.83 ns 755.33 ns]
55202026-03-27T04:50:16.672Z change: [+0.2998% +0.5026% +0.7089%] (p = 0.00 < 0.05)
55212026-03-27T04:50:16.672Z Change within noise threshold.
55222026-03-27T04:50:16.672ZFound 5 outliers among 100 measurements (5.00%)
55232026-03-27T04:50:16.673Z 1 (1.00%) high mild
55242026-03-27T04:50:16.673Z 4 (4.00%) high severe
55252026-03-27T04:50:17.890Z
55262026-03-27T04:50:17.894ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
55272026-03-27T04:50:17.894ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
55282026-03-27T04:50:21.397ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0003 s (12M iterations)
55292026-03-27T04:50:25.225ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
55302026-03-27T04:50:25.311Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
55312026-03-27T04:50:25.311Z time: [62.152 ns 62.363 ns 62.630 ns]
55322026-03-27T04:50:25.311Z change: [−3.0020% −1.9182% −0.8154%] (p = 0.00 < 0.05)
55332026-03-27T04:50:25.312Z Change within noise threshold.
55342026-03-27T04:50:25.312ZFound 3 outliers among 100 measurements (3.00%)
55352026-03-27T04:50:25.312Z 2 (2.00%) high mild
55362026-03-27T04:50:25.312Z 1 (1.00%) high severe
55372026-03-27T04:50:26.533Z
55382026-03-27T04:50:26.536ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
55392026-03-27T04:50:26.536ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
55402026-03-27T04:50:31.712ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0003 s (4.1M iterations)
55412026-03-27T04:50:36.437ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
55422026-03-27T04:50:36.523Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
55432026-03-27T04:50:36.523Z time: [248.52 ns 248.70 ns 248.88 ns]
55442026-03-27T04:50:36.523Z change: [−0.2951% +0.0720% +0.4884%] (p = 0.72 > 0.05)
55452026-03-27T04:50:36.523Z No change in performance detected.
55462026-03-27T04:50:36.523ZFound 6 outliers among 100 measurements (6.00%)
55472026-03-27T04:50:36.523Z 3 (3.00%) high mild
55482026-03-27T04:50:36.523Z 3 (3.00%) high severe
55492026-03-27T04:50:37.739Z
55502026-03-27T04:50:37.742ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55512026-03-27T04:50:37.742ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
55522026-03-27T04:50:40.782ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0013 s (6.9M iterations)
55532026-03-27T04:50:45.524ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
55542026-03-27T04:50:45.610Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55552026-03-27T04:50:45.610Z time: [80.914 ns 81.085 ns 81.298 ns]
55562026-03-27T04:50:45.610Z change: [−12.161% −11.450% −10.637%] (p = 0.00 < 0.05)
55572026-03-27T04:50:45.610Z Performance has improved.
55582026-03-27T04:50:45.610ZFound 5 outliers among 100 measurements (5.00%)
55592026-03-27T04:50:45.610Z 3 (3.00%) high mild
55602026-03-27T04:50:45.610Z 2 (2.00%) high severe
55612026-03-27T04:50:46.826Z
55622026-03-27T04:50:46.829ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55632026-03-27T04:50:46.829ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
55642026-03-27T04:50:50.873ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0078 s (2.6M iterations)
55652026-03-27T04:50:55.862ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
55662026-03-27T04:50:55.949Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55672026-03-27T04:50:55.949Z time: [267.61 ns 267.83 ns 268.03 ns]
55682026-03-27T04:50:55.949Z change: [−4.0179% −3.6257% −3.1989%] (p = 0.00 < 0.05)
55692026-03-27T04:50:55.949Z Performance has improved.
55702026-03-27T04:50:55.949ZFound 12 outliers among 100 measurements (12.00%)
55712026-03-27T04:50:55.949Z 4 (4.00%) high mild
55722026-03-27T04:50:55.949Z 8 (8.00%) high severe
55732026-03-27T04:50:57.162Z
55742026-03-27T04:50:57.165ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55752026-03-27T04:50:57.165ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
55762026-03-27T04:51:03.457ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0016 s (6.7M iterations)
55772026-03-27T04:51:07.032ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
55782026-03-27T04:51:07.118Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55792026-03-27T04:51:07.118Z time: [100.47 ns 101.18 ns 101.96 ns]
55802026-03-27T04:51:07.118Z change: [−0.9362% −0.1161% +0.7439%] (p = 0.79 > 0.05)
55812026-03-27T04:51:07.118Z No change in performance detected.
55822026-03-27T04:51:07.118ZFound 3 outliers among 100 measurements (3.00%)
55832026-03-27T04:51:07.118Z 2 (2.00%) high mild
55842026-03-27T04:51:07.118Z 1 (1.00%) high severe
55852026-03-27T04:51:08.334Z
55862026-03-27T04:51:08.337ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55872026-03-27T04:51:08.337ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
55882026-03-27T04:51:11.339ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0066 s (3.5M iterations)
55892026-03-27T04:51:15.960ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
55902026-03-27T04:51:16.047Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55912026-03-27T04:51:16.048Z time: [220.60 ns 220.88 ns 221.16 ns]
55922026-03-27T04:51:16.048Z change: [−1.5918% −1.0929% −0.6012%] (p = 0.00 < 0.05)
55932026-03-27T04:51:16.048Z Change within noise threshold.
55942026-03-27T04:51:16.048ZFound 12 outliers among 100 measurements (12.00%)
55952026-03-27T04:51:16.048Z 4 (4.00%) high mild
55962026-03-27T04:51:16.048Z 8 (8.00%) high severe
55972026-03-27T04:51:17.259Z
55982026-03-27T04:51:17.262ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
55992026-03-27T04:51:17.262ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
56002026-03-27T04:51:21.660ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0018 s (4.8M iterations)
56012026-03-27T04:51:26.010ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
56022026-03-27T04:51:26.096Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
56032026-03-27T04:51:26.096Z time: [119.45 ns 120.14 ns 120.91 ns]
56042026-03-27T04:51:26.096Z change: [−8.0556% −7.4574% −6.7075%] (p = 0.00 < 0.05)
56052026-03-27T04:51:26.096Z Performance has improved.
56062026-03-27T04:51:26.096ZFound 4 outliers among 100 measurements (4.00%)
56072026-03-27T04:51:26.096Z 2 (2.00%) high mild
56082026-03-27T04:51:26.096Z 2 (2.00%) high severe
56092026-03-27T04:51:27.309Z
56102026-03-27T04:51:27.312ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
56112026-03-27T04:51:27.312ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
56122026-03-27T04:51:31.828ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0055 s (2.3M iterations)
56132026-03-27T04:51:36.653ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
56142026-03-27T04:51:36.738Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
56152026-03-27T04:51:36.739Z time: [238.66 ns 238.88 ns 239.16 ns]
56162026-03-27T04:51:36.739Z change: [−9.9554% −9.3961% −8.7820%] (p = 0.00 < 0.05)
56172026-03-27T04:51:36.739Z Performance has improved.
56182026-03-27T04:51:36.739ZFound 7 outliers among 100 measurements (7.00%)
56192026-03-27T04:51:36.739Z 3 (3.00%) high mild
56202026-03-27T04:51:36.739Z 4 (4.00%) high severe
56212026-03-27T04:51:37.943Z
56222026-03-27T04:51:37.946ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
56232026-03-27T04:51:37.946ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
56242026-03-27T04:51:41.273ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0003 s (13M iterations)
56252026-03-27T04:51:45.245ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
56262026-03-27T04:51:45.330Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
56272026-03-27T04:51:45.330Z time: [61.243 ns 61.438 ns 61.684 ns]
56282026-03-27T04:51:45.331Z change: [−5.8916% −4.8796% −3.8483%] (p = 0.00 < 0.05)
56292026-03-27T04:51:45.331Z Performance has improved.
56302026-03-27T04:51:45.331ZFound 19 outliers among 100 measurements (19.00%)
56312026-03-27T04:51:45.331Z 17 (17.00%) high mild
56322026-03-27T04:51:45.331Z 2 (2.00%) high severe
56332026-03-27T04:51:46.535Z
56342026-03-27T04:51:46.539ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B
56352026-03-27T04:51:46.539ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
56362026-03-27T04:51:51.410ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0052 s (4.3M iterations)
56372026-03-27T04:51:56.201ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
56382026-03-27T04:51:56.287Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-0B
56392026-03-27T04:51:56.287Z time: [227.42 ns 227.63 ns 227.82 ns]
56402026-03-27T04:51:56.287Z change: [−1.9679% −1.1249% −0.1684%] (p = 0.01 < 0.05)
56412026-03-27T04:51:56.288Z Change within noise threshold.
56422026-03-27T04:51:56.288ZFound 6 outliers among 100 measurements (6.00%)
56432026-03-27T04:51:56.288Z 2 (2.00%) high mild
56442026-03-27T04:51:56.288Z 4 (4.00%) high severe
56452026-03-27T04:51:57.506Z
56462026-03-27T04:51:57.509ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
56472026-03-27T04:51:57.509ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
56482026-03-27T04:52:03.664ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0001 s (6.8M iterations)
56492026-03-27T04:52:08.272ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
56502026-03-27T04:52:08.359Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
56512026-03-27T04:52:08.359Z time: [79.653 ns 79.823 ns 80.025 ns]
56522026-03-27T04:52:08.359Z change: [−7.1007% −6.1898% −5.1849%] (p = 0.00 < 0.05)
56532026-03-27T04:52:08.359Z Performance has improved.
56542026-03-27T04:52:08.359ZFound 5 outliers among 100 measurements (5.00%)
56552026-03-27T04:52:08.359Z 1 (1.00%) high mild
56562026-03-27T04:52:08.359Z 4 (4.00%) high severe
56572026-03-27T04:52:09.566Z
56582026-03-27T04:52:09.569ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
56592026-03-27T04:52:09.569ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
56602026-03-27T04:52:13.499ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0086 s (2.7M iterations)
56612026-03-27T04:52:18.515ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
56622026-03-27T04:52:18.603Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
56632026-03-27T04:52:18.603Z time: [246.39 ns 246.70 ns 247.02 ns]
56642026-03-27T04:52:18.603Z change: [−2.7679% −2.1989% −1.6512%] (p = 0.00 < 0.05)
56652026-03-27T04:52:18.603Z Performance has improved.
56662026-03-27T04:52:18.603ZFound 11 outliers among 100 measurements (11.00%)
56672026-03-27T04:52:18.603Z 4 (4.00%) high mild
56682026-03-27T04:52:18.603Z 7 (7.00%) high severe
56692026-03-27T04:52:19.815Z
56702026-03-27T04:52:19.818ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B
56712026-03-27T04:52:19.818ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
56722026-03-27T04:52:25.964ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0005 s (6.8M iterations)
56732026-03-27T04:52:29.597ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
56742026-03-27T04:52:29.683Zparse/ULP-FastPath/wallclock/V4-Udp-IN-0B
56752026-03-27T04:52:29.683Z time: [100.48 ns 101.24 ns 102.08 ns]
56762026-03-27T04:52:29.683Z change: [−1.8493% −0.9738% −0.0940%] (p = 0.03 < 0.05)
56772026-03-27T04:52:29.683Z Change within noise threshold.
56782026-03-27T04:52:29.683ZFound 2 outliers among 100 measurements (2.00%)
56792026-03-27T04:52:29.683Z 1 (1.00%) high mild
56802026-03-27T04:52:29.683Z 1 (1.00%) high severe
56812026-03-27T04:52:30.898Z
56822026-03-27T04:52:30.901ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B
56832026-03-27T04:52:30.901ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
56842026-03-27T04:52:36.877ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0021 s (3.5M iterations)
56852026-03-27T04:52:41.347ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
56862026-03-27T04:52:41.434Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-0B
56872026-03-27T04:52:41.434Z time: [200.71 ns 200.98 ns 201.26 ns]
56882026-03-27T04:52:41.434Z change: [−0.9733% −0.4403% +0.0651%] (p = 0.10 > 0.05)
56892026-03-27T04:52:41.434Z No change in performance detected.
56902026-03-27T04:52:41.434ZFound 9 outliers among 100 measurements (9.00%)
56912026-03-27T04:52:41.434Z 1 (1.00%) low mild
56922026-03-27T04:52:41.434Z 3 (3.00%) high mild
56932026-03-27T04:52:41.434Z 5 (5.00%) high severe
56942026-03-27T04:52:42.646Z
56952026-03-27T04:52:42.649ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
56962026-03-27T04:52:42.649ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
56972026-03-27T04:52:47.014ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0001 s (4.8M iterations)
56982026-03-27T04:52:51.375ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
56992026-03-27T04:52:51.462Zparse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
57002026-03-27T04:52:51.462Z time: [119.57 ns 120.33 ns 121.17 ns]
57012026-03-27T04:52:51.462Z change: [−3.5153% −2.6938% −1.7598%] (p = 0.00 < 0.05)
57022026-03-27T04:52:51.462Z Performance has improved.
57032026-03-27T04:52:51.462ZFound 3 outliers among 100 measurements (3.00%)
57042026-03-27T04:52:51.462Z 1 (1.00%) high mild
57052026-03-27T04:52:51.462Z 2 (2.00%) high severe
57062026-03-27T04:52:52.676Z
57072026-03-27T04:52:52.679ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B
57082026-03-27T04:52:52.679ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
57092026-03-27T04:52:57.079ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0037 s (2.4M iterations)
57102026-03-27T04:53:01.908ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
57112026-03-27T04:53:01.994Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-1400B
57122026-03-27T04:53:01.994Z time: [217.74 ns 217.94 ns 218.15 ns]
57132026-03-27T04:53:01.994Z change: [−3.4712% −2.8907% −2.2970%] (p = 0.00 < 0.05)
57142026-03-27T04:53:01.994Z Performance has improved.
57152026-03-27T04:53:01.994ZFound 12 outliers among 100 measurements (12.00%)
57162026-03-27T04:53:01.994Z 4 (4.00%) high mild
57172026-03-27T04:53:01.997Z 8 (8.00%) high severe
57182026-03-27T04:53:03.201Z
57192026-03-27T04:53:03.204ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
57202026-03-27T04:53:03.204ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
57212026-03-27T04:53:06.857ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0006 s (11M iterations)
57222026-03-27T04:53:10.892ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
57232026-03-27T04:53:10.979Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
57242026-03-27T04:53:10.979Z time: [61.980 ns 62.176 ns 62.429 ns]
57252026-03-27T04:53:10.979Z change: [−7.2823% −6.2813% −5.1942%] (p = 0.00 < 0.05)
57262026-03-27T04:53:10.979Z Performance has improved.
57272026-03-27T04:53:10.979ZFound 19 outliers among 100 measurements (19.00%)
57282026-03-27T04:53:10.979Z 17 (17.00%) high mild
57292026-03-27T04:53:10.979Z 2 (2.00%) high severe
57302026-03-27T04:53:12.196Z
57312026-03-27T04:53:12.199ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
57322026-03-27T04:53:12.199ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
57332026-03-27T04:53:17.531ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0029 s (3.9M iterations)
57342026-03-27T04:53:22.337ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
57352026-03-27T04:53:22.424Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
57362026-03-27T04:53:22.424Z time: [240.76 ns 240.99 ns 241.20 ns]
57372026-03-27T04:53:22.424Z change: [−2.4905% −2.0396% −1.5885%] (p = 0.00 < 0.05)
57382026-03-27T04:53:22.424Z Performance has improved.
57392026-03-27T04:53:22.424ZFound 7 outliers among 100 measurements (7.00%)
57402026-03-27T04:53:22.424Z 4 (4.00%) high mild
57412026-03-27T04:53:22.424Z 3 (3.00%) high severe
57422026-03-27T04:53:23.630Z
57432026-03-27T04:53:23.633ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
57442026-03-27T04:53:23.633ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
57452026-03-27T04:53:26.861ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0011 s (6.5M iterations)
57462026-03-27T04:53:31.662ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
57472026-03-27T04:53:31.748Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
57482026-03-27T04:53:31.748Z time: [80.715 ns 80.889 ns 81.107 ns]
57492026-03-27T04:53:31.748Z change: [−3.4800% −2.4760% −1.4432%] (p = 0.00 < 0.05)
57502026-03-27T04:53:31.749Z Performance has improved.
57512026-03-27T04:53:31.749ZFound 3 outliers among 100 measurements (3.00%)
57522026-03-27T04:53:31.749Z 1 (1.00%) high mild
57532026-03-27T04:53:31.749Z 2 (2.00%) high severe
57542026-03-27T04:53:32.957Z
57552026-03-27T04:53:32.960ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
57562026-03-27T04:53:32.960ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
57572026-03-27T04:53:37.158ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0056 s (2.5M iterations)
57582026-03-27T04:53:42.165ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
57592026-03-27T04:53:42.251Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
57602026-03-27T04:53:42.251Z time: [258.66 ns 258.90 ns 259.12 ns]
57612026-03-27T04:53:42.251Z change: [+0.0804% +0.5984% +1.1461%] (p = 0.03 < 0.05)
57622026-03-27T04:53:42.251Z Change within noise threshold.
57632026-03-27T04:53:42.251ZFound 10 outliers among 100 measurements (10.00%)
57642026-03-27T04:53:42.254Z 1 (1.00%) high mild
57652026-03-27T04:53:42.254Z 9 (9.00%) high severe
57662026-03-27T04:53:43.458Z
57672026-03-27T04:53:43.461ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
57682026-03-27T04:53:43.461ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
57692026-03-27T04:53:46.547ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0037 s (6.8M iterations)
57702026-03-27T04:53:50.423ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
57712026-03-27T04:53:50.509Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
57722026-03-27T04:53:50.509Z time: [100.59 ns 101.30 ns 102.09 ns]
57732026-03-27T04:53:50.509Z change: [−0.7666% +0.0772% +0.9249%] (p = 0.86 > 0.05)
57742026-03-27T04:53:50.509Z No change in performance detected.
57752026-03-27T04:53:50.509ZFound 2 outliers among 100 measurements (2.00%)
57762026-03-27T04:53:50.509Z 1 (1.00%) high mild
57772026-03-27T04:53:50.509Z 1 (1.00%) high severe
57782026-03-27T04:53:51.727Z
57792026-03-27T04:53:51.730ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B
57802026-03-27T04:53:51.730ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
57812026-03-27T04:53:54.832ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0010 s (3.4M iterations)
57822026-03-27T04:53:59.499ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
57832026-03-27T04:53:59.585Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-0B
57842026-03-27T04:53:59.585Z time: [212.08 ns 212.38 ns 212.72 ns]
57852026-03-27T04:53:59.585Z change: [−1.6039% −1.0350% −0.4559%] (p = 0.00 < 0.05)
57862026-03-27T04:53:59.585Z Change within noise threshold.
57872026-03-27T04:53:59.585ZFound 5 outliers among 100 measurements (5.00%)
57882026-03-27T04:53:59.585Z 1 (1.00%) high mild
57892026-03-27T04:53:59.585Z 4 (4.00%) high severe
57902026-03-27T04:54:00.794Z
57912026-03-27T04:54:00.799ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57922026-03-27T04:54:00.799ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
57932026-03-27T04:54:05.352ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0030 s (4.6M iterations)
57942026-03-27T04:54:09.747ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
57952026-03-27T04:54:09.834Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57962026-03-27T04:54:09.834Z time: [119.51 ns 120.21 ns 120.99 ns]
57972026-03-27T04:54:09.834Z change: [−0.5838% +0.3256% +1.2662%] (p = 0.48 > 0.05)
57982026-03-27T04:54:09.834Z No change in performance detected.
57992026-03-27T04:54:09.834ZFound 3 outliers among 100 measurements (3.00%)
58002026-03-27T04:54:09.834Z 1 (1.00%) high mild
58012026-03-27T04:54:09.834Z 2 (2.00%) high severe
58022026-03-27T04:54:11.046Z
58032026-03-27T04:54:11.049ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
58042026-03-27T04:54:11.049ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
58052026-03-27T04:54:15.699ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0072 s (2.3M iterations)
58062026-03-27T04:54:20.559ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
58072026-03-27T04:54:20.646Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
58082026-03-27T04:54:20.646Z time: [231.18 ns 231.32 ns 231.48 ns]
58092026-03-27T04:54:20.646Z change: [−1.7609% −1.2690% −0.7479%] (p = 0.00 < 0.05)
58102026-03-27T04:54:20.646Z Change within noise threshold.
58112026-03-27T04:54:20.646ZFound 17 outliers among 100 measurements (17.00%)
58122026-03-27T04:54:20.646Z 6 (6.00%) high mild
58132026-03-27T04:54:20.646Z 11 (11.00%) high severe
58142026-03-27T04:54:21.855Z
58152026-03-27T04:54:21.858ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
58162026-03-27T04:54:21.858ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
58172026-03-27T04:54:25.478ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0019 s (12M iterations)
58182026-03-27T04:54:29.500ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
58192026-03-27T04:54:29.586Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
58202026-03-27T04:54:29.586Z time: [61.051 ns 61.235 ns 61.465 ns]
58212026-03-27T04:54:29.586Z change: [−2.9610% −1.8632% −0.7668%] (p = 0.00 < 0.05)
58222026-03-27T04:54:29.586Z Change within noise threshold.
58232026-03-27T04:54:29.586ZFound 20 outliers among 100 measurements (20.00%)
58242026-03-27T04:54:29.586Z 18 (18.00%) high mild
58252026-03-27T04:54:29.586Z 2 (2.00%) high severe
58262026-03-27T04:54:30.795Z
58272026-03-27T04:54:30.798ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B
58282026-03-27T04:54:30.798ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
58292026-03-27T04:54:35.914ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0038 s (4.1M iterations)
58302026-03-27T04:54:40.709ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
58312026-03-27T04:54:40.795Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-0B
58322026-03-27T04:54:40.796Z time: [218.25 ns 218.48 ns 218.68 ns]
58332026-03-27T04:54:40.796Z change: [−1.3073% −0.7757% −0.3006%] (p = 0.00 < 0.05)
58342026-03-27T04:54:40.796Z Change within noise threshold.
58352026-03-27T04:54:40.796ZFound 7 outliers among 100 measurements (7.00%)
58362026-03-27T04:54:40.796Z 3 (3.00%) high mild
58372026-03-27T04:54:40.796Z 4 (4.00%) high severe
58382026-03-27T04:54:42.007Z
58392026-03-27T04:54:42.010ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
58402026-03-27T04:54:42.010ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
58412026-03-27T04:54:45.128ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0029 s (6.7M iterations)
58422026-03-27T04:54:50.044ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
58432026-03-27T04:54:50.130Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
58442026-03-27T04:54:50.130Z time: [79.718 ns 79.863 ns 80.043 ns]
58452026-03-27T04:54:50.130Z change: [−2.4228% −1.4854% −0.4087%] (p = 0.00 < 0.05)
58462026-03-27T04:54:50.130Z Change within noise threshold.
58472026-03-27T04:54:50.130ZFound 3 outliers among 100 measurements (3.00%)
58482026-03-27T04:54:50.130Z 3 (3.00%) high severe
58492026-03-27T04:54:51.337Z
58502026-03-27T04:54:51.340ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
58512026-03-27T04:54:51.340ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
58522026-03-27T04:54:55.406ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0053 s (2.6M iterations)
58532026-03-27T04:55:00.442ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
58542026-03-27T04:55:00.528Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
58552026-03-27T04:55:00.528Z time: [236.32 ns 236.49 ns 236.67 ns]
58562026-03-27T04:55:00.528Z change: [−0.4549% +0.0066% +0.4600%] (p = 0.98 > 0.05)
58572026-03-27T04:55:00.528Z No change in performance detected.
58582026-03-27T04:55:00.529ZFound 12 outliers among 100 measurements (12.00%)
58592026-03-27T04:55:00.529Z 6 (6.00%) high mild
58602026-03-27T04:55:00.529Z 6 (6.00%) high severe
58612026-03-27T04:55:01.745Z
58622026-03-27T04:55:01.748ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B
58632026-03-27T04:55:01.748ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
58642026-03-27T04:55:04.777ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0026 s (6.9M iterations)
58652026-03-27T04:55:08.703ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
58662026-03-27T04:55:08.789Zparse/ULP-FastPath/wallclock/V6-Udp-IN-0B
58672026-03-27T04:55:08.789Z time: [100.24 ns 101.04 ns 101.92 ns]
58682026-03-27T04:55:08.789Z change: [−0.4361% +0.4742% +1.3836%] (p = 0.30 > 0.05)
58692026-03-27T04:55:08.789Z No change in performance detected.
58702026-03-27T04:55:08.789ZFound 2 outliers among 100 measurements (2.00%)
58712026-03-27T04:55:08.789Z 2 (2.00%) high severe
58722026-03-27T04:55:10.008Z
58732026-03-27T04:55:10.011ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B
58742026-03-27T04:55:10.011ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
58752026-03-27T04:55:16.249ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0036 s (3.4M iterations)
58762026-03-27T04:55:20.720ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
58772026-03-27T04:55:20.806Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-0B
58782026-03-27T04:55:20.807Z time: [190.14 ns 190.47 ns 190.81 ns]
58792026-03-27T04:55:20.807Z change: [−1.2046% −0.5723% +0.0246%] (p = 0.07 > 0.05)
58802026-03-27T04:55:20.807Z No change in performance detected.
58812026-03-27T04:55:20.807ZFound 7 outliers among 100 measurements (7.00%)
58822026-03-27T04:55:20.807Z 2 (2.00%) high mild
58832026-03-27T04:55:20.807Z 5 (5.00%) high severe
58842026-03-27T04:55:22.027Z
58852026-03-27T04:55:22.031ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
58862026-03-27T04:55:22.031ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
58872026-03-27T04:55:26.519ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0016 s (4.7M iterations)
58882026-03-27T04:55:30.979ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
58892026-03-27T04:55:31.065Zparse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
58902026-03-27T04:55:31.065Z time: [118.80 ns 119.59 ns 120.47 ns]
58912026-03-27T04:55:31.065Z change: [−1.5702% −0.4776% +0.7779%] (p = 0.43 > 0.05)
58922026-03-27T04:55:31.065Z No change in performance detected.
58932026-03-27T04:55:31.065ZFound 3 outliers among 100 measurements (3.00%)
58942026-03-27T04:55:31.066Z 1 (1.00%) high mild
58952026-03-27T04:55:31.066Z 2 (2.00%) high severe
58962026-03-27T04:55:32.285Z
58972026-03-27T04:55:32.288ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B
58982026-03-27T04:55:32.288ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
58992026-03-27T04:55:36.845ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0052 s (2.3M iterations)
59002026-03-27T04:55:41.732ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
59012026-03-27T04:55:41.802Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-1400B
59022026-03-27T04:55:41.802Z time: [208.77 ns 209.01 ns 209.29 ns]
59032026-03-27T04:55:41.802Z change: [−0.6702% −0.1158% +0.4414%] (p = 0.70 > 0.05)
59042026-03-27T04:55:41.802Z No change in performance detected.
59052026-03-27T04:55:41.802ZFound 8 outliers among 100 measurements (8.00%)
59062026-03-27T04:55:41.802Z 3 (3.00%) high mild
59072026-03-27T04:55:41.802Z 5 (5.00%) high severe
59082026-03-27T04:55:43.021Z
59092026-03-27T04:55:43.024ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
59102026-03-27T04:55:43.024ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
59112026-03-27T04:55:46.376ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0005 s (13M iterations)
59122026-03-27T04:55:50.373ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
59132026-03-27T04:55:50.459Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
59142026-03-27T04:55:50.459Z time: [62.136 ns 62.336 ns 62.580 ns]
59152026-03-27T04:55:50.459Z change: [−4.3024% −3.3005% −2.2032%] (p = 0.00 < 0.05)
59162026-03-27T04:55:50.459Z Performance has improved.
59172026-03-27T04:55:50.462ZFound 4 outliers among 100 measurements (4.00%)
59182026-03-27T04:55:50.463Z 2 (2.00%) high mild
59192026-03-27T04:55:50.463Z 2 (2.00%) high severe
59202026-03-27T04:55:51.674Z
59212026-03-27T04:55:51.677ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
59222026-03-27T04:55:51.677ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
59232026-03-27T04:55:56.547ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0039 s (4.3M iterations)
59242026-03-27T04:56:01.636ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
59252026-03-27T04:56:01.722Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
59262026-03-27T04:56:01.722Z time: [274.75 ns 276.39 ns 278.52 ns]
59272026-03-27T04:56:01.722Z change: [−13.242% +0.3310% +15.210%] (p = 0.97 > 0.05)
59282026-03-27T04:56:01.722Z No change in performance detected.
59292026-03-27T04:56:01.722ZFound 12 outliers among 100 measurements (12.00%)
59302026-03-27T04:56:01.722Z 3 (3.00%) high mild
59312026-03-27T04:56:01.722Z 9 (9.00%) high severe
59322026-03-27T04:56:02.943Z
59332026-03-27T04:56:02.946ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
59342026-03-27T04:56:02.946ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
59352026-03-27T04:56:08.964ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0014 s (7.0M iterations)
59362026-03-27T04:56:13.795ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
59372026-03-27T04:56:13.883Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
59382026-03-27T04:56:13.883Z time: [80.547 ns 80.710 ns 80.908 ns]
59392026-03-27T04:56:13.883Z change: [−2.5118% −1.5942% −0.6019%] (p = 0.00 < 0.05)
59402026-03-27T04:56:13.883Z Change within noise threshold.
59412026-03-27T04:56:13.883ZFound 5 outliers among 100 measurements (5.00%)
59422026-03-27T04:56:13.883Z 3 (3.00%) high mild
59432026-03-27T04:56:13.883Z 2 (2.00%) high severe
59442026-03-27T04:56:15.094Z
59452026-03-27T04:56:15.097ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
59462026-03-27T04:56:15.097ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
59472026-03-27T04:56:19.087ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0086 s (2.6M iterations)
59482026-03-27T04:56:24.225ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
59492026-03-27T04:56:24.311Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
59502026-03-27T04:56:24.311Z time: [308.75 ns 311.54 ns 315.10 ns]
59512026-03-27T04:56:24.312Z change: [−14.150% −1.2779% +13.296%] (p = 0.86 > 0.05)
59522026-03-27T04:56:24.312Z No change in performance detected.
59532026-03-27T04:56:24.312ZFound 13 outliers among 100 measurements (13.00%)
59542026-03-27T04:56:24.312Z 6 (6.00%) high mild
59552026-03-27T04:56:24.312Z 7 (7.00%) high severe
59562026-03-27T04:56:25.526Z
59572026-03-27T04:56:25.529ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
59582026-03-27T04:56:25.529ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
59592026-03-27T04:56:31.568ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0005 s (6.9M iterations)
59602026-03-27T04:56:35.291ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
59612026-03-27T04:56:35.377Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
59622026-03-27T04:56:35.377Z time: [100.57 ns 101.31 ns 102.12 ns]
59632026-03-27T04:56:35.377Z change: [−1.0239% −0.1918% +0.7202%] (p = 0.67 > 0.05)
59642026-03-27T04:56:35.377Z No change in performance detected.
59652026-03-27T04:56:35.377ZFound 2 outliers among 100 measurements (2.00%)
59662026-03-27T04:56:35.378Z 1 (1.00%) high mild
59672026-03-27T04:56:35.378Z 1 (1.00%) high severe
59682026-03-27T04:56:36.592Z
59692026-03-27T04:56:37.598ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
59702026-03-27T04:56:37.598ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
59712026-03-27T04:56:42.536ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0019 s (3.5M iterations)
59722026-03-27T04:56:47.204ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
59732026-03-27T04:56:47.290Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
59742026-03-27T04:56:47.290Z time: [239.01 ns 240.32 ns 242.01 ns]
59752026-03-27T04:56:47.293Z change: [−11.284% −1.1020% +10.283%] (p = 0.85 > 0.05)
59762026-03-27T04:56:47.293Z No change in performance detected.
59772026-03-27T04:56:47.293ZFound 12 outliers among 100 measurements (12.00%)
59782026-03-27T04:56:47.293Z 4 (4.00%) high mild
59792026-03-27T04:56:47.293Z 8 (8.00%) high severe
59802026-03-27T04:56:48.505Z
59812026-03-27T04:56:48.508ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
59822026-03-27T04:56:48.508ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
59832026-03-27T04:56:52.742ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0039 s (5.0M iterations)
59842026-03-27T04:56:57.262ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
59852026-03-27T04:56:57.348Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
59862026-03-27T04:56:57.349Z time: [119.47 ns 120.23 ns 121.06 ns]
59872026-03-27T04:56:57.349Z change: [−0.3898% +0.5214% +1.3758%] (p = 0.26 > 0.05)
59882026-03-27T04:56:57.349Z No change in performance detected.
59892026-03-27T04:56:57.349ZFound 3 outliers among 100 measurements (3.00%)
59902026-03-27T04:56:57.349Z 1 (1.00%) high mild
59912026-03-27T04:56:57.349Z 2 (2.00%) high severe
59922026-03-27T04:56:58.548Z
59932026-03-27T04:56:58.551ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
59942026-03-27T04:56:58.551ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
59952026-03-27T04:57:02.930ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0009 s (2.4M iterations)
59962026-03-27T04:57:07.950ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
59972026-03-27T04:57:08.037Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
59982026-03-27T04:57:08.037Z time: [266.76 ns 268.70 ns 271.23 ns]
59992026-03-27T04:57:08.037Z change: [−10.712% +0.3828% +13.284%] (p = 0.94 > 0.05)
60002026-03-27T04:57:08.037Z No change in performance detected.
60012026-03-27T04:57:08.037ZFound 13 outliers among 100 measurements (13.00%)
60022026-03-27T04:57:08.037Z 5 (5.00%) high mild
60032026-03-27T04:57:08.037Z 8 (8.00%) high severe
60042026-03-27T04:57:09.248Z
60052026-03-27T04:57:09.251ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
60062026-03-27T04:57:09.251ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
60072026-03-27T04:57:12.416ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0007 s (13M iterations)
60082026-03-27T04:57:16.575ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
60092026-03-27T04:57:16.661Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
60102026-03-27T04:57:16.662Z time: [61.000 ns 61.197 ns 61.444 ns]
60112026-03-27T04:57:16.662Z change: [−2.9705% −1.9440% −0.8573%] (p = 0.00 < 0.05)
60122026-03-27T04:57:16.662Z Change within noise threshold.
60132026-03-27T04:57:16.662ZFound 20 outliers among 100 measurements (20.00%)
60142026-03-27T04:57:16.662Z 19 (19.00%) high mild
60152026-03-27T04:57:16.662Z 1 (1.00%) high severe
60162026-03-27T04:57:17.872Z
60172026-03-27T04:57:17.875ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
60182026-03-27T04:57:17.875ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
60192026-03-27T04:57:22.614ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0056 s (4.4M iterations)
60202026-03-27T04:57:27.684ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
60212026-03-27T04:57:27.770Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
60222026-03-27T04:57:27.770Z time: [251.41 ns 252.93 ns 254.91 ns]
60232026-03-27T04:57:27.770Z change: [−13.937% −0.2891% +17.492%] (p = 0.97 > 0.05)
60242026-03-27T04:57:27.770Z No change in performance detected.
60252026-03-27T04:57:27.770ZFound 12 outliers among 100 measurements (12.00%)
60262026-03-27T04:57:27.770Z 5 (5.00%) high mild
60272026-03-27T04:57:27.770Z 7 (7.00%) high severe
60282026-03-27T04:57:28.988Z
60292026-03-27T04:57:28.991ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
60302026-03-27T04:57:28.991ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
60312026-03-27T04:57:34.975ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0024 s (7.0M iterations)
60322026-03-27T04:57:39.677ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
60332026-03-27T04:57:39.764Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
60342026-03-27T04:57:39.764Z time: [79.803 ns 79.973 ns 80.178 ns]
60352026-03-27T04:57:39.764Z change: [−2.2117% −1.2724% −0.1958%] (p = 0.01 < 0.05)
60362026-03-27T04:57:39.764Z Change within noise threshold.
60372026-03-27T04:57:39.764ZFound 4 outliers among 100 measurements (4.00%)
60382026-03-27T04:57:39.764Z 2 (2.00%) high mild
60392026-03-27T04:57:39.764Z 2 (2.00%) high severe
60402026-03-27T04:57:40.974Z
60412026-03-27T04:57:40.977ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
60422026-03-27T04:57:40.977ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
60432026-03-27T04:57:44.878ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0007 s (2.7M iterations)
60442026-03-27T04:57:49.990ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
60452026-03-27T04:57:50.076Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
60462026-03-27T04:57:50.076Z time: [285.56 ns 288.15 ns 291.54 ns]
60472026-03-27T04:57:50.076Z change: [−15.953% −1.9954% +13.369%] (p = 0.80 > 0.05)
60482026-03-27T04:57:50.076Z No change in performance detected.
60492026-03-27T04:57:50.076ZFound 13 outliers among 100 measurements (13.00%)
60502026-03-27T04:57:50.076Z 6 (6.00%) high mild
60512026-03-27T04:57:50.076Z 7 (7.00%) high severe
60522026-03-27T04:57:51.287Z
60532026-03-27T04:57:51.290ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
60542026-03-27T04:57:51.290ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
60552026-03-27T04:57:57.223ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0013 s (7.1M iterations)
60562026-03-27T04:58:00.986ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
60572026-03-27T04:58:01.072Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
60582026-03-27T04:58:01.072Z time: [100.36 ns 101.12 ns 101.96 ns]
60592026-03-27T04:58:01.073Z change: [−0.7074% +0.1034% +1.0041%] (p = 0.82 > 0.05)
60602026-03-27T04:58:01.073Z No change in performance detected.
60612026-03-27T04:58:01.073ZFound 2 outliers among 100 measurements (2.00%)
60622026-03-27T04:58:01.073Z 1 (1.00%) high mild
60632026-03-27T04:58:01.073Z 1 (1.00%) high severe
60642026-03-27T04:58:02.285Z
60652026-03-27T04:58:02.289ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B
60662026-03-27T04:58:02.289ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
60672026-03-27T04:58:08.056ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0011 s (3.6M iterations)
60682026-03-27T04:58:12.750ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
60692026-03-27T04:58:12.836Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-0B
60702026-03-27T04:58:12.837Z time: [216.71 ns 217.79 ns 219.19 ns]
60712026-03-27T04:58:12.837Z change: [−11.351% −0.7009% +10.835%] (p = 0.90 > 0.05)
60722026-03-27T04:58:12.837Z No change in performance detected.
60732026-03-27T04:58:12.837ZFound 12 outliers among 100 measurements (12.00%)
60742026-03-27T04:58:12.837Z 4 (4.00%) high mild
60752026-03-27T04:58:12.837Z 8 (8.00%) high severe
60762026-03-27T04:58:14.054Z
60772026-03-27T04:58:14.057ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
60782026-03-27T04:58:14.057ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
60792026-03-27T04:58:18.309ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0047 s (4.9M iterations)
60802026-03-27T04:58:22.792ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
60812026-03-27T04:58:22.879Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
60822026-03-27T04:58:22.879Z time: [119.82 ns 120.55 ns 121.34 ns]
60832026-03-27T04:58:22.879Z change: [−0.4126% +0.4882% +1.4044%] (p = 0.33 > 0.05)
60842026-03-27T04:58:22.879Z No change in performance detected.
60852026-03-27T04:58:22.879ZFound 4 outliers among 100 measurements (4.00%)
60862026-03-27T04:58:22.879Z 2 (2.00%) high mild
60872026-03-27T04:58:22.879Z 2 (2.00%) high severe
60882026-03-27T04:58:24.090Z
60892026-03-27T04:58:24.093ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
60902026-03-27T04:58:24.094ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
60912026-03-27T04:58:28.400ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0014 s (2.4M iterations)
60922026-03-27T04:58:33.383ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
60932026-03-27T04:58:33.469Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
60942026-03-27T04:58:33.469Z time: [244.10 ns 245.84 ns 248.10 ns]
60952026-03-27T04:58:33.469Z change: [−11.136% +0.2279% +13.495%] (p = 0.97 > 0.05)
60962026-03-27T04:58:33.469Z No change in performance detected.
60972026-03-27T04:58:33.469ZFound 12 outliers among 100 measurements (12.00%)
60982026-03-27T04:58:33.469Z 4 (4.00%) high mild
60992026-03-27T04:58:33.469Z 8 (8.00%) high severe
61002026-03-27T04:58:34.681Z
61012026-03-27T04:58:34.684ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
61022026-03-27T04:58:34.684ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
61032026-03-27T04:58:38.167ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0000 s (12M iterations)
61042026-03-27T04:58:42.419ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
61052026-03-27T04:58:42.506Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
61062026-03-27T04:58:42.506Z time: [62.129 ns 62.336 ns 62.600 ns]
61072026-03-27T04:58:42.506Z change: [−1.9924% −0.8771% +0.2644%] (p = 0.13 > 0.05)
61082026-03-27T04:58:42.506Z No change in performance detected.
61092026-03-27T04:58:42.506ZFound 9 outliers among 100 measurements (9.00%)
61102026-03-27T04:58:42.507Z 8 (8.00%) high mild
61112026-03-27T04:58:42.507Z 1 (1.00%) high severe
61122026-03-27T04:58:43.719Z
61132026-03-27T04:58:43.722ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
61142026-03-27T04:58:43.722ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
61152026-03-27T04:58:48.845ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0045 s (4.1M iterations)
61162026-03-27T04:58:53.927ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
61172026-03-27T04:58:54.013Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
61182026-03-27T04:58:54.013Z time: [270.67 ns 272.67 ns 275.27 ns]
61192026-03-27T04:58:54.013Z change: [−15.424% +0.0362% +18.518%] (p = 0.99 > 0.05)
61202026-03-27T04:58:54.013Z No change in performance detected.
61212026-03-27T04:58:54.013ZFound 12 outliers among 100 measurements (12.00%)
61222026-03-27T04:58:54.013Z 4 (4.00%) high mild
61232026-03-27T04:58:54.013Z 8 (8.00%) high severe
61242026-03-27T04:58:55.233Z
61252026-03-27T04:58:55.236ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
61262026-03-27T04:58:55.236ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
61272026-03-27T04:58:58.407ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0026 s (6.6M iterations)
61282026-03-27T04:59:03.250ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
61292026-03-27T04:59:03.337Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
61302026-03-27T04:59:03.337Z time: [80.774 ns 80.949 ns 81.164 ns]
61312026-03-27T04:59:03.337Z change: [−1.6087% −0.6502% +0.2751%] (p = 0.19 > 0.05)
61322026-03-27T04:59:03.337Z No change in performance detected.
61332026-03-27T04:59:03.337ZFound 5 outliers among 100 measurements (5.00%)
61342026-03-27T04:59:03.337Z 3 (3.00%) high mild
61352026-03-27T04:59:03.337Z 2 (2.00%) high severe
61362026-03-27T04:59:04.549Z
61372026-03-27T04:59:04.552ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
61382026-03-27T04:59:04.552ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
61392026-03-27T04:59:08.681ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0044 s (2.5M iterations)
61402026-03-27T04:59:13.870ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
61412026-03-27T04:59:13.956Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
61422026-03-27T04:59:13.956Z time: [307.31 ns 310.48 ns 314.61 ns]
61432026-03-27T04:59:13.956Z change: [−13.639% +0.3756% +16.713%] (p = 0.96 > 0.05)
61442026-03-27T04:59:13.956Z No change in performance detected.
61452026-03-27T04:59:13.957ZFound 13 outliers among 100 measurements (13.00%)
61462026-03-27T04:59:13.957Z 6 (6.00%) high mild
61472026-03-27T04:59:13.957Z 7 (7.00%) high severe
61482026-03-27T04:59:15.169Z
61492026-03-27T04:59:15.172ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
61502026-03-27T04:59:15.172ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
61512026-03-27T04:59:21.484ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0015 s (6.6M iterations)
61522026-03-27T04:59:25.268ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
61532026-03-27T04:59:25.354Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
61542026-03-27T04:59:25.355Z time: [100.51 ns 101.20 ns 101.97 ns]
61552026-03-27T04:59:25.355Z change: [−0.6367% +0.1690% +0.9963%] (p = 0.70 > 0.05)
61562026-03-27T04:59:25.355Z No change in performance detected.
61572026-03-27T04:59:25.355ZFound 2 outliers among 100 measurements (2.00%)
61582026-03-27T04:59:25.355Z 1 (1.00%) high mild
61592026-03-27T04:59:25.355Z 1 (1.00%) high severe
61602026-03-27T04:59:26.566Z
61612026-03-27T04:59:26.569ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
61622026-03-27T04:59:26.569ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
61632026-03-27T04:59:32.757ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0009 s (3.4M iterations)
61642026-03-27T04:59:37.460ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
61652026-03-27T04:59:37.547Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
61662026-03-27T04:59:37.547Z time: [233.71 ns 235.17 ns 237.10 ns]
61672026-03-27T04:59:37.547Z change: [−12.783% −1.5772% +12.059%] (p = 0.80 > 0.05)
61682026-03-27T04:59:37.547Z No change in performance detected.
61692026-03-27T04:59:37.547ZFound 11 outliers among 100 measurements (11.00%)
61702026-03-27T04:59:37.547Z 4 (4.00%) high mild
61712026-03-27T04:59:37.547Z 7 (7.00%) high severe
61722026-03-27T04:59:38.760Z
61732026-03-27T04:59:38.763ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
61742026-03-27T04:59:38.763ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
61752026-03-27T04:59:43.154ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0035 s (4.8M iterations)
61762026-03-27T04:59:47.707ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
61772026-03-27T04:59:47.794Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
61782026-03-27T04:59:47.794Z time: [119.00 ns 119.72 ns 120.51 ns]
61792026-03-27T04:59:47.794Z change: [−0.8405% +0.1110% +1.0395%] (p = 0.82 > 0.05)
61802026-03-27T04:59:47.794Z No change in performance detected.
61812026-03-27T04:59:47.797ZFound 3 outliers among 100 measurements (3.00%)
61822026-03-27T04:59:47.798Z 3 (3.00%) high severe
61832026-03-27T04:59:49.004Z
61842026-03-27T04:59:49.007ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
61852026-03-27T04:59:49.007ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
61862026-03-27T04:59:53.529ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0012 s (2.3M iterations)
61872026-03-27T04:59:58.576ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
61882026-03-27T04:59:58.662Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
61892026-03-27T04:59:58.662Z time: [262.52 ns 264.63 ns 267.35 ns]
61902026-03-27T04:59:58.662Z change: [−13.235% −0.7368% +13.494%] (p = 0.92 > 0.05)
61912026-03-27T04:59:58.662Z No change in performance detected.
61922026-03-27T04:59:58.662ZFound 13 outliers among 100 measurements (13.00%)
61932026-03-27T04:59:58.662Z 5 (5.00%) high mild
61942026-03-27T04:59:58.662Z 8 (8.00%) high severe
61952026-03-27T04:59:59.881Z
61962026-03-27T04:59:59.884ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
61972026-03-27T04:59:59.884ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
61982026-03-27T05:00:03.351ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0004 s (12M iterations)
61992026-03-27T05:00:07.547ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
62002026-03-27T05:00:07.633Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
62012026-03-27T05:00:07.633Z time: [60.804 ns 61.005 ns 61.257 ns]
62022026-03-27T05:00:07.633Z change: [−2.3143% −1.2544% −0.1407%] (p = 0.03 < 0.05)
62032026-03-27T05:00:07.633Z Change within noise threshold.
62042026-03-27T05:00:07.633ZFound 19 outliers among 100 measurements (19.00%)
62052026-03-27T05:00:07.633Z 17 (17.00%) high mild
62062026-03-27T05:00:07.638Z 2 (2.00%) high severe
62072026-03-27T05:00:08.848Z
62082026-03-27T05:00:08.851ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
62092026-03-27T05:00:08.851ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
62102026-03-27T05:00:13.852ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0057 s (4.2M iterations)
62112026-03-27T05:00:18.929ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
62122026-03-27T05:00:19.015Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
62132026-03-27T05:00:19.015Z time: [246.30 ns 248.11 ns 250.44 ns]
62142026-03-27T05:00:19.015Z change: [−16.749% −0.9216% +17.675%] (p = 0.92 > 0.05)
62152026-03-27T05:00:19.015Z No change in performance detected.
62162026-03-27T05:00:19.015ZFound 12 outliers among 100 measurements (12.00%)
62172026-03-27T05:00:19.015Z 4 (4.00%) high mild
62182026-03-27T05:00:19.015Z 8 (8.00%) high severe
62192026-03-27T05:00:20.233Z
62202026-03-27T05:00:20.236ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
62212026-03-27T05:00:20.236ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
62222026-03-27T05:00:23.289ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0000 s (6.9M iterations)
62232026-03-27T05:00:28.238ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
62242026-03-27T05:00:28.324Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
62252026-03-27T05:00:28.325Z time: [79.509 ns 79.658 ns 79.845 ns]
62262026-03-27T05:00:28.325Z change: [−2.4787% −1.5454% −0.5736%] (p = 0.00 < 0.05)
62272026-03-27T05:00:28.325Z Change within noise threshold.
62282026-03-27T05:00:28.325ZFound 6 outliers among 100 measurements (6.00%)
62292026-03-27T05:00:28.325Z 4 (4.00%) high mild
62302026-03-27T05:00:28.325Z 2 (2.00%) high severe
62312026-03-27T05:00:29.527Z
62322026-03-27T05:00:29.531ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
62332026-03-27T05:00:29.531ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
62342026-03-27T05:00:33.602ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0033 s (2.6M iterations)
62352026-03-27T05:00:38.750ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
62362026-03-27T05:00:38.837Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
62372026-03-27T05:00:38.837Z time: [281.89 ns 284.93 ns 288.86 ns]
62382026-03-27T05:00:38.837Z change: [−15.269% −0.7490% +16.481%] (p = 0.93 > 0.05)
62392026-03-27T05:00:38.837Z No change in performance detected.
62402026-03-27T05:00:38.837ZFound 11 outliers among 100 measurements (11.00%)
62412026-03-27T05:00:38.837Z 4 (4.00%) high mild
62422026-03-27T05:00:38.837Z 7 (7.00%) high severe
62432026-03-27T05:00:40.051Z
62442026-03-27T05:00:40.054ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
62452026-03-27T05:00:40.054ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
62462026-03-27T05:00:46.320ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0036 s (6.7M iterations)
62472026-03-27T05:00:50.115ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
62482026-03-27T05:00:50.201Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
62492026-03-27T05:00:50.201Z time: [100.13 ns 100.92 ns 101.78 ns]
62502026-03-27T05:00:50.201Z change: [−1.0727% −0.1873% +0.7475%] (p = 0.70 > 0.05)
62512026-03-27T05:00:50.201Z No change in performance detected.
62522026-03-27T05:00:50.201ZFound 3 outliers among 100 measurements (3.00%)
62532026-03-27T05:00:50.201Z 2 (2.00%) high mild
62542026-03-27T05:00:50.201Z 1 (1.00%) high severe
62552026-03-27T05:00:51.412Z
62562026-03-27T05:00:51.415ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B
62572026-03-27T05:00:51.415ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
62582026-03-27T05:00:57.457ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0067 s (3.5M iterations)
62592026-03-27T05:01:02.175ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
62602026-03-27T05:01:02.262Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-0B
62612026-03-27T05:01:02.262Z time: [209.72 ns 211.08 ns 212.81 ns]
62622026-03-27T05:01:02.262Z change: [−12.904% −1.0065% +12.286%] (p = 0.88 > 0.05)
62632026-03-27T05:01:02.262Z No change in performance detected.
62642026-03-27T05:01:02.262ZFound 11 outliers among 100 measurements (11.00%)
62652026-03-27T05:01:02.262Z 4 (4.00%) high mild
62662026-03-27T05:01:02.262Z 7 (7.00%) high severe
62672026-03-27T05:01:03.475Z
62682026-03-27T05:01:03.478ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
62692026-03-27T05:01:03.478ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
62702026-03-27T05:01:07.848ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0003 s (4.8M iterations)
62712026-03-27T05:01:12.707ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
62722026-03-27T05:01:12.793Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
62732026-03-27T05:01:12.793Z time: [119.24 ns 119.99 ns 120.81 ns]
62742026-03-27T05:01:12.793Z change: [−1.5099% −0.5626% +0.4409%] (p = 0.25 > 0.05)
62752026-03-27T05:01:12.793Z No change in performance detected.
62762026-03-27T05:01:12.793ZFound 3 outliers among 100 measurements (3.00%)
62772026-03-27T05:01:12.793Z 1 (1.00%) high mild
62782026-03-27T05:01:12.793Z 2 (2.00%) high severe
62792026-03-27T05:01:14.000Z
62802026-03-27T05:01:14.004ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
62812026-03-27T05:01:14.004ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
62822026-03-27T05:01:18.519ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0048 s (2.3M iterations)
62832026-03-27T05:01:23.535ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
62842026-03-27T05:01:23.610Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
62852026-03-27T05:01:23.610Z time: [237.02 ns 239.07 ns 241.72 ns]
62862026-03-27T05:01:23.610Z change: [−13.575% −0.6733% +13.009%] (p = 0.93 > 0.05)
62872026-03-27T05:01:23.610Z No change in performance detected.
62882026-03-27T05:01:23.610ZFound 13 outliers among 100 measurements (13.00%)
62892026-03-27T05:01:23.610Z 5 (5.00%) high mild
62902026-03-27T05:01:23.610Z 8 (8.00%) high severe
62912026-03-27T05:01:24.823Z
62922026-03-27T05:01:24.827ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover
62932026-03-27T05:01:24.827ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Warming up for 100.00 µs
62942026-03-27T05:01:24.827ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Collecting 10 samples in estimated 1.0039 ms (605 iterations)
62952026-03-27T05:01:24.827ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Analyzing
62962026-03-27T05:01:24.827Zprocess/Hairpin-DHCPv4/alloc_ct/Discover
62972026-03-27T05:01:24.827Z time: [18.000 18.000 18.000 ]
62982026-03-27T05:01:24.827Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
62992026-03-27T05:01:24.827Z No change in performance detected.
63002026-03-27T05:01:24.827Z
63012026-03-27T05:01:24.827ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request
63022026-03-27T05:01:24.827ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Warming up for 100.00 µs
63032026-03-27T05:01:24.827ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Collecting 10 samples in estimated 1.0281 ms (715 iterations)
63042026-03-27T05:01:24.827ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Analyzing
63052026-03-27T05:01:24.830Zprocess/Hairpin-DHCPv4/alloc_ct/Request
63062026-03-27T05:01:24.830Z time: [18.000 18.000 18.000 ]
63072026-03-27T05:01:24.830Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63082026-03-27T05:01:24.830Z No change in performance detected.
63092026-03-27T05:01:24.830Z
63102026-03-27T05:01:24.830ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit
63112026-03-27T05:01:24.830ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Warming up for 100.00 µs
63122026-03-27T05:01:24.830ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Collecting 10 samples in estimated 1.0141 ms (495 iterations)
63132026-03-27T05:01:24.831ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Analyzing
63142026-03-27T05:01:24.831Zprocess/Hairpin-DHCPv6/alloc_ct/Solicit
63152026-03-27T05:01:24.831Z time: [20.000 20.000 20.000 ]
63162026-03-27T05:01:24.831Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63172026-03-27T05:01:24.831Z No change in performance detected.
63182026-03-27T05:01:24.831Z
63192026-03-27T05:01:24.831ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request
63202026-03-27T05:01:24.831ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Warming up for 100.00 µs
63212026-03-27T05:01:24.831ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Collecting 10 samples in estimated 1.0193 ms (495 iterations)
63222026-03-27T05:01:24.831ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Analyzing
63232026-03-27T05:01:24.834Zprocess/Hairpin-DHCPv6/alloc_ct/Request
63242026-03-27T05:01:24.834Z time: [21.000 21.000 21.000 ]
63252026-03-27T05:01:24.834Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63262026-03-27T05:01:24.834Z No change in performance detected.
63272026-03-27T05:01:24.834Z
63282026-03-27T05:01:24.834ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest
63292026-03-27T05:01:24.834ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Warming up for 100.00 µs
63302026-03-27T05:01:24.834ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0274 ms (825 iterations)
63312026-03-27T05:01:24.834ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Analyzing
63322026-03-27T05:01:24.834Zprocess/Hairpin-ICMPv4/alloc_ct/EchoRequest
63332026-03-27T05:01:24.834Z time: [13.000 13.000 13.000 ]
63342026-03-27T05:01:24.834Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63352026-03-27T05:01:24.834Z No change in performance detected.
63362026-03-27T05:01:24.834Z
63372026-03-27T05:01:24.834ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest
63382026-03-27T05:01:24.834ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Warming up for 100.00 µs
63392026-03-27T05:01:24.834ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0487 ms (715 iterations)
63402026-03-27T05:01:24.837ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Analyzing
63412026-03-27T05:01:24.837Zprocess/Hairpin-ICMPv6/alloc_ct/EchoRequest
63422026-03-27T05:01:24.837Z time: [12.000 12.000 12.000 ]
63432026-03-27T05:01:24.837Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63442026-03-27T05:01:24.837Z No change in performance detected.
63452026-03-27T05:01:24.837Z
63462026-03-27T05:01:24.837ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
63472026-03-27T05:01:24.838ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Warming up for 100.00 µs
63482026-03-27T05:01:24.838ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Collecting 10 samples in estimated 1.0457 ms (715 iterations)
63492026-03-27T05:01:24.838ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Analyzing
63502026-03-27T05:01:24.838Zprocess/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
63512026-03-27T05:01:24.838Z time: [14.000 14.000 14.000 ]
63522026-03-27T05:01:24.838Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63532026-03-27T05:01:24.838Z No change in performance detected.
63542026-03-27T05:01:24.838Z
63552026-03-27T05:01:24.838ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit
63562026-03-27T05:01:24.838ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Warming up for 100.00 µs
63572026-03-27T05:01:24.838ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Collecting 10 samples in estimated 1.0258 ms (715 iterations)
63582026-03-27T05:01:24.841ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Analyzing
63592026-03-27T05:01:24.841Zprocess/Hairpin-ICMPv6/alloc_ct/RouterSolicit
63602026-03-27T05:01:24.841Z time: [14.000 14.000 14.000 ]
63612026-03-27T05:01:24.841Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63622026-03-27T05:01:24.841Z No change in performance detected.
63632026-03-27T05:01:24.841Z
63642026-03-27T05:01:24.841ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
63652026-03-27T05:01:24.841ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
63662026-03-27T05:01:24.841ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0560 ms (660 iterations)
63672026-03-27T05:01:24.841ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
63682026-03-27T05:01:24.841Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
63692026-03-27T05:01:24.841Z time: [3.0000 3.0000 3.0000 ]
63702026-03-27T05:01:24.841Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63712026-03-27T05:01:24.841Z No change in performance detected.
63722026-03-27T05:01:24.841Z
63732026-03-27T05:01:24.841ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
63742026-03-27T05:01:24.841ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
63752026-03-27T05:01:24.841ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0525 ms (495 iterations)
63762026-03-27T05:01:24.844ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
63772026-03-27T05:01:24.844Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
63782026-03-27T05:01:24.844Z time: [3.0000 3.0000 3.0000 ]
63792026-03-27T05:01:24.844Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63802026-03-27T05:01:24.845Z No change in performance detected.
63812026-03-27T05:01:24.845Z
63822026-03-27T05:01:24.845ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B
63832026-03-27T05:01:24.845ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
63842026-03-27T05:01:24.845ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0213 ms (605 iterations)
63852026-03-27T05:01:24.845ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
63862026-03-27T05:01:24.845ZCriterion.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.
63872026-03-27T05:01:24.845Z
63882026-03-27T05:01:24.845ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B
63892026-03-27T05:01:24.845ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
63902026-03-27T05:01:24.845ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0642 ms (495 iterations)
63912026-03-27T05:01:24.848ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
63922026-03-27T05:01:24.849ZCriterion.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.
63932026-03-27T05:01:24.849Z
63942026-03-27T05:01:24.849ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
63952026-03-27T05:01:24.849ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
63962026-03-27T05:01:24.849ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0080 ms (880 iterations)
63972026-03-27T05:01:24.849ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
63982026-03-27T05:01:24.849Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
63992026-03-27T05:01:24.849Z time: [3.0000 3.0000 3.0000 ]
64002026-03-27T05:01:24.849Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64012026-03-27T05:01:24.849Z No change in performance detected.
64022026-03-27T05:01:24.849Z
64032026-03-27T05:01:24.849ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
64042026-03-27T05:01:24.849ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
64052026-03-27T05:01:24.849ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0821 ms (550 iterations)
64062026-03-27T05:01:24.849ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
64072026-03-27T05:01:24.849Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
64082026-03-27T05:01:24.849Z time: [3.0000 3.0000 3.0000 ]
64092026-03-27T05:01:24.849Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64102026-03-27T05:01:24.849Z No change in performance detected.
64112026-03-27T05:01:24.852Z
64122026-03-27T05:01:24.852ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B
64132026-03-27T05:01:24.852ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
64142026-03-27T05:01:24.852ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0614 ms (770 iterations)
64152026-03-27T05:01:24.852ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Analyzing
64162026-03-27T05:01:24.852ZCriterion.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.
64172026-03-27T05:01:24.852Z
64182026-03-27T05:01:24.852ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B
64192026-03-27T05:01:24.852ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
64202026-03-27T05:01:24.852ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0432 ms (495 iterations)
64212026-03-27T05:01:24.852ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
64222026-03-27T05:01:24.852ZCriterion.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.
64232026-03-27T05:01:24.852Z
64242026-03-27T05:01:24.852ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
64252026-03-27T05:01:24.852ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
64262026-03-27T05:01:24.852ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0531 ms (825 iterations)
64272026-03-27T05:01:24.855ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
64282026-03-27T05:01:24.855Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
64292026-03-27T05:01:24.855Z time: [3.0000 3.0000 3.0000 ]
64302026-03-27T05:01:24.855Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64312026-03-27T05:01:24.856Z No change in performance detected.
64322026-03-27T05:01:24.856Z
64332026-03-27T05:01:24.856ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
64342026-03-27T05:01:24.856ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
64352026-03-27T05:01:24.856ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0649 ms (495 iterations)
64362026-03-27T05:01:24.856ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
64372026-03-27T05:01:24.856Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
64382026-03-27T05:01:24.856Z time: [3.0000 3.0000 3.0000 ]
64392026-03-27T05:01:24.856Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64402026-03-27T05:01:24.856Z No change in performance detected.
64412026-03-27T05:01:24.856Z
64422026-03-27T05:01:24.856ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B
64432026-03-27T05:01:24.856ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
64442026-03-27T05:01:24.856ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0686 ms (660 iterations)
64452026-03-27T05:01:24.859ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
64462026-03-27T05:01:24.859ZCriterion.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.
64472026-03-27T05:01:24.859Z
64482026-03-27T05:01:24.859ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B
64492026-03-27T05:01:24.859ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
64502026-03-27T05:01:24.859ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1121 ms (495 iterations)
64512026-03-27T05:01:24.859ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
64522026-03-27T05:01:24.859ZCriterion.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.
64532026-03-27T05:01:24.859Z
64542026-03-27T05:01:24.859ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
64552026-03-27T05:01:24.859ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
64562026-03-27T05:01:24.859ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0571 ms (880 iterations)
64572026-03-27T05:01:24.859ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
64582026-03-27T05:01:24.862Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
64592026-03-27T05:01:24.863Z time: [3.0000 3.0000 3.0000 ]
64602026-03-27T05:01:24.863Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64612026-03-27T05:01:24.863Z No change in performance detected.
64622026-03-27T05:01:24.863Z
64632026-03-27T05:01:24.863ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
64642026-03-27T05:01:24.863ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
64652026-03-27T05:01:24.863ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0102 ms (495 iterations)
64662026-03-27T05:01:24.863ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
64672026-03-27T05:01:24.863Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
64682026-03-27T05:01:24.863Z time: [3.0000 3.0000 3.0000 ]
64692026-03-27T05:01:24.863Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64702026-03-27T05:01:24.863Z No change in performance detected.
64712026-03-27T05:01:24.863Z
64722026-03-27T05:01:24.863ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B
64732026-03-27T05:01:24.863ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
64742026-03-27T05:01:24.863ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0359 ms (715 iterations)
64752026-03-27T05:01:24.863ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Analyzing
64762026-03-27T05:01:24.863ZCriterion.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.
64772026-03-27T05:01:24.863Z
64782026-03-27T05:01:24.863ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B
64792026-03-27T05:01:24.863ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
64802026-03-27T05:01:24.863ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0907 ms (495 iterations)
64812026-03-27T05:01:24.866ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
64822026-03-27T05:01:24.866ZCriterion.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.
64832026-03-27T05:01:24.866Z
64842026-03-27T05:01:24.866ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
64852026-03-27T05:01:24.866ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
64862026-03-27T05:01:24.866ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0899 ms (330 iterations)
64872026-03-27T05:01:24.866ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
64882026-03-27T05:01:24.866Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
64892026-03-27T05:01:24.866Z time: [35.000 35.000 35.000 ]
64902026-03-27T05:01:24.866Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64912026-03-27T05:01:24.866Z No change in performance detected.
64922026-03-27T05:01:24.866Z
64932026-03-27T05:01:24.866ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
64942026-03-27T05:01:24.866ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
64952026-03-27T05:01:24.866ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1421 ms (275 iterations)
64962026-03-27T05:01:24.869ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
64972026-03-27T05:01:24.869Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
64982026-03-27T05:01:24.869Z time: [35.000 35.000 35.000 ]
64992026-03-27T05:01:24.869Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65002026-03-27T05:01:24.869Z No change in performance detected.
65012026-03-27T05:01:24.869Z
65022026-03-27T05:01:24.869ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
65032026-03-27T05:01:24.869ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
65042026-03-27T05:01:24.869ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0502 ms (385 iterations)
65052026-03-27T05:01:24.869ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
65062026-03-27T05:01:24.873Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
65072026-03-27T05:01:24.873Z time: [20.000 20.000 20.000 ]
65082026-03-27T05:01:24.873Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65092026-03-27T05:01:24.873Z No change in performance detected.
65102026-03-27T05:01:24.873Z
65112026-03-27T05:01:24.873ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
65122026-03-27T05:01:24.873ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
65132026-03-27T05:01:24.873ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1654 ms (330 iterations)
65142026-03-27T05:01:24.873ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
65152026-03-27T05:01:24.873Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
65162026-03-27T05:01:24.873Z time: [20.000 20.000 20.000 ]
65172026-03-27T05:01:24.873Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65182026-03-27T05:01:24.873Z No change in performance detected.
65192026-03-27T05:01:24.873Z
65202026-03-27T05:01:24.873ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
65212026-03-27T05:01:24.873ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
65222026-03-27T05:01:24.873ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0016 ms (330 iterations)
65232026-03-27T05:01:24.873ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
65242026-03-27T05:01:24.876Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
65252026-03-27T05:01:24.876Z time: [35.000 35.000 35.000 ]
65262026-03-27T05:01:24.876Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65272026-03-27T05:01:24.876Z No change in performance detected.
65282026-03-27T05:01:24.876Z
65292026-03-27T05:01:24.876ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
65302026-03-27T05:01:24.876ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
65312026-03-27T05:01:24.876ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0945 ms (275 iterations)
65322026-03-27T05:01:24.876ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
65332026-03-27T05:01:24.877Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
65342026-03-27T05:01:24.877Z time: [35.000 35.000 35.000 ]
65352026-03-27T05:01:24.877Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65362026-03-27T05:01:24.877Z No change in performance detected.
65372026-03-27T05:01:24.877Z
65382026-03-27T05:01:24.877ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
65392026-03-27T05:01:24.877ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
65402026-03-27T05:01:24.877ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.1383 ms (440 iterations)
65412026-03-27T05:01:24.880ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Analyzing
65422026-03-27T05:01:24.880Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
65432026-03-27T05:01:24.880Z time: [20.000 20.000 20.000 ]
65442026-03-27T05:01:24.880Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65452026-03-27T05:01:24.880Z No change in performance detected.
65462026-03-27T05:01:24.880Z
65472026-03-27T05:01:24.880ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
65482026-03-27T05:01:24.880ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
65492026-03-27T05:01:24.880ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.1523 ms (330 iterations)
65502026-03-27T05:01:24.880ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
65512026-03-27T05:01:24.880Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
65522026-03-27T05:01:24.880Z time: [20.000 20.000 20.000 ]
65532026-03-27T05:01:24.880Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65542026-03-27T05:01:24.880Z No change in performance detected.
65552026-03-27T05:01:24.880Z
65562026-03-27T05:01:24.880ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
65572026-03-27T05:01:24.880ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
65582026-03-27T05:01:24.880ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1733 ms (330 iterations)
65592026-03-27T05:01:24.883ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
65602026-03-27T05:01:24.883Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
65612026-03-27T05:01:24.883Z time: [35.000 35.000 35.000 ]
65622026-03-27T05:01:24.883Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65632026-03-27T05:01:24.883Z No change in performance detected.
65642026-03-27T05:01:24.883Z
65652026-03-27T05:01:24.883ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
65662026-03-27T05:01:24.883ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
65672026-03-27T05:01:24.884ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1916 ms (275 iterations)
65682026-03-27T05:01:24.884ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
65692026-03-27T05:01:24.887Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
65702026-03-27T05:01:24.887Z time: [35.000 35.000 35.000 ]
65712026-03-27T05:01:24.887Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65722026-03-27T05:01:24.887Z No change in performance detected.
65732026-03-27T05:01:24.887Z
65742026-03-27T05:01:24.887ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
65752026-03-27T05:01:24.887ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
65762026-03-27T05:01:24.887ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.1022 ms (385 iterations)
65772026-03-27T05:01:24.887ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
65782026-03-27T05:01:24.887Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
65792026-03-27T05:01:24.887Z time: [20.000 20.000 20.000 ]
65802026-03-27T05:01:24.887Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65812026-03-27T05:01:24.888Z No change in performance detected.
65822026-03-27T05:01:24.888Z
65832026-03-27T05:01:24.888ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
65842026-03-27T05:01:24.888ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
65852026-03-27T05:01:24.888ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0561 ms (275 iterations)
65862026-03-27T05:01:24.891ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
65872026-03-27T05:01:24.891Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
65882026-03-27T05:01:24.891Z time: [20.000 20.000 20.000 ]
65892026-03-27T05:01:24.891Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65902026-03-27T05:01:24.891Z No change in performance detected.
65912026-03-27T05:01:24.891Z
65922026-03-27T05:01:24.891ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
65932026-03-27T05:01:24.891ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
65942026-03-27T05:01:24.891ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1670 ms (330 iterations)
65952026-03-27T05:01:24.891ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
65962026-03-27T05:01:24.891Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
65972026-03-27T05:01:24.891Z time: [35.000 35.000 35.000 ]
65982026-03-27T05:01:24.891Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65992026-03-27T05:01:24.891Z No change in performance detected.
66002026-03-27T05:01:24.891Z
66012026-03-27T05:01:24.891ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
66022026-03-27T05:01:24.891ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
66032026-03-27T05:01:24.891ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1539 ms (275 iterations)
66042026-03-27T05:01:24.891ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
66052026-03-27T05:01:24.895Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
66062026-03-27T05:01:24.895Z time: [35.000 35.000 35.000 ]
66072026-03-27T05:01:24.895Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66082026-03-27T05:01:24.895Z No change in performance detected.
66092026-03-27T05:01:24.895Z
66102026-03-27T05:01:24.895ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
66112026-03-27T05:01:24.895ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
66122026-03-27T05:01:24.895ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0570 ms (385 iterations)
66132026-03-27T05:01:24.895ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Analyzing
66142026-03-27T05:01:24.895Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
66152026-03-27T05:01:24.895Z time: [20.000 20.000 20.000 ]
66162026-03-27T05:01:24.895Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66172026-03-27T05:01:24.895Z No change in performance detected.
66182026-03-27T05:01:24.895Z
66192026-03-27T05:01:24.895ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
66202026-03-27T05:01:24.895ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
66212026-03-27T05:01:24.895ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1976 ms (330 iterations)
66222026-03-27T05:01:24.898ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
66232026-03-27T05:01:24.898Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
66242026-03-27T05:01:24.898Z time: [20.000 20.000 20.000 ]
66252026-03-27T05:01:24.899Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66262026-03-27T05:01:24.899Z No change in performance detected.
66272026-03-27T05:01:24.899Z
66282026-03-27T05:01:24.899ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover
66292026-03-27T05:01:24.899ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Warming up for 100.00 µs
66302026-03-27T05:01:24.899ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Collecting 10 samples in estimated 1.0368 ms (715 iterations)
66312026-03-27T05:01:24.899ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Analyzing
66322026-03-27T05:01:24.899Zprocess/Hairpin-DHCPv4/alloc_sz/Discover
66332026-03-27T05:01:24.899Z time: [3924.0 B 3924.0 B 3924.0 B]
66342026-03-27T05:01:24.899Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66352026-03-27T05:01:24.899Z No change in performance detected.
66362026-03-27T05:01:24.899Z
66372026-03-27T05:01:24.899ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request
66382026-03-27T05:01:24.900ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Warming up for 100.00 µs
66392026-03-27T05:01:24.900ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Collecting 10 samples in estimated 1.0158 ms (715 iterations)
66402026-03-27T05:01:24.903ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Analyzing
66412026-03-27T05:01:24.903Zprocess/Hairpin-DHCPv4/alloc_sz/Request
66422026-03-27T05:01:24.903Z time: [3924.0 B 3924.0 B 3924.0 B]
66432026-03-27T05:01:24.903Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66442026-03-27T05:01:24.903Z No change in performance detected.
66452026-03-27T05:01:24.903Z
66462026-03-27T05:01:24.903ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit
66472026-03-27T05:01:24.903ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Warming up for 100.00 µs
66482026-03-27T05:01:24.903ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Collecting 10 samples in estimated 1.0571 ms (550 iterations)
66492026-03-27T05:01:24.903ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Analyzing
66502026-03-27T05:01:24.903Zprocess/Hairpin-DHCPv6/alloc_sz/Solicit
66512026-03-27T05:01:24.903Z time: [3988.0 B 3988.0 B 3988.0 B]
66522026-03-27T05:01:24.903Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66532026-03-27T05:01:24.903Z No change in performance detected.
66542026-03-27T05:01:24.903Z
66552026-03-27T05:01:24.903ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request
66562026-03-27T05:01:24.903ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Warming up for 100.00 µs
66572026-03-27T05:01:24.903ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Collecting 10 samples in estimated 1.0786 ms (550 iterations)
66582026-03-27T05:01:24.907ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Analyzing
66592026-03-27T05:01:24.907Zprocess/Hairpin-DHCPv6/alloc_sz/Request
66602026-03-27T05:01:24.908Z time: [4386.0 B 4386.0 B 4386.0 B]
66612026-03-27T05:01:24.908Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66622026-03-27T05:01:24.908Z No change in performance detected.
66632026-03-27T05:01:24.908Z
66642026-03-27T05:01:24.908ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest
66652026-03-27T05:01:24.909ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Warming up for 100.00 µs
66662026-03-27T05:01:24.909ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0249 ms (825 iterations)
66672026-03-27T05:01:24.909ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Analyzing
66682026-03-27T05:01:24.909Zprocess/Hairpin-ICMPv4/alloc_sz/EchoRequest
66692026-03-27T05:01:24.909Z time: [2888.0 B 2888.0 B 2888.0 B]
66702026-03-27T05:01:24.909Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66712026-03-27T05:01:24.909Z No change in performance detected.
66722026-03-27T05:01:24.909Z
66732026-03-27T05:01:24.909ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest
66742026-03-27T05:01:24.909ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Warming up for 100.00 µs
66752026-03-27T05:01:24.909ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0200 ms (715 iterations)
66762026-03-27T05:01:24.909ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Analyzing
66772026-03-27T05:01:24.913Zprocess/Hairpin-ICMPv6/alloc_sz/EchoRequest
66782026-03-27T05:01:24.913Z time: [2873.0 B 2873.0 B 2873.0 B]
66792026-03-27T05:01:24.913Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66802026-03-27T05:01:24.913Z No change in performance detected.
66812026-03-27T05:01:24.914Z
66822026-03-27T05:01:24.914ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
66832026-03-27T05:01:24.914ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Warming up for 100.00 µs
66842026-03-27T05:01:24.914ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Collecting 10 samples in estimated 1.0379 ms (715 iterations)
66852026-03-27T05:01:24.914ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Analyzing
66862026-03-27T05:01:24.914Zprocess/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
66872026-03-27T05:01:24.914Z time: [2926.0 B 2926.0 B 2926.0 B]
66882026-03-27T05:01:24.914Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66892026-03-27T05:01:24.914Z No change in performance detected.
66902026-03-27T05:01:24.914Z
66912026-03-27T05:01:24.914ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit
66922026-03-27T05:01:24.914ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Warming up for 100.00 µs
66932026-03-27T05:01:24.914ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Collecting 10 samples in estimated 1.0088 ms (715 iterations)
66942026-03-27T05:01:24.914ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Analyzing
66952026-03-27T05:01:24.914Zprocess/Hairpin-ICMPv6/alloc_sz/RouterSolicit
66962026-03-27T05:01:24.914Z time: [2910.0 B 2910.0 B 2910.0 B]
66972026-03-27T05:01:24.914Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66982026-03-27T05:01:24.914Z No change in performance detected.
66992026-03-27T05:01:24.914Z
67002026-03-27T05:01:24.914ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
67012026-03-27T05:01:24.914ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
67022026-03-27T05:01:24.914ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0427 ms (825 iterations)
67032026-03-27T05:01:24.917ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
67042026-03-27T05:01:24.918Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
67052026-03-27T05:01:24.918Z time: [264.00 B 264.00 B 264.00 B]
67062026-03-27T05:01:24.918Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67072026-03-27T05:01:24.918Z No change in performance detected.
67082026-03-27T05:01:24.918Z
67092026-03-27T05:01:24.918ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
67102026-03-27T05:01:24.918ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
67112026-03-27T05:01:24.918ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1099 ms (550 iterations)
67122026-03-27T05:01:24.918ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
67132026-03-27T05:01:24.918Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
67142026-03-27T05:01:24.918Z time: [264.00 B 264.00 B 264.00 B]
67152026-03-27T05:01:24.918Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67162026-03-27T05:01:24.918Z No change in performance detected.
67172026-03-27T05:01:24.918Z
67182026-03-27T05:01:24.918ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B
67192026-03-27T05:01:24.918ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
67202026-03-27T05:01:24.918ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0691 ms (770 iterations)
67212026-03-27T05:01:24.918ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
67222026-03-27T05:01:24.918ZCriterion.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.
67232026-03-27T05:01:24.918Z
67242026-03-27T05:01:24.918ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B
67252026-03-27T05:01:24.918ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
67262026-03-27T05:01:24.918ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0559 ms (495 iterations)
67272026-03-27T05:01:24.921ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
67282026-03-27T05:01:24.921ZCriterion.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.
67292026-03-27T05:01:24.921Z
67302026-03-27T05:01:24.922ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
67312026-03-27T05:01:24.922ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
67322026-03-27T05:01:24.922ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0042 ms (880 iterations)
67332026-03-27T05:01:24.922ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
67342026-03-27T05:01:24.922Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
67352026-03-27T05:01:24.922Z time: [264.00 B 264.00 B 264.00 B]
67362026-03-27T05:01:24.922Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67372026-03-27T05:01:24.922Z No change in performance detected.
67382026-03-27T05:01:24.922Z
67392026-03-27T05:01:24.922ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
67402026-03-27T05:01:24.922ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
67412026-03-27T05:01:24.922ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1015 ms (550 iterations)
67422026-03-27T05:01:24.922ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
67432026-03-27T05:01:24.925Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
67442026-03-27T05:01:24.925Z time: [264.00 B 264.00 B 264.00 B]
67452026-03-27T05:01:24.925Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67462026-03-27T05:01:24.925Z No change in performance detected.
67472026-03-27T05:01:24.925Z
67482026-03-27T05:01:24.925ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B
67492026-03-27T05:01:24.925ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
67502026-03-27T05:01:24.925ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0215 ms (770 iterations)
67512026-03-27T05:01:24.925ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Analyzing
67522026-03-27T05:01:24.925ZCriterion.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.
67532026-03-27T05:01:24.925Z
67542026-03-27T05:01:24.925ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B
67552026-03-27T05:01:24.925ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
67562026-03-27T05:01:24.925ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0467 ms (495 iterations)
67572026-03-27T05:01:24.925ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
67582026-03-27T05:01:24.925ZCriterion.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.
67592026-03-27T05:01:24.925Z
67602026-03-27T05:01:24.925ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
67612026-03-27T05:01:24.925ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
67622026-03-27T05:01:24.926ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0465 ms (825 iterations)
67632026-03-27T05:01:24.929ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
67642026-03-27T05:01:24.929Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
67652026-03-27T05:01:24.929Z time: [264.00 B 264.00 B 264.00 B]
67662026-03-27T05:01:24.929Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67672026-03-27T05:01:24.929Z No change in performance detected.
67682026-03-27T05:01:24.929Z
67692026-03-27T05:01:24.929ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
67702026-03-27T05:01:24.929ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
67712026-03-27T05:01:24.929ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0483 ms (495 iterations)
67722026-03-27T05:01:24.929ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
67732026-03-27T05:01:24.929Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
67742026-03-27T05:01:24.929Z time: [264.00 B 264.00 B 264.00 B]
67752026-03-27T05:01:24.929Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67762026-03-27T05:01:24.929Z No change in performance detected.
67772026-03-27T05:01:24.929Z
67782026-03-27T05:01:24.929ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B
67792026-03-27T05:01:24.929ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
67802026-03-27T05:01:24.929ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0442 ms (715 iterations)
67812026-03-27T05:01:24.933ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
67822026-03-27T05:01:24.933ZCriterion.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.
67832026-03-27T05:01:24.933Z
67842026-03-27T05:01:24.933ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B
67852026-03-27T05:01:24.933ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
67862026-03-27T05:01:24.933ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1167 ms (495 iterations)
67872026-03-27T05:01:24.933ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
67882026-03-27T05:01:24.933ZCriterion.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.
67892026-03-27T05:01:24.934Z
67902026-03-27T05:01:24.934ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
67912026-03-27T05:01:24.934ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
67922026-03-27T05:01:24.934ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0575 ms (880 iterations)
67932026-03-27T05:01:24.934ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
67942026-03-27T05:01:24.934Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
67952026-03-27T05:01:24.934Z time: [264.00 B 264.00 B 264.00 B]
67962026-03-27T05:01:24.934Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67972026-03-27T05:01:24.934Z No change in performance detected.
67982026-03-27T05:01:24.934Z
67992026-03-27T05:01:24.934ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
68002026-03-27T05:01:24.934ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
68012026-03-27T05:01:24.934ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1006 ms (550 iterations)
68022026-03-27T05:01:24.939ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
68032026-03-27T05:01:24.939Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
68042026-03-27T05:01:24.939Z time: [264.00 B 264.00 B 264.00 B]
68052026-03-27T05:01:24.939Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68062026-03-27T05:01:24.939Z No change in performance detected.
68072026-03-27T05:01:24.939Z
68082026-03-27T05:01:24.939ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B
68092026-03-27T05:01:24.939ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
68102026-03-27T05:01:24.939ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0075 ms (715 iterations)
68112026-03-27T05:01:24.940ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Analyzing
68122026-03-27T05:01:24.940ZCriterion.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.
68132026-03-27T05:01:24.940Z
68142026-03-27T05:01:24.940ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B
68152026-03-27T05:01:24.940ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
68162026-03-27T05:01:24.940ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0778 ms (495 iterations)
68172026-03-27T05:01:24.940ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
68182026-03-27T05:01:24.940ZCriterion.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.
68192026-03-27T05:01:24.940Z
68202026-03-27T05:01:24.940ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
68212026-03-27T05:01:24.940ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
68222026-03-27T05:01:24.940ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0657 ms (330 iterations)
68232026-03-27T05:01:24.940ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
68242026-03-27T05:01:24.940Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
68252026-03-27T05:01:24.940Z time: [7363.0 B 7363.0 B 7363.0 B]
68262026-03-27T05:01:24.940Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68272026-03-27T05:01:24.940Z No change in performance detected.
68282026-03-27T05:01:24.940Z
68292026-03-27T05:01:24.940ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
68302026-03-27T05:01:24.940ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
68312026-03-27T05:01:24.940ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0760 ms (275 iterations)
68322026-03-27T05:01:24.943ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
68332026-03-27T05:01:24.943Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
68342026-03-27T05:01:24.943Z time: [7363.0 B 7363.0 B 7363.0 B]
68352026-03-27T05:01:24.943Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68362026-03-27T05:01:24.943Z No change in performance detected.
68372026-03-27T05:01:24.944Z
68382026-03-27T05:01:24.944ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
68392026-03-27T05:01:24.944ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
68402026-03-27T05:01:24.944ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0258 ms (385 iterations)
68412026-03-27T05:01:24.944ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
68422026-03-27T05:01:24.944Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
68432026-03-27T05:01:24.944Z time: [5872.0 B 5872.0 B 5872.0 B]
68442026-03-27T05:01:24.944Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68452026-03-27T05:01:24.944Z No change in performance detected.
68462026-03-27T05:01:24.944Z
68472026-03-27T05:01:24.944ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
68482026-03-27T05:01:24.944ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
68492026-03-27T05:01:24.944ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1282 ms (330 iterations)
68502026-03-27T05:01:24.944ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
68512026-03-27T05:01:24.947Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
68522026-03-27T05:01:24.947Z time: [5872.0 B 5872.0 B 5872.0 B]
68532026-03-27T05:01:24.947Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68542026-03-27T05:01:24.947Z No change in performance detected.
68552026-03-27T05:01:24.947Z
68562026-03-27T05:01:24.947ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
68572026-03-27T05:01:24.947ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
68582026-03-27T05:01:24.947ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.1608 ms (385 iterations)
68592026-03-27T05:01:24.947ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
68602026-03-27T05:01:24.947Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
68612026-03-27T05:01:24.947Z time: [7363.0 B 7363.0 B 7363.0 B]
68622026-03-27T05:01:24.947Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68632026-03-27T05:01:24.947Z No change in performance detected.
68642026-03-27T05:01:24.947Z
68652026-03-27T05:01:24.947ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
68662026-03-27T05:01:24.947ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
68672026-03-27T05:01:24.947ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0390 ms (275 iterations)
68682026-03-27T05:01:24.950ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
68692026-03-27T05:01:24.950Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
68702026-03-27T05:01:24.950Z time: [7363.0 B 7363.0 B 7363.0 B]
68712026-03-27T05:01:24.950Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68722026-03-27T05:01:24.950Z No change in performance detected.
68732026-03-27T05:01:24.950Z
68742026-03-27T05:01:24.950ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
68752026-03-27T05:01:24.951ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
68762026-03-27T05:01:24.951ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.1157 ms (440 iterations)
68772026-03-27T05:01:24.951ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Analyzing
68782026-03-27T05:01:24.951Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
68792026-03-27T05:01:24.951Z time: [5872.0 B 5872.0 B 5872.0 B]
68802026-03-27T05:01:24.951Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68812026-03-27T05:01:24.951Z No change in performance detected.
68822026-03-27T05:01:24.951Z
68832026-03-27T05:01:24.951ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
68842026-03-27T05:01:24.951ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
68852026-03-27T05:01:24.951ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0799 ms (330 iterations)
68862026-03-27T05:01:24.954ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
68872026-03-27T05:01:24.954Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
68882026-03-27T05:01:24.954Z time: [5872.0 B 5872.0 B 5872.0 B]
68892026-03-27T05:01:24.955Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68902026-03-27T05:01:24.955Z No change in performance detected.
68912026-03-27T05:01:24.955Z
68922026-03-27T05:01:24.955ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
68932026-03-27T05:01:24.955ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
68942026-03-27T05:01:24.955ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0005 ms (275 iterations)
68952026-03-27T05:01:24.955ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
68962026-03-27T05:01:24.955Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
68972026-03-27T05:01:24.955Z time: [7363.0 B 7363.0 B 7363.0 B]
68982026-03-27T05:01:24.955Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68992026-03-27T05:01:24.955Z No change in performance detected.
69002026-03-27T05:01:24.956Z
69012026-03-27T05:01:24.956ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
69022026-03-27T05:01:24.956ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
69032026-03-27T05:01:24.956ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.2208 ms (275 iterations)
69042026-03-27T05:01:24.959ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
69052026-03-27T05:01:24.959Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
69062026-03-27T05:01:24.959Z time: [7363.0 B 7363.0 B 7363.0 B]
69072026-03-27T05:01:24.959Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69082026-03-27T05:01:24.959Z No change in performance detected.
69092026-03-27T05:01:24.959Z
69102026-03-27T05:01:24.959ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
69112026-03-27T05:01:24.959ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
69122026-03-27T05:01:24.959ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0963 ms (385 iterations)
69132026-03-27T05:01:24.959ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
69142026-03-27T05:01:24.959Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
69152026-03-27T05:01:24.959Z time: [5872.0 B 5872.0 B 5872.0 B]
69162026-03-27T05:01:24.959Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69172026-03-27T05:01:24.959Z No change in performance detected.
69182026-03-27T05:01:24.959Z
69192026-03-27T05:01:24.959ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
69202026-03-27T05:01:24.959ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
69212026-03-27T05:01:24.959ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1899 ms (330 iterations)
69222026-03-27T05:01:24.962ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
69232026-03-27T05:01:24.962Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
69242026-03-27T05:01:24.962Z time: [5872.0 B 5872.0 B 5872.0 B]
69252026-03-27T05:01:24.962Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69262026-03-27T05:01:24.962Z No change in performance detected.
69272026-03-27T05:01:24.963Z
69282026-03-27T05:01:24.963ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
69292026-03-27T05:01:24.963ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
69302026-03-27T05:01:24.963ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1252 ms (330 iterations)
69312026-03-27T05:01:24.963ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
69322026-03-27T05:01:24.963Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
69332026-03-27T05:01:24.963Z time: [7363.0 B 7363.0 B 7363.0 B]
69342026-03-27T05:01:24.963Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69352026-03-27T05:01:24.963Z No change in performance detected.
69362026-03-27T05:01:24.963Z
69372026-03-27T05:01:24.963ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
69382026-03-27T05:01:24.963ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
69392026-03-27T05:01:24.963ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1158 ms (275 iterations)
69402026-03-27T05:01:24.966ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
69412026-03-27T05:01:24.966Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
69422026-03-27T05:01:24.966Z time: [7363.0 B 7363.0 B 7363.0 B]
69432026-03-27T05:01:24.966Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69442026-03-27T05:01:24.966Z No change in performance detected.
69452026-03-27T05:01:24.966Z
69462026-03-27T05:01:24.966ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
69472026-03-27T05:01:24.966ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
69482026-03-27T05:01:24.966ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0493 ms (385 iterations)
69492026-03-27T05:01:24.966ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Analyzing
69502026-03-27T05:01:24.966Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
69512026-03-27T05:01:24.966Z time: [5872.0 B 5872.0 B 5872.0 B]
69522026-03-27T05:01:24.967Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69532026-03-27T05:01:24.967Z No change in performance detected.
69542026-03-27T05:01:24.967Z
69552026-03-27T05:01:24.967ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
69562026-03-27T05:01:24.967ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
69572026-03-27T05:01:24.967ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1624 ms (330 iterations)
69582026-03-27T05:01:24.970ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
69592026-03-27T05:01:24.970Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
69602026-03-27T05:01:24.970Z time: [5872.0 B 5872.0 B 5872.0 B]
69612026-03-27T05:01:24.970Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69622026-03-27T05:01:24.970Z No change in performance detected.
69632026-03-27T05:01:24.970Z
69642026-03-27T05:01:25.006Z+ cp -r target/criterion /work/bench-results
69652026-03-27T05:01:25.116Z+ cp -r target/xde-bench /work/bench-results
69662026-03-27T05:01:25.152Z+ pushd /work
69672026-03-27T05:01:25.152Z/work /work/oxidecomputer/opte
69682026-03-27T05:01:25.153Z+ tar -caf bench-results.tgz bench-results
69692026-03-27T05:01:25.683Z+ popd
69702026-03-27T05:01:25.683Z/work/oxidecomputer/opte
69712026-03-27T05:01:25.686Z+ cleanup
69722026-03-27T05:01:25.686Z++ id -un
69732026-03-27T05:01:25.689Z++ id -gn
69742026-03-27T05:01:25.692Z+ pfexec chown -R build:build .
69752026-03-27T05:01:25.751Z+ [[ -z 01KMPQ1RPQ1YFC9B055S6FMTBY ]]
69762026-03-27T05:01:25.754Zprocess exited: duration 1611385 ms, exit code 0
 
69772026-03-27T05:01:25.766Zfound 1 output files
69782026-03-27T05:01:25.766Zuploading: /work/bench-results.tgz (4590009 bytes)
69792026-03-27T05:01:26.807Zuploaded: /work/bench-results.tgz